*, :after, :before {
    box-sizing: border-box
}

body, html {
    min-height: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-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], script, template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

a, ins {
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    box-sizing: border-box;
    vertical-align: middle;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

code, kbd, pre, samp {
    font-size: 1em
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    padding: 0;
    box-sizing: border-box
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    position: relative;
    background: #fff;
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    font-size: 1.6rem
}

@media only screen and (max-width: 640px) {
    body {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

a {
    color: #0e90d2
}

a:focus, a:hover {
    color: #095f8a
}

a:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

ins, mark {
    background: #ffa;
    color: #333
}

abbr[title], dfn[title] {
    cursor: help
}

dfn[title] {
    border-bottom: 1px dotted;
    font-style: normal
}

address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 1.6rem
}

* + address, * + blockquote, * + dl, * + fieldset, * + figure, * + hr, * + ol, * + p, * + pre, * + ul {
    margin-top: 1.6rem
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.6rem;
    font-weight: 600;
    font-size: 100%
}

h1 {
    font-size: 1.5em
}

h2 {
    font-size: 1.25em
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 2em
}

ol, ul {
    padding-left: 2em
}

ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul {
    margin: 1em 0
}

dt {
    font-weight: 700
}

dt + dd {
    margin-top: .5em
}

dd {
    margin-left: 0
}

dd + dt {
    margin-top: 1em
}

hr {
    display: block;
    padding: 0;
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box
}

address {
    font-style: normal
}

blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 4px solid #ddd;
    font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai, FontAwesome, serif
}

blockquote small {
    display: block;
    color: #999;
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
    text-align: right
}

blockquote p:last-of-type {
    margin-bottom: 0
}

iframe {
    border: 0
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle
}

.am-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.am-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1000px
}

.am-container:after, .am-container:before {
    content: " ";
    display: table
}

.am-container:after {
    clear: both
}

@media only screen and (min-width: 641px) {
    .am-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.am-container > .am-g {
    width: auto;
    margin-left: -1rem;
    margin-right: -1rem
}

@media only screen and (min-width: 641px) {
    .am-container > .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.am-g {
    margin: 0 auto;
    width: 100%
}

.am-g:after, .am-g:before {
    content: " ";
    display: table
}

.am-g:after {
    clear: both
}

.am-g .am-g {
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto
}

.am-g .am-g.am-g-collapse {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

@media only screen and (min-width: 641px) {
    .am-g .am-g {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.am-g.am-g-collapse .am-g {
    margin-left: 0;
    margin-right: 0
}

.am-g-collapse [class*=am-u-] {
    padding-left: 0;
    padding-right: 0
}

.am-g-fixed {
    max-width: 1000px
}

[class*=am-u-] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative
}

[class*=am-u-] + [class*=am-u-]:last-child {
    float: right
}

[class*=am-u-] + [class*=am-u-].am-u-end {
    float: left
}

@media only screen and (min-width: 641px) {
    [class*=am-u-] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

[class*=am-u-pull-] {
    left: auto
}

[class*=am-u-push-] {
    right: auto
}

@media only screen {
    .am-u-sm-1 {
        width: 8.33333333%
    }

    .am-u-sm-2 {
        width: 16.66666667%
    }

    .am-u-sm-3 {
        width: 25%
    }

    .am-u-sm-4 {
        width: 33.33333333%
    }

    .am-u-sm-5 {
        width: 41.66666667%
    }

    .am-u-sm-6 {
        width: 50%
    }

    .am-u-sm-7 {
        width: 58.33333333%
    }

    .am-u-sm-8 {
        width: 66.66666667%
    }

    .am-u-sm-9 {
        width: 75%
    }

    .am-u-sm-10 {
        width: 83.33333333%
    }

    .am-u-sm-11 {
        width: 91.66666667%
    }

    .am-u-sm-12 {
        width: 100%
    }

    .am-u-sm-pull-0 {
        right: 0
    }

    .am-u-sm-pull-1 {
        right: 8.33333333%
    }

    .am-u-sm-pull-2 {
        right: 16.66666667%
    }

    .am-u-sm-pull-3 {
        right: 25%
    }

    .am-u-sm-pull-4 {
        right: 33.33333333%
    }

    .am-u-sm-pull-5 {
        right: 41.66666667%
    }

    .am-u-sm-pull-6 {
        right: 50%
    }

    .am-u-sm-pull-7 {
        right: 58.33333333%
    }

    .am-u-sm-pull-8 {
        right: 66.66666667%
    }

    .am-u-sm-pull-9 {
        right: 75%
    }

    .am-u-sm-pull-10 {
        right: 83.33333333%
    }

    .am-u-sm-pull-11 {
        right: 91.66666667%
    }

    .am-u-sm-push-0 {
        left: 0
    }

    .am-u-sm-push-1 {
        left: 8.33333333%
    }

    .am-u-sm-push-2 {
        left: 16.66666667%
    }

    .am-u-sm-push-3 {
        left: 25%
    }

    .am-u-sm-push-4 {
        left: 33.33333333%
    }

    .am-u-sm-push-5 {
        left: 41.66666667%
    }

    .am-u-sm-push-6 {
        left: 50%
    }

    .am-u-sm-push-7 {
        left: 58.33333333%
    }

    .am-u-sm-push-8 {
        left: 66.66666667%
    }

    .am-u-sm-push-9 {
        left: 75%
    }

    .am-u-sm-push-10 {
        left: 83.33333333%
    }

    .am-u-sm-push-11 {
        left: 91.66666667%
    }

    .am-u-sm-offset-0 {
        margin-left: 0
    }

    .am-u-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .am-u-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .am-u-sm-offset-3 {
        margin-left: 25%
    }

    .am-u-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .am-u-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .am-u-sm-offset-6 {
        margin-left: 50%
    }

    .am-u-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .am-u-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .am-u-sm-offset-9 {
        margin-left: 75%
    }

    .am-u-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .am-u-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .am-u-sm-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    [class*=am-u-].am-u-sm-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    [class*=am-u-].am-u-sm-centered:last-child {
        float: none
    }

    [class*=am-u-].am-u-sm-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    [class*=am-u-].am-u-sm-uncentered:last-child {
        float: left
    }
}

@media only screen and (min-width: 641px) {
    .am-u-md-1 {
        width: 8.33333333%
    }

    .am-u-md-2 {
        width: 16.66666667%
    }

    .am-u-md-3 {
        width: 25%
    }

    .am-u-md-4 {
        width: 33.33333333%
    }

    .am-u-md-5 {
        width: 41.66666667%
    }

    .am-u-md-6 {
        width: 50%
    }

    .am-u-md-7 {
        width: 58.33333333%
    }

    .am-u-md-8 {
        width: 66.66666667%
    }

    .am-u-md-9 {
        width: 75%
    }

    .am-u-md-10 {
        width: 83.33333333%
    }

    .am-u-md-11 {
        width: 91.66666667%
    }

    .am-u-md-12 {
        width: 100%
    }

    .am-u-md-pull-0 {
        right: 0
    }

    .am-u-md-pull-1 {
        right: 8.33333333%
    }

    .am-u-md-pull-2 {
        right: 16.66666667%
    }

    .am-u-md-pull-3 {
        right: 25%
    }

    .am-u-md-pull-4 {
        right: 33.33333333%
    }

    .am-u-md-pull-5 {
        right: 41.66666667%
    }

    .am-u-md-pull-6 {
        right: 50%
    }

    .am-u-md-pull-7 {
        right: 58.33333333%
    }

    .am-u-md-pull-8 {
        right: 66.66666667%
    }

    .am-u-md-pull-9 {
        right: 75%
    }

    .am-u-md-pull-10 {
        right: 83.33333333%
    }

    .am-u-md-pull-11 {
        right: 91.66666667%
    }

    .am-u-md-push-0 {
        left: 0
    }

    .am-u-md-push-1 {
        left: 8.33333333%
    }

    .am-u-md-push-2 {
        left: 16.66666667%
    }

    .am-u-md-push-3 {
        left: 25%
    }

    .am-u-md-push-4 {
        left: 33.33333333%
    }

    .am-u-md-push-5 {
        left: 41.66666667%
    }

    .am-u-md-push-6 {
        left: 50%
    }

    .am-u-md-push-7 {
        left: 58.33333333%
    }

    .am-u-md-push-8 {
        left: 66.66666667%
    }

    .am-u-md-push-9 {
        left: 75%
    }

    .am-u-md-push-10 {
        left: 83.33333333%
    }

    .am-u-md-push-11 {
        left: 91.66666667%
    }

    .am-u-md-offset-0 {
        margin-left: 0
    }

    .am-u-md-offset-1 {
        margin-left: 8.33333333%
    }

    .am-u-md-offset-2 {
        margin-left: 16.66666667%
    }

    .am-u-md-offset-3 {
        margin-left: 25%
    }

    .am-u-md-offset-4 {
        margin-left: 33.33333333%
    }

    .am-u-md-offset-5 {
        margin-left: 41.66666667%
    }

    .am-u-md-offset-6 {
        margin-left: 50%
    }

    .am-u-md-offset-7 {
        margin-left: 58.33333333%
    }

    .am-u-md-offset-8 {
        margin-left: 66.66666667%
    }

    .am-u-md-offset-9 {
        margin-left: 75%
    }

    .am-u-md-offset-10 {
        margin-left: 83.33333333%
    }

    .am-u-md-offset-11 {
        margin-left: 91.66666667%
    }

    .am-u-md-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    [class*=am-u-].am-u-md-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    [class*=am-u-].am-u-md-centered:last-child {
        float: none
    }

    [class*=am-u-].am-u-md-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    [class*=am-u-].am-u-md-uncentered:last-child {
        float: left
    }
}

@media only screen and (min-width: 1025px) {
    .am-u-lg-1 {
        width: 8.33333333%
    }

    .am-u-lg-2 {
        width: 16.66666667%
    }

    .am-u-lg-3 {
        width: 25%
    }

    .am-u-lg-4 {
        width: 33.33333333%
    }

    .am-u-lg-5 {
        width: 41.66666667%
    }

    .am-u-lg-6 {
        width: 50%
    }

    .am-u-lg-7 {
        width: 58.33333333%
    }

    .am-u-lg-8 {
        width: 66.66666667%
    }

    .am-u-lg-9 {
        width: 75%
    }

    .am-u-lg-10 {
        width: 83.33333333%
    }

    .am-u-lg-11 {
        width: 91.66666667%
    }

    .am-u-lg-12 {
        width: 100%
    }

    .am-u-lg-pull-0 {
        right: 0
    }

    .am-u-lg-pull-1 {
        right: 8.33333333%
    }

    .am-u-lg-pull-2 {
        right: 16.66666667%
    }

    .am-u-lg-pull-3 {
        right: 25%
    }

    .am-u-lg-pull-4 {
        right: 33.33333333%
    }

    .am-u-lg-pull-5 {
        right: 41.66666667%
    }

    .am-u-lg-pull-6 {
        right: 50%
    }

    .am-u-lg-pull-7 {
        right: 58.33333333%
    }

    .am-u-lg-pull-8 {
        right: 66.66666667%
    }

    .am-u-lg-pull-9 {
        right: 75%
    }

    .am-u-lg-pull-10 {
        right: 83.33333333%
    }

    .am-u-lg-pull-11 {
        right: 91.66666667%
    }

    .am-u-lg-push-0 {
        left: 0
    }

    .am-u-lg-push-1 {
        left: 8.33333333%
    }

    .am-u-lg-push-2 {
        left: 16.66666667%
    }

    .am-u-lg-push-3 {
        left: 25%
    }

    .am-u-lg-push-4 {
        left: 33.33333333%
    }

    .am-u-lg-push-5 {
        left: 41.66666667%
    }

    .am-u-lg-push-6 {
        left: 50%
    }

    .am-u-lg-push-7 {
        left: 58.33333333%
    }

    .am-u-lg-push-8 {
        left: 66.66666667%
    }

    .am-u-lg-push-9 {
        left: 75%
    }

    .am-u-lg-push-10 {
        left: 83.33333333%
    }

    .am-u-lg-push-11 {
        left: 91.66666667%
    }

    .am-u-lg-offset-0 {
        margin-left: 0
    }

    .am-u-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .am-u-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .am-u-lg-offset-3 {
        margin-left: 25%
    }

    .am-u-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .am-u-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .am-u-lg-offset-6 {
        margin-left: 50%
    }

    .am-u-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .am-u-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .am-u-lg-offset-9 {
        margin-left: 75%
    }

    .am-u-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .am-u-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .am-u-lg-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }

    [class*=am-u-].am-u-lg-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    [class*=am-u-].am-u-lg-centered:last-child {
        float: none
    }

    [class*=am-u-].am-u-lg-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    [class*=am-u-].am-u-lg-uncentered:last-child {
        float: left
    }
}

[class*=am-avg-] {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

[class*=am-avg-]:after, [class*=am-avg-]:before {
    content: " ";
    display: table
}

[class*=am-avg-]:after {
    clear: both
}

[class*=am-avg-] > li {
    display: block;
    height: auto;
    float: left
}

@media only screen {
    .am-avg-sm-1 > li {
        width: 100%
    }

    .am-avg-sm-1 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .am-avg-sm-2 > li {
        width: 50%
    }

    .am-avg-sm-2 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-2 > li:nth-of-type(odd) {
        clear: both
    }

    .am-avg-sm-3 > li {
        width: 33.33333333%
    }

    .am-avg-sm-3 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .am-avg-sm-4 > li {
        width: 25%
    }

    .am-avg-sm-4 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .am-avg-sm-5 > li {
        width: 20%
    }

    .am-avg-sm-5 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .am-avg-sm-6 > li {
        width: 16.66666667%
    }

    .am-avg-sm-6 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .am-avg-sm-7 > li {
        width: 14.28571429%
    }

    .am-avg-sm-7 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .am-avg-sm-8 > li {
        width: 12.5%
    }

    .am-avg-sm-8 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .am-avg-sm-9 > li {
        width: 11.11111111%
    }

    .am-avg-sm-9 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .am-avg-sm-10 > li {
        width: 10%
    }

    .am-avg-sm-10 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .am-avg-sm-11 > li {
        width: 9.09090909%
    }

    .am-avg-sm-11 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .am-avg-sm-12 > li {
        width: 8.33333333%
    }

    .am-avg-sm-12 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-sm-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 641px) {
    .am-avg-md-1 > li {
        width: 100%
    }

    .am-avg-md-1 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .am-avg-md-2 > li {
        width: 50%
    }

    .am-avg-md-2 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-2 > li:nth-of-type(odd) {
        clear: both
    }

    .am-avg-md-3 > li {
        width: 33.33333333%
    }

    .am-avg-md-3 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .am-avg-md-4 > li {
        width: 25%
    }

    .am-avg-md-4 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .am-avg-md-5 > li {
        width: 20%
    }

    .am-avg-md-5 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .am-avg-md-6 > li {
        width: 16.66666667%
    }

    .am-avg-md-6 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .am-avg-md-7 > li {
        width: 14.28571429%
    }

    .am-avg-md-7 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .am-avg-md-8 > li {
        width: 12.5%
    }

    .am-avg-md-8 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .am-avg-md-9 > li {
        width: 11.11111111%
    }

    .am-avg-md-9 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .am-avg-md-10 > li {
        width: 10%
    }

    .am-avg-md-10 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .am-avg-md-11 > li {
        width: 9.09090909%
    }

    .am-avg-md-11 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .am-avg-md-12 > li {
        width: 8.33333333%
    }

    .am-avg-md-12 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-md-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 1025px) {
    .am-avg-lg-1 > li {
        width: 100%
    }

    .am-avg-lg-1 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-1 > li:nth-of-type(1n+1) {
        clear: both
    }

    .am-avg-lg-2 > li {
        width: 50%
    }

    .am-avg-lg-2 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-2 > li:nth-of-type(odd) {
        clear: both
    }

    .am-avg-lg-3 > li {
        width: 33.33333333%
    }

    .am-avg-lg-3 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-3 > li:nth-of-type(3n+1) {
        clear: both
    }

    .am-avg-lg-4 > li {
        width: 25%
    }

    .am-avg-lg-4 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-4 > li:nth-of-type(4n+1) {
        clear: both
    }

    .am-avg-lg-5 > li {
        width: 20%
    }

    .am-avg-lg-5 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-5 > li:nth-of-type(5n+1) {
        clear: both
    }

    .am-avg-lg-6 > li {
        width: 16.66666667%
    }

    .am-avg-lg-6 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-6 > li:nth-of-type(6n+1) {
        clear: both
    }

    .am-avg-lg-7 > li {
        width: 14.28571429%
    }

    .am-avg-lg-7 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-7 > li:nth-of-type(7n+1) {
        clear: both
    }

    .am-avg-lg-8 > li {
        width: 12.5%
    }

    .am-avg-lg-8 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-8 > li:nth-of-type(8n+1) {
        clear: both
    }

    .am-avg-lg-9 > li {
        width: 11.11111111%
    }

    .am-avg-lg-9 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-9 > li:nth-of-type(9n+1) {
        clear: both
    }

    .am-avg-lg-10 > li {
        width: 10%
    }

    .am-avg-lg-10 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-10 > li:nth-of-type(10n+1) {
        clear: both
    }

    .am-avg-lg-11 > li {
        width: 9.09090909%
    }

    .am-avg-lg-11 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-11 > li:nth-of-type(11n+1) {
        clear: both
    }

    .am-avg-lg-12 > li {
        width: 8.33333333%
    }

    .am-avg-lg-12 > li:nth-of-type(n) {
        clear: none
    }

    .am-avg-lg-12 > li:nth-of-type(12n+1) {
        clear: both
    }
}

code, kbd, pre, samp {
    font-family: Monaco, Menlo, Consolas, Courier New, FontAwesome, monospace
}

code {
    padding: 2px 4px;
    color: #c7254e;
    white-space: nowrap;
    border-radius: 0
}

code, pre {
    font-size: 1.3rem;
    background-color: #f8f8f8
}

pre {
    display: block;
    padding: 1rem;
    margin: 1rem 0;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #555;
    border: 1px solid #dedede;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.am-pre-scrollable {
    max-height: 24rem;
    overflow-y: scroll
}

.am-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .3s ease-out, border-color .3s ease-out
}

.am-btn:active:focus, .am-btn:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.am-btn:focus, .am-btn:hover {
    color: #444;
    text-decoration: none
}

.am-btn.am-active, .am-btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15)
}

.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .45;
    box-shadow: none
}

.am-btn.am-round {
    border-radius: 1000px
}

.am-btn.am-radius {
    border-radius: 2px
}

.am-btn-default {
    color: #444;
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

a.am-btn-default:visited {
    color: #444
}

.am-active .am-btn-default.am-dropdown-toggle, .am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover {
    color: #444;
    border-color: #c7c7c7
}

.am-btn-default:focus, .am-btn-default:hover {
    background-color: #d4d4d4
}

.am-active .am-btn-default.am-dropdown-toggle, .am-btn-default.am-active, .am-btn-default:active {
    background-image: none;
    background-color: #c2c2c2
}

.am-btn-default.am-disabled, .am-btn-default.am-disabled.am-active, .am-btn-default.am-disabled:active, .am-btn-default.am-disabled:focus, .am-btn-default.am-disabled:hover, .am-btn-default[disabled], .am-btn-default[disabled].am-active, .am-btn-default[disabled]:active, .am-btn-default[disabled]:focus, .am-btn-default[disabled]:hover, fieldset[disabled] .am-btn-default, fieldset[disabled] .am-btn-default.am-active, fieldset[disabled] .am-btn-default:active, fieldset[disabled] .am-btn-default:focus, fieldset[disabled] .am-btn-default:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.am-btn-group-stacked .am-btn-default, .am-btn-group .am-btn-default {
    border-color: #d9d9d9
}

.am-btn-primary {
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2
}

a.am-btn-primary:visited {
    color: #fff
}

.am-active .am-btn-primary.am-dropdown-toggle, .am-btn-primary.am-active, .am-btn-primary:active, .am-btn-primary:focus, .am-btn-primary:hover {
    color: #fff;
    border-color: #0a6999
}

.am-btn-primary:focus, .am-btn-primary:hover {
    background-color: #0c79b1
}

.am-active .am-btn-primary.am-dropdown-toggle, .am-btn-primary.am-active, .am-btn-primary:active {
    background-image: none;
    background-color: #0a628f
}

.am-btn-primary.am-disabled, .am-btn-primary.am-disabled.am-active, .am-btn-primary.am-disabled:active, .am-btn-primary.am-disabled:focus, .am-btn-primary.am-disabled:hover, .am-btn-primary[disabled], .am-btn-primary[disabled].am-active, .am-btn-primary[disabled]:active, .am-btn-primary[disabled]:focus, .am-btn-primary[disabled]:hover, fieldset[disabled] .am-btn-primary, fieldset[disabled] .am-btn-primary.am-active, fieldset[disabled] .am-btn-primary:active, fieldset[disabled] .am-btn-primary:focus, fieldset[disabled] .am-btn-primary:hover {
    background-color: #0e90d2;
    border-color: #0e90d2
}

.am-btn-group-stacked .am-btn-primary, .am-btn-group .am-btn-primary {
    border-color: #0c80ba
}

.am-btn-warning {
    color: #fff;
    background-color: #f37b1d;
    border-color: #f37b1d
}

a.am-btn-warning:visited {
    color: #fff
}

.am-active .am-btn-warning.am-dropdown-toggle, .am-btn-warning.am-active, .am-btn-warning:active, .am-btn-warning:focus, .am-btn-warning:hover {
    color: #fff;
    border-color: #c85e0b
}

.am-btn-warning:focus, .am-btn-warning:hover {
    background-color: #e0690c
}

.am-active .am-btn-warning.am-dropdown-toggle, .am-btn-warning.am-active, .am-btn-warning:active {
    background-image: none;
    background-color: #be590a
}

.am-btn-warning.am-disabled, .am-btn-warning.am-disabled.am-active, .am-btn-warning.am-disabled:active, .am-btn-warning.am-disabled:focus, .am-btn-warning.am-disabled:hover, .am-btn-warning[disabled], .am-btn-warning[disabled].am-active, .am-btn-warning[disabled]:active, .am-btn-warning[disabled]:focus, .am-btn-warning[disabled]:hover, fieldset[disabled] .am-btn-warning, fieldset[disabled] .am-btn-warning.am-active, fieldset[disabled] .am-btn-warning:active, fieldset[disabled] .am-btn-warning:focus, fieldset[disabled] .am-btn-warning:hover {
    background-color: #f37b1d;
    border-color: #f37b1d
}

.am-btn-group-stacked .am-btn-warning, .am-btn-group .am-btn-warning {
    border-color: #ea6e0c
}

.am-btn-danger {
    color: #fff;
    background-color: #dd514c;
    border-color: #dd514c
}

a.am-btn-danger:visited {
    color: #fff
}

.am-active .am-btn-danger.am-dropdown-toggle, .am-btn-danger.am-active, .am-btn-danger:active, .am-btn-danger:focus, .am-btn-danger:hover {
    color: #fff;
    border-color: #c62b26
}

.am-btn-danger:focus, .am-btn-danger:hover {
    background-color: #d7342e
}

.am-active .am-btn-danger.am-dropdown-toggle, .am-btn-danger.am-active, .am-btn-danger:active {
    background-image: none;
    background-color: #be2924
}

.am-btn-danger.am-disabled, .am-btn-danger.am-disabled.am-active, .am-btn-danger.am-disabled:active, .am-btn-danger.am-disabled:focus, .am-btn-danger.am-disabled:hover, .am-btn-danger[disabled], .am-btn-danger[disabled].am-active, .am-btn-danger[disabled]:active, .am-btn-danger[disabled]:focus, .am-btn-danger[disabled]:hover, fieldset[disabled] .am-btn-danger, fieldset[disabled] .am-btn-danger.am-active, fieldset[disabled] .am-btn-danger:active, fieldset[disabled] .am-btn-danger:focus, fieldset[disabled] .am-btn-danger:hover {
    background-color: #dd514c;
    border-color: #dd514c
}

.am-btn-group-stacked .am-btn-danger, .am-btn-group .am-btn-danger {
    border-color: #d93c37
}

.am-btn-success {
    color: #fff;
    background-color: #5eb95e;
    border-color: #5eb95e
}

a.am-btn-success:visited {
    color: #fff
}

.am-active .am-btn-success.am-dropdown-toggle, .am-btn-success.am-active, .am-btn-success:active, .am-btn-success:focus, .am-btn-success:hover {
    color: #fff;
    border-color: #429842
}

.am-btn-success:focus, .am-btn-success:hover {
    background-color: #4aaa4a
}

.am-active .am-btn-success.am-dropdown-toggle, .am-btn-success.am-active, .am-btn-success:active {
    background-image: none;
    background-color: #3f913f
}

.am-btn-success.am-disabled, .am-btn-success.am-disabled.am-active, .am-btn-success.am-disabled:active, .am-btn-success.am-disabled:focus, .am-btn-success.am-disabled:hover, .am-btn-success[disabled], .am-btn-success[disabled].am-active, .am-btn-success[disabled]:active, .am-btn-success[disabled]:focus, .am-btn-success[disabled]:hover, fieldset[disabled] .am-btn-success, fieldset[disabled] .am-btn-success.am-active, fieldset[disabled] .am-btn-success:active, fieldset[disabled] .am-btn-success:focus, fieldset[disabled] .am-btn-success:hover {
    background-color: #5eb95e;
    border-color: #5eb95e
}

.am-btn-group-stacked .am-btn-success, .am-btn-group .am-btn-success {
    border-color: #4db14d
}

.am-btn-secondary {
    color: #fff;
    background-color: #3bb4f2;
    border-color: #3bb4f2
}

a.am-btn-secondary:visited {
    color: #fff
}

.am-active .am-btn-secondary.am-dropdown-toggle, .am-btn-secondary.am-active, .am-btn-secondary:active, .am-btn-secondary:focus, .am-btn-secondary:hover {
    color: #fff;
    border-color: #0f9ae0
}

.am-btn-secondary:focus, .am-btn-secondary:hover {
    background-color: #19a7f0
}

.am-active .am-btn-secondary.am-dropdown-toggle, .am-btn-secondary.am-active, .am-btn-secondary:active {
    background-image: none;
    background-color: #0e93d7
}

.am-btn-secondary.am-disabled, .am-btn-secondary.am-disabled.am-active, .am-btn-secondary.am-disabled:active, .am-btn-secondary.am-disabled:focus, .am-btn-secondary.am-disabled:hover, .am-btn-secondary[disabled], .am-btn-secondary[disabled].am-active, .am-btn-secondary[disabled]:active, .am-btn-secondary[disabled]:focus, .am-btn-secondary[disabled]:hover, fieldset[disabled] .am-btn-secondary, fieldset[disabled] .am-btn-secondary.am-active, fieldset[disabled] .am-btn-secondary:active, fieldset[disabled] .am-btn-secondary:focus, fieldset[disabled] .am-btn-secondary:hover {
    background-color: #3bb4f2;
    border-color: #3bb4f2
}

.am-btn-group-stacked .am-btn-secondary, .am-btn-group .am-btn-secondary {
    border-color: #23abf0
}

.am-btn-link {
    color: #0e90d2;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.am-btn-link, .am-btn-link:active, .am-btn-link[disabled], fieldset[disabled] .am-btn-link {
    background-color: transparent;
    box-shadow: none
}

.am-btn-link, .am-btn-link:active, .am-btn-link:focus, .am-btn-link:hover {
    border-color: transparent
}

.am-btn-link:focus, .am-btn-link:hover {
    color: #095f8a;
    text-decoration: underline;
    background-color: transparent
}

.am-btn-link[disabled]:focus, .am-btn-link[disabled]:hover, fieldset[disabled] .am-btn-link:focus, fieldset[disabled] .am-btn-link:hover {
    color: #999;
    text-decoration: none
}

.am-btn-xs {
    font-size: 1.2rem
}

.am-btn-sm {
    font-size: 1.4rem
}

.am-btn-lg {
    font-size: 1.8rem
}

.am-btn-xl {
    font-size: 2rem
}

.am-btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.am-btn-block + .am-btn-block {
    margin-top: 5px
}

input[type=button].am-btn-block, input[type=reset].am-btn-block, input[type=submit].am-btn-block {
    width: 100%
}

.am-btn.am-btn-loading .am-icon-spin {
    margin-right: 5px
}

table {
    max-width: 100%;
    background-color: transparent;
    empty-cells: show
}

table code {
    white-space: normal
}

th {
    text-align: left
}

.am-table {
    width: 100%;
    margin-bottom: 1.6rem;
    border-spacing: 0;
    border-collapse: separate
}

.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
    padding: .7rem;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.am-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd
}

.am-table > caption + thead > tr:first-child > td, .am-table > caption + thead > tr:first-child > th, .am-table > colgroup + thead > tr:first-child > td, .am-table > colgroup + thead > tr:first-child > th, .am-table > thead:first-child > tr:first-child > td, .am-table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.am-table > tbody + tbody tr:first-child td {
    border-top: 2px solid #ddd
}

.am-table-bordered {
    border: 1px solid #ddd;
    border-left: none
}

.am-table-bordered > tbody > tr > td, .am-table-bordered > tbody > tr > th, .am-table-bordered > tfoot > tr > td, .am-table-bordered > tfoot > tr > th, .am-table-bordered > thead > tr > td, .am-table-bordered > thead > tr > th {
    border-left: 1px solid #ddd
}

.am-table-bordered > tbody > tr:first-child > td, .am-table-bordered > tbody > tr:first-child > th {
    border-top: none
}

.am-table-bordered > thead + tbody > tr:first-child > td, .am-table-bordered > thead + tbody > tr:first-child > th {
    border-top: 1px solid #ddd
}

.am-table-radius {
    border: 1px solid #ddd;
    border-radius: 2px
}

.am-table-radius > thead > tr:first-child > td:first-child, .am-table-radius > thead > tr:first-child > th:first-child {
    border-top-left-radius: 2px;
    border-left: none
}

.am-table-radius > thead > tr:first-child > td:last-child, .am-table-radius > thead > tr:first-child > th:last-child {
    border-top-right-radius: 2px;
    border-right: none
}

.am-table-radius > tbody > tr > td:first-child, .am-table-radius > tbody > tr > th:first-child {
    border-left: none
}

.am-table-radius > tbody > tr > td:last-child, .am-table-radius > tbody > tr > th:last-child {
    border-right: none
}

.am-table-radius > tbody > tr:last-child > td, .am-table-radius > tbody > tr:last-child > th {
    border-bottom: none
}

.am-table-radius > tbody > tr:last-child > td:first-child, .am-table-radius > tbody > tr:last-child > th:first-child {
    border-bottom-left-radius: 2px
}

.am-table-radius > tbody > tr:last-child > td:last-child, .am-table-radius > tbody > tr:last-child > th:last-child {
    border-bottom-right-radius: 2px
}

.am-table-striped > tbody > tr:nth-child(odd) > td, .am-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
    background-color: #e9e9e9
}

.am-table-compact > tbody > tr > td, .am-table-compact > tbody > tr > th, .am-table-compact > tfoot > tr > td, .am-table-compact > tfoot > tr > th, .am-table-compact > thead > tr > td, .am-table-compact > thead > tr > th {
    padding: .4rem
}

.am-table-centered > tbody > tr > td, .am-table-centered > tbody > tr > th, .am-table-centered > tfoot > tr > td, .am-table-centered > tfoot > tr > th, .am-table-centered > thead > tr > td, .am-table-centered > thead > tr > th {
    text-align: center
}

.am-table > tbody > tr.am-active > td, .am-table > tbody > tr.am-active > th, .am-table > tbody > tr > td.am-active, .am-table > tbody > tr > th.am-active, .am-table > tfoot > tr.am-active > td, .am-table > tfoot > tr.am-active > th, .am-table > tfoot > tr > td.am-active, .am-table > tfoot > tr > th.am-active, .am-table > thead > tr.am-active > td, .am-table > thead > tr.am-active > th, .am-table > thead > tr > td.am-active, .am-table > thead > tr > th.am-active {
    background-color: #ffd
}

.am-table > tbody > tr.am-disabled > td, .am-table > tbody > tr.am-disabled > th, .am-table > tbody > tr > td.am-disabled, .am-table > tbody > tr > th.am-disabled, .am-table > tfoot > tr.am-disabled > td, .am-table > tfoot > tr.am-disabled > th, .am-table > tfoot > tr > td.am-disabled, .am-table > tfoot > tr > th.am-disabled, .am-table > thead > tr.am-disabled > td, .am-table > thead > tr.am-disabled > th, .am-table > thead > tr > td.am-disabled, .am-table > thead > tr > th.am-disabled {
    color: #999
}

.am-table > tbody > tr.am-primary > td, .am-table > tbody > tr.am-primary > th, .am-table > tbody > tr > td.am-primary, .am-table > tbody > tr > th.am-primary, .am-table > tfoot > tr.am-primary > td, .am-table > tfoot > tr.am-primary > th, .am-table > tfoot > tr > td.am-primary, .am-table > tfoot > tr > th.am-primary, .am-table > thead > tr.am-primary > td, .am-table > thead > tr.am-primary > th, .am-table > thead > tr > td.am-primary, .am-table > thead > tr > th.am-primary {
    color: #0b76ac;
    background-color: rgba(14, 144, 210, .115)
}

.am-table > tbody > tr.am-success > td, .am-table > tbody > tr.am-success > th, .am-table > tbody > tr > td.am-success, .am-table > tbody > tr > th.am-success, .am-table > tfoot > tr.am-success > td, .am-table > tfoot > tr.am-success > th, .am-table > tfoot > tr > td.am-success, .am-table > tfoot > tr > th.am-success, .am-table > thead > tr.am-success > td, .am-table > thead > tr.am-success > th, .am-table > thead > tr > td.am-success, .am-table > thead > tr > th.am-success {
    color: #5eb95e;
    background-color: rgba(94, 185, 94, .115)
}

.am-table > tbody > tr.am-warning > td, .am-table > tbody > tr.am-warning > th, .am-table > tbody > tr > td.am-warning, .am-table > tbody > tr > th.am-warning, .am-table > tfoot > tr.am-warning > td, .am-table > tfoot > tr.am-warning > th, .am-table > tfoot > tr > td.am-warning, .am-table > tfoot > tr > th.am-warning, .am-table > thead > tr.am-warning > td, .am-table > thead > tr.am-warning > th, .am-table > thead > tr > td.am-warning, .am-table > thead > tr > th.am-warning {
    color: #f37b1d;
    background-color: rgba(243, 123, 29, .115)
}

.am-table > tbody > tr.am-danger > td, .am-table > tbody > tr.am-danger > th, .am-table > tbody > tr > td.am-danger, .am-table > tbody > tr > th.am-danger, .am-table > tfoot > tr.am-danger > td, .am-table > tfoot > tr.am-danger > th, .am-table > tfoot > tr > td.am-danger, .am-table > tfoot > tr > th.am-danger, .am-table > thead > tr.am-danger > td, .am-table > thead > tr.am-danger > th, .am-table > thead > tr > td.am-danger, .am-table > thead > tr > th.am-danger {
    color: #dd514c;
    background-color: rgba(221, 81, 76, .115)
}

fieldset {
    border: none
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .5rem
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555;
    vertical-align: middle
}

.am-form-field, .am-form input[type=color], .am-form input[type=date], .am-form input[type=datetime-local], .am-form input[type=datetime], .am-form input[type=email], .am-form input[type=month], .am-form input[type=number], .am-form input[type=password], .am-form input[type=search], .am-form input[type=tel], .am-form input[type=text], .am-form input[type=time], .am-form input[type=url], .am-form input[type=week], .am-form select, .am-form textarea {
    display: block;
    width: 100%;
    padding: .5em;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.am-form-field:focus, .am-form input[type=color]:focus, .am-form input[type=date]:focus, .am-form input[type=datetime-local]:focus, .am-form input[type=datetime]:focus, .am-form input[type=email]:focus, .am-form input[type=month]:focus, .am-form input[type=number]:focus, .am-form input[type=password]:focus, .am-form input[type=search]:focus, .am-form input[type=tel]:focus, .am-form input[type=text]:focus, .am-form input[type=time]:focus, .am-form input[type=url]:focus, .am-form input[type=week]:focus, .am-form select:focus, .am-form textarea:focus {
    background-color: #fefffe;
    border-color: #3bb4f2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 180, 242, .3)
}

.am-form-field:-ms-input-placeholder, .am-form input[type=color]:-ms-input-placeholder, .am-form input[type=date]:-ms-input-placeholder, .am-form input[type=datetime-local]:-ms-input-placeholder, .am-form input[type=datetime]:-ms-input-placeholder, .am-form input[type=email]:-ms-input-placeholder, .am-form input[type=month]:-ms-input-placeholder, .am-form input[type=number]:-ms-input-placeholder, .am-form input[type=password]:-ms-input-placeholder, .am-form input[type=search]:-ms-input-placeholder, .am-form input[type=tel]:-ms-input-placeholder, .am-form input[type=text]:-ms-input-placeholder, .am-form input[type=time]:-ms-input-placeholder, .am-form input[type=url]:-ms-input-placeholder, .am-form input[type=week]:-ms-input-placeholder, .am-form select:-ms-input-placeholder, .am-form textarea:-ms-input-placeholder {
    color: #999
}

.am-form-field::placeholder, .am-form input[type=color]::placeholder, .am-form input[type=date]::placeholder, .am-form input[type=datetime-local]::placeholder, .am-form input[type=datetime]::placeholder, .am-form input[type=email]::placeholder, .am-form input[type=month]::placeholder, .am-form input[type=number]::placeholder, .am-form input[type=password]::placeholder, .am-form input[type=search]::placeholder, .am-form input[type=tel]::placeholder, .am-form input[type=text]::placeholder, .am-form input[type=time]::placeholder, .am-form input[type=url]::placeholder, .am-form input[type=week]::placeholder, .am-form select::placeholder, .am-form textarea::placeholder {
    color: #999
}

.am-form-field::-moz-placeholder, .am-form input[type=color]::-moz-placeholder, .am-form input[type=date]::-moz-placeholder, .am-form input[type=datetime-local]::-moz-placeholder, .am-form input[type=datetime]::-moz-placeholder, .am-form input[type=email]::-moz-placeholder, .am-form input[type=month]::-moz-placeholder, .am-form input[type=number]::-moz-placeholder, .am-form input[type=password]::-moz-placeholder, .am-form input[type=search]::-moz-placeholder, .am-form input[type=tel]::-moz-placeholder, .am-form input[type=text]::-moz-placeholder, .am-form input[type=time]::-moz-placeholder, .am-form input[type=url]::-moz-placeholder, .am-form input[type=week]::-moz-placeholder, .am-form select::-moz-placeholder, .am-form textarea::-moz-placeholder {
    opacity: 1
}

.am-form-field[disabled], .am-form-field[readonly], .am-form input[type=color][disabled], .am-form input[type=color][readonly], .am-form input[type=date][disabled], .am-form input[type=date][readonly], .am-form input[type=datetime-local][disabled], .am-form input[type=datetime-local][readonly], .am-form input[type=datetime][disabled], .am-form input[type=datetime][readonly], .am-form input[type=email][disabled], .am-form input[type=email][readonly], .am-form input[type=month][disabled], .am-form input[type=month][readonly], .am-form input[type=number][disabled], .am-form input[type=number][readonly], .am-form input[type=password][disabled], .am-form input[type=password][readonly], .am-form input[type=search][disabled], .am-form input[type=search][readonly], .am-form input[type=tel][disabled], .am-form input[type=tel][readonly], .am-form input[type=text][disabled], .am-form input[type=text][readonly], .am-form input[type=time][disabled], .am-form input[type=time][readonly], .am-form input[type=url][disabled], .am-form input[type=url][readonly], .am-form input[type=week][disabled], .am-form input[type=week][readonly], .am-form select[disabled], .am-form select[readonly], .am-form textarea[disabled], .am-form textarea[readonly], fieldset[disabled] .am-form-field, fieldset[disabled] .am-form input[type=color], fieldset[disabled] .am-form input[type=date], fieldset[disabled] .am-form input[type=datetime-local], fieldset[disabled] .am-form input[type=datetime], fieldset[disabled] .am-form input[type=email], fieldset[disabled] .am-form input[type=month], fieldset[disabled] .am-form input[type=number], fieldset[disabled] .am-form input[type=password], fieldset[disabled] .am-form input[type=search], fieldset[disabled] .am-form input[type=tel], fieldset[disabled] .am-form input[type=text], fieldset[disabled] .am-form input[type=time], fieldset[disabled] .am-form input[type=url], fieldset[disabled] .am-form input[type=week], fieldset[disabled] .am-form select, fieldset[disabled] .am-form textarea {
    cursor: not-allowed;
    background-color: #eee
}

.am-form-field.am-radius, .am-form input[type=color].am-radius, .am-form input[type=date].am-radius, .am-form input[type=datetime-local].am-radius, .am-form input[type=datetime].am-radius, .am-form input[type=email].am-radius, .am-form input[type=month].am-radius, .am-form input[type=number].am-radius, .am-form input[type=password].am-radius, .am-form input[type=search].am-radius, .am-form input[type=tel].am-radius, .am-form input[type=text].am-radius, .am-form input[type=time].am-radius, .am-form input[type=url].am-radius, .am-form input[type=week].am-radius, .am-form select.am-radius, .am-form textarea.am-radius {
    border-radius: 2px
}

.am-form-field.am-round, .am-form input[type=color].am-round, .am-form input[type=date].am-round, .am-form input[type=datetime-local].am-round, .am-form input[type=datetime].am-round, .am-form input[type=email].am-round, .am-form input[type=month].am-round, .am-form input[type=number].am-round, .am-form input[type=password].am-round, .am-form input[type=search].am-round, .am-form input[type=tel].am-round, .am-form input[type=text].am-round, .am-form input[type=time].am-round, .am-form input[type=url].am-round, .am-form input[type=week].am-round, .am-form select.am-round, .am-form textarea.am-round {
    border-radius: 1000px
}

.am-form select[multiple], .am-form select[size], .am-form textarea {
    height: auto
}

.am-form select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-border-radius: 0;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+") no-repeat 100%
}

.am-form select[multiple=multiple] {
    background-image: none
}

.am-form-help {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999;
    font-size: 1.3rem
}

.am-form-group {
    margin-bottom: 1.5rem
}

.am-form-file {
    position: relative;
    overflow: hidden
}

.am-form-file input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 50rem
}

.am-checkbox, .am-radio {
    display: block;
    min-height: 1.92rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.am-checkbox label, .am-radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.am-checkbox-inline input[type=checkbox], .am-checkbox input[type=checkbox], .am-radio-inline input[type=radio], .am-radio input[type=radio] {
    float: left;
    margin-left: -20px;
    outline: none
}

.am-checkbox + .am-checkbox, .am-radio + .am-radio {
    margin-top: -5px
}

.am-checkbox-inline, .am-radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.am-checkbox-inline + .am-checkbox-inline, .am-radio-inline + .am-radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.am-checkbox-inline[disabled], .am-checkbox[disabled], .am-radio-inline[disabled], .am-radio[disabled], fieldset[disabled] .am-checkbox, fieldset[disabled] .am-checkbox-inline, fieldset[disabled] .am-radio, fieldset[disabled] .am-radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

.am-form-warning .am-checkbox, .am-form-warning .am-checkbox-inline, .am-form-warning .am-form-help, .am-form-warning .am-form-label, .am-form-warning .am-radio, .am-form-warning .am-radio-inline, .am-form-warning [class*=icon-], .am-form-warning label {
    color: #f37b1d
}

.am-form-warning .am-form-field {
    border-color: #f37b1d !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.am-form-warning .am-form-field:focus {
    background-color: #fefffe;
    border-color: #d2620b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px #f8b47e !important
}

.am-form-error .am-checkbox, .am-form-error .am-checkbox-inline, .am-form-error .am-form-help, .am-form-error .am-form-label, .am-form-error .am-radio, .am-form-error .am-radio-inline, .am-form-error [class*=icon-], .am-form-error label {
    color: #dd514c
}

.am-field-error, .am-form-error .am-form-field {
    border-color: #dd514c !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.am-field-error:focus, .am-form-error .am-form-field:focus {
    background-color: #fefffe;
    border-color: #cf2d27;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px #eda4a2 !important
}

.am-form-success .am-checkbox, .am-form-success .am-checkbox-inline, .am-form-success .am-form-help, .am-form-success .am-form-label, .am-form-success .am-radio, .am-form-success .am-radio-inline, .am-form-success [class*=icon-], .am-form-success label {
    color: #5eb95e
}

.am-field-valid, .am-form-success .am-form-field {
    border-color: #5eb95e !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.am-field-valid:focus, .am-form-success .am-form-field:focus {
    background-color: #fefffe;
    border-color: #459f45;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px #a5d8a5 !important
}

.am-form-horizontal .am-checkbox, .am-form-horizontal .am-checkbox-inline, .am-form-horizontal .am-form-label, .am-form-horizontal .am-radio, .am-form-horizontal .am-radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .6em
}

.am-form-horizontal .am-form-group:after, .am-form-horizontal .am-form-group:before {
    content: " ";
    display: table
}

.am-form-horizontal .am-form-group:after {
    clear: both
}

@media only screen and (min-width: 641px) {
    .am-form-horizontal .am-form-label {
        text-align: right
    }
}

@media only screen and (min-width: 641px) {
    .am-form-inline .am-form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .am-form-inline .am-form-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .am-form-inline .am-input-group {
        display: inline-table;
        vertical-align: middle
    }

    .am-form-inline .am-input-group .am-form-label, .am-form-inline .am-input-group .am-input-group-btn, .am-form-inline .am-input-group .am-input-group-label {
        width: auto
    }

    .am-form-inline .am-input-group > .am-form-field {
        width: 100%
    }

    .am-form-inline .am-form-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .am-form-inline .am-checkbox, .am-form-inline .am-radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle
    }

    .am-form-inline .am-checkbox input[type=checkbox], .am-form-inline .am-radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.am-input-sm {
    font-size: 1.4rem !important
}

.am-input-lg {
    font-size: 1.8rem !important
}

.am-form-group-sm .am-checkbox, .am-form-group-sm .am-form-field, .am-form-group-sm .am-form-label, .am-form-group-sm .am-radio {
    font-size: 1.4rem !important
}

.am-form-group-lg .am-checkbox, .am-form-group-lg .am-form-field, .am-form-group-lg .am-form-label, .am-form-group-lg .am-radio {
    font-size: 1.8rem !important
}

.am-form-group-lg input[type=checkbox], .am-form-group-lg input[type=radio] {
    margin-top: 7px
}

.am-form-icon {
    position: relative
}

.am-form-icon .am-form-field {
    padding-left: 1.75em !important
}

.am-form-icon [class*=am-icon-] {
    position: absolute;
    left: .5em;
    top: 50%;
    display: block;
    margin-top: -.5em;
    line-height: 1;
    z-index: 2
}

.am-form-icon label ~ [class*=am-icon-] {
    top: 70%
}

.am-form-feedback {
    position: relative
}

.am-form-feedback .am-form-field {
    padding-left: .5em !important;
    padding-right: 1.75em !important
}

.am-form-feedback [class*=am-icon-] {
    right: .5em;
    left: auto
}

.am-form-horizontal .am-form-feedback [class*=am-icon-] {
    right: 1.6em
}

.am-form-set {
    margin-bottom: 1.5rem;
    padding: 0
}

.am-form-set > input {
    position: relative;
    top: -1px;
    border-radius: 0 !important
}

.am-form-set > input:focus {
    z-index: 2
}

.am-form-set > input:first-child {
    top: 1px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.am-form-set > input:last-child {
    top: -2px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.am-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.am-img-thumbnail.am-radius {
    border-radius: 2px
}

.am-img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.am-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.am-nav:after, .am-nav:before {
    content: " ";
    display: table
}

.am-nav:after {
    clear: both
}

.am-nav > li {
    position: relative;
    display: block
}

.am-nav > li + li {
    margin-top: 5px
}

.am-nav > li + .am-nav-header {
    margin-top: 1em
}

.am-nav > li > a {
    position: relative;
    display: block;
    padding: .4em 1em;
    border-radius: 0
}

.am-nav > li > a:focus, .am-nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.am-nav > li.am-active > a, .am-nav > li.am-active > a:focus, .am-nav > li.am-active > a:hover {
    color: #fff;
    background-color: #0e90d2;
    cursor: default
}

.am-nav > li.am-disabled > a {
    color: #999
}

.am-nav > li.am-disabled > a:focus, .am-nav > li.am-disabled > a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.am-nav-header {
    padding: .4em 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 100%;
    color: #555
}

.am-nav-divider {
    margin: 15px 1em !important;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff
}

.am-nav-pills > li {
    float: left
}

.am-nav-pills > li + li {
    margin-left: 5px;
    margin-top: 0
}

.am-nav-tabs {
    border-bottom: 1px solid #ddd
}

.am-nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.am-nav-tabs > li + li {
    margin-top: 0
}

.am-nav-tabs > li > a {
    margin-right: 5px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.am-nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:focus, .am-nav-tabs > li.am-active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.am-nav-tabs.am-nav-justify {
    border-bottom: 0
}

.am-nav-tabs.am-nav-justify > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0
}

.am-nav-tabs.am-nav-justify > .am-active > a, .am-nav-tabs.am-nav-justify > .am-active > a:focus, .am-nav-tabs.am-nav-justify > .am-active > a:hover {
    border-bottom-color: #fff
}

.am-nav-justify {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.am-nav-justify > li {
    float: none;
    -ms-flex: 1;
    flex: 1
}

.am-nav-justify > li > a {
    text-align: center;
    margin-bottom: 0
}

.lte9 .am-nav-justify > li {
    display: table-cell;
    width: 1%
}

.am-topbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1.6rem;
    background: #f8f8f8;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ddd;
    color: #666
}

.am-topbar:after, .am-topbar:before {
    content: " ";
    display: table
}

.am-topbar:after {
    clear: both
}

.am-topbar a {
    color: #666
}

.am-topbar-brand {
    margin: 0
}

@media only screen and (min-width: 641px) {
    .am-topbar-brand {
        float: left
    }
}

.am-topbar-brand a:hover {
    color: #4d4d4d
}

.am-topbar-collapse {
    width: 100%;
    overflow-x: visible;
    padding: 10px;
    clear: both;
    -webkit-overflow-scrolling: touch
}

.am-topbar-collapse:after, .am-topbar-collapse:before {
    content: " ";
    display: table
}

.am-topbar-collapse:after {
    clear: both
}

.am-topbar-collapse.am-in {
    overflow-y: auto
}

@media only screen and (min-width: 641px) {
    .am-topbar-collapse {
        margin-top: 0;
        padding: 0;
        width: auto;
        clear: none
    }

    .am-topbar-collapse.am-collapse {
        display: block !important;
        height: auto !important;
        padding: 0;
        overflow: visible !important
    }

    .am-topbar-collapse.am-in {
        overflow-y: visible
    }
}

.am-topbar-brand {
    padding: 0 10px;
    float: left;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px
}

.am-topbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px
}

@media only screen and (min-width: 641px) {
    .am-topbar-toggle {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    .am-topbar-nav {
        margin-bottom: 8px
    }

    .am-topbar-nav > li {
        float: none
    }
}

@media only screen and (max-width: 640px) {
    .am-topbar-nav > li + li {
        margin-left: 0;
        margin-top: 5px
    }
}

@media only screen and (min-width: 641px) {
    .am-topbar-nav {
        float: left
    }

    .am-topbar-nav > li > a {
        position: relative;
        line-height: 50px;
        padding: 0 10px
    }

    .am-topbar-nav > li > a:after {
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -1px;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-bottom: 7px solid #f8f8f8;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-top: 0 dotted;
        transform: rotate(1turn);
        opacity: 0;
        transition: opacity .1s
    }

    .am-topbar-nav > li > a:hover:after {
        opacity: 1;
        border-bottom-color: #666
    }

    .am-topbar-nav > li.am-dropdown > a:after {
        display: none
    }

    .am-topbar-nav > li.am-active > a, .am-topbar-nav > li.am-active > a:focus, .am-topbar-nav > li.am-active > a:hover {
        border-radius: 0;
        color: #0e90d2;
        background: none
    }

    .am-topbar-nav > li.am-active > a:after {
        opacity: 1;
        border-bottom-color: #0e90d2
    }
}

@media only screen and (max-width: 640px) {
    .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content {
        float: none;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width: 641px) {
    .am-topbar-left {
        float: left
    }

    .am-topbar-right {
        float: right;
        margin-right: 10px
    }
}

@media only screen and (max-width: 640px) {
    .am-topbar-form .am-form-group {
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 641px) {
    .am-topbar-form {
        padding: 0 10px;
        margin-top: 8px
    }

    .am-topbar-form .am-form-group + .am-btn {
        margin-left: 5px
    }
}

.am-topbar-btn {
    margin-top: 8px
}

@media only screen and (max-width: 640px) {
    .am-topbar-collapse .am-btn, .am-topbar-collapse .am-topbar-btn {
        display: block;
        width: 100%
    }
}

.am-topbar-inverse {
    background-color: #0e90d2;
    border-color: #0b6fa2;
    color: #eee
}

.am-topbar-inverse a {
    color: #eee
}

.am-topbar-inverse .am-topbar-brand a {
    color: #fff
}

.am-topbar-inverse .am-topbar-brand a:focus, .am-topbar-inverse .am-topbar-brand a:hover {
    color: #fff;
    background-color: transparent
}

.am-topbar-inverse .am-topbar-nav > li > a {
    color: #eee
}

.am-topbar-inverse .am-topbar-nav > li > a:focus, .am-topbar-inverse .am-topbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .05)
}

.am-topbar-inverse .am-topbar-nav > li > a:focus:after, .am-topbar-inverse .am-topbar-nav > li > a:hover:after {
    border-bottom-color: #0b6fa2
}

.am-topbar-inverse .am-topbar-nav > li > a:after {
    border-bottom-color: #0e90d2
}

.am-topbar-inverse .am-topbar-nav > li.am-active > a, .am-topbar-inverse .am-topbar-nav > li.am-active > a:focus, .am-topbar-inverse .am-topbar-nav > li.am-active > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .1)
}

.am-topbar-inverse .am-topbar-nav > li.am-active > a:after, .am-topbar-inverse .am-topbar-nav > li.am-active > a:focus:after, .am-topbar-inverse .am-topbar-nav > li.am-active > a:hover:after {
    border-bottom-color: #fff
}

.am-topbar-inverse .am-topbar-nav > li .disabled > a, .am-topbar-inverse .am-topbar-nav > li .disabled > a:focus, .am-topbar-inverse .am-topbar-nav > li .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.am-topbar-fixed-bottom, .am-topbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    transform: translateZ(0)
}

.am-topbar-fixed-top {
    top: 0
}

.am-topbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.am-with-topbar-fixed-top {
    padding-top: 51px
}

.am-with-topbar-fixed-bottom {
    padding-bottom: 51px
}

@media only screen and (max-width: 640px) {
    .am-topbar-fixed-bottom .am-topbar-collapse {
        position: absolute;
        bottom: 100%;
        margin-bottom: 1px;
        background-color: #f8f8f8
    }

    .am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:after, .am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:before {
        display: none
    }

    .am-topbar-fixed-bottom.am-topbar-inverse .am-topbar-collapse {
        background-color: #0e90d2
    }
}

.am-breadcrumb {
    padding: .7em .5em;
    margin-bottom: 2rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 85%
}

.am-breadcrumb > li {
    display: inline-block
}

.am-breadcrumb > li [class*=am-icon-]:before {
    color: #999;
    margin-right: 5px
}

.am-breadcrumb > li + li:before {
    content: "\BB\A0";
    padding: 0 8px;
    color: #ccc
}

.am-breadcrumb > .am-active {
    color: #999
}

.am-breadcrumb-slash > li + li:before {
    content: "/\A0"
}

.am-pagination {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999;
    text-align: left
}

.am-pagination:after, .am-pagination:before {
    content: " ";
    display: table
}

.am-pagination:after {
    clear: both
}

.am-pagination > li {
    display: inline-block
}

.am-pagination > li > a, .am-pagination > li > span {
    position: relative;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px
}

.am-pagination > li:last-child > a, .am-pagination > li:last-child > span {
    margin-right: 0
}

.am-pagination > li > a:focus, .am-pagination > li > a:hover, .am-pagination > li > span:focus, .am-pagination > li > span:hover {
    background-color: #eee
}

.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2;
    cursor: default
}

.am-pagination > .am-disabled > a, .am-pagination > .am-disabled > a:focus, .am-pagination > .am-disabled > a:hover, .am-pagination > .am-disabled > span, .am-pagination > .am-disabled > span:focus, .am-pagination > .am-disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none
}

.am-pagination .am-pagination-prev {
    float: left
}

.am-pagination .am-pagination-prev a {
    border-radius: 0
}

.am-pagination .am-pagination-next {
    float: right
}

.am-pagination .am-pagination-next a {
    border-radius: 0
}

.am-pagination-centered {
    text-align: center
}

.am-pagination-right {
    text-align: right
}

[class*=am-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

@media screen {
    .cssanimations [data-am-scrollspy*=animation] {
        opacity: 0
    }
}

.am-animation-fade {
    animation-name: am-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.am-animation-scale-up {
    animation-name: am-scale-up
}

.am-animation-scale-down {
    animation-name: am-scale-down
}

.am-animation-slide-topanimation-slide-top {
    animation-name: am-slide-top
}

.am-animation-slide-bottom {
    animation-name: am-slide-bottom
}

.am-animation-slide-left {
    animation-name: am-slide-left
}

.am-animation-slide-right {
    animation-name: am-slide-right
}

.am-animation-slide-top-fixed {
    animation-name: am-slide-top-fixed
}

.am-animation-shake {
    animation-name: am-shake
}

.am-animation-spin {
    animation: am-spin 2s infinite linear
}

.am-animation-left-spring {
    animation: am-left-spring .3s ease-in-out
}

.am-animation-right-spring {
    animation: am-right-spring .3s ease-in-out
}

.am-animation-reverse {
    animation-direction: reverse
}

.am-animation-paused {
    animation-play-state: paused !important
}

.am-animation-delay-1 {
    animation-delay: 1s
}

.am-animation-delay-2 {
    animation-delay: 2s
}

.am-animation-delay-3 {
    animation-delay: 3s
}

.am-animation-delay-4 {
    animation-delay: 4s
}

.am-animation-delay-5 {
    animation-delay: 5s
}

.am-animation-delay-6 {
    animation-delay: 6s
}

@keyframes am-fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes am-scale-up {
    0% {
        opacity: 0;
        transform: scale(.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes am-scale-down {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes am-slide-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes am-slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes am-slide-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes am-slide-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes am-shake {
    0%, to {
        transform: translateX(0)
    }
    10% {
        transform: translateX(-9px)
    }
    20% {
        transform: translateX(8px)
    }
    30% {
        transform: translateX(-7px)
    }
    40% {
        transform: translateX(6px)
    }
    50% {
        transform: translateX(-5px)
    }
    60% {
        transform: translateX(4px)
    }
    70% {
        transform: translateX(-3px)
    }
    80% {
        transform: translateX(2px)
    }
    90% {
        transform: translateX(-1px)
    }
}

@keyframes am-slide-top-fixed {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes am-slide-bottom-fixed {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes am-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes am-right-spring {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-20%)
    }
    to {
        transform: translateX(0)
    }
}

@keyframes am-left-spring {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(20%)
    }
    to {
        transform: translateX(0)
    }
}

.am-article:after, .am-article:before {
    content: " ";
    display: table
}

.am-article:after {
    clear: both
}

.am-article > :last-child {
    margin-bottom: 0
}

.am-article + .am-article {
    margin-top: 2.4rem
}

.am-article-title {
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 400
}

.am-article-title a {
    color: inherit;
    text-decoration: none
}

.am-article-meta {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #999
}

.am-article-lead {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.5;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #f9f9f9;
    padding: 10px
}

.am-article-divider {
    margin-bottom: 2.4rem;
    border-color: #eee
}

* + .am-article-divider {
    margin-top: 2.4rem
}

.am-article-bd blockquote {
    font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai, FontAwesome, serif
}

.am-article-bd img {
    display: block;
    max-width: 100%
}

.am-badge {
    display: inline-block;
    min-width: 10px;
    padding: .25em .625em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 0
}

.am-badge:empty {
    display: none
}

.am-badge.am-square {
    border-radius: 0
}

.am-badge.am-radius {
    border-radius: 2px
}

.am-badge.am-round {
    border-radius: 1000px
}

a.am-badge:focus, a.am-badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.am-badge-primary {
    background-color: #0e90d2
}

.am-badge-secondary {
    background-color: #3bb4f2
}

.am-badge-success {
    background-color: #5eb95e
}

.am-badge-warning {
    background-color: #f37b1d
}

.am-badge-danger {
    background-color: #dd514c
}

.am-comment:after, .am-comment:before {
    content: " ";
    display: table
}

.am-comment:after {
    clear: both
}

.am-comment-avatar {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent
}

@media only screen and (min-width: 641px) {
    .am-comment-avatar {
        width: 48px;
        height: 48px
    }
}

.am-comment-main {
    position: relative;
    margin-left: 42px;
    border: 1px solid #dedede;
    border-radius: 0
}

.am-comment-main:after, .am-comment-main:before {
    position: absolute;
    top: 10px;
    left: -8px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    border-width: 8px 8px 8px 0;
    pointer-events: none
}

.am-comment-main:before {
    border-right-color: #dedede;
    z-index: 1
}

.am-comment-main:after {
    border-right-color: #f8f8f8;
    margin-left: 1px;
    z-index: 2
}

@media only screen and (min-width: 641px) {
    .am-comment-main {
        margin-left: 63px
    }
}

.am-comment-hd {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    display: -ms-flexbox;
    display: flex
}

.am-comment-title {
    margin: 0 0 8px;
    font-size: 1.6rem;
    line-height: 1.2
}

.am-comment-meta {
    -ms-flex: 1;
    flex: 1;
    padding: 10px 15px;
    font-size: 13px;
    color: #999;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.am-comment-meta a {
    color: #999
}

.am-comment-author {
    font-weight: 700;
    color: #999
}

.am-comment-bd {
    padding: 15px;
    overflow: hidden
}

.am-comment-bd > :last-child {
    margin-bottom: 0
}

.am-comment-footer {
    padding: 0 15px 5px
}

.am-comment-footer .am-comment-actions a + a {
    margin-left: 5px
}

.am-comment-actions {
    font-size: 13px;
    color: #999
}

.am-comment-actions a {
    display: inline-block;
    padding: 10px 5px;
    line-height: 1;
    color: #999;
    opacity: .7
}

.am-comment-actions a:hover {
    color: #0e90d2;
    opacity: 1
}

.am-comment-hd .am-comment-actions {
    padding-right: .5rem
}

.am-comment-flip .am-comment-avatar {
    float: right
}

.am-comment-flip .am-comment-main {
    margin-left: auto;
    margin-right: 42px
}

@media only screen and (min-width: 641px) {
    .am-comment-flip .am-comment-main {
        margin-right: 63px
    }
}

.am-comment-flip .am-comment-main:after, .am-comment-flip .am-comment-main:before {
    left: auto;
    right: -8px;
    border-width: 8px 0 8px 8px
}

.am-comment-flip .am-comment-main:before {
    border-left-color: #dedede
}

.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8;
    margin-right: 1px;
    margin-left: auto
}

.am-comment-primary .am-comment-avatar, .am-comment-primary .am-comment-main {
    border-color: #0e90d2
}

.am-comment-primary .am-comment-main:before {
    border-right-color: #0e90d2
}

.am-comment-primary.am-comment-flip .am-comment-main:before {
    border-left-color: #0e90d2;
    border-right-color: transparent
}

.am-comment-primary.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8
}

.am-comment-highlight .am-comment-avatar, .am-comment-highlight .am-comment-main, .am-comment-secondary .am-comment-avatar, .am-comment-secondary .am-comment-main {
    border-color: #3bb4f2
}

.am-comment-highlight .am-comment-main:before, .am-comment-secondary .am-comment-main:before {
    border-right-color: #3bb4f2
}

.am-comment-highlight.am-comment-flip .am-comment-main:before, .am-comment-secondary.am-comment-flip .am-comment-main:before {
    border-left-color: #3bb4f2;
    border-right-color: transparent
}

.am-comment-highlight.am-comment-flip .am-comment-main:after, .am-comment-secondary.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8
}

.am-comment-success .am-comment-avatar, .am-comment-success .am-comment-main {
    border-color: #5eb95e
}

.am-comment-success .am-comment-main:before {
    border-right-color: #5eb95e
}

.am-comment-success.am-comment-flip .am-comment-main:before {
    border-left-color: #5eb95e;
    border-right-color: transparent
}

.am-comment-success.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8
}

.am-comment-warning .am-comment-avatar, .am-comment-warning .am-comment-main {
    border-color: #f37b1d
}

.am-comment-warning .am-comment-main:before {
    border-right-color: #f37b1d
}

.am-comment-warning.am-comment-flip .am-comment-main:before {
    border-left-color: #f37b1d;
    border-right-color: transparent
}

.am-comment-warning.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8
}

.am-comment-danger .am-comment-avatar, .am-comment-danger .am-comment-main {
    border-color: #dd514c
}

.am-comment-danger .am-comment-main:before {
    border-right-color: #dd514c
}

.am-comment-danger.am-comment-flip .am-comment-main:before {
    border-left-color: #dd514c;
    border-right-color: transparent
}

.am-comment-danger.am-comment-flip .am-comment-main:after {
    border-left-color: #f8f8f8
}

.am-comments-list {
    padding: 0;
    list-style: none
}

.am-comments-list .am-comment {
    margin: 1.6rem 0 0;
    list-style: none
}

@media only screen and (min-width: 641px) {
    .am-comments-list-flip .am-comment-main {
        margin-right: 64px
    }

    .am-comments-list-flip .am-comment-flip .am-comment-main {
        margin-left: 64px
    }
}

.am-btn-group, .am-btn-group-stacked {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.am-btn-group-stacked > .am-btn, .am-btn-group > .am-btn {
    position: relative;
    float: left
}

.am-btn-group-stacked > .am-btn.active, .am-btn-group-stacked > .am-btn:active, .am-btn-group-stacked > .am-btn:focus, .am-btn-group-stacked > .am-btn:hover, .am-btn-group > .am-btn.active, .am-btn-group > .am-btn:active, .am-btn-group > .am-btn:focus, .am-btn-group > .am-btn:hover {
    z-index: 2
}

.am-btn-group-stacked > .am-btn:focus, .am-btn-group > .am-btn:focus {
    outline: 0
}

.am-btn-group .am-btn + .am-btn, .am-btn-group .am-btn + .am-btn-group, .am-btn-group .am-btn-group + .am-btn, .am-btn-group .am-btn-group + .am-btn-group {
    margin-left: -1px
}

.am-btn-toolbar {
    margin-left: -5px
}

.am-btn-toolbar:after, .am-btn-toolbar:before {
    content: " ";
    display: table
}

.am-btn-toolbar:after {
    clear: both
}

.am-btn-toolbar .am-btn-group, .am-btn-toolbar .am-input-group {
    float: left
}

.am-btn-toolbar > .am-btn, .am-btn-toolbar > .am-btn-group, .am-btn-toolbar > .am-input-group {
    margin-left: 5px
}

.am-btn-group > .am-btn:not(:first-child):not(:last-child):not(.am-dropdown-toggle) {
    border-radius: 0
}

.am-btn-group > .am-btn:first-child {
    margin-left: 0
}

.am-btn-group > .am-btn:first-child:not(:last-child):not(.am-dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.am-btn-group > .am-btn:last-child:not(:first-child), .am-btn-group > .am-dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.am-btn-group > .am-btn-group {
    float: left
}

.am-btn-group > .am-btn-group:not(:first-child):not(:last-child) > .am-btn {
    border-radius: 0
}

.am-btn-group > .am-btn-group:first-child > .am-btn:last-child, .am-btn-group > .am-btn-group:first-child > .am-dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.am-btn-group > .am-btn-group:last-child > .am-btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.am-btn-group-xs > .am-btn {
    font-size: 1.2rem
}

.am-btn-group-sm > .am-btn {
    font-size: 1.4rem
}

.am-btn-group-lg > .am-btn {
    font-size: 1.8rem
}

.am-btn-group-stacked > .am-btn, .am-btn-group-stacked > .am-btn-group, .am-btn-group-stacked > .am-btn-group > .am-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.am-btn-group-stacked > .am-btn-group:after, .am-btn-group-stacked > .am-btn-group:before {
    content: " ";
    display: table
}

.am-btn-group-stacked > .am-btn-group:after {
    clear: both
}

.am-btn-group-stacked > .am-btn-group > .am-btn {
    float: none
}

.am-btn-group-stacked > .am-btn + .am-btn, .am-btn-group-stacked > .am-btn + .am-btn-group, .am-btn-group-stacked > .am-btn-group + .am-btn, .am-btn-group-stacked > .am-btn-group + .am-btn-group {
    margin-top: -1px;
    margin-left: 0
}

.am-btn-group-stacked > .am-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.am-btn-group-stacked > .am-btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-btn-group-stacked > .am-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-btn-group-stacked > .am-btn-group:not(:first-child):not(:last-child) > .am-btn {
    border-radius: 0
}

.am-btn-group-stacked > .am-btn-group:first-child:not(:last-child) > .am-btn:last-child, .am-btn-group-stacked > .am-btn-group:first-child:not(:last-child) > .am-dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-btn-group-stacked > .am-btn-group:last-child:not(:first-child) > .am-btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-btn-group-justify {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.am-btn-group-justify > .am-btn, .am-btn-group-justify > .am-btn-group {
    float: none;
    -ms-flex: 1;
    flex: 1
}

.am-btn-group-justify > .am-btn-group .am-btn {
    width: 100%
}

.lte9 .am-btn-group-justify {
    display: table;
    table-layout: fixed;
    border-collapse: separate
}

.lte9 .am-btn-group-justify > .am-btn, .lte9 .am-btn-group-justify > .am-btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.am-btn-group .am-dropdown {
    float: left;
    margin-left: -1px
}

.am-btn-group .am-dropdown > .am-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.am-btn-group .am-active .am-dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.am-btn-group .am-active .am-dropdown-toggle.am-btn-link {
    box-shadow: none
}

.am-btn-group .am-active .am-dropdown-toggle, .am-btn-group .am-dropdown-toggle:active {
    outline: 0
}

.am-btn-group-check > .am-btn > input[type=checkbox], .am-btn-group-check > .am-btn > input[type=radio], [data-am-button] > .am-btn > input[type=checkbox], [data-am-button] > .am-btn > input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.am-close {
    display: inline-block;
    text-align: center;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    transition: all .3s
}

.am-close:focus, .am-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    outline: none
}

.am-close[class*=am-icon-] {
    font-size: 16px
}

button.am-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

a.am-close:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

.am-close-alt {
    border-radius: 50%;
    background: #eee;
    opacity: .7;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25)
}

.am-close-alt:focus, .am-close-alt:hover {
    opacity: 1
}

.am-close-spin:hover {
    transform: rotate(1turn)
}

@font-face {
    font-family: FontAwesome;

    font-weight: 400;
    font-style: normal
}

[class*=am-icon-] {
    display: inline-block;
    font-style: normal
}

[class*=am-icon-]:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0)
}

.am-icon-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

[class*=am-icon-].am-fl {
    margin-right: .3em
}

[class*=am-icon-].am-fr {
    margin-left: .3em
}

.am-icon-sm:before {
    font-size: 150%;
    vertical-align: -10%
}

.am-icon-md:before {
    font-size: 200%;
    vertical-align: -16%
}

.am-icon-lg:before {
    font-size: 250%;
    vertical-align: -22%
}

.am-icon-btn {
    box-sizing: border-box;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #eee;
    color: #555;
    text-align: center
}

.am-icon-btn:focus, .am-icon-btn:hover {
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    outline: none
}

.am-icon-btn:active {
    background-color: #ddd;
    color: #333
}

.am-icon-btn.am-danger, .am-icon-btn.am-primary, .am-icon-btn.am-secondary, .am-icon-btn.am-success, .am-icon-btn.am-warning {
    color: #fff
}

.am-icon-btn.am-primary {
    background-color: #0e90d2
}

.am-icon-btn.am-secondary {
    background-color: #3bb4f2
}

.am-icon-btn.am-success {
    background-color: #5eb95e
}

.am-icon-btn.am-warning {
    background-color: #f37b1d
}

.am-icon-btn.am-danger {
    background-color: #dd514c
}

.am-icon-btn-sm {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px
}

.am-icon-btn-lg {
    width: 64px;
    height: 64px;
    font-size: 28px;
    line-height: 64px
}

.am-icon-fw {
    width: 1.25em;
    text-align: center
}

.am-icon-glass:before {
    content: "\F000"
}

.am-icon-music:before {
    content: "\F001"
}

.am-icon-search:before {
    content: "\F002"
}

.am-icon-envelope-o:before {
    content: "\F003"
}

.am-icon-heart:before {
    content: "\F004"
}

.am-icon-star:before {
    content: "\F005"
}

.am-icon-star-o:before {
    content: "\F006"
}

.am-icon-user:before {
    content: "\F007"
}

.am-icon-film:before {
    content: "\F008"
}

.am-icon-th-large:before {
    content: "\F009"
}

.am-icon-th:before {
    content: "\F00A"
}

.am-icon-th-list:before {
    content: "\F00B"
}

.am-icon-check:before {
    content: "\F00C"
}

.am-icon-close:before, .am-icon-remove:before, .am-icon-times:before {
    content: "\F00D"
}

.am-icon-search-plus:before {
    content: "\F00E"
}

.am-icon-search-minus:before {
    content: "\F010"
}

.am-icon-power-off:before {
    content: "\F011"
}

.am-icon-signal:before {
    content: "\F012"
}

.am-icon-cog:before, .am-icon-gear:before {
    content: "\F013"
}

.am-icon-trash-o:before {
    content: "\F014"
}

.am-icon-home:before {
    content: "\F015"
}

.am-icon-file-o:before {
    content: "\F016"
}

.am-icon-clock-o:before {
    content: "\F017"
}

.am-icon-road:before {
    content: "\F018"
}

.am-icon-download:before {
    content: "\F019"
}

.am-icon-arrow-circle-o-down:before {
    content: "\F01A"
}

.am-icon-arrow-circle-o-up:before {
    content: "\F01B"
}

.am-icon-inbox:before {
    content: "\F01C"
}

.am-icon-play-circle-o:before {
    content: "\F01D"
}

.am-icon-repeat:before, .am-icon-rotate-right:before {
    content: "\F01E"
}

.am-icon-refresh:before {
    content: "\F021"
}

.am-icon-list-alt:before {
    content: "\F022"
}

.am-icon-lock:before {
    content: "\F023"
}

.am-icon-flag:before {
    content: "\F024"
}

.am-icon-headphones:before {
    content: "\F025"
}

.am-icon-volume-off:before {
    content: "\F026"
}

.am-icon-volume-down:before {
    content: "\F027"
}

.am-icon-volume-up:before {
    content: "\F028"
}

.am-icon-qrcode:before {
    content: "\F029"
}

.am-icon-barcode:before {
    content: "\F02A"
}

.am-icon-tag:before {
    content: "\F02B"
}

.am-icon-tags:before {
    content: "\F02C"
}

.am-icon-book:before {
    content: "\F02D"
}

.am-icon-bookmark:before {
    content: "\F02E"
}

.am-icon-print:before {
    content: "\F02F"
}

.am-icon-camera:before {
    content: "\F030"
}

.am-icon-font:before {
    content: "\F031"
}

.am-icon-bold:before {
    content: "\F032"
}

.am-icon-italic:before {
    content: "\F033"
}

.am-icon-text-height:before {
    content: "\F034"
}

.am-icon-text-width:before {
    content: "\F035"
}

.am-icon-align-left:before {
    content: "\F036"
}

.am-icon-align-center:before {
    content: "\F037"
}

.am-icon-align-right:before {
    content: "\F038"
}

.am-icon-align-justify:before {
    content: "\F039"
}

.am-icon-list:before {
    content: "\F03A"
}

.am-icon-dedent:before, .am-icon-outdent:before {
    content: "\F03B"
}

.am-icon-indent:before {
    content: "\F03C"
}

.am-icon-video-camera:before {
    content: "\F03D"
}

.am-icon-image:before, .am-icon-photo:before, .am-icon-picture-o:before {
    content: "\F03E"
}

.am-icon-pencil:before {
    content: "\F040"
}

.am-icon-map-marker:before {
    content: "\F041"
}

.am-icon-adjust:before {
    content: "\F042"
}

.am-icon-tint:before {
    content: "\F043"
}

.am-icon-edit:before, .am-icon-pencil-square-o:before {
    content: "\F044"
}

.am-icon-share-square-o:before {
    content: "\F045"
}

.am-icon-check-square-o:before {
    content: "\F046"
}

.am-icon-arrows:before {
    content: "\F047"
}

.am-icon-step-backward:before {
    content: "\F048"
}

.am-icon-fast-backward:before {
    content: "\F049"
}

.am-icon-backward:before {
    content: "\F04A"
}

.am-icon-play:before {
    content: "\F04B"
}

.am-icon-pause:before {
    content: "\F04C"
}

.am-icon-stop:before {
    content: "\F04D"
}

.am-icon-forward:before {
    content: "\F04E"
}

.am-icon-fast-forward:before {
    content: "\F050"
}

.am-icon-step-forward:before {
    content: "\F051"
}

.am-icon-eject:before {
    content: "\F052"
}

.am-icon-chevron-left:before {
    content: "\F053"
}

.am-icon-chevron-right:before {
    content: "\F054"
}

.am-icon-plus-circle:before {
    content: "\F055"
}

.am-icon-minus-circle:before {
    content: "\F056"
}

.am-icon-times-circle:before {
    content: "\F057"
}

.am-icon-check-circle:before {
    content: "\F058"
}

.am-icon-question-circle:before {
    content: "\F059"
}

.am-icon-info-circle:before {
    content: "\F05A"
}

.am-icon-crosshairs:before {
    content: "\F05B"
}

.am-icon-times-circle-o:before {
    content: "\F05C"
}

.am-icon-check-circle-o:before {
    content: "\F05D"
}

.am-icon-ban:before {
    content: "\F05E"
}

.am-icon-arrow-left:before {
    content: "\F060"
}

.am-icon-arrow-right:before {
    content: "\F061"
}

.am-icon-arrow-up:before {
    content: "\F062"
}

.am-icon-arrow-down:before {
    content: "\F063"
}

.am-icon-mail-forward:before, .am-icon-share:before {
    content: "\F064"
}

.am-icon-expand:before {
    content: "\F065"
}

.am-icon-compress:before {
    content: "\F066"
}

.am-icon-plus:before {
    content: "\F067"
}

.am-icon-minus:before {
    content: "\F068"
}

.am-icon-asterisk:before {
    content: "\F069"
}

.am-icon-exclamation-circle:before {
    content: "\F06A"
}

.am-icon-gift:before {
    content: "\F06B"
}

.am-icon-leaf:before {
    content: "\F06C"
}

.am-icon-fire:before {
    content: "\F06D"
}

.am-icon-eye:before {
    content: "\F06E"
}

.am-icon-eye-slash:before {
    content: "\F070"
}

.am-icon-exclamation-triangle:before, .am-icon-warning:before {
    content: "\F071"
}

.am-icon-plane:before {
    content: "\F072"
}

.am-icon-calendar:before {
    content: "\F073"
}

.am-icon-random:before {
    content: "\F074"
}

.am-icon-comment:before {
    content: "\F075"
}

.am-icon-magnet:before {
    content: "\F076"
}

.am-icon-chevron-up:before {
    content: "\F077"
}

.am-icon-chevron-down:before {
    content: "\F078"
}

.am-icon-retweet:before {
    content: "\F079"
}

.am-icon-shopping-cart:before {
    content: "\F07A"
}

.am-icon-folder:before {
    content: "\F07B"
}

.am-icon-folder-open:before {
    content: "\F07C"
}

.am-icon-arrows-v:before {
    content: "\F07D"
}

.am-icon-arrows-h:before {
    content: "\F07E"
}

.am-icon-bar-chart-o:before, .am-icon-bar-chart:before {
    content: "\F080"
}

.am-icon-twitter-square:before {
    content: "\F081"
}

.am-icon-facebook-square:before {
    content: "\F082"
}

.am-icon-camera-retro:before {
    content: "\F083"
}

.am-icon-key:before {
    content: "\F084"
}

.am-icon-cogs:before, .am-icon-gears:before {
    content: "\F085"
}

.am-icon-comments:before {
    content: "\F086"
}

.am-icon-thumbs-o-up:before {
    content: "\F087"
}

.am-icon-thumbs-o-down:before {
    content: "\F088"
}

.am-icon-star-half:before {
    content: "\F089"
}

.am-icon-heart-o:before {
    content: "\F08A"
}

.am-icon-sign-out:before {
    content: "\F08B"
}

.am-icon-linkedin-square:before {
    content: "\F08C"
}

.am-icon-thumb-tack:before {
    content: "\F08D"
}

.am-icon-external-link:before {
    content: "\F08E"
}

.am-icon-sign-in:before {
    content: "\F090"
}

.am-icon-trophy:before {
    content: "\F091"
}

.am-icon-github-square:before {
    content: "\F092"
}

.am-icon-upload:before {
    content: "\F093"
}

.am-icon-lemon-o:before {
    content: "\F094"
}

.am-icon-phone:before {
    content: "\F095"
}

.am-icon-square-o:before {
    content: "\F096"
}

.am-icon-bookmark-o:before {
    content: "\F097"
}

.am-icon-phone-square:before {
    content: "\F098"
}

.am-icon-twitter:before {
    content: "\F099"
}

.am-icon-facebook-f:before, .am-icon-facebook:before {
    content: "\F09A"
}

.am-icon-github:before {
    content: "\F09B"
}

.am-icon-unlock:before {
    content: "\F09C"
}

.am-icon-credit-card:before {
    content: "\F09D"
}

.am-icon-feed:before, .am-icon-rss:before {
    content: "\F09E"
}

.am-icon-hdd-o:before {
    content: "\F0A0"
}

.am-icon-bullhorn:before {
    content: "\F0A1"
}

.am-icon-bell:before {
    content: "\F0F3"
}

.am-icon-certificate:before {
    content: "\F0A3"
}

.am-icon-hand-o-right:before {
    content: "\F0A4"
}

.am-icon-hand-o-left:before {
    content: "\F0A5"
}

.am-icon-hand-o-up:before {
    content: "\F0A6"
}

.am-icon-hand-o-down:before {
    content: "\F0A7"
}

.am-icon-arrow-circle-left:before {
    content: "\F0A8"
}

.am-icon-arrow-circle-right:before {
    content: "\F0A9"
}

.am-icon-arrow-circle-up:before {
    content: "\F0AA"
}

.am-icon-arrow-circle-down:before {
    content: "\F0AB"
}

.am-icon-globe:before {
    content: "\F0AC"
}

.am-icon-wrench:before {
    content: "\F0AD"
}

.am-icon-tasks:before {
    content: "\F0AE"
}

.am-icon-filter:before {
    content: "\F0B0"
}

.am-icon-briefcase:before {
    content: "\F0B1"
}

.am-icon-arrows-alt:before {
    content: "\F0B2"
}

.am-icon-group:before, .am-icon-users:before {
    content: "\F0C0"
}

.am-icon-chain:before, .am-icon-link:before {
    content: "\F0C1"
}

.am-icon-cloud:before {
    content: "\F0C2"
}

.am-icon-flask:before {
    content: "\F0C3"
}

.am-icon-cut:before, .am-icon-scissors:before {
    content: "\F0C4"
}

.am-icon-copy:before, .am-icon-files-o:before {
    content: "\F0C5"
}

.am-icon-paperclip:before {
    content: "\F0C6"
}

.am-icon-floppy-o:before, .am-icon-save:before {
    content: "\F0C7"
}

.am-icon-square:before {
    content: "\F0C8"
}

.am-icon-bars:before, .am-icon-navicon:before, .am-icon-reorder:before {
    content: "\F0C9"
}

.am-icon-list-ul:before {
    content: "\F0CA"
}

.am-icon-list-ol:before {
    content: "\F0CB"
}

.am-icon-strikethrough:before {
    content: "\F0CC"
}

.am-icon-underline:before {
    content: "\F0CD"
}

.am-icon-table:before {
    content: "\F0CE"
}

.am-icon-magic:before {
    content: "\F0D0"
}

.am-icon-truck:before {
    content: "\F0D1"
}

.am-icon-pinterest:before {
    content: "\F0D2"
}

.am-icon-pinterest-square:before {
    content: "\F0D3"
}

.am-icon-google-plus-square:before {
    content: "\F0D4"
}

.am-icon-google-plus:before {
    content: "\F0D5"
}

.am-icon-money:before {
    content: "\F0D6"
}

.am-icon-caret-down:before {
    content: "\F0D7"
}

.am-icon-caret-up:before {
    content: "\F0D8"
}

.am-icon-caret-left:before {
    content: "\F0D9"
}

.am-icon-caret-right:before {
    content: "\F0DA"
}

.am-icon-columns:before {
    content: "\F0DB"
}

.am-icon-sort:before, .am-icon-unsorted:before {
    content: "\F0DC"
}

.am-icon-sort-desc:before, .am-icon-sort-down:before {
    content: "\F0DD"
}

.am-icon-sort-asc:before, .am-icon-sort-up:before {
    content: "\F0DE"
}

.am-icon-envelope:before {
    content: "\F0E0"
}

.am-icon-linkedin:before {
    content: "\F0E1"
}

.am-icon-rotate-left:before, .am-icon-undo:before {
    content: "\F0E2"
}

.am-icon-gavel:before, .am-icon-legal:before {
    content: "\F0E3"
}

.am-icon-dashboard:before, .am-icon-tachometer:before {
    content: "\F0E4"
}

.am-icon-comment-o:before {
    content: "\F0E5"
}

.am-icon-comments-o:before {
    content: "\F0E6"
}

.am-icon-bolt:before, .am-icon-flash:before {
    content: "\F0E7"
}

.am-icon-sitemap:before {
    content: "\F0E8"
}

.am-icon-umbrella:before {
    content: "\F0E9"
}

.am-icon-clipboard:before, .am-icon-paste:before {
    content: "\F0EA"
}

.am-icon-lightbulb-o:before {
    content: "\F0EB"
}

.am-icon-exchange:before {
    content: "\F0EC"
}

.am-icon-cloud-download:before {
    content: "\F0ED"
}

.am-icon-cloud-upload:before {
    content: "\F0EE"
}

.am-icon-user-md:before {
    content: "\F0F0"
}

.am-icon-stethoscope:before {
    content: "\F0F1"
}

.am-icon-suitcase:before {
    content: "\F0F2"
}

.am-icon-bell-o:before {
    content: "\F0A2"
}

.am-icon-coffee:before {
    content: "\F0F4"
}

.am-icon-cutlery:before {
    content: "\F0F5"
}

.am-icon-file-text-o:before {
    content: "\F0F6"
}

.am-icon-building-o:before {
    content: "\F0F7"
}

.am-icon-hospital-o:before {
    content: "\F0F8"
}

.am-icon-ambulance:before {
    content: "\F0F9"
}

.am-icon-medkit:before {
    content: "\F0FA"
}

.am-icon-fighter-jet:before {
    content: "\F0FB"
}

.am-icon-beer:before {
    content: "\F0FC"
}

.am-icon-h-square:before {
    content: "\F0FD"
}

.am-icon-plus-square:before {
    content: "\F0FE"
}

.am-icon-angle-double-left:before {
    content: "\F100"
}

.am-icon-angle-double-right:before {
    content: "\F101"
}

.am-icon-angle-double-up:before {
    content: "\F102"
}

.am-icon-angle-double-down:before {
    content: "\F103"
}

.am-icon-angle-left:before {
    content: "\F104"
}

.am-icon-angle-right:before {
    content: "\F105"
}

.am-icon-angle-up:before {
    content: "\F106"
}

.am-icon-angle-down:before {
    content: "\F107"
}

.am-icon-desktop:before {
    content: "\F108"
}

.am-icon-laptop:before {
    content: "\F109"
}

.am-icon-tablet:before {
    content: "\F10A"
}

.am-icon-mobile-phone:before, .am-icon-mobile:before {
    content: "\F10B"
}

.am-icon-circle-o:before {
    content: "\F10C"
}

.am-icon-quote-left:before {
    content: "\F10D"
}

.am-icon-quote-right:before {
    content: "\F10E"
}

.am-icon-spinner:before {
    content: "\F110"
}

.am-icon-circle:before {
    content: "\F111"
}

.am-icon-mail-reply:before, .am-icon-reply:before {
    content: "\F112"
}

.am-icon-github-alt:before {
    content: "\F113"
}

.am-icon-folder-o:before {
    content: "\F114"
}

.am-icon-folder-open-o:before {
    content: "\F115"
}

.am-icon-smile-o:before {
    content: "\F118"
}

.am-icon-frown-o:before {
    content: "\F119"
}

.am-icon-meh-o:before {
    content: "\F11A"
}

.am-icon-gamepad:before {
    content: "\F11B"
}

.am-icon-keyboard-o:before {
    content: "\F11C"
}

.am-icon-flag-o:before {
    content: "\F11D"
}

.am-icon-flag-checkered:before {
    content: "\F11E"
}

.am-icon-terminal:before {
    content: "\F120"
}

.am-icon-code:before {
    content: "\F121"
}

.am-icon-mail-reply-all:before, .am-icon-reply-all:before {
    content: "\F122"
}

.am-icon-star-half-empty:before, .am-icon-star-half-full:before, .am-icon-star-half-o:before {
    content: "\F123"
}

.am-icon-location-arrow:before {
    content: "\F124"
}

.am-icon-crop:before {
    content: "\F125"
}

.am-icon-code-fork:before {
    content: "\F126"
}

.am-icon-chain-broken:before, .am-icon-unlink:before {
    content: "\F127"
}

.am-icon-question:before {
    content: "\F128"
}

.am-icon-info:before {
    content: "\F129"
}

.am-icon-exclamation:before {
    content: "\F12A"
}

.am-icon-superscript:before {
    content: "\F12B"
}

.am-icon-subscript:before {
    content: "\F12C"
}

.am-icon-eraser:before {
    content: "\F12D"
}

.am-icon-puzzle-piece:before {
    content: "\F12E"
}

.am-icon-microphone:before {
    content: "\F130"
}

.am-icon-microphone-slash:before {
    content: "\F131"
}

.am-icon-shield:before {
    content: "\F132"
}

.am-icon-calendar-o:before {
    content: "\F133"
}

.am-icon-fire-extinguisher:before {
    content: "\F134"
}

.am-icon-rocket:before {
    content: "\F135"
}

.am-icon-maxcdn:before {
    content: "\F136"
}

.am-icon-chevron-circle-left:before {
    content: "\F137"
}

.am-icon-chevron-circle-right:before {
    content: "\F138"
}

.am-icon-chevron-circle-up:before {
    content: "\F139"
}

.am-icon-chevron-circle-down:before {
    content: "\F13A"
}

.am-icon-html5:before {
    content: "\F13B"
}

.am-icon-css3:before {
    content: "\F13C"
}

.am-icon-anchor:before {
    content: "\F13D"
}

.am-icon-unlock-alt:before {
    content: "\F13E"
}

.am-icon-bullseye:before {
    content: "\F140"
}

.am-icon-ellipsis-h:before {
    content: "\F141"
}

.am-icon-ellipsis-v:before {
    content: "\F142"
}

.am-icon-rss-square:before {
    content: "\F143"
}

.am-icon-play-circle:before {
    content: "\F144"
}

.am-icon-ticket:before {
    content: "\F145"
}

.am-icon-minus-square:before {
    content: "\F146"
}

.am-icon-minus-square-o:before {
    content: "\F147"
}

.am-icon-level-up:before {
    content: "\F148"
}

.am-icon-level-down:before {
    content: "\F149"
}

.am-icon-check-square:before {
    content: "\F14A"
}

.am-icon-pencil-square:before {
    content: "\F14B"
}

.am-icon-external-link-square:before {
    content: "\F14C"
}

.am-icon-share-square:before {
    content: "\F14D"
}

.am-icon-compass:before {
    content: "\F14E"
}

.am-icon-caret-square-o-down:before, .am-icon-toggle-down:before {
    content: "\F150"
}

.am-icon-caret-square-o-up:before, .am-icon-toggle-up:before {
    content: "\F151"
}

.am-icon-caret-square-o-right:before, .am-icon-toggle-right:before {
    content: "\F152"
}

.am-icon-eur:before, .am-icon-euro:before {
    content: "\F153"
}

.am-icon-gbp:before {
    content: "\F154"
}

.am-icon-dollar:before, .am-icon-usd:before {
    content: "\F155"
}

.am-icon-inr:before, .am-icon-rupee:before {
    content: "\F156"
}

.am-icon-cny:before, .am-icon-jpy:before, .am-icon-rmb:before, .am-icon-yen:before {
    content: "\F157"
}

.am-icon-rouble:before, .am-icon-rub:before, .am-icon-ruble:before {
    content: "\F158"
}

.am-icon-krw:before, .am-icon-won:before {
    content: "\F159"
}

.am-icon-bitcoin:before, .am-icon-btc:before {
    content: "\F15A"
}

.am-icon-file:before {
    content: "\F15B"
}

.am-icon-file-text:before {
    content: "\F15C"
}

.am-icon-sort-alpha-asc:before {
    content: "\F15D"
}

.am-icon-sort-alpha-desc:before {
    content: "\F15E"
}

.am-icon-sort-amount-asc:before {
    content: "\F160"
}

.am-icon-sort-amount-desc:before {
    content: "\F161"
}

.am-icon-sort-numeric-asc:before {
    content: "\F162"
}

.am-icon-sort-numeric-desc:before {
    content: "\F163"
}

.am-icon-thumbs-up:before {
    content: "\F164"
}

.am-icon-thumbs-down:before {
    content: "\F165"
}

.am-icon-youtube-square:before {
    content: "\F166"
}

.am-icon-youtube:before {
    content: "\F167"
}

.am-icon-xing:before {
    content: "\F168"
}

.am-icon-xing-square:before {
    content: "\F169"
}

.am-icon-youtube-play:before {
    content: "\F16A"
}

.am-icon-dropbox:before {
    content: "\F16B"
}

.am-icon-stack-overflow:before {
    content: "\F16C"
}

.am-icon-instagram:before {
    content: "\F16D"
}

.am-icon-flickr:before {
    content: "\F16E"
}

.am-icon-adn:before {
    content: "\F170"
}

.am-icon-bitbucket:before {
    content: "\F171"
}

.am-icon-bitbucket-square:before {
    content: "\F172"
}

.am-icon-tumblr:before {
    content: "\F173"
}

.am-icon-tumblr-square:before {
    content: "\F174"
}

.am-icon-long-arrow-down:before {
    content: "\F175"
}

.am-icon-long-arrow-up:before {
    content: "\F176"
}

.am-icon-long-arrow-left:before {
    content: "\F177"
}

.am-icon-long-arrow-right:before {
    content: "\F178"
}

.am-icon-apple:before {
    content: "\F179"
}

.am-icon-windows:before {
    content: "\F17A"
}

.am-icon-android:before {
    content: "\F17B"
}

.am-icon-linux:before {
    content: "\F17C"
}

.am-icon-dribbble:before {
    content: "\F17D"
}

.am-icon-skype:before {
    content: "\F17E"
}

.am-icon-foursquare:before {
    content: "\F180"
}

.am-icon-trello:before {
    content: "\F181"
}

.am-icon-female:before {
    content: "\F182"
}

.am-icon-male:before {
    content: "\F183"
}

.am-icon-gittip:before, .am-icon-gratipay:before {
    content: "\F184"
}

.am-icon-sun-o:before {
    content: "\F185"
}

.am-icon-moon-o:before {
    content: "\F186"
}

.am-icon-archive:before {
    content: "\F187"
}

.am-icon-bug:before {
    content: "\F188"
}

.am-icon-vk:before {
    content: "\F189"
}

.am-icon-weibo:before {
    content: "\F18A"
}

.am-icon-renren:before {
    content: "\F18B"
}

.am-icon-pagelines:before {
    content: "\F18C"
}

.am-icon-stack-exchange:before {
    content: "\F18D"
}

.am-icon-arrow-circle-o-right:before {
    content: "\F18E"
}

.am-icon-arrow-circle-o-left:before {
    content: "\F190"
}

.am-icon-caret-square-o-left:before, .am-icon-toggle-left:before {
    content: "\F191"
}

.am-icon-dot-circle-o:before {
    content: "\F192"
}

.am-icon-wheelchair:before {
    content: "\F193"
}

.am-icon-vimeo-square:before {
    content: "\F194"
}

.am-icon-try:before, .am-icon-turkish-lira:before {
    content: "\F195"
}

.am-icon-plus-square-o:before {
    content: "\F196"
}

.am-icon-space-shuttle:before {
    content: "\F197"
}

.am-icon-slack:before {
    content: "\F198"
}

.am-icon-envelope-square:before {
    content: "\F199"
}

.am-icon-wordpress:before {
    content: "\F19A"
}

.am-icon-openid:before {
    content: "\F19B"
}

.am-icon-bank:before, .am-icon-institution:before, .am-icon-university:before {
    content: "\F19C"
}

.am-icon-graduation-cap:before, .am-icon-mortar-board:before {
    content: "\F19D"
}

.am-icon-yahoo:before {
    content: "\F19E"
}

.am-icon-google:before {
    content: "\F1A0"
}

.am-icon-reddit:before {
    content: "\F1A1"
}

.am-icon-reddit-square:before {
    content: "\F1A2"
}

.am-icon-stumbleupon-circle:before {
    content: "\F1A3"
}

.am-icon-stumbleupon:before {
    content: "\F1A4"
}

.am-icon-delicious:before {
    content: "\F1A5"
}

.am-icon-digg:before {
    content: "\F1A6"
}

.am-icon-pied-piper:before {
    content: "\F1A7"
}

.am-icon-pied-piper-alt:before {
    content: "\F1A8"
}

.am-icon-drupal:before {
    content: "\F1A9"
}

.am-icon-joomla:before {
    content: "\F1AA"
}

.am-icon-language:before {
    content: "\F1AB"
}

.am-icon-fax:before {
    content: "\F1AC"
}

.am-icon-building:before {
    content: "\F1AD"
}

.am-icon-child:before {
    content: "\F1AE"
}

.am-icon-paw:before {
    content: "\F1B0"
}

.am-icon-spoon:before {
    content: "\F1B1"
}

.am-icon-cube:before {
    content: "\F1B2"
}

.am-icon-cubes:before {
    content: "\F1B3"
}

.am-icon-behance:before {
    content: "\F1B4"
}

.am-icon-behance-square:before {
    content: "\F1B5"
}

.am-icon-steam:before {
    content: "\F1B6"
}

.am-icon-steam-square:before {
    content: "\F1B7"
}

.am-icon-recycle:before {
    content: "\F1B8"
}

.am-icon-automobile:before, .am-icon-car:before {
    content: "\F1B9"
}

.am-icon-cab:before, .am-icon-taxi:before {
    content: "\F1BA"
}

.am-icon-tree:before {
    content: "\F1BB"
}

.am-icon-spotify:before {
    content: "\F1BC"
}

.am-icon-deviantart:before {
    content: "\F1BD"
}

.am-icon-soundcloud:before {
    content: "\F1BE"
}

.am-icon-database:before {
    content: "\F1C0"
}

.am-icon-file-pdf-o:before {
    content: "\F1C1"
}

.am-icon-file-word-o:before {
    content: "\F1C2"
}

.am-icon-file-excel-o:before {
    content: "\F1C3"
}

.am-icon-file-powerpoint-o:before {
    content: "\F1C4"
}

.am-icon-file-image-o:before, .am-icon-file-photo-o:before, .am-icon-file-picture-o:before {
    content: "\F1C5"
}

.am-icon-file-archive-o:before, .am-icon-file-zip-o:before {
    content: "\F1C6"
}

.am-icon-file-audio-o:before, .am-icon-file-sound-o:before {
    content: "\F1C7"
}

.am-icon-file-movie-o:before, .am-icon-file-video-o:before {
    content: "\F1C8"
}

.am-icon-file-code-o:before {
    content: "\F1C9"
}

.am-icon-vine:before {
    content: "\F1CA"
}

.am-icon-codepen:before {
    content: "\F1CB"
}

.am-icon-jsfiddle:before {
    content: "\F1CC"
}

.am-icon-life-bouy:before, .am-icon-life-buoy:before, .am-icon-life-ring:before, .am-icon-life-saver:before, .am-icon-support:before {
    content: "\F1CD"
}

.am-icon-circle-o-notch:before {
    content: "\F1CE"
}

.am-icon-ra:before, .am-icon-rebel:before {
    content: "\F1D0"
}

.am-icon-empire:before, .am-icon-ge:before {
    content: "\F1D1"
}

.am-icon-git-square:before {
    content: "\F1D2"
}

.am-icon-git:before {
    content: "\F1D3"
}

.am-icon-hacker-news:before, .am-icon-y-combinator-square:before, .am-icon-yc-square:before {
    content: "\F1D4"
}

.am-icon-tencent-weibo:before {
    content: "\F1D5"
}

.am-icon-qq:before {
    content: "\F1D6"
}

.am-icon-wechat:before, .am-icon-weixin:before {
    content: "\F1D7"
}

.am-icon-paper-plane:before, .am-icon-send:before {
    content: "\F1D8"
}

.am-icon-paper-plane-o:before, .am-icon-send-o:before {
    content: "\F1D9"
}

.am-icon-history:before {
    content: "\F1DA"
}

.am-icon-circle-thin:before {
    content: "\F1DB"
}

.am-icon-header:before {
    content: "\F1DC"
}

.am-icon-paragraph:before {
    content: "\F1DD"
}

.am-icon-sliders:before {
    content: "\F1DE"
}

.am-icon-share-alt:before {
    content: "\F1E0"
}

.am-icon-share-alt-square:before {
    content: "\F1E1"
}

.am-icon-bomb:before {
    content: "\F1E2"
}

.am-icon-futbol-o:before, .am-icon-soccer-ball-o:before {
    content: "\F1E3"
}

.am-icon-tty:before {
    content: "\F1E4"
}

.am-icon-binoculars:before {
    content: "\F1E5"
}

.am-icon-plug:before {
    content: "\F1E6"
}

.am-icon-slideshare:before {
    content: "\F1E7"
}

.am-icon-twitch:before {
    content: "\F1E8"
}

.am-icon-yelp:before {
    content: "\F1E9"
}

.am-icon-newspaper-o:before {
    content: "\F1EA"
}

.am-icon-wifi:before {
    content: "\F1EB"
}

.am-icon-calculator:before {
    content: "\F1EC"
}

.am-icon-paypal:before {
    content: "\F1ED"
}

.am-icon-google-wallet:before {
    content: "\F1EE"
}

.am-icon-cc-visa:before {
    content: "\F1F0"
}

.am-icon-cc-mastercard:before {
    content: "\F1F1"
}

.am-icon-cc-discover:before {
    content: "\F1F2"
}

.am-icon-cc-amex:before {
    content: "\F1F3"
}

.am-icon-cc-paypal:before {
    content: "\F1F4"
}

.am-icon-cc-stripe:before {
    content: "\F1F5"
}

.am-icon-bell-slash:before {
    content: "\F1F6"
}

.am-icon-bell-slash-o:before {
    content: "\F1F7"
}

.am-icon-trash:before {
    content: "\F1F8"
}

.am-icon-copyright:before {
    content: "\F1F9"
}

.am-icon-at:before {
    content: "\F1FA"
}

.am-icon-eyedropper:before {
    content: "\F1FB"
}

.am-icon-paint-brush:before {
    content: "\F1FC"
}

.am-icon-birthday-cake:before {
    content: "\F1FD"
}

.am-icon-area-chart:before {
    content: "\F1FE"
}

.am-icon-pie-chart:before {
    content: "\F200"
}

.am-icon-line-chart:before {
    content: "\F201"
}

.am-icon-lastfm:before {
    content: "\F202"
}

.am-icon-lastfm-square:before {
    content: "\F203"
}

.am-icon-toggle-off:before {
    content: "\F204"
}

.am-icon-toggle-on:before {
    content: "\F205"
}

.am-icon-bicycle:before {
    content: "\F206"
}

.am-icon-bus:before {
    content: "\F207"
}

.am-icon-ioxhost:before {
    content: "\F208"
}

.am-icon-angellist:before {
    content: "\F209"
}

.am-icon-cc:before {
    content: "\F20A"
}

.am-icon-ils:before, .am-icon-shekel:before, .am-icon-sheqel:before {
    content: "\F20B"
}

.am-icon-meanpath:before {
    content: "\F20C"
}

.am-icon-buysellads:before {
    content: "\F20D"
}

.am-icon-connectdevelop:before {
    content: "\F20E"
}

.am-icon-dashcube:before {
    content: "\F210"
}

.am-icon-forumbee:before {
    content: "\F211"
}

.am-icon-leanpub:before {
    content: "\F212"
}

.am-icon-sellsy:before {
    content: "\F213"
}

.am-icon-shirtsinbulk:before {
    content: "\F214"
}

.am-icon-simplybuilt:before {
    content: "\F215"
}

.am-icon-skyatlas:before {
    content: "\F216"
}

.am-icon-cart-plus:before {
    content: "\F217"
}

.am-icon-cart-arrow-down:before {
    content: "\F218"
}

.am-icon-diamond:before {
    content: "\F219"
}

.am-icon-ship:before {
    content: "\F21A"
}

.am-icon-user-secret:before {
    content: "\F21B"
}

.am-icon-motorcycle:before {
    content: "\F21C"
}

.am-icon-street-view:before {
    content: "\F21D"
}

.am-icon-heartbeat:before {
    content: "\F21E"
}

.am-icon-venus:before {
    content: "\F221"
}

.am-icon-mars:before {
    content: "\F222"
}

.am-icon-mercury:before {
    content: "\F223"
}

.am-icon-intersex:before, .am-icon-transgender:before {
    content: "\F224"
}

.am-icon-transgender-alt:before {
    content: "\F225"
}

.am-icon-venus-double:before {
    content: "\F226"
}

.am-icon-mars-double:before {
    content: "\F227"
}

.am-icon-venus-mars:before {
    content: "\F228"
}

.am-icon-mars-stroke:before {
    content: "\F229"
}

.am-icon-mars-stroke-v:before {
    content: "\F22A"
}

.am-icon-mars-stroke-h:before {
    content: "\F22B"
}

.am-icon-neuter:before {
    content: "\F22C"
}

.am-icon-genderless:before {
    content: "\F22D"
}

.am-icon-facebook-official:before {
    content: "\F230"
}

.am-icon-pinterest-p:before {
    content: "\F231"
}

.am-icon-whatsapp:before {
    content: "\F232"
}

.am-icon-server:before {
    content: "\F233"
}

.am-icon-user-plus:before {
    content: "\F234"
}

.am-icon-user-times:before {
    content: "\F235"
}

.am-icon-bed:before, .am-icon-hotel:before {
    content: "\F236"
}

.am-icon-viacoin:before {
    content: "\F237"
}

.am-icon-train:before {
    content: "\F238"
}

.am-icon-subway:before {
    content: "\F239"
}

.am-icon-medium:before {
    content: "\F23A"
}

.am-icon-y-combinator:before, .am-icon-yc:before {
    content: "\F23B"
}

.am-icon-optin-monster:before {
    content: "\F23C"
}

.am-icon-opencart:before {
    content: "\F23D"
}

.am-icon-expeditedssl:before {
    content: "\F23E"
}

.am-icon-battery-4:before, .am-icon-battery-full:before {
    content: "\F240"
}

.am-icon-battery-3:before, .am-icon-battery-three-quarters:before {
    content: "\F241"
}

.am-icon-battery-2:before, .am-icon-battery-half:before {
    content: "\F242"
}

.am-icon-battery-1:before, .am-icon-battery-quarter:before {
    content: "\F243"
}

.am-icon-battery-0:before, .am-icon-battery-empty:before {
    content: "\F244"
}

.am-icon-mouse-pointer:before {
    content: "\F245"
}

.am-icon-i-cursor:before {
    content: "\F246"
}

.am-icon-object-group:before {
    content: "\F247"
}

.am-icon-object-ungroup:before {
    content: "\F248"
}

.am-icon-sticky-note:before {
    content: "\F249"
}

.am-icon-sticky-note-o:before {
    content: "\F24A"
}

.am-icon-cc-jcb:before {
    content: "\F24B"
}

.am-icon-cc-diners-club:before {
    content: "\F24C"
}

.am-icon-clone:before {
    content: "\F24D"
}

.am-icon-balance-scale:before {
    content: "\F24E"
}

.am-icon-hourglass-o:before {
    content: "\F250"
}

.am-icon-hourglass-1:before, .am-icon-hourglass-start:before {
    content: "\F251"
}

.am-icon-hourglass-2:before, .am-icon-hourglass-half:before {
    content: "\F252"
}

.am-icon-hourglass-3:before, .am-icon-hourglass-end:before {
    content: "\F253"
}

.am-icon-hourglass:before {
    content: "\F254"
}

.am-icon-hand-grab-o:before, .am-icon-hand-rock-o:before {
    content: "\F255"
}

.am-icon-hand-paper-o:before, .am-icon-hand-stop-o:before {
    content: "\F256"
}

.am-icon-hand-scissors-o:before {
    content: "\F257"
}

.am-icon-hand-lizard-o:before {
    content: "\F258"
}

.am-icon-hand-spock-o:before {
    content: "\F259"
}

.am-icon-hand-pointer-o:before {
    content: "\F25A"
}

.am-icon-hand-peace-o:before {
    content: "\F25B"
}

.am-icon-trademark:before {
    content: "\F25C"
}

.am-icon-registered:before {
    content: "\F25D"
}

.am-icon-creative-commons:before {
    content: "\F25E"
}

.am-icon-gg:before {
    content: "\F260"
}

.am-icon-gg-circle:before {
    content: "\F261"
}

.am-icon-tripadvisor:before {
    content: "\F262"
}

.am-icon-odnoklassniki:before {
    content: "\F263"
}

.am-icon-odnoklassniki-square:before {
    content: "\F264"
}

.am-icon-get-pocket:before {
    content: "\F265"
}

.am-icon-wikipedia-w:before {
    content: "\F266"
}

.am-icon-safari:before {
    content: "\F267"
}

.am-icon-chrome:before {
    content: "\F268"
}

.am-icon-firefox:before {
    content: "\F269"
}

.am-icon-opera:before {
    content: "\F26A"
}

.am-icon-internet-explorer:before {
    content: "\F26B"
}

.am-icon-television:before, .am-icon-tv:before {
    content: "\F26C"
}

.am-icon-contao:before {
    content: "\F26D"
}

.am-icon-500px:before {
    content: "\F26E"
}

.am-icon-amazon:before {
    content: "\F270"
}

.am-icon-calendar-plus-o:before {
    content: "\F271"
}

.am-icon-calendar-minus-o:before {
    content: "\F272"
}

.am-icon-calendar-times-o:before {
    content: "\F273"
}

.am-icon-calendar-check-o:before {
    content: "\F274"
}

.am-icon-industry:before {
    content: "\F275"
}

.am-icon-map-pin:before {
    content: "\F276"
}

.am-icon-map-signs:before {
    content: "\F277"
}

.am-icon-map-o:before {
    content: "\F278"
}

.am-icon-map:before {
    content: "\F279"
}

.am-icon-commenting:before {
    content: "\F27A"
}

.am-icon-commenting-o:before {
    content: "\F27B"
}

.am-icon-houzz:before {
    content: "\F27C"
}

.am-icon-vimeo:before {
    content: "\F27D"
}

.am-icon-black-tie:before {
    content: "\F27E"
}

.am-icon-fonticons:before {
    content: "\F280"
}

.am-icon-reddit-alien:before {
    content: "\F281"
}

.am-icon-edge:before {
    content: "\F282"
}

.am-icon-credit-card-alt:before {
    content: "\F283"
}

.am-icon-codiepie:before {
    content: "\F284"
}

.am-icon-modx:before {
    content: "\F285"
}

.am-icon-fort-awesome:before {
    content: "\F286"
}

.am-icon-usb:before {
    content: "\F287"
}

.am-icon-product-hunt:before {
    content: "\F288"
}

.am-icon-mixcloud:before {
    content: "\F289"
}

.am-icon-scribd:before {
    content: "\F28A"
}

.am-icon-pause-circle:before {
    content: "\F28B"
}

.am-icon-pause-circle-o:before {
    content: "\F28C"
}

.am-icon-stop-circle:before {
    content: "\F28D"
}

.am-icon-stop-circle-o:before {
    content: "\F28E"
}

.am-icon-shopping-bag:before {
    content: "\F290"
}

.am-icon-shopping-basket:before {
    content: "\F291"
}

.am-icon-hashtag:before {
    content: "\F292"
}

.am-icon-bluetooth:before {
    content: "\F293"
}

.am-icon-bluetooth-b:before {
    content: "\F294"
}

.am-icon-percent:before {
    content: "\F295"
}

@keyframes icon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.am-icon-spin {
    animation: icon-spin 2s infinite linear
}

.am-icon-pulse {
    animation: icon-spin 1s infinite steps(8)
}

.am-icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.am-icon-ul > li {
    position: relative
}

.am-icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.am-input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.am-input-group .am-form-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.am-input-group-btn, .am-input-group-label, .am-input-group .am-form-field {
    display: table-cell
}

.am-input-group-btn:not(:first-child):not(:last-child), .am-input-group-label:not(:first-child):not(:last-child), .am-input-group .am-form-field:not(:first-child):not(:last-child) {
    border-radius: 0
}

.am-input-group-btn, .am-input-group-label {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.am-input-group-label {
    height: 38px;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 36px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.am-input-group-label input[type=checkbox], .am-input-group-label input[type=radio] {
    margin-top: 0
}

.am-input-group-btn:first-child > .am-btn, .am-input-group-btn:first-child > .am-btn-group > .am-btn, .am-input-group-btn:first-child > .am-dropdown-toggle, .am-input-group-btn:last-child > .am-btn-group:not(:last-child) > .am-btn, .am-input-group-btn:last-child > .am-btn:not(:last-child):not(.dropdown-toggle), .am-input-group-label:first-child, .am-input-group .am-form-field:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.am-input-group-label:first-child {
    border-right: 0
}

.am-input-group-btn:first-child > .am-btn-group:not(:first-child) > .am-btn, .am-input-group-btn:first-child > .am-btn:not(:first-child), .am-input-group-btn:last-child > .am-btn, .am-input-group-btn:last-child > .am-btn-group > .am-btn, .am-input-group-btn:last-child > .am-dropdown-toggle, .am-input-group-label:last-child, .am-input-group .am-form-field:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.am-input-group-label:last-child {
    border-left: 0
}

.am-input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.am-input-group-btn > .am-btn {
    position: relative;
    border-color: #ccc
}

.am-input-group-btn > .am-btn + .am-btn {
    margin-left: -1px
}

.am-input-group-btn > .am-btn:active, .am-input-group-btn > .am-btn:focus, .am-input-group-btn > .am-btn:hover {
    z-index: 2
}

.am-input-group-btn:first-child > .am-btn, .am-input-group-btn:first-child > .am-btn-group {
    margin-right: -2px
}

.am-input-group-btn:last-child > .am-btn, .am-input-group-btn:last-child > .am-btn-group {
    margin-left: -1px
}

.am-input-group-btn > .am-btn, .am-input-group .am-form-field {
    height: 38px;
    padding-bottom: auto
}

.am-input-group-lg > .am-form-field, .am-input-group-lg > .am-input-group-btn > .am-btn, .am-input-group-lg > .am-input-group-label {
    height: 42px;
    font-size: 1.8rem !important
}

.am-input-group-lg > .am-input-group-label {
    line-height: 40px
}

.am-input-group-sm > .am-form-field, .am-input-group-sm > .am-input-group-btn > .am-btn, .am-input-group-sm > .am-input-group-label {
    height: 33px;
    font-size: 1.4rem !important
}

.am-input-group-sm > .am-input-group-label {
    line-height: 31px
}

.am-input-group-primary .am-input-group-label {
    background: #0e90d2;
    color: #fff
}

.am-input-group-primary .am-input-group-btn > .am-btn, .am-input-group-primary .am-input-group-label, .am-input-group-primary.am-input-group .am-form-field {
    border-color: #0e90d2
}

.am-input-group-secondary .am-input-group-label {
    background: #3bb4f2;
    color: #fff
}

.am-input-group-secondary .am-input-group-btn > .am-btn, .am-input-group-secondary .am-input-group-label, .am-input-group-secondary.am-input-group .am-form-field {
    border-color: #3bb4f2
}

.am-input-group-success .am-input-group-label {
    background: #5eb95e;
    color: #fff
}

.am-input-group-success .am-input-group-btn > .am-btn, .am-input-group-success .am-input-group-label, .am-input-group-success.am-input-group .am-form-field {
    border-color: #5eb95e
}

.am-input-group-warning .am-input-group-label {
    background: #f37b1d;
    color: #fff
}

.am-input-group-warning .am-input-group-btn > .am-btn, .am-input-group-warning .am-input-group-label, .am-input-group-warning.am-input-group .am-form-field {
    border-color: #f37b1d
}

.am-input-group-danger .am-input-group-label {
    background: #dd514c;
    color: #fff
}

.am-input-group-danger .am-input-group-btn > .am-btn, .am-input-group-danger .am-input-group-label, .am-input-group-danger.am-input-group .am-form-field {
    border-color: #dd514c
}

.am-list {
    margin-bottom: 1.6rem;
    padding-left: 0
}

.am-list > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0
}

.am-list > li > a {
    display: block;
    padding: 1rem 0
}

.am-list > li > a.am-active, .am-list > li > a.am-active:focus, .am-list > li > a.am-active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2
}

.am-list > li > a.am-active .am-list-item-heading, .am-list > li > a.am-active:focus .am-list-item-heading, .am-list > li > a.am-active:hover .am-list-item-heading {
    color: inherit
}

.am-list > li > a.am-active .am-list-item-text, .am-list > li > a.am-active:focus .am-list-item-text, .am-list > li > a.am-active:hover .am-list-item-text {
    color: #b2e2fa
}

.am-list > li > .am-badge {
    float: right
}

.am-list > li > .am-badge + .am-badge {
    margin-right: 5px
}

.am-list-static > li {
    padding: .8rem .2rem
}

.am-list-static.am-list-border > li {
    padding: 1rem
}

.am-list-border > li {
    border-width: 1px
}

.am-list-border > li:first-child, .am-list-border > li:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-list-border > li:last-child, .am-list-border > li:last-child > a {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-list-border > li > a {
    padding: 1rem
}

.am-list-border > li > a:focus, .am-list-border > li > a:hover {
    background-color: #f5f5f5
}

.am-list-striped > li:nth-of-type(2n) {
    background: #f5f5f5
}

.am-list-item-hd {
    margin-top: 0
}

.am-list-item-text {
    line-height: 1.4;
    font-size: 1.3rem;
    color: #999;
    margin: 0
}

.am-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.am-panel-hd {
    padding: .6rem 1.25rem;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-panel-bd {
    padding: 1.25rem
}

.am-panel-title {
    margin: 0;
    font-size: 100%;
    color: inherit
}

.am-panel-title > a {
    color: inherit
}

.am-panel-footer {
    padding: .6rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-panel-default {
    border-color: #ddd
}

.am-panel-default > .am-panel-hd {
    color: #444;
    background-color: #f5f5f5;
    border-color: #ddd
}

.am-panel-default > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #ddd
}

.am-panel-default > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #ddd
}

.am-panel-primary {
    border-color: #10a0ea
}

.am-panel-primary > .am-panel-hd {
    color: #fff;
    background-color: #0e90d2;
    border-color: #10a0ea
}

.am-panel-primary > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #10a0ea
}

.am-panel-primary > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #10a0ea
}

.am-panel-secondary {
    border-color: #caebfb
}

.am-panel-secondary > .am-panel-hd {
    color: #14a6ef;
    background-color: rgba(59, 180, 242, .15);
    border-color: #caebfb
}

.am-panel-secondary > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #caebfb
}

.am-panel-secondary > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #caebfb
}

.am-panel-success {
    border-color: #c9e7c9
}

.am-panel-success > .am-panel-hd {
    color: #5eb95e;
    background-color: rgba(94, 185, 94, .15);
    border-color: #c9e7c9
}

.am-panel-success > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #c9e7c9
}

.am-panel-success > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #c9e7c9
}

.am-panel-warning {
    border-color: #fbd0ae
}

.am-panel-warning > .am-panel-hd {
    color: #f37b1d;
    background-color: rgba(243, 123, 29, .15);
    border-color: #fbd0ae
}

.am-panel-warning > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #fbd0ae
}

.am-panel-warning > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #fbd0ae
}

.am-panel-danger {
    border-color: #f5cecd
}

.am-panel-danger > .am-panel-hd {
    color: #dd514c;
    background-color: rgba(221, 81, 76, .15);
    border-color: #f5cecd
}

.am-panel-danger > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
    border-top-color: #f5cecd
}

.am-panel-danger > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
    border-bottom-color: #f5cecd
}

.am-panel > .am-table {
    margin-bottom: 0
}

.am-panel > .am-table:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-panel > .am-table:first-child > tbody:first-child > tr:first-child td:first-child, .am-panel > .am-table:first-child > tbody:first-child > tr:first-child th:first-child, .am-panel > .am-table:first-child > thead:first-child > tr:first-child td:first-child, .am-panel > .am-table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 0
}

.am-panel > .am-table:first-child > tbody:first-child > tr:first-child td:last-child, .am-panel > .am-table:first-child > tbody:first-child > tr:first-child th:last-child, .am-panel > .am-table:first-child > thead:first-child > tr:first-child td:last-child, .am-panel > .am-table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 0
}

.am-panel > .am-table:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-panel > .am-table:last-child > tbody:last-child > tr:last-child td:first-child, .am-panel > .am-table:last-child > tbody:last-child > tr:last-child th:first-child, .am-panel > .am-table:last-child > tfoot:last-child > tr:last-child td:first-child, .am-panel > .am-table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.am-panel > .am-table:last-child > tbody:last-child > tr:last-child td:last-child, .am-panel > .am-table:last-child > tbody:last-child > tr:last-child th:last-child, .am-panel > .am-table:last-child > tfoot:last-child > tr:last-child td:last-child, .am-panel > .am-table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 0
}

.am-panel > .am-panel-bd + .am-table {
    border-top: 1px solid #ddd
}

.am-panel > .am-table > tbody:first-child > tr:first-child td, .am-panel > .am-table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.am-panel > .am-table-bd {
    border: 0
}

.am-panel > .am-table-bd > tbody > tr > td:first-child, .am-panel > .am-table-bd > tbody > tr > th:first-child, .am-panel > .am-table-bd > tfoot > tr > td:first-child, .am-panel > .am-table-bd > tfoot > tr > th:first-child, .am-panel > .am-table-bd > thead > tr > td:first-child, .am-panel > .am-table-bd > thead > tr > th:first-child {
    border-left: 0
}

.am-panel > .am-table-bd > tbody > tr > td:last-child, .am-panel > .am-table-bd > tbody > tr > th:last-child, .am-panel > .am-table-bd > tfoot > tr > td:last-child, .am-panel > .am-table-bd > tfoot > tr > th:last-child, .am-panel > .am-table-bd > thead > tr > td:last-child, .am-panel > .am-table-bd > thead > tr > th:last-child {
    border-right: 0
}

.am-panel > .am-table-bd > tbody > tr:first-child > td, .am-panel > .am-table-bd > tbody > tr:first-child > th, .am-panel > .am-table-bd > tbody > tr:last-child > td, .am-panel > .am-table-bd > tbody > tr:last-child > th, .am-panel > .am-table-bd > tfoot > tr:last-child > td, .am-panel > .am-table-bd > tfoot > tr:last-child > th, .am-panel > .am-table-bd > thead > tr:first-child > td, .am-panel > .am-table-bd > thead > tr:first-child > th {
    border-bottom: 0
}

.am-panel > .am-list {
    margin: 0
}

.am-panel > .am-list-static li, .am-panel > .am-list > li > a {
    padding-left: 1rem;
    padding-right: 1rem
}

.am-panel-group {
    margin-bottom: 2rem
}

.am-panel-group .am-panel {
    margin-bottom: 0;
    border-radius: 0
}

.am-panel-group .am-panel + .am-panel {
    margin-top: 6px
}

.am-panel-group .am-panel-hd {
    border-bottom: 0
}

.am-panel-group .am-panel-hd + .am-panel-collapse .am-panel-bd {
    border-top: 1px solid #ddd
}

.am-panel-group .am-panel-footer {
    border-top: 0
}

.am-panel-group .am-panel-footer + .am-panel-collapse .am-panel-bd {
    border-bottom: 1px solid #ddd
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 36px 0
    }
    to {
        background-position: 0 0
    }
}

.am-progress {
    overflow: hidden;
    height: 2rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.am-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    background-color: #0e90d2;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.am-progress-striped .am-progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 36px 36px
}

.am-progress.am-active .am-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.am-progress-bar[aria-valuenow="1"], .am-progress-bar[aria-valuenow="2"] {
    min-width: 30px
}

.am-progress-bar[aria-valuenow="0"] {
    color: #999;
    min-width: 30px;
    background: none;
    box-shadow: none
}

.am-progress-bar-secondary {
    background-color: #3bb4f2
}

.am-progress-striped .am-progress-bar-secondary {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.am-progress-bar-success {
    background-color: #5eb95e
}

.am-progress-striped .am-progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.am-progress-bar-warning {
    background-color: #f37b1d
}

.am-progress-striped .am-progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.am-progress-bar-danger {
    background-color: #dd514c
}

.am-progress-striped .am-progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.am-progress-xs {
    height: .6rem
}

.am-progress-sm {
    height: 1.2rem
}

.am-thumbnail {
    display: block;
    padding: 2px;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out
}

.am-thumbnail > img, .am-thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.am-thumbnail a.am-thumbnail.active, .am-thumbnail a.am-thumbnail:focus, .am-thumbnail a.am-thumbnail:hover {
    border-color: #0e90d2;
    background-color: #fff
}

.am-thumbnail > img, .am-thumbnail a > img, img.am-thumbnail {
    max-width: 100%;
    height: auto
}

.am-thumbnail-caption {
    margin: 0;
    padding: .8rem;
    color: #333;
    font-weight: 400
}

.am-thumbnail-caption :last-child {
    margin-bottom: 0
}

.am-thumbnails {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.am-thumbnails > li {
    padding: 0 .5rem 1rem
}

.am-scrollable-horizontal {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.am-scrollable-vertical {
    height: 240px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    resize: vertical
}

.am-square {
    border-radius: 0
}

.am-radius {
    border-radius: 2px
}

.am-round {
    border-radius: 1000px
}

.am-circle {
    border-radius: 50%
}

.am-cf:after, .am-cf:before {
    content: " ";
    display: table
}

.am-cf:after {
    clear: both
}

.am-fl {
    float: left
}

.am-fr {
    float: right
}

.am-nbfc {
    overflow: hidden
}

.am-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.am-block {
    display: block !important
}

.am-inline {
    display: inline !important
}

.am-inline-block {
    display: inline-block !important
}

.am-hide {
    display: none !important;
    visibility: hidden !important
}

.am-vertical-align {
    font-size: .001px
}

.am-vertical-align:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.am-vertical-align-bottom, .am-vertical-align-middle {
    display: inline-block;
    font-size: 1.6rem;
    max-width: 100%
}

.am-vertical-align-middle {
    vertical-align: middle
}

.am-vertical-align-bottom {
    vertical-align: bottom
}

.am-responsive-width {
    box-sizing: border-box;
    max-width: 100%;
    height: auto
}

.am-margin {
    margin: 1.6rem
}

.am-margin-0 {
    margin: 0 !important
}

.am-margin-xs {
    margin: .5rem
}

.am-margin-sm {
    margin: 1rem
}

.am-margin-lg {
    margin: 2.4rem
}

.am-margin-xl {
    margin: 3.2rem
}

.am-margin-horizontal {
    margin-left: 1.6rem;
    margin-right: 1.6rem
}

.am-margin-horizontal-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.am-margin-horizontal-xs {
    margin-left: .5rem;
    margin-right: .5rem
}

.am-margin-horizontal-sm {
    margin-left: 1rem;
    margin-right: 1rem
}

.am-margin-horizontal-lg {
    margin-left: 2.4rem;
    margin-right: 2.4rem
}

.am-margin-horizontal-xl {
    margin-left: 3.2rem;
    margin-right: 3.2rem
}

.am-margin-vertical {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem
}

.am-margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.am-margin-vertical-xs {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.am-margin-vertical-sm {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.am-margin-vertical-lg {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem
}

.am-margin-vertical-xl {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem
}

.am-margin-top {
    margin-top: 1.6rem
}

.am-margin-top-0 {
    margin-top: 0 !important
}

.am-margin-top-xs {
    margin-top: .5rem
}

.am-margin-top-sm {
    margin-top: 1rem
}

.am-margin-top-lg {
    margin-top: 2.4rem
}

.am-margin-top-xl {
    margin-top: 3.2rem
}

.am-margin-bottom {
    margin-bottom: 1.6rem
}

.am-margin-bottom-0 {
    margin-bottom: 0 !important
}

.am-margin-bottom-xs {
    margin-bottom: .5rem
}

.am-margin-bottom-sm {
    margin-bottom: 1rem
}

.am-margin-bottom-lg {
    margin-bottom: 2.4rem
}

.am-margin-bottom-xl {
    margin-bottom: 3.2rem
}

.am-margin-left {
    margin-left: 1.6rem
}

.am-margin-left-0 {
    margin-left: 0 !important
}

.am-margin-left-xs {
    margin-left: .5rem
}

.am-margin-left-sm {
    margin-left: 1rem
}

.am-margin-left-lg {
    margin-left: 2.4rem
}

.am-margin-left-xl {
    margin-left: 3.2rem
}

.am-margin-right {
    margin-right: 1.6rem
}

.am-margin-right-0 {
    margin-right: 0 !important
}

.am-margin-right-xs {
    margin-right: .5rem
}

.am-margin-right-sm {
    margin-right: 1rem
}

.am-margin-right-lg {
    margin-right: 2.4rem
}

.am-margin-right-xl {
    margin-right: 3.2rem
}

.am-padding {
    padding: 1.6rem
}

.am-padding-0 {
    padding: 0 !important
}

.am-padding-xs {
    padding: .5rem
}

.am-padding-sm {
    padding: 1rem
}

.am-padding-lg {
    padding: 2.4rem
}

.am-padding-xl {
    padding: 3.2rem
}

.am-padding-horizontal {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.am-padding-horizontal-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.am-padding-horizontal-xs {
    padding-left: .5rem;
    padding-right: .5rem
}

.am-padding-horizontal-sm {
    padding-left: 1rem;
    padding-right: 1rem
}

.am-padding-horizontal-lg {
    padding-left: 2.4rem;
    padding-right: 2.4rem
}

.am-padding-horizontal-xl {
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.am-padding-vertical {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.am-padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.am-padding-vertical-xs {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.am-padding-vertical-sm {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.am-padding-vertical-lg {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem
}

.am-padding-vertical-xl {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
}

.am-padding-top {
    padding-top: 1.6rem
}

.am-padding-top-0 {
    padding-top: 0 !important
}

.am-padding-top-xs {
    padding-top: .5rem
}

.am-padding-top-sm {
    padding-top: 1rem
}

.am-padding-top-lg {
    padding-top: 2.4rem
}

.am-padding-top-xl {
    padding-top: 3.2rem
}

.am-padding-bottom {
    padding-bottom: 1.6rem
}

.am-padding-bottom-0 {
    padding-bottom: 0 !important
}

.am-padding-bottom-xs {
    padding-bottom: .5rem
}

.am-padding-bottom-sm {
    padding-bottom: 1rem
}

.am-padding-bottom-lg {
    padding-bottom: 2.4rem
}

.am-padding-bottom-xl {
    padding-bottom: 3.2rem
}

.am-padding-left {
    padding-left: 1.6rem
}

.am-padding-left-0 {
    padding-left: 0 !important
}

.am-padding-left-xs {
    padding-left: .5rem
}

.am-padding-left-sm {
    padding-left: 1rem
}

.am-padding-left-lg {
    padding-left: 2.4rem
}

.am-padding-left-xl {
    padding-left: 3.2rem
}

.am-padding-right {
    padding-right: 1.6rem
}

.am-padding-right-0 {
    padding-right: 0 !important
}

.am-padding-right-xs {
    padding-right: .5rem
}

.am-padding-right-sm {
    padding-right: 1rem
}

.am-padding-right-lg {
    padding-right: 2.4rem
}

.am-padding-right-xl {
    padding-right: 3.2rem
}

@media only screen {
    .am-hide-lg, .am-hide-lg-only, .am-hide-lg-up, .am-hide-md, .am-hide-md-only, .am-hide-md-up, .am-show-lg-down, .am-show-md-down, .am-show-sm, .am-show-sm-down, .am-show-sm-only, .am-show-sm-up {
        display: inherit !important
    }

    .am-hide-lg-down, .am-hide-md-down, .am-hide-sm, .am-hide-sm-down, .am-hide-sm-only, .am-hide-sm-up, .am-show-lg, .am-show-lg-only, .am-show-lg-up, .am-show-md, .am-show-md-only, .am-show-md-up {
        display: none !important
    }

    table.am-hide-lg, table.am-hide-lg-only, table.am-hide-lg-up, table.am-hide-md, table.am-hide-md-only, table.am-hide-md-up, table.am-show-lg-down, table.am-show-md-down, table.am-show-sm, table.am-show-sm-down, table.am-show-sm-only, table.am-show-sm-up {
        display: table !important
    }

    thead.am-hide-lg, thead.am-hide-lg-only, thead.am-hide-lg-up, thead.am-hide-md, thead.am-hide-md-only, thead.am-hide-md-up, thead.am-show-lg-down, thead.am-show-md-down, thead.am-show-sm, thead.am-show-sm-down, thead.am-show-sm-only, thead.am-show-sm-up {
        display: table-header-group !important
    }

    tbody.am-hide-lg, tbody.am-hide-lg-only, tbody.am-hide-lg-up, tbody.am-hide-md, tbody.am-hide-md-only, tbody.am-hide-md-up, tbody.am-show-lg-down, tbody.am-show-md-down, tbody.am-show-sm, tbody.am-show-sm-down, tbody.am-show-sm-only, tbody.am-show-sm-up {
        display: table-row-group !important
    }

    tr.am-hide-lg, tr.am-hide-lg-only, tr.am-hide-lg-up, tr.am-hide-md, tr.am-hide-md-only, tr.am-hide-md-up, tr.am-show-lg-down, tr.am-show-md-down, tr.am-show-sm, tr.am-show-sm-down, tr.am-show-sm-only, tr.am-show-sm-up {
        display: table-row !important
    }

    td.am-hide-lg, td.am-hide-lg-only, td.am-hide-lg-up, td.am-hide-md, td.am-hide-md-only, td.am-hide-md-up, td.am-show-lg-down, td.am-show-md-down, td.am-show-sm, td.am-show-sm-down, td.am-show-sm-only, td.am-show-sm-up, th.am-hide-lg, th.am-hide-lg-only, th.am-hide-lg-up, th.am-hide-md, th.am-hide-md-only, th.am-hide-md-up, th.am-show-lg-down, th.am-show-md-down, th.am-show-sm, th.am-show-sm-down, th.am-show-sm-only, th.am-show-sm-up {
        display: table-cell !important
    }
}

@media only screen and (min-width: 641px) {
    .am-hide-lg, .am-hide-lg-only, .am-hide-lg-up, .am-hide-sm, .am-hide-sm-down, .am-hide-sm-only, .am-show-lg-down, .am-show-md, .am-show-md-down, .am-show-md-only, .am-show-md-up, .am-show-sm-up {
        display: inherit !important
    }

    .am-hide-lg-down, .am-hide-md, .am-hide-md-down, .am-hide-md-only, .am-hide-md-up, .am-hide-sm-up, .am-show-lg, .am-show-lg-only, .am-show-lg-up, .am-show-sm, .am-show-sm-down, .am-show-sm-only {
        display: none !important
    }

    table.am-hide-lg, table.am-hide-lg-only, table.am-hide-lg-up, table.am-hide-sm, table.am-hide-sm-down, table.am-hide-sm-only, table.am-show-lg-down, table.am-show-md, table.am-show-md-down, table.am-show-md-only, table.am-show-md-up, table.am-show-sm-up {
        display: table !important
    }

    thead.am-hide-lg, thead.am-hide-lg-only, thead.am-hide-lg-up, thead.am-hide-sm, thead.am-hide-sm-down, thead.am-hide-sm-only, thead.am-show-lg-down, thead.am-show-md, thead.am-show-md-down, thead.am-show-md-only, thead.am-show-md-up, thead.am-show-sm-up {
        display: table-header-group !important
    }

    tbody.am-hide-lg, tbody.am-hide-lg-only, tbody.am-hide-lg-up, tbody.am-hide-sm, tbody.am-hide-sm-down, tbody.am-hide-sm-only, tbody.am-show-lg-down, tbody.am-show-md, tbody.am-show-md-down, tbody.am-show-md-only, tbody.am-show-md-up, tbody.am-show-sm-up {
        display: table-row-group !important
    }

    tr.am-hide-lg, tr.am-hide-lg-only, tr.am-hide-lg-up, tr.am-hide-sm, tr.am-hide-sm-down, tr.am-hide-sm-only, tr.am-show-lg-down, tr.am-show-md, tr.am-show-md-down, tr.am-show-md-only, tr.am-show-md-up, tr.am-show-sm-up {
        display: table-row !important
    }

    td.am-hide-lg, td.am-hide-lg-only, td.am-hide-lg-up, td.am-hide-sm, td.am-hide-sm-down, td.am-hide-sm-only, td.am-show-lg-down, td.am-show-md, td.am-show-md-down, td.am-show-md-only, td.am-show-md-up, td.am-show-sm-up, th.am-hide-lg, th.am-hide-lg-only, th.am-hide-lg-up, th.am-hide-sm, th.am-hide-sm-down, th.am-hide-sm-only, th.am-show-lg-down, th.am-show-md, th.am-show-md-down, th.am-show-md-only, th.am-show-md-up, th.am-show-sm-up {
        display: table-cell !important
    }
}

@media only screen and (min-width: 1025px) {
    .am-hide-md, .am-hide-md-down, .am-hide-md-only, .am-hide-sm, .am-hide-sm-down, .am-hide-sm-only, .am-show-lg, .am-show-lg-down, .am-show-lg-only, .am-show-lg-up, .am-show-md-up, .am-show-sm-up {
        display: inherit !important
    }

    .am-hide-lg, .am-hide-lg-down, .am-hide-lg-only, .am-hide-lg-up, .am-hide-md-up, .am-hide-sm-up, .am-show-md, .am-show-md-down, .am-show-md-only, .am-show-sm, .am-show-sm-down, .am-show-sm-only {
        display: none !important
    }

    table.am-hide-md, table.am-hide-md-down, table.am-hide-md-only, table.am-hide-sm, table.am-hide-sm-down, table.am-hide-sm-only, table.am-show-lg, table.am-show-lg-down, table.am-show-lg-only, table.am-show-lg-up, table.am-show-md-up, table.am-show-sm-up {
        display: table !important
    }

    thead.am-hide-md, thead.am-hide-md-down, thead.am-hide-md-only, thead.am-hide-sm, thead.am-hide-sm-down, thead.am-hide-sm-only, thead.am-show-lg, thead.am-show-lg-down, thead.am-show-lg-only, thead.am-show-lg-up, thead.am-show-md-up, thead.am-show-sm-up {
        display: table-header-group !important
    }

    tbody.am-hide-md, tbody.am-hide-md-down, tbody.am-hide-md-only, tbody.am-hide-sm, tbody.am-hide-sm-down, tbody.am-hide-sm-only, tbody.am-show-lg, tbody.am-show-lg-down, tbody.am-show-lg-only, tbody.am-show-lg-up, tbody.am-show-md-up, tbody.am-show-sm-up {
        display: table-row-group !important
    }

    tr.am-hide-md, tr.am-hide-md-down, tr.am-hide-md-only, tr.am-hide-sm, tr.am-hide-sm-down, tr.am-hide-sm-only, tr.am-show-lg, tr.am-show-lg-down, tr.am-show-lg-only, tr.am-show-lg-up, tr.am-show-md-up, tr.am-show-sm-up {
        display: table-row !important
    }

    td.am-hide-md, td.am-hide-md-down, td.am-hide-md-only, td.am-hide-sm, td.am-hide-sm-down, td.am-hide-sm-only, td.am-show-lg, td.am-show-lg-down, td.am-show-lg-only, td.am-show-lg-up, td.am-show-md-up, td.am-show-sm-up, th.am-hide-md, th.am-hide-md-down, th.am-hide-md-only, th.am-hide-sm, th.am-hide-sm-down, th.am-hide-sm-only, th.am-show-lg, th.am-show-lg-down, th.am-show-lg-only, th.am-show-lg-up, th.am-show-md-up, th.am-show-sm-up {
        display: table-cell !important
    }
}

@media only screen and (orientation: landscape) {
    .am-hide-portrait, .am-show-landscape {
        display: inherit !important
    }

    .am-hide-landscape, .am-show-portrait {
        display: none !important
    }
}

@media only screen and (orientation: portrait) {
    .am-hide-landscape, .am-show-portrait {
        display: inherit !important
    }

    .am-hide-portrait, .am-show-landscape {
        display: none !important
    }
}

.am-sans-serif {
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif
}

.am-serif {
    font-family: Georgia, Times New Roman, Times, SimSun, FontAwesome, serif
}

.am-kai {
    font-family: Georgia, Times New Roman, Times, Kai, Kaiti SC, KaiTi, BiauKai, FontAwesome, serif
}

.am-monospace {
    font-family: Monaco, Menlo, Consolas, Courier New, FontAwesome, monospace
}

.am-text-primary {
    color: #0e90d2
}

.am-text-secondary {
    color: #3bb4f2
}

.am-text-success {
    color: #5eb95e
}

.am-text-warning {
    color: #f37b1d
}

.am-text-danger {
    color: #dd514c
}

.am-link-muted, .am-link-muted a {
    color: #666
}

.am-link-muted:hover, .am-link-muted a:hover {
    color: #555
}

.am-text-default {
    font-size: 1.6rem
}

.am-text-xs {
    font-size: 1.2rem
}

.am-text-sm {
    font-size: 1.4rem
}

.am-text-lg {
    font-size: 1.8rem
}

.am-text-xl {
    font-size: 2.4rem
}

.am-text-xxl {
    font-size: 3.2rem
}

.am-text-xxxl {
    font-size: 4.2rem
}

.am-ellipsis, .am-text-truncate {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.am-text-break {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.am-text-nowrap {
    white-space: nowrap
}

[class*=am-align-] {
    margin-bottom: 1rem
}

.am-align-left {
    margin-right: 1rem;
    float: left
}

.am-align-right {
    margin-left: 1rem;
    float: right
}

.am-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.am-text-ir {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

@media only screen {
    .am-text-left {
        text-align: left !important
    }

    .am-text-right {
        text-align: right !important
    }

    .am-text-center {
        text-align: center !important
    }

    .am-text-justify {
        text-align: justify !important
    }
}

@media only screen and (max-width: 640px) {
    .am-sm-only-text-left {
        text-align: left !important
    }

    .am-sm-only-text-right {
        text-align: right !important
    }

    .am-sm-only-text-center {
        text-align: center !important
    }

    .am-sm-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .am-md-only-text-left {
        text-align: left !important
    }

    .am-md-only-text-right {
        text-align: right !important
    }

    .am-md-only-text-center {
        text-align: center !important
    }

    .am-md-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 641px) {
    .am-md-text-left {
        text-align: left !important
    }

    .am-md-text-right {
        text-align: right !important
    }

    .am-md-text-center {
        text-align: center !important
    }

    .am-md-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1025px) {
    .am-lg-text-left {
        text-align: left !important
    }

    .am-lg-text-right {
        text-align: right !important
    }

    .am-lg-text-center {
        text-align: center !important
    }

    .am-lg-text-justify {
        text-align: justify !important
    }
}

.am-text-top {
    vertical-align: top !important
}

.am-text-middle {
    vertical-align: middle !important
}

.am-text-bottom {
    vertical-align: bottom !important
}

.am-angle {
    position: absolute
}

.am-angle:after, .am-angle:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1
}

.am-angle-up {
    top: 0
}

.am-angle-up:after, .am-angle-up:before {
    border-bottom-style: solid;
    border-width: 0 8px 8px
}

.am-angle-up:before {
    border-bottom-color: #ddd;
    bottom: 0
}

.am-angle-up:after {
    border-bottom-color: #fff;
    bottom: -1px
}

.am-angle-down {
    bottom: -9px
}

.am-angle-down:after, .am-angle-down:before {
    border-top-style: solid;
    border-width: 8px 8px 0
}

.am-angle-down:before {
    border-top-color: #ddd;
    bottom: 0
}

.am-angle-down:after {
    border-top-color: #fff;
    bottom: 1px
}

.am-angle-left {
    left: -9px
}

.am-angle-left:after, .am-angle-left:before {
    border-right-style: solid;
    border-width: 8px 8px 8px 0
}

.am-angle-left:before {
    border-right-color: #ddd;
    left: 0
}

.am-angle-left:after {
    border-right-color: #fff;
    left: 1px
}

.am-angle-right {
    right: 0
}

.am-angle-right:after, .am-angle-right:before {
    border-left-style: solid;
    border-width: 8px 0 8px 8px
}

.am-angle-right:before {
    border-left-color: #ddd;
    left: 0
}

.am-angle-right:after {
    border-left-color: #fff;
    left: -1px
}

.am-alert {
    margin-bottom: 1em;
    padding: .625em;
    background: #0e90d2;
    border: 1px solid #0c7cb5;
    border-radius: 0
}

.am-alert, .am-alert a {
    color: #fff
}

.am-alert h1, .am-alert h2, .am-alert h3, .am-alert h4, .am-alert h5, .am-alert h6 {
    color: inherit
}

.am-alert .am-close {
    opacity: .4
}

.am-alert .am-close:hover {
    opacity: .6
}

* + .am-alert {
    margin-top: 1em
}

.am-alert > :last-child {
    margin-bottom: 0
}

.am-form-group .am-alert {
    margin: 5px 0 0;
    padding: .25em .625em;
    font-size: 1.3rem
}

.am-alert > .am-close:first-child {
    float: right;
    height: auto;
    margin: -3px -5px auto auto
}

.am-alert > .am-close:first-child + * {
    margin-top: 0
}

.am-alert-secondary {
    background-color: #eee;
    border-color: #dfdfdf;
    color: #555
}

.am-alert-success {
    background-color: #5eb95e;
    border-color: #4bad4b;
    color: #fff
}

.am-alert-warning {
    background-color: #f37b1d;
    border-color: #e56c0c;
    color: #fff
}

.am-alert-danger {
    background-color: #dd514c;
    border-color: #d83832;
    color: #fff
}

.am-dropdown {
    position: relative;
    display: inline-block
}

.am-dropdown-toggle:focus {
    outline: 0
}

.am-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px;
    margin: 9px 0 0;
    text-align: left;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    background-clip: padding-box;
    animation-duration: .15s
}

.am-dropdown-content:after, .am-dropdown-content:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1;
    border-bottom-style: solid;
    border-width: 0 8px 8px
}

.am-dropdown-content:before {
    border-bottom-color: #ddd;
    bottom: 0
}

.am-dropdown-content:after {
    border-bottom-color: #fff;
    bottom: -1px
}

.am-dropdown-content:after, .am-dropdown-content:before {
    left: 10px;
    top: -8px;
    pointer-events: none
}

.am-dropdown-content:after {
    top: -7px
}

.am-active > .am-dropdown-content {
    display: block
}

.am-dropdown-content :first-child {
    margin-top: 0
}

.am-dropdown-up .am-dropdown-content {
    top: auto;
    bottom: 100%;
    margin: 0 0 9px
}

.am-dropdown-up .am-dropdown-content:after, .am-dropdown-up .am-dropdown-content:before {
    border-bottom: none;
    border-top: 8px solid #ddd;
    top: auto;
    bottom: -8px
}

.am-dropdown-up .am-dropdown-content:after {
    bottom: -7px;
    border-top-color: #fff
}

.am-dropdown-flip .am-dropdown-content {
    left: auto;
    right: 0
}

.am-dropdown-flip .am-dropdown-content:after, .am-dropdown-flip .am-dropdown-content:before {
    left: auto;
    right: 10px
}

ul.am-dropdown-content {
    list-style: none;
    padding: 5px 0
}

ul.am-dropdown-content.am-fr {
    right: 0;
    left: auto
}

ul.am-dropdown-content .am-divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5
}

ul.am-dropdown-content > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

ul.am-dropdown-content > li > a:focus, ul.am-dropdown-content > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

ul.am-dropdown-content > .am-active > a, ul.am-dropdown-content > .am-active > a:focus, ul.am-dropdown-content > .am-active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0e90d2
}

ul.am-dropdown-content > .am-disabled > a, ul.am-dropdown-content > .am-disabled > a:focus, ul.am-dropdown-content > .am-disabled > a:hover {
    color: #999
}

ul.am-dropdown-content > .am-disabled > a:focus, ul.am-dropdown-content > .am-disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.am-dropdown-header {
    display: block;
    padding: 6px 20px;
    font-size: 1.2rem;
    color: #999
}

.am-fr > .am-dropdown-content {
    right: 0;
    left: auto
}

.am-fr > .am-dropdown-content:before {
    right: 10px;
    left: auto
}

.am-dropdown-animation {
    animation: am-dropdown-animation .15s ease-out
}

@keyframes am-dropdown-animation {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-10px)
    }
}

.am-slider a:focus, .am-slider a:hover {
    outline: none
}

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.am-slider {
    margin: 0;
    padding: 0
}

.am-slider .am-slides:after, .am-slider .am-slides:before {
    content: " ";
    display: table
}

.am-slider .am-slides:after {
    clear: both
}

.am-slider .am-slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.no-js .am-slider .am-slides > li:first-child {
    display: block
}

.am-slider .am-slides img {
    width: 100%;
    display: block
}

.am-pauseplay span {
    text-transform: capitalize
}

.am-slider {
    position: relative
}

.am-viewport {
    transition: all 1s ease
}

.am-slider-carousel li {
    margin-right: 5px
}

.am-control-nav {
    position: absolute
}

.am-control-nav li {
    display: inline-block
}

.am-control-thumbs {
    position: static;
    overflow: hidden
}

.am-control-thumbs img {
    transition: all 1s ease
}

.am-slider-slide .am-slides > li {
    display: none;
    position: relative
}

@media (-webkit-transform-3d),(transform-3d) {
    .am-slider-slide .am-slides > li {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px
    }

    .am-slider-slide .am-slides > li.active.right, .am-slider-slide .am-slides > li.next {
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .am-slider-slide .am-slides > li.active.left, .am-slider-slide .am-slides > li.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .am-slider-slide .am-slides > li.active, .am-slider-slide .am-slides > li.next.left, .am-slider-slide .am-slides > li.prev.right {
        transform: translateZ(0);
        left: 0
    }
}

.am-slider-slide .am-slides > .active, .am-slider-slide .am-slides > .next, .am-slider-slide .am-slides > .prev {
    display: block
}

.am-slider-slide .am-slides > .active {
    left: 0
}

.am-slider-slide .am-slides > .next, .am-slider-slide .am-slides > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.am-slider-slide .am-slides > .next {
    left: 100%
}

.am-slider-slide .am-slides > .prev {
    left: -100%
}

.am-slider-slide .am-slides > .next.left, .am-slider-slide .am-slides > .prev.right {
    left: 0
}

.am-slider-slide .am-slides > .active.left {
    left: -100%
}

.am-slider-slide .am-slides > .active.right {
    left: 100%
}

.am-slider-default {
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15)
}

.am-slider-default .am-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .am-slider-default .am-viewport {
    max-height: 300px
}

.am-slider-default .carousel li {
    margin-right: 5px
}

.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 36px;
    height: 36px;
    margin: -18px 0 0;
    overflow: hidden;
    opacity: .45;
    cursor: pointer;
    color: rgba(0, 0, 0, .65);
    transition: all .3s ease
}

.am-slider-default .am-direction-nav a:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    width: 100%;
    color: #333;
    content: "\F137";
    font-size: 24px !important;
    text-align: center;
    line-height: 36px !important;
    height: 36px
}

.am-slider-default .am-direction-nav a.am-next:before {
    content: "\F138"
}

.am-slider-default .am-direction-nav .am-prev {
    left: 10px
}

.am-slider-default .am-direction-nav .am-next {
    right: 10px;
    text-align: right
}

.am-slider-default .am-direction-nav .am-disabled {
    opacity: 0 !important;
    cursor: default
}

.am-slider-default:hover .am-prev {
    opacity: .7;
    left: 10px
}

.am-slider-default:hover .am-prev:hover {
    opacity: 1
}

.am-slider-default:hover .am-next {
    opacity: .7;
    right: 10px
}

.am-slider-default:hover .am-next:hover {
    opacity: 1
}

.am-slider-default .am-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.am-slider-default .am-pauseplay a:before {
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    font-size: 20px;
    display: inline-block;
    content: "\F04C"
}

.am-slider-default .am-pauseplay a:hover {
    opacity: 1
}

.am-slider-default .am-pauseplay a.am-play:before {
    content: "\F04B"
}

.am-slider-default .am-slider-desc {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff
}

.am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: -15px;
    text-align: center
}

.am-slider-default .am-control-nav li {
    margin: 0 6px;
    display: inline-block
}

.am-slider-default .am-control-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #666;
    background-color: rgba(0, 0, 0, .5);
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.am-slider-default .am-control-nav li a:hover {
    background-color: #333;
    background-color: rgba(0, 0, 0, .7)
}

.am-slider-default .am-control-nav li a.am-active {
    background-color: #000;
    background-color: #0e90d2;
    cursor: default
}

.am-slider-default .am-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.am-slider-default .am-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.am-slider-default .am-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer
}

.am-slider-default .am-control-thumbs img:hover {
    opacity: 1
}

.am-slider-default .am-control-thumbs .am-active {
    opacity: 1;
    cursor: default
}

.am-slider-default .am-control-thumbs i {
    position: absolute
}

.am-modal {
    width: 270px;
    position: fixed;
    display: none;
    z-index: 1110;
    left: 50%;
    margin-left: -135px;
    margin-top: 0;
    top: 50%;
    text-align: center;
    border-radius: 0;
    opacity: 0;
    transform: scale(1.185);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.am-modal:focus {
    outline: 0
}

.am-modal.am-modal-active {
    opacity: 1;
    transition-duration: .3s;
    transform: scale(1)
}

.am-modal.am-modal-out {
    opacity: 0;
    z-index: 1109;
    transition-duration: .3s;
    transform: scale(.815)
}

@media only screen and (min-width: 641px) {
    .am-modal {
        width: 540px;
        margin-left: -270px
    }
}

.am-modal-dialog {
    border-radius: 0;
    background: #f8f8f8
}

.am-modal-hd {
    padding: 15px 10px 5px;
    font-size: 1.8rem;
    font-weight: 500
}

.am-modal-hd + .am-modal-bd {
    padding-top: 0
}

.am-modal-hd .am-close {
    position: absolute;
    top: 4px;
    right: 4px
}

.am-modal-bd {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    border-radius: 2px 2px 0 0
}

.am-modal-bd + .am-modal-bd {
    margin-top: 5px
}

.am-modal-prompt-input {
    display: block;
    margin: 5px auto 0;
    border-radius: 0;
    padding: 5px;
    line-height: 1.8rem;
    width: 80%;
    border: 1px solid #dedede;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.am-modal-prompt-input:focus {
    outline: none;
    border-color: #d6d6d6
}

.am-modal-footer {
    height: 44px;
    overflow: hidden;
    display: table;
    width: 100%;
    border-collapse: collapse
}

.am-modal-btn {
    display: table-cell !important;
    padding: 0 5px;
    height: 44px;
    box-sizing: border-box !important;
    font-size: 1.6rem;
    line-height: 44px;
    text-align: center;
    color: #0e90d2;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid #dedede
}

.am-modal-btn:first-child {
    border-radius: 0 0 0 0
}

.am-modal-btn:last-child {
    border-right: none;
    border-radius: 0 0 0 0
}

.am-modal-btn:first-child:last-child {
    border-radius: 0 0 0 0
}

.am-modal-btn.am-modal-btn-bold {
    font-weight: 500
}

.am-modal-btn:active {
    background: #d4d4d4
}

.am-modal-btn + .am-modal-btn {
    border-left: 1px solid #dedede
}

.am-modal-no-btn .am-modal-dialog {
    border-radius: 0;
    border-bottom: none
}

.am-modal-no-btn .am-modal-bd {
    border-bottom: none
}

.am-modal-no-btn .am-modal-footer {
    display: none
}

.am-modal-loading .am-modal-bd {
    border-bottom: none
}

.am-modal-loading .am-icon-spin {
    display: inline-block;
    font-size: 2.4rem
}

.am-modal-loading .am-modal-footer {
    display: none
}

.am-modal-actions {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1110;
    width: 100%;
    text-align: center;
    border-radius: 0;
    transform: translateY(100%);
    transition: transform .3s
}

.am-modal-actions.am-modal-active {
    transform: translateY(0)
}

.am-modal-actions.am-modal-out {
    z-index: 1109;
    transform: translateY(100%)
}

.am-modal-actions-group {
    margin: 10px
}

.am-modal-actions-group .am-list {
    margin: 0;
    border-radius: 0
}

.am-modal-actions-group .am-list > li {
    margin-bottom: 0;
    border-bottom: none;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015)
}

.am-modal-actions-group .am-list > li, .am-modal-actions-group .am-list > li > a {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.am-modal-actions-group .am-list > li > a {
    padding: 1rem
}

.am-modal-actions-group .am-list > li:first-child {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.am-modal-actions-group .am-list > li:last-child {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.am-modal-actions-header {
    padding: 1rem;
    color: #999;
    font-size: 1.4rem
}

.am-modal-actions-danger {
    color: #dd514c
}

.am-modal-actions-danger a {
    color: inherit
}

.am-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1110;
    background: #fff;
    display: none;
    overflow: hidden;
    transition-property: transform;
    transform: translateY(100%)
}

.am-popup.am-modal-active, .am-popup.am-modal-out {
    transition-duration: .3s
}

.am-popup.am-modal-active {
    transform: translateY(0)
}

.am-popup.am-modal-out {
    transform: translateY(100%)
}

@media (min-width: 630px) and (min-height: 630px) {
    .am-popup {
        width: 630px;
        height: 630px;
        left: 50%;
        top: 50%;
        margin-left: -315px;
        margin-top: -315px;
        transform: translateY(1024px)
    }

    .am-popup.am-modal-active {
        transform: translateY(0)
    }

    .am-popup.am-modal-out {
        transform: translateY(1024px)
    }
}

.am-popup-inner {
    padding-top: 44px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.am-popup-hd {
    position: absolute;
    top: 0;
    width: 100%;
    height: 43px;
    border-bottom: 1px solid #dedede;
    background-color: #fff
}

.am-popup-hd .am-popup-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    margin: 0 30px;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.am-popup-hd .am-close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    transition: all .3s;
    color: #999
}

.am-popup-hd .am-close:hover {
    transform: rotate(1turn);
    color: #555
}

.am-popup-bd {
    padding: 15px;
    background: #f8f8f8;
    color: #555
}

.am-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, .15)
}

.am-offcanvas.am-active {
    display: block
}

.am-offcanvas-page {
    position: fixed;
    transition: margin-left .3s ease-in-out
}

.am-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform .3s ease-in-out;
    transform: translateX(-100%)
}

.am-offcanvas-bar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #262626
}

.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
    transform: translateX(0)
}

.am-offcanvas-bar-flip {
    left: auto;
    right: 0;
    transform: translateX(100%)
}

.am-offcanvas-bar-flip:after {
    right: auto;
    left: 0
}

.am-offcanvas-content {
    padding: 15px;
    color: #999
}

.am-offcanvas-content a {
    color: #ccc
}

.am-popover {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    display: none;
    font-size: 1.6rem;
    z-index: 1030;
    opacity: 0;
    transition: opacity .3s
}

.am-popover.am-active {
    display: block !important;
    opacity: 1
}

.am-popover-inner {
    position: relative;
    background: #333;
    padding: 8px;
    z-index: 110
}

.am-popover-caret {
    position: absolute;
    top: 0;
    z-index: 100;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0 dotted;
    transform: rotate(1turn);
    overflow: hidden
}

.am-popover-top .am-popover-caret {
    top: auto;
    bottom: -8px;
    transform: rotate(180deg)
}

.am-popover-bottom .am-popover-caret {
    top: -8px
}

.am-popover-bottom .am-popover-caret, .am-popover-top .am-popover-caret {
    left: 50%;
    margin-left: -8px
}

.am-popover-left .am-popover-caret {
    top: auto;
    left: auto;
    right: -12px;
    transform: rotate(90deg)
}

.am-popover-right .am-popover-caret {
    right: auto;
    left: -12px;
    transform: rotate(-90deg)
}

.am-popover-left .am-popover-caret, .am-popover-right .am-popover-caret {
    top: 50%;
    margin-top: -4px
}

.am-popover-sm {
    font-size: 1.4rem
}

.am-popover-sm .am-popover-inner {
    padding: 5px
}

.am-popover-lg {
    font-size: 1.8rem
}

.am-popover-primary {
    border-color: #0e90d2
}

.am-popover-primary .am-popover-inner {
    background: #0e90d2
}

.am-popover-primary .am-popover-caret {
    border-bottom-color: #0e90d2
}

.am-popover-secondary {
    border-color: #3bb4f2
}

.am-popover-secondary .am-popover-inner {
    background: #3bb4f2
}

.am-popover-secondary .am-popover-caret {
    border-bottom-color: #3bb4f2
}

.am-popover-success {
    border-color: #5eb95e
}

.am-popover-success .am-popover-inner {
    background: #5eb95e
}

.am-popover-success .am-popover-caret {
    border-bottom-color: #5eb95e
}

.am-popover-warning {
    border-color: #f37b1d
}

.am-popover-warning .am-popover-inner {
    background: #f37b1d
}

.am-popover-warning .am-popover-caret {
    border-bottom-color: #f37b1d
}

.am-popover-danger {
    border-color: #dd514c
}

.am-popover-danger .am-popover-inner {
    background: #dd514c
}

.am-popover-danger .am-popover-caret {
    border-bottom-color: #dd514c
}

#nprogress {
    pointer-events: none
}

#nprogress .nprogress-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 2px;
    background: #5eb95e
}

#nprogress .nprogress-peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .nprogress-spinner {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2000;
    display: block
}

#nprogress .nprogress-spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #5eb95e;
    border-left-color: #5eb95e;
    border-radius: 50%;
    animation: nprogress-spinner .4s linear infinite
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.am-tabs-bd {
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 100;
    transition: height .3s
}

.am-tabs-bd:after, .am-tabs-bd:before {
    content: " ";
    display: table
}

.am-tabs-bd:after {
    clear: both
}

.am-tabs-bd .am-tab-panel {
    position: absolute;
    top: 0;
    z-index: 99;
    float: left;
    width: 100%;
    padding: 10px 10px 15px;
    visibility: hidden;
    transition: transform .3s;
    transform: translateX(-100%)
}

.am-tabs-bd .am-tab-panel * {
    -webkit-user-drag: none
}

.am-tabs-bd .am-tab-panel.am-active {
    position: relative;
    z-index: 100;
    visibility: visible;
    transform: translateX(0)
}

.am-tabs-bd .am-tab-panel.am-active ~ .am-tab-panel {
    transform: translateX(100%)
}

.am-tabs-bd .am-tabs-bd {
    border: none
}

.am-tabs-bd-ofv {
    overflow: visible
}

.am-tabs-fade .am-tab-panel {
    opacity: 0;
    transition: opacity .25s linear
}

.am-tabs-fade .am-tab-panel.am-in {
    opacity: 1
}

.am-share {
    font-size: 14px
}

.am-share-title {
    padding: 10px 0 0;
    margin: 0 10px;
    font-weight: 400;
    text-align: center;
    color: #555;
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.am-share-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf
}

.am-share-sns {
    margin: 0 10px;
    padding-top: 15px;
    background-color: #f8f8f8;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.am-share-sns li {
    margin-bottom: 15px
}

.am-share-sns a {
    display: block;
    color: #555
}

.am-share-sns span {
    display: block
}

.am-share-sns [class*=am-icon] {
    background-color: #3bb4f2;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px
}

.am-share-sns .am-icon-weibo {
    background-color: #ea1328
}

.am-share-sns .am-icon-qq {
    background-color: #009cda
}

.am-share-sns .am-icon-star {
    background-color: #ffc028
}

.am-share-sns .am-icon-tencent-weibo {
    background-color: #23ccfe
}

.am-share-sns .am-icon-wechat, .am-share-sns .am-icon-weixin {
    background-color: #44b549
}

.am-share-sns .am-icon-renren {
    background-color: #105ba3
}

.am-share-sns .am-icon-comment {
    background-color: #5eb95e
}

.am-share-footer {
    margin: 10px
}

.am-share-footer .am-btn {
    color: #555
}

.am-share-wechat-qr {
    font-size: 14px;
    color: #777
}

.am-share-wechat-qr .am-modal-dialog {
    background-color: #fff;
    border: 1px solid #dedede
}

.am-share-wechat-qr .am-modal-hd {
    padding-top: 10px;
    text-align: left;
    margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wx-qr {
    margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wechat-tip {
    text-align: left
}

.am-share-wechat-qr .am-share-wechat-tip em {
    color: #dd514c;
    font-weight: 700;
    font-style: normal;
    margin-left: 3px;
    margin-right: 3px
}

.am-pureview {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1120;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    display: none;
    overflow: hidden;
    transition: transform .3s;
    transform: translateY(100%)
}

.am-pureview.am-active {
    transform: translate(0)
}

.am-pureview ol, .am-pureview ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.am-pureview-slider {
    overflow: hidden;
    height: 100%
}

.am-pureview-slider li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    transition: all .3s linear;
    z-index: 100;
    visibility: hidden
}

.am-pureview-slider li.am-pureview-slide-prev {
    transform: translate(-100%);
    z-index: 109
}

.am-pureview-slider li.am-pureview-slide-next {
    transform: translate(100%);
    z-index: 109
}

.am-pureview-slider li.am-active {
    position: relative;
    z-index: 110;
    transform: translate(0);
    visibility: visible
}

.am-pureview-slider .pinch-zoom-container {
    width: 100%;
    z-index: 1121
}

.am-pureview-slider .am-pinch-zoom {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.am-pureview-slider .am-pinch-zoom:after {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    content: "\F110";
    animation: icon-spin 2s infinite linear;
    font-size: 24px;
    line-height: 24px;
    color: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 1
}

.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
    display: none
}

.am-pureview-slider img {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    z-index: 200;
    -webkit-user-drag: none;
    transition: opacity .2s ease-in
}

.am-pureview-slider img.am-img-loaded {
    opacity: 1
}

.am-pureview-direction {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -18px !important;
    z-index: 1122
}

.am-pureview-only .am-pureview-direction, .am-touch .am-pureview-direction {
    display: none
}

.am-pureview-direction li {
    position: absolute;
    width: 36px;
    height: 36px
}

.am-pureview-direction a {
    display: block;
    height: 36px;
    border: none;
    color: #ccc;
    opacity: .5;
    cursor: pointer;
    text-align: center;
    z-index: 1125
}

.am-pureview-direction a:before {
    content: "\F137";
    line-height: 36px;
    font-size: 24px
}

.am-pureview-direction a:hover {
    opacity: 1
}

.am-pureview-direction .am-pureview-prev {
    left: 15px
}

.am-pureview-direction .am-pureview-next {
    right: 15px
}

.am-pureview-direction .am-pureview-next a:before {
    content: "\F138"
}

.am-pureview-bar {
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
    color: #eee;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex
}

.am-pureview-bar .am-pureview-title {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 6px;
    -ms-flex: 1;
    flex: 1
}

.am-pureview-bar .am-pureview-total {
    font-size: 10px;
    line-height: 48px
}

.am-pureview-actions {
    position: absolute;
    z-index: 1130;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    background-color: rgba(0, 0, 0, .35)
}

.am-pureview-actions a {
    position: absolute;
    left: 10px;
    color: #ccc;
    display: block;
    width: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 16px
}

.am-pureview-actions a:hover {
    color: #fff
}

.am-pureview-actions [data-am-toggle=share] {
    left: auto;
    right: 10px
}

.am-pureview-actions, .am-pureview-bar {
    opacity: 0;
    transition: all .15s;
    z-index: 1130
}

.am-pureview-bar-active .am-pureview-actions, .am-pureview-bar-active .am-pureview-bar {
    opacity: 1
}

.am-pureview-nav {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1131
}

.am-pureview-bar-active .am-pureview-nav {
    display: none
}

.am-pureview-nav li {
    display: inline-block;
    background: #ccc;
    background: hsla(0, 0%, 100%, .5);
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer
}

.am-pureview-nav .am-active {
    background: #fff;
    background: hsla(0, 0%, 100%, .9)
}

[data-am-pureview] img {
    cursor: pointer
}

.am-pureview-active {
    overflow: hidden
}

.ath-viewport * {
    box-sizing: border-box
}

.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.ath-modal {
    pointer-events: auto !important;
    background: rgba(0, 0, 0, .6)
}

.ath-mandatory {
    background: #000
}

.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: .7em .6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 .2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center
}

.ath-container small {
    font-size: .8em;
    line-height: 1.3em;
    display: block;
    margin-top: .5em
}

.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em
}

.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em
}

.ath-ios7.ath-tablet {
    left: .7em;
    top: 1.8em
}

.ath-ios8.ath-tablet {
    right: .4em;
    top: 1.8em
}

.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em
}

.ath-container:before {
    content: "";
    position: relative;
    display: block;
    float: right;
    margin: -.7em -.6em 0 .5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-color: hsla(0, 0%, 100%, .8);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642
}

.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none
}

.ath-mandatory .ath-container:before {
    display: none
}

.ath-container.ath-android:before {
    float: left;
    margin: -.7em .5em 0 -.6em
}

.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    left: 0;
    margin: 0;
    float: none
}

.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden
}

.ath-ios7 .ath-action-icon, .ath-ios8 .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
    margin-top: -.3em;
    background-size: auto 100%
}

.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
    margin-bottom: .4em;
    background-size: 100% auto
}

.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.4em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto
}

.ath-container p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 .1em 0 #fff;
    font-size: 1.1em
}

.ath-ios.ath-phone:after {
    bottom: -.9em;
    box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-phone:after, .ath-ios.ath-tablet:after {
    content: "";
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    left: 50%;
    margin-left: -1em;
    transform: scaleX(.9) rotate(45deg)
}

.ath-ios.ath-tablet:after {
    top: -.9em;
    z-index: 2147483641
}

.ath-application-icon {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 auto .2em;
    height: 6em;
    width: 6em;
    z-index: 2147483642
}

.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    box-shadow: 0 .2em .4em rgba(0, 0, 0, .3), inset 0 .07em 0 hsla(0, 0%, 100%, .5);
    margin: 0 auto .4em
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em
    }

    .ath-android.ath-phone, .ath-ios.ath-phone {
        margin-left: -12em
    }

    .ath-ios6:after {
        left: 39%
    }

    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: .4em;
        top: 1.8em
    }

    .ath-ios8.ath-phone:after {
        bottom: auto;
        top: -.9em;
        left: 68%;
        z-index: 2147483641;
        box-shadow: none
    }
}

.am-checkbox, .am-checkbox-inline, .am-radio, .am-radio-inline {
    padding-left: 22px;
    position: relative;
    transition: color .25s linear;
    font-size: 14px;
    line-height: 1.5
}

label.am-checkbox, label.am-radio {
    font-weight: 400
}

.am-ucheck-icons {
    color: #999;
    display: block;
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 18px;
    cursor: pointer
}

.am-checkbox-inline .am-icon-checked, .am-checkbox-inline .am-icon-unchecked, .am-checkbox .am-icon-checked, .am-checkbox .am-icon-unchecked, .am-radio-inline .am-icon-checked, .am-radio-inline .am-icon-unchecked, .am-radio .am-icon-checked, .am-radio .am-icon-unchecked {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-table;
    margin: 0;
    background-color: transparent;
    transition: color .25s linear
}

.am-checkbox-inline .am-icon-checked:before, .am-checkbox-inline .am-icon-unchecked:before, .am-checkbox .am-icon-checked:before, .am-checkbox .am-icon-unchecked:before, .am-radio-inline .am-icon-checked:before, .am-radio-inline .am-icon-unchecked:before, .am-radio .am-icon-checked:before, .am-radio .am-icon-unchecked:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0)
}

.am-checkbox-inline .am-icon-checked, .am-checkbox .am-icon-checked, .am-radio-inline .am-icon-checked, .am-radio .am-icon-checked {
    opacity: 0
}

.am-checkbox-inline .am-icon-checked:before, .am-checkbox .am-icon-checked:before {
    content: "\F046"
}

.am-checkbox-inline .am-icon-unchecked:before, .am-checkbox .am-icon-unchecked:before {
    content: "\F096"
}

.am-radio-inline .am-icon-checked:before, .am-radio .am-icon-checked:before {
    content: "\F192"
}

.am-radio-inline .am-icon-unchecked:before, .am-radio .am-icon-unchecked:before {
    content: "\F10C"
}

.am-ucheck-checkbox, .am-ucheck-radio {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    outline: none !important
}

.am-ucheck-checkbox:checked + .am-ucheck-icons, .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-ucheck-radio:checked + .am-ucheck-icons, .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #0e90d2
}

.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-unchecked, .am-ucheck-radio:checked + .am-ucheck-icons .am-icon-unchecked {
    opacity: 0
}

.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-checked, .am-ucheck-radio:checked + .am-ucheck-icons .am-icon-checked {
    opacity: 1
}

.am-ucheck-checkbox:disabled + .am-ucheck-icons, .am-ucheck-radio:disabled + .am-ucheck-icons {
    cursor: default;
    color: #d8d8d8
}

.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-unchecked, .am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-unchecked {
    opacity: 0
}

.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-checked, .am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-checked {
    opacity: 1;
    color: #d8d8d8
}

.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #3bb4f2
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-success .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-success .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #5eb95e
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-warning .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-warning .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #f37b1d
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-checkbox.am-danger .am-ucheck-radio:checked + .am-ucheck-icons, .am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-field-error + .am-ucheck-icons, .am-radio-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons, .am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons, .am-radio.am-danger .am-ucheck-radio:checked + .am-ucheck-icons, .am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
    color: #dd514c
}

.am-field-valid + .am-ucheck-icons {
    color: #5eb95e
}

.am-selected {
    width: 200px
}

.am-selected-btn {
    width: 100%;
    padding-left: 10px;
    text-align: right
}

.am-selected-btn.am-btn-default {
    background: none
}

.am-invalid .am-selected-btn {
    border-color: #dd514c
}

.am-selected-header {
    height: 45px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    display: none
}

.am-selected-status {
    text-align: left;
    width: 100%;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.am-selected-content {
    padding: 10px 0
}

.am-selected-search {
    padding: 0 10px 10px
}

.am-selected-search .am-form-field {
    padding: .5em
}

.am-selected-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem
}

.am-selected-list li {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color .15s
}

.am-selected-list li:hover {
    background-color: #f8f8f8
}

.am-selected-list li:hover .am-icon-check {
    opacity: .6
}

.am-selected-list li.am-checked .am-icon-check {
    opacity: 1;
    color: #0e90d2
}

.am-selected-list li.am-disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed
}

.am-selected-list .am-selected-list-header {
    margin-top: 8px;
    font-size: 1.3rem;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
    cursor: default
}

.am-selected-list .am-selected-list-header:hover {
    background: none
}

.am-selected-list .am-selected-list-header:first-child {
    margin-top: 0
}

.am-selected-list .am-selected-text {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px
}

.am-selected-list .am-icon-check {
    position: absolute;
    right: 8px;
    top: 5px;
    color: #999;
    opacity: 0;
    transition: opacity .15s
}

.am-selected-hint {
    line-height: 1.2;
    color: #dd514c
}

.am-selected-hint:not(:empty) {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 10px 0
}

.am-selected-placeholder {
    opacity: .65
}

.am-fade {
    opacity: 0;
    transition: opacity .2s linear
}

.am-fade.am-in {
    opacity: 1
}

.am-collapse {
    display: none
}

.am-collapse.am-in {
    display: block
}

tr.am-collapse.am-in {
    display: table-row
}

tbody.am-collapse.am-in {
    display: table-row-group
}

.am-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}

.am-sticky {
    position: fixed !important;
    z-index: 1010;
    transform-origin: 0 0
}

[data-am-sticky][class*=am-animation-] {
    animation-duration: .2s
}

.am-dimmer-active {
    overflow: hidden
}

.am-dimmer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1100;
    opacity: 0
}

.am-dimmer.am-active {
    opacity: 1
}

[data-am-collapse] {
    cursor: pointer
}

.am-datepicker {
    top: 0;
    left: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 238px;
    color: #555;
    display: none
}

.am-datepicker > div {
    display: none
}

.am-datepicker table {
    width: 100%
}

.am-datepicker tr.am-datepicker-header {
    font-size: 1.6rem;
    color: #fff;
    background: #3bb4f2
}

.am-datepicker td, .am-datepicker th {
    text-align: center;
    font-weight: 400;
    cursor: pointer
}

.am-datepicker th {
    height: 48px
}

.am-datepicker td {
    font-size: 1.4rem
}

.am-datepicker td.am-datepicker-day {
    height: 34px;
    width: 34px
}

.am-datepicker td.am-datepicker-day:hover {
    background: #f0f0f0;
    height: 34px;
    width: 34px
}

.am-datepicker td.am-datepicker-day.am-disabled {
    cursor: no-drop;
    color: #999;
    background: #fafafa
}

.am-datepicker td.am-datepicker-new, .am-datepicker td.am-datepicker-old {
    color: #89d7ff
}

.am-datepicker td.am-active, .am-datepicker td.am-active:hover {
    border-radius: 0;
    color: #0084c7;
    background: #f0f0f0
}

.am-datepicker td span {
    display: block;
    width: 79.33333333px;
    height: 40px;
    line-height: 40px;
    float: left;
    cursor: pointer
}

.am-datepicker td span:hover {
    background: #f0f0f0
}

.am-datepicker td span.am-active {
    color: #0084c7;
    background: #f0f0f0
}

.am-datepicker td span.am-disabled {
    cursor: no-drop;
    color: #999;
    background: #fafafa
}

.am-datepicker td span.am-datepicker-old {
    color: #89d7ff
}

.am-datepicker .am-datepicker-dow {
    height: 40px;
    color: #0c80ba
}

.am-datepicker-caret {
    display: block !important;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 7px solid #3bb4f2;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 0 dotted;
    transform: rotate(1turn);
    position: absolute;
    top: -7px;
    left: 6px
}

.am-datepicker-right .am-datepicker-caret {
    left: auto;
    right: 7px
}

.am-datepicker-up .am-datepicker-caret {
    top: auto;
    bottom: -7px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0 dotted;
    transform: rotate(1turn)
}

.am-datepicker-select {
    height: 34px;
    line-height: 34px;
    text-align: center;
    transition: background-color .3s ease-out
}

.am-datepicker-select:hover {
    background: rgba(154, 217, 248, .5);
    color: #0c80ba
}

.am-datepicker-next, .am-datepicker-prev {
    width: 34px;
    height: 34px
}

.am-datepicker-next-icon, .am-datepicker-prev-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    transition: background-color .3s ease-out
}

.am-datepicker-next-icon:hover, .am-datepicker-prev-icon:hover {
    background: rgba(154, 217, 248, .5);
    color: #0c80ba
}

.am-datepicker-prev-icon:before {
    content: "\F053"
}

.am-datepicker-next-icon:before, .am-datepicker-prev-icon:before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0)
}

.am-datepicker-next-icon:before {
    content: "\F054"
}

.am-datepicker-dropdown {
    position: absolute;
    z-index: 1120
}

@media only screen and (max-width: 640px) {
    .am-datepicker {
        width: 100%
    }

    .am-datepicker td span {
        width: 33.33%
    }

    .am-datepicker-caret {
        display: none !important
    }

    .am-datepicker-next, .am-datepicker-prev {
        width: 44px;
        height: 44px
    }
}

.am-datepicker-success tr.am-datepicker-header {
    background: #5eb95e
}

.am-datepicker-success td.am-datepicker-day.am-disabled {
    color: #999
}

.am-datepicker-success td.am-datepicker-new, .am-datepicker-success td.am-datepicker-old {
    color: #94df94
}

.am-datepicker-success td.am-active, .am-datepicker-success td.am-active:hover {
    color: #1b961b
}

.am-datepicker-success td span.am-datepicker-old {
    color: #94df94
}

.am-datepicker-success td span.am-active {
    color: #1b961b
}

.am-datepicker-success .am-datepicker-caret {
    border-bottom-color: #5eb95e
}

.am-datepicker-success .am-datepicker-dow {
    color: #367b36
}

.am-datepicker-success .am-datepicker-next-icon:hover, .am-datepicker-success .am-datepicker-prev-icon:hover, .am-datepicker-success .am-datepicker-select:hover {
    background: rgba(165, 216, 165, .5);
    color: #367b36
}

.am-datepicker-danger tr.am-datepicker-header {
    background: #dd514c
}

.am-datepicker-danger td.am-datepicker-day.am-disabled {
    color: #999
}

.am-datepicker-danger td.am-datepicker-new, .am-datepicker-danger td.am-datepicker-old {
    color: #f59490
}

.am-datepicker-danger td.am-active, .am-datepicker-danger td.am-active:hover {
    color: #c10802
}

.am-datepicker-danger td span.am-datepicker-old {
    color: #f59490
}

.am-datepicker-danger td span.am-active {
    color: #c10802
}

.am-datepicker-danger .am-datepicker-caret {
    border-bottom-color: #dd514c
}

.am-datepicker-danger .am-datepicker-dow {
    color: #a4241f
}

.am-datepicker-danger .am-datepicker-next-icon:hover, .am-datepicker-danger .am-datepicker-prev-icon:hover, .am-datepicker-danger .am-datepicker-select:hover {
    background: hsla(2, 68%, 78%, .5);
    color: #a4241f
}

.am-datepicker-warning tr.am-datepicker-header {
    background: #f37b1d
}

.am-datepicker-warning td.am-datepicker-day.am-disabled {
    color: #999
}

.am-datepicker-warning td.am-datepicker-new, .am-datepicker-warning td.am-datepicker-old {
    color: #ffad6d
}

.am-datepicker-warning td.am-active, .am-datepicker-warning td.am-active:hover {
    color: #aa4b00
}

.am-datepicker-warning td span.am-datepicker-old {
    color: #ffad6d
}

.am-datepicker-warning td span.am-active {
    color: #aa4b00
}

.am-datepicker-warning .am-datepicker-caret {
    border-bottom-color: #f37b1d
}

.am-datepicker-warning .am-datepicker-dow {
    color: #a14c09
}

.am-datepicker-warning .am-datepicker-next-icon:hover, .am-datepicker-warning .am-datepicker-prev-icon:hover, .am-datepicker-warning .am-datepicker-select:hover {
    background: hsla(27, 90%, 73%, .5);
    color: #a14c09
}

.am-datepicker > div {
    display: block
}

.am-datepicker > div span.am-datepicker-hour {
    width: 59.5px
}

.am-datepicker-date {
    display: block
}

.am-datepicker-date.am-input-group {
    display: table
}

.am-datepicker-time-box {
    padding: 30px 0
}

.am-datepicker-time-box strong {
    font-size: 5.2rem;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-weight: 400
}

.am-datepicker-time-box strong:hover {
    border-radius: 4px;
    background: #ececec
}

.am-datepicker-time-box em {
    display: inline-block;
    height: 70px;
    width: 20px;
    line-height: 70px;
    font-size: 5.2rem;
    font-style: normal
}

.am-datepicker-toggle {
    text-align: center;
    cursor: pointer;
    padding: 10px 0
}

.am-datepicker-toggle:hover {
    background: #f0f0f0
}

.lte9 #nprogress .nprogress-spinner {
    display: none !important
}

.lte8 .am-dimmer {
    background-color: #000;
    filter: alpha(opacity=60)
}

.lte8 .am-modal-actions {
    display: none
}

.lte8 .am-modal-actions.am-modal-active {
    display: block
}

.lte8 .am-offcanvas.am-active {
    background: #000
}

.lte8 .am-popover .am-popover-caret {
    border: 8px solid transparent
}

.lte8 .am-popover-top .am-popover-caret {
    border-top: 8px solid #333;
    border-bottom: none
}

.lte8 .am-popover-left .am-popover-caret {
    right: -8px;
    margin-top: -6px;
    border-left: 8px solid #333;
    border-right: none
}

.lte8 .am-popover-right .am-popover-caret {
    left: -8px;
    margin-top: -6px;
    border-right: 8px solid #333;
    border-left: none
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px \9;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev[dir=rtl] {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

.slick-prev:before[dir=rtl] {
    content: "\2192"
}

.slick-next {
    right: -25px
}

.slick-next[dir=rtl] {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

.slick-next:before[dir=rtl] {
    content: "\2190"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}