/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html
{
    font-family: sans-serif;
    line-height: 1.15;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

progress
{
    vertical-align: baseline;
}

template,
[hidden]
{
    display: none;
}

a
{
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover
{
    outline-width: 0;
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted; 

    border-bottom: none;
}

b,
strong
{
    font-weight: inherit;
}

b,
strong
{
    font-weight: bolder;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

mark
{
    color: #000; 
    background-color: #ff0;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

img
{
    border-style: none;
}

svg:not(:root)
{
    overflow: hidden;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

figure
{
    margin: 1em 40px;
}

hr
{
    overflow: visible; 

    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;
}

optgroup
{
    font-weight: bold;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0; 

    border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

legend
{
    display: table;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal; 

    color: inherit;
}

textarea
{
    overflow: auto;
}

[type='checkbox'],
[type='radio']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

[type='search']
{
    outline-offset: -2px; 

    -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-input-placeholder
{
    opacity: .54; 
    color: inherit;
}

::-webkit-file-upload-button
{
    font: inherit; 

    -webkit-appearance: button;
}

@media print
{
    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line
    {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; 
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }
    pre
    {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    .navbar
    {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret
    {
        border-top-color: #000 !important;
    }
    .tag
    {
        border: 1px solid #000;
    }
    .table
    {
        border-collapse: collapse !important;
    }
    .table td,
    .table th
    {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #ddd !important;
    }
}

html
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::before,
*::after
{
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
}

@-ms-viewport
{
    width: device-width;
}

html
{
    font-size: 14px;

    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;

    color: #757575;
    background-color: #fff;
}

[tabindex='-1']:focus
{
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;

    border-bottom: 1px dotted #e0e0e0;
}

address
{
    font-style: normal;
    line-height: inherit; 

    margin-bottom: 1rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 500;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

a
{
    text-decoration: none; 

    color: #964C34;
}
a:focus,
a:hover
{
    text-decoration: underline; 

    color: #AF6B50;
}
a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:not([href]):not([tabindex])
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):focus
{
    outline: none;
}

pre
{
    overflow: auto; 

    margin-top: 0;
    margin-bottom: 1rem;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;
}

[role='button']
{
    cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea
{
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table
{
    border-collapse: collapse;

    background-color: transparent;
}

caption
{
    padding-top: .572rem;
    padding-bottom: .572rem;

    caption-side: bottom; 

    text-align: left;

    color: #616161;
}

th
{
    text-align: left;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea
{
    line-height: inherit;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled
{
    cursor: not-allowed;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit; 

    display: block;

    width: 100%;
    margin-bottom: .5rem;
    padding: 0;
}

input[type='search']
{
    -webkit-appearance: none;
}

output
{
    display: inline-block;
}

[hidden]
{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;

    margin-bottom: .5rem;

    color: #424242;
}

h1,
.h1
{
    font-size: 2.572rem;
}

h2,
.h2
{
    font-size: 2.143rem;
}

h3,
.h3
{
    font-size: 1.715rem;
}

h4,
.h4
{
    font-size: 1.286rem;
}

h5,
.h5
{
    font-size: 1rem;
}

h6,
.h6
{
    font-size: .858rem;
}

.lead
{
    font-size: 1.429rem;
    font-weight: 300;
}

.display-1
{
    font-size: 6rem;
    font-weight: 300;
}

.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
}

hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;

    border: 0;
    border-top: 1px solid #e0e0e0;
}

small,
.small
{
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark
{
    padding: .23rem;

    background-color: #ff9800;
}

.list-unstyled
{
    padding-left: 0;

    list-style: none;
}

.list-inline
{
    padding-left: 0;

    list-style: none;
}

.list-inline-item
{
    display: inline-block;
}
.list-inline-item:not(:last-child)
{
    margin-right: 5px;
}

.initialism
{
    font-size: 90%;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.25rem;

    margin-bottom: 1rem;
    padding: .5rem 1rem;

    border-left: .285rem solid #e0e0e0;
}

.blockquote-footer
{
    font-size: 80%;

    display: block;

    color: #9e9e9e;
}
.blockquote-footer::before
{
    content: '\2014 \00A0';
}

.blockquote-reverse
{
    padding-right: 1rem;
    padding-left: 0;

    text-align: right;

    border-right: .285rem solid #e0e0e0;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before
{
    content: '';
}

.blockquote-reverse .blockquote-footer::after
{
    content: '\00A0 \2014';
}

dl.row > dd + dt
{
    clear: left;
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img
{
    display: block;

    max-width: 100%;
    height: auto;
}

.img-rounded
{
    border-radius: .286rem;
}

.img-thumbnail
{
    display: inline-block;

    max-width: 100%;
    height: auto; 
    padding: .25rem;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid #ddd;
    border-radius: .25rem;
    background-color: #fff;
}

.img-circle
{
    border-radius: 50%;
}

.figure
{
    display: inline-block;
}

.figure-img
{
    line-height: 1; 

    margin-bottom: .5rem;
}

.figure-caption
{
    font-size: 90%;

    color: #bdbdbd;
}

code,
kbd,
pre,
samp
{
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code
{
    font-size: 90%;

    padding: .15rem .3rem;

    color: #4f5584;
    border-radius: .215rem; 
    background-color: rgba(197, 202, 233, .1);
}

kbd
{
    font-size: 90%;

    padding: .15rem .3rem;

    color: #fff;
    border-radius: .143rem; 
    background-color: #AF6B50;
}
kbd kbd
{
    font-size: 100%;
    font-weight: 500; 

    padding: 0;
}

pre
{
    font-size: 90%;

    display: block;

    margin-top: 0;
    margin-bottom: 1rem;

    color: inherit;
}
pre code
{
    font-size: inherit;

    padding: 0;

    color: inherit;
    border-radius: 0; 
    background-color: transparent;
}

.pre-scrollable
{
    overflow-y: scroll; 

    max-height: 340px;
}

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem; 
    padding-left: .9375rem;
}
.container::after
{
    display: table;
    clear: both; 

    content: '';
}
@media (min-width: 480px)
{
    .container
    {
        max-width: 606px;
    }
}
@media (min-width: 768px)
{
    .container
    {
        max-width: 750px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 970px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1170px;
    }
}
@media (min-width: 1600px)
{
    .container
    {
        max-width: 1310px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem; 
    padding-left: .9375rem;
}
.container-fluid::after
{
    display: table;
    clear: both; 

    content: '';
}

.row
{
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}
.row::after
{
    display: table;
    clear: both; 

    content: '';
}
@media (min-width: 480px)
{
    .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
@media (min-width: 768px)
{
    .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
@media (min-width: 992px)
{
    .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}
@media (min-width: 1200px)
{
    .row
    {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12
{
    position: relative;

    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
@media (min-width: 480px)
{
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}
@media (min-width: 768px)
{
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}
@media (min-width: 992px)
{
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}
@media (min-width: 1200px)
{
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

.col-xs-1
{
    float: left;

    width: 8.333333%;
}

.col-xs-2
{
    float: left;

    width: 16.666667%;
}

.col-xs-3
{
    float: left;

    width: 25%;
}

.col-xs-4
{
    float: left;

    width: 33.333333%;
}

.col-xs-5
{
    float: left;

    width: 41.666667%;
}

.col-xs-6
{
    float: left;

    width: 50%;
}

.col-xs-7
{
    float: left;

    width: 58.333333%;
}

.col-xs-8
{
    float: left;

    width: 66.666667%;
}

.col-xs-9
{
    float: left;

    width: 75%;
}

.col-xs-10
{
    float: left;

    width: 83.333333%;
}

.col-xs-11
{
    float: left;

    width: 91.666667%;
}

.col-xs-12
{
    float: left;

    width: 100%;
}

.pull-xs-0
{
    right: auto;
}

.pull-xs-1
{
    right: 8.333333%;
}

.pull-xs-2
{
    right: 16.666667%;
}

.pull-xs-3
{
    right: 25%;
}

.pull-xs-4
{
    right: 33.333333%;
}

.pull-xs-5
{
    right: 41.666667%;
}

.pull-xs-6
{
    right: 50%;
}

.pull-xs-7
{
    right: 58.333333%;
}

.pull-xs-8
{
    right: 66.666667%;
}

.pull-xs-9
{
    right: 75%;
}

.pull-xs-10
{
    right: 83.333333%;
}

.pull-xs-11
{
    right: 91.666667%;
}

.pull-xs-12
{
    right: 100%;
}

.push-xs-0
{
    left: auto;
}

.push-xs-1
{
    left: 8.333333%;
}

.push-xs-2
{
    left: 16.666667%;
}

.push-xs-3
{
    left: 25%;
}

.push-xs-4
{
    left: 33.333333%;
}

.push-xs-5
{
    left: 41.666667%;
}

.push-xs-6
{
    left: 50%;
}

.push-xs-7
{
    left: 58.333333%;
}

.push-xs-8
{
    left: 66.666667%;
}

.push-xs-9
{
    left: 75%;
}

.push-xs-10
{
    left: 83.333333%;
}

.push-xs-11
{
    left: 91.666667%;
}

.push-xs-12
{
    left: 100%;
}

.offset-xs-1
{
    margin-left: 8.333333%;
}

.offset-xs-2
{
    margin-left: 16.666667%;
}

.offset-xs-3
{
    margin-left: 25%;
}

.offset-xs-4
{
    margin-left: 33.333333%;
}

.offset-xs-5
{
    margin-left: 41.666667%;
}

.offset-xs-6
{
    margin-left: 50%;
}

.offset-xs-7
{
    margin-left: 58.333333%;
}

.offset-xs-8
{
    margin-left: 66.666667%;
}

.offset-xs-9
{
    margin-left: 75%;
}

.offset-xs-10
{
    margin-left: 83.333333%;
}

.offset-xs-11
{
    margin-left: 91.666667%;
}

@media (min-width: 480px)
{
    .col-sm-1
    {
        float: left;

        width: 8.333333%;
    }
    .col-sm-2
    {
        float: left;

        width: 16.666667%;
    }
    .col-sm-3
    {
        float: left;

        width: 25%;
    }
    .col-sm-4
    {
        float: left;

        width: 33.333333%;
    }
    .col-sm-5
    {
        float: left;

        width: 41.666667%;
    }
    .col-sm-6
    {
        float: left;

        width: 50%;
    }
    .col-sm-7
    {
        float: left;

        width: 58.333333%;
    }
    .col-sm-8
    {
        float: left;

        width: 66.666667%;
    }
    .col-sm-9
    {
        float: left;

        width: 75%;
    }
    .col-sm-10
    {
        float: left;

        width: 83.333333%;
    }
    .col-sm-11
    {
        float: left;

        width: 91.666667%;
    }
    .col-sm-12
    {
        float: left;

        width: 100%;
    }
    .pull-sm-0
    {
        right: auto;
    }
    .pull-sm-1
    {
        right: 8.333333%;
    }
    .pull-sm-2
    {
        right: 16.666667%;
    }
    .pull-sm-3
    {
        right: 25%;
    }
    .pull-sm-4
    {
        right: 33.333333%;
    }
    .pull-sm-5
    {
        right: 41.666667%;
    }
    .pull-sm-6
    {
        right: 50%;
    }
    .pull-sm-7
    {
        right: 58.333333%;
    }
    .pull-sm-8
    {
        right: 66.666667%;
    }
    .pull-sm-9
    {
        right: 75%;
    }
    .pull-sm-10
    {
        right: 83.333333%;
    }
    .pull-sm-11
    {
        right: 91.666667%;
    }
    .pull-sm-12
    {
        right: 100%;
    }
    .push-sm-0
    {
        left: auto;
    }
    .push-sm-1
    {
        left: 8.333333%;
    }
    .push-sm-2
    {
        left: 16.666667%;
    }
    .push-sm-3
    {
        left: 25%;
    }
    .push-sm-4
    {
        left: 33.333333%;
    }
    .push-sm-5
    {
        left: 41.666667%;
    }
    .push-sm-6
    {
        left: 50%;
    }
    .push-sm-7
    {
        left: 58.333333%;
    }
    .push-sm-8
    {
        left: 66.666667%;
    }
    .push-sm-9
    {
        left: 75%;
    }
    .push-sm-10
    {
        left: 83.333333%;
    }
    .push-sm-11
    {
        left: 91.666667%;
    }
    .push-sm-12
    {
        left: 100%;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px)
{
    .col-md-1
    {
        float: left;

        width: 8.333333%;
    }
    .col-md-2
    {
        float: left;

        width: 16.666667%;
    }
    .col-md-3
    {
        float: left;

        width: 25%;
    }
    .col-md-4
    {
        float: left;

        width: 33.333333%;
    }
    .col-md-5
    {
        float: left;

        width: 41.666667%;
    }
    .col-md-6
    {
        float: left;

        width: 50%;
    }
    .col-md-7
    {
        float: left;

        width: 58.333333%;
    }
    .col-md-8
    {
        float: left;

        width: 66.666667%;
    }
    .col-md-9
    {
        float: left;

        width: 75%;
    }
    .col-md-10
    {
        float: left;

        width: 83.333333%;
    }
    .col-md-11
    {
        float: left;

        width: 91.666667%;
    }
    .col-md-12
    {
        float: left;

        width: 100%;
    }
    .pull-md-0
    {
        right: auto;
    }
    .pull-md-1
    {
        right: 8.333333%;
    }
    .pull-md-2
    {
        right: 16.666667%;
    }
    .pull-md-3
    {
        right: 25%;
    }
    .pull-md-4
    {
        right: 33.333333%;
    }
    .pull-md-5
    {
        right: 41.666667%;
    }
    .pull-md-6
    {
        right: 50%;
    }
    .pull-md-7
    {
        right: 58.333333%;
    }
    .pull-md-8
    {
        right: 66.666667%;
    }
    .pull-md-9
    {
        right: 75%;
    }
    .pull-md-10
    {
        right: 83.333333%;
    }
    .pull-md-11
    {
        right: 91.666667%;
    }
    .pull-md-12
    {
        right: 100%;
    }
    .push-md-0
    {
        left: auto;
    }
    .push-md-1
    {
        left: 8.333333%;
    }
    .push-md-2
    {
        left: 16.666667%;
    }
    .push-md-3
    {
        left: 25%;
    }
    .push-md-4
    {
        left: 33.333333%;
    }
    .push-md-5
    {
        left: 41.666667%;
    }
    .push-md-6
    {
        left: 50%;
    }
    .push-md-7
    {
        left: 58.333333%;
    }
    .push-md-8
    {
        left: 66.666667%;
    }
    .push-md-9
    {
        left: 75%;
    }
    .push-md-10
    {
        left: 83.333333%;
    }
    .push-md-11
    {
        left: 91.666667%;
    }
    .push-md-12
    {
        left: 100%;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.333333%;
    }
    .offset-md-2
    {
        margin-left: 16.666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.333333%;
    }
    .offset-md-5
    {
        margin-left: 41.666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.333333%;
    }
    .offset-md-8
    {
        margin-left: 66.666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.333333%;
    }
    .offset-md-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px)
{
    .col-lg-1
    {
        float: left;

        width: 8.333333%;
    }
    .col-lg-2
    {
        float: left;

        width: 16.666667%;
    }
    .col-lg-3
    {
        float: left;

        width: 25%;
    }
    .col-lg-4
    {
        float: left;

        width: 33.333333%;
    }
    .col-lg-5
    {
        float: left;

        width: 41.666667%;
    }
    .col-lg-6
    {
        float: left;

        width: 50%;
    }
    .col-lg-7
    {
        float: left;

        width: 58.333333%;
    }
    .col-lg-8
    {
        float: left;

        width: 66.666667%;
    }
    .col-lg-9
    {
        float: left;

        width: 75%;
    }
    .col-lg-10
    {
        float: left;

        width: 83.333333%;
    }
    .col-lg-11
    {
        float: left;

        width: 91.666667%;
    }
    .col-lg-12
    {
        float: left;

        width: 100%;
    }
    .pull-lg-0
    {
        right: auto;
    }
    .pull-lg-1
    {
        right: 8.333333%;
    }
    .pull-lg-2
    {
        right: 16.666667%;
    }
    .pull-lg-3
    {
        right: 25%;
    }
    .pull-lg-4
    {
        right: 33.333333%;
    }
    .pull-lg-5
    {
        right: 41.666667%;
    }
    .pull-lg-6
    {
        right: 50%;
    }
    .pull-lg-7
    {
        right: 58.333333%;
    }
    .pull-lg-8
    {
        right: 66.666667%;
    }
    .pull-lg-9
    {
        right: 75%;
    }
    .pull-lg-10
    {
        right: 83.333333%;
    }
    .pull-lg-11
    {
        right: 91.666667%;
    }
    .pull-lg-12
    {
        right: 100%;
    }
    .push-lg-0
    {
        left: auto;
    }
    .push-lg-1
    {
        left: 8.333333%;
    }
    .push-lg-2
    {
        left: 16.666667%;
    }
    .push-lg-3
    {
        left: 25%;
    }
    .push-lg-4
    {
        left: 33.333333%;
    }
    .push-lg-5
    {
        left: 41.666667%;
    }
    .push-lg-6
    {
        left: 50%;
    }
    .push-lg-7
    {
        left: 58.333333%;
    }
    .push-lg-8
    {
        left: 66.666667%;
    }
    .push-lg-9
    {
        left: 75%;
    }
    .push-lg-10
    {
        left: 83.333333%;
    }
    .push-lg-11
    {
        left: 91.666667%;
    }
    .push-lg-12
    {
        left: 100%;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px)
{
    .col-xl-1
    {
        float: left;

        width: 8.333333%;
    }
    .col-xl-2
    {
        float: left;

        width: 16.666667%;
    }
    .col-xl-3
    {
        float: left;

        width: 25%;
    }
    .col-xl-4
    {
        float: left;

        width: 33.333333%;
    }
    .col-xl-5
    {
        float: left;

        width: 41.666667%;
    }
    .col-xl-6
    {
        float: left;

        width: 50%;
    }
    .col-xl-7
    {
        float: left;

        width: 58.333333%;
    }
    .col-xl-8
    {
        float: left;

        width: 66.666667%;
    }
    .col-xl-9
    {
        float: left;

        width: 75%;
    }
    .col-xl-10
    {
        float: left;

        width: 83.333333%;
    }
    .col-xl-11
    {
        float: left;

        width: 91.666667%;
    }
    .col-xl-12
    {
        float: left;

        width: 100%;
    }
    .pull-xl-0
    {
        right: auto;
    }
    .pull-xl-1
    {
        right: 8.333333%;
    }
    .pull-xl-2
    {
        right: 16.666667%;
    }
    .pull-xl-3
    {
        right: 25%;
    }
    .pull-xl-4
    {
        right: 33.333333%;
    }
    .pull-xl-5
    {
        right: 41.666667%;
    }
    .pull-xl-6
    {
        right: 50%;
    }
    .pull-xl-7
    {
        right: 58.333333%;
    }
    .pull-xl-8
    {
        right: 66.666667%;
    }
    .pull-xl-9
    {
        right: 75%;
    }
    .pull-xl-10
    {
        right: 83.333333%;
    }
    .pull-xl-11
    {
        right: 91.666667%;
    }
    .pull-xl-12
    {
        right: 100%;
    }
    .push-xl-0
    {
        left: auto;
    }
    .push-xl-1
    {
        left: 8.333333%;
    }
    .push-xl-2
    {
        left: 16.666667%;
    }
    .push-xl-3
    {
        left: 25%;
    }
    .push-xl-4
    {
        left: 33.333333%;
    }
    .push-xl-5
    {
        left: 41.666667%;
    }
    .push-xl-6
    {
        left: 50%;
    }
    .push-xl-7
    {
        left: 58.333333%;
    }
    .push-xl-8
    {
        left: 66.666667%;
    }
    .push-xl-9
    {
        left: 75%;
    }
    .push-xl-10
    {
        left: 83.333333%;
    }
    .push-xl-11
    {
        left: 91.666667%;
    }
    .push-xl-12
    {
        left: 100%;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1600px)
{
    .col-xxl-1
    {
        float: left;

        width: 8.333333%;
    }
    .col-xxl-2
    {
        float: left;

        width: 16.666667%;
    }
    .col-xxl-3
    {
        float: left;

        width: 25%;
    }
    .col-xxl-4
    {
        float: left;

        width: 33.333333%;
    }
    .col-xxl-5
    {
        float: left;

        width: 41.666667%;
    }
    .col-xxl-6
    {
        float: left;

        width: 50%;
    }
    .col-xxl-7
    {
        float: left;

        width: 58.333333%;
    }
    .col-xxl-8
    {
        float: left;

        width: 66.666667%;
    }
    .col-xxl-9
    {
        float: left;

        width: 75%;
    }
    .col-xxl-10
    {
        float: left;

        width: 83.333333%;
    }
    .col-xxl-11
    {
        float: left;

        width: 91.666667%;
    }
    .col-xxl-12
    {
        float: left;

        width: 100%;
    }
    .pull-xxl-0
    {
        right: auto;
    }
    .pull-xxl-1
    {
        right: 8.333333%;
    }
    .pull-xxl-2
    {
        right: 16.666667%;
    }
    .pull-xxl-3
    {
        right: 25%;
    }
    .pull-xxl-4
    {
        right: 33.333333%;
    }
    .pull-xxl-5
    {
        right: 41.666667%;
    }
    .pull-xxl-6
    {
        right: 50%;
    }
    .pull-xxl-7
    {
        right: 58.333333%;
    }
    .pull-xxl-8
    {
        right: 66.666667%;
    }
    .pull-xxl-9
    {
        right: 75%;
    }
    .pull-xxl-10
    {
        right: 83.333333%;
    }
    .pull-xxl-11
    {
        right: 91.666667%;
    }
    .pull-xxl-12
    {
        right: 100%;
    }
    .push-xxl-0
    {
        left: auto;
    }
    .push-xxl-1
    {
        left: 8.333333%;
    }
    .push-xxl-2
    {
        left: 16.666667%;
    }
    .push-xxl-3
    {
        left: 25%;
    }
    .push-xxl-4
    {
        left: 33.333333%;
    }
    .push-xxl-5
    {
        left: 41.666667%;
    }
    .push-xxl-6
    {
        left: 50%;
    }
    .push-xxl-7
    {
        left: 58.333333%;
    }
    .push-xxl-8
    {
        left: 66.666667%;
    }
    .push-xxl-9
    {
        left: 75%;
    }
    .push-xxl-10
    {
        left: 83.333333%;
    }
    .push-xxl-11
    {
        left: 91.666667%;
    }
    .push-xxl-12
    {
        left: 100%;
    }
    .offset-xxl-0
    {
        margin-left: 0;
    }
    .offset-xxl-1
    {
        margin-left: 8.333333%;
    }
    .offset-xxl-2
    {
        margin-left: 16.666667%;
    }
    .offset-xxl-3
    {
        margin-left: 25%;
    }
    .offset-xxl-4
    {
        margin-left: 33.333333%;
    }
    .offset-xxl-5
    {
        margin-left: 41.666667%;
    }
    .offset-xxl-6
    {
        margin-left: 50%;
    }
    .offset-xxl-7
    {
        margin-left: 58.333333%;
    }
    .offset-xxl-8
    {
        margin-left: 66.666667%;
    }
    .offset-xxl-9
    {
        margin-left: 75%;
    }
    .offset-xxl-10
    {
        margin-left: 83.333333%;
    }
    .offset-xxl-11
    {
        margin-left: 91.666667%;
    }
}

.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
.table th,
.table td
{
    padding: .572rem;

    vertical-align: top;

    border-top: 1px solid #e0e0e0;
}
.table thead th
{
    vertical-align: bottom;

    border-bottom: 2px solid #e0e0e0;
}
.table tbody + tbody
{
    border-top: 2px solid #e0e0e0;
}
.table .table
{
    background-color: #fff;
}

.table-sm th,
.table-sm td
{
    padding: .358rem;
}

.table-bordered
{
    border: 1px solid #e0e0e0;
}
.table-bordered th,
.table-bordered td
{
    border: 1px solid #e0e0e0;
}
.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(238, 238, 238, .3);
}

.table-hover tbody tr:hover
{
    background-color: #eee;
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: #eee;
}

.table-hover .table-active:hover
{
    background-color: #e1e1e1;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: #e1e1e1;
}

.table-success,
.table-success > th,
.table-success > td
{
    background-color: #4caf50;
}

.table-hover .table-success:hover
{
    background-color: #449d48;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    background-color: #449d48;
}

.table-info,
.table-info > th,
.table-info > td
{
    background-color: #00bcd4;
}

.table-hover .table-info:hover
{
    background-color: #00a5bb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    background-color: #00a5bb;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    background-color: #ff9800;
}

.table-hover .table-warning:hover
{
    background-color: #e68900;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    background-color: #e68900;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    background-color: #f44336;
}

.table-hover .table-danger:hover
{
    background-color: #f32c1e;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    background-color: #f32c1e;
}

.thead-inverse th
{
    color: #fff;
    background-color: #757575;
}

.thead-default th
{
    color: #9e9e9e;
    background-color: #e0e0e0;
}

.table-inverse
{
    color: #e0e0e0;
    background-color: #757575;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th
{
    border-color: #9e9e9e;
}
.table-inverse.table-bordered
{
    border: 0;
}

.table-responsive
{
    display: block;
    overflow-x: auto; 

    width: 100%;
    min-height: .01%;
}

.table-reflow thead
{
    float: left;
}

.table-reflow tbody
{
    display: block;

    white-space: nowrap;
}

.table-reflow th,
.table-reflow td
{
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.table-reflow th:last-child,
.table-reflow td:last-child
{
    border-right: 1px solid #e0e0e0;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td
{
    border-bottom: 1px solid #e0e0e0;
}

.table-reflow tr
{
    float: left;
}
.table-reflow tr th,
.table-reflow tr td
{
    display: block !important;

    border: 1px solid #e0e0e0;
}

.form-control
{
    font-size: 1rem;
    line-height: 1.5;

    display: block;

    width: 100%;
    padding: .429rem .929rem;

    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: .215rem; 
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
}
.form-control::-ms-expand
{
    border: 0; 
    background-color: transparent;
}
.form-control.focus,
.form-control:focus
{
    border-color: #AF6B50;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control::-webkit-input-placeholder
{
    opacity: 1; 
    color: #9e9e9e;
}
.form-control::-moz-placeholder
{
    opacity: 1; 
    color: #9e9e9e;
}
.form-control:-ms-input-placeholder
{
    opacity: 1; 
    color: #9e9e9e;
}
.form-control::placeholder
{
    opacity: 1; 
    color: #9e9e9e;
}
.form-control:disabled,
.form-control[readonly]
{
    opacity: 1; 
    background-color: #eee;
}
.form-control:disabled
{
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple])
{
    height: 2.501rem;
}

select.form-control:focus::-ms-value
{
    color: #757575;
    background-color: #fff;
}

.form-control-file,
.form-control-range
{
    display: block;
}

.col-form-label
{
    margin-bottom: 0; 
    padding-top: .429rem;
    padding-bottom: .429rem;
}

.col-form-label-lg
{
    font-size: 1.286rem; 

    padding-top: .858rem;
    padding-bottom: .858rem;
}

.col-form-label-sm
{
    font-size: .858rem; 

    padding-top: .429rem;
    padding-bottom: .429rem;
}

.col-form-legend
{
    font-size: 1rem; 

    margin-bottom: 0;
    padding-top: .429rem;
    padding-bottom: .429rem;
}

.form-control-static
{
    min-height: 2.501rem;
    margin-bottom: 0; 
    padding-top: .429rem;
    padding-bottom: .429rem;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    font-size: .858rem;

    padding: .429rem .786rem;

    border-radius: .143rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 2.288rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    font-size: 1.286rem;

    padding: .858rem 1.429rem;

    border-radius: .286rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 3.573667rem;
}

.form-group
{
    margin-bottom: 1.429rem;
}

.form-text
{
    display: block;

    margin-top: .25rem;
}

.form-check
{
    position: relative;

    display: block;

    margin-bottom: .75rem;
}
.form-check + .form-check
{
    margin-top: -.25rem;
}
.form-check.disabled .form-check-label
{
    cursor: not-allowed; 

    color: #616161;
}

.form-check-label
{
    margin-bottom: 0;
    padding-left: 1.25rem;

    cursor: pointer;
}

.form-check-input
{
    position: absolute;

    margin-top: .25rem;
    margin-left: -1.25rem;
}
.form-check-input:only-child
{
    position: static;
}

.form-check-inline
{
    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding-left: 1.25rem;

    cursor: pointer; 
    vertical-align: middle;
}
.form-check-inline + .form-check-inline
{
    margin-left: .75rem;
}
.form-check-inline.disabled
{
    cursor: not-allowed; 

    color: #616161;
}

.form-control-feedback
{
    margin-top: .25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger
{
    padding-right: 2.787rem;

    background-repeat: no-repeat;
    background-position: center right .62525rem;
    -webkit-background-size: 1.2505rem 1.2505rem;
            background-size: 1.2505rem 1.2505rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control
{
    color: #4caf50;
}

.has-success .form-control
{
    border-color: #4caf50;
}

.has-success .input-group-addon
{
    color: #4caf50;
    border-color: #4caf50;
    background-color: #d9eeda;
}

.has-success .form-control-feedback
{
    color: #4caf50;
}

.has-success .form-control-success
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'$form-icon-success-color\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3E%3C/svg%3E');
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control
{
    color: #ff9800;
}

.has-warning .form-control
{
    border-color: #ff9800;
}

.has-warning .input-group-addon
{
    color: #ff9800;
    border-color: #ff9800;
    background-color: #ffeacc;
}

.has-warning .form-control-feedback
{
    color: #ff9800;
}

.has-warning .form-control-warning
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'#ff9800\' d=\'M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z\'/%3E%3C/svg%3E');
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control
{
    color: #f44336;
}

.has-danger .form-control
{
    border-color: #f44336;
}

.has-danger .input-group-addon
{
    color: #f44336;
    border-color: #f44336;
    background-color: #fff8f7;
}

.has-danger .form-control-feedback
{
    color: #f44336;
}

.has-danger .form-control-danger
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'#f44336\' viewBox=\'-2 -2 7 7\'%3E%3Cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3E%3Ccircle r=\'.5\'/%3E%3Ccircle cx=\'3\' r=\'.5\'/%3E%3Ccircle cy=\'3\' r=\'.5\'/%3E%3Ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3E%3C/svg%3E');
}

@media (min-width: 480px)
{
    .form-inline .form-group
    {
        display: inline-block;

        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-static
    {
        display: inline-block;
    }
    .form-inline .input-group
    {
        display: inline-table;

        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control
    {
        width: auto;
    }
    .form-inline .input-group > .form-control
    {
        width: 100%;
    }
    .form-inline .form-control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-check
    {
        display: inline-block;

        margin-top: 0;
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-check-label
    {
        padding-left: 0;
    }
    .form-inline .form-check-input
    {
        position: relative;

        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

.btn
{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;

    display: inline-block;

    padding: .429rem 1.072rem;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    border: 1px solid transparent;
    border-radius: .215rem;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover
{
    text-decoration: none;
}
.btn.focus
{
    text-decoration: none;
}
.btn:active,
.btn.active
{
    outline: 0; 
    background-image: none;
}
.btn.disabled,
.btn:disabled
{
    cursor: not-allowed;

    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn
{
    pointer-events: none;
}

.btn-primary
{
    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.btn-primary:hover
{
    color: #fff;
    border-color: #2f3d88; 
    background-color: #32408f;
}
.btn-primary:focus,
.btn-primary.focus
{
    color: #fff;
    border-color: #2f3d88; 
    background-color: #32408f;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #2f3d88;
    background-color: #32408f;
    background-image: none;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus
{
    color: #fff;
    border-color: #1e2756; 
    background-color: #293475;
}
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus
{
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover
{
    border-color: #AF6B50; 
    background-color: #AF6B50;
}

.btn-secondary
{
    color: #373a3c;
    border-color: #ccc; 
    background-color: #fff;
}
.btn-secondary:hover
{
    color: #373a3c;
    border-color: #adadad; 
    background-color: #e6e6e6;
}
.btn-secondary:focus,
.btn-secondary.focus
{
    color: #373a3c;
    border-color: #adadad; 
    background-color: #e6e6e6;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle
{
    color: #373a3c;
    border-color: #adadad;
    background-color: #e6e6e6;
    background-image: none;
}
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus
{
    color: #373a3c;
    border-color: #8c8c8c; 
    background-color: #d4d4d4;
}
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus
{
    border-color: #ccc; 
    background-color: #fff;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover
{
    border-color: #ccc; 
    background-color: #fff;
}

.btn-info
{
    color: #fff;
    border-color: #00bcd4; 
    background-color: #00bcd4;
}
.btn-info:hover
{
    color: #fff;
    border-color: #008697; 
    background-color: #008fa1;
}
.btn-info:focus,
.btn-info.focus
{
    color: #fff;
    border-color: #008697; 
    background-color: #008fa1;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #008697;
    background-color: #008fa1;
    background-image: none;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus
{
    color: #fff;
    border-color: #004b55; 
    background-color: #006f7d;
}
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus
{
    border-color: #00bcd4; 
    background-color: #00bcd4;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover
{
    border-color: #00bcd4; 
    background-color: #00bcd4;
}

.btn-success
{
    color: #fff;
    border-color: #4caf50; 
    background-color: #4caf50;
}
.btn-success:hover
{
    color: #fff;
    border-color: #39843c; 
    background-color: #3d8b40;
}
.btn-success:focus,
.btn-success.focus
{
    color: #fff;
    border-color: #39843c; 
    background-color: #3d8b40;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #39843c;
    background-color: #3d8b40;
    background-image: none;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus
{
    color: #fff;
    border-color: #255627; 
    background-color: #327334;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus
{
    border-color: #4caf50; 
    background-color: #4caf50;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover
{
    border-color: #4caf50; 
    background-color: #4caf50;
}

.btn-warning
{
    color: #fff;
    border-color: #ff9800; 
    background-color: #ff9800;
}
.btn-warning:hover
{
    color: #fff;
    border-color: #c27400; 
    background-color: #cc7a00;
}
.btn-warning:focus,
.btn-warning.focus
{
    color: #fff;
    border-color: #c27400; 
    background-color: #cc7a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    color: #fff;
    border-color: #c27400;
    background-color: #cc7a00;
    background-image: none;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus
{
    color: #fff;
    border-color: #804c00; 
    background-color: #a86400;
}
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus
{
    border-color: #ff9800; 
    background-color: #ff9800;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover
{
    border-color: #ff9800; 
    background-color: #ff9800;
}

.btn-danger
{
    color: #fff;
    border-color: #f44336; 
    background-color: #f44336;
}
.btn-danger:hover
{
    color: #fff;
    border-color: #e11b0c; 
    background-color: #ea1c0d;
}
.btn-danger:focus,
.btn-danger.focus
{
    color: #fff;
    border-color: #e11b0c; 
    background-color: #ea1c0d;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #e11b0c;
    background-color: #ea1c0d;
    background-image: none;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus
{
    color: #fff;
    border-color: #a21309; 
    background-color: #c8180b;
}
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus
{
    border-color: #f44336; 
    background-color: #f44336;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover
{
    border-color: #f44336; 
    background-color: #f44336;
}

.btn-outline-primary
{
    color: #AF6B50;
    border-color: #AF6B50; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-primary:hover
{
    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus
{
    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle
{
    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus
{
    color: #fff;
    border-color: #1e2756; 
    background-color: #293475;
}
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus
{
    border-color: #8591d5;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover
{
    border-color: #8591d5;
}

.btn-outline-secondary
{
    color: #ccc;
    border-color: #ccc; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-secondary:hover
{
    color: #fff;
    border-color: #ccc; 
    background-color: #ccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus
{
    color: #fff;
    border-color: #ccc; 
    background-color: #ccc;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle
{
    color: #fff;
    border-color: #ccc; 
    background-color: #ccc;
}
.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus
{
    color: #fff;
    border-color: #8c8c8c; 
    background-color: #a1a1a1;
}
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus
{
    border-color: white;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover
{
    border-color: white;
}

.btn-outline-info
{
    color: #00bcd4;
    border-color: #00bcd4; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-info:hover
{
    color: #fff;
    border-color: #00bcd4; 
    background-color: #00bcd4;
}
.btn-outline-info:focus,
.btn-outline-info.focus
{
    color: #fff;
    border-color: #00bcd4; 
    background-color: #00bcd4;
}
.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle
{
    color: #fff;
    border-color: #00bcd4; 
    background-color: #00bcd4;
}
.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus
{
    color: #fff;
    border-color: #004b55; 
    background-color: #006f7d;
}
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus
{
    border-color: #3be9ff;
}
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover
{
    border-color: #3be9ff;
}

.btn-outline-success
{
    color: #4caf50;
    border-color: #4caf50; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-success:hover
{
    color: #fff;
    border-color: #4caf50; 
    background-color: #4caf50;
}
.btn-outline-success:focus,
.btn-outline-success.focus
{
    color: #fff;
    border-color: #4caf50; 
    background-color: #4caf50;
}
.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle
{
    color: #fff;
    border-color: #4caf50; 
    background-color: #4caf50;
}
.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus
{
    color: #fff;
    border-color: #255627; 
    background-color: #327334;
}
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus
{
    border-color: #92cf94;
}
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover
{
    border-color: #92cf94;
}

.btn-outline-warning
{
    color: #ff9800;
    border-color: #ff9800; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-warning:hover
{
    color: #fff;
    border-color: #ff9800; 
    background-color: #ff9800;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus
{
    color: #fff;
    border-color: #ff9800; 
    background-color: #ff9800;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle
{
    color: #fff;
    border-color: #ff9800; 
    background-color: #ff9800;
}
.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus
{
    color: #fff;
    border-color: #804c00; 
    background-color: #a86400;
}
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus
{
    border-color: #ffc166;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover
{
    border-color: #ffc166;
}

.btn-outline-danger
{
    color: #f44336;
    border-color: #f44336; 
    background-color: transparent;
    background-image: none;
}
.btn-outline-danger:hover
{
    color: #fff;
    border-color: #f44336; 
    background-color: #f44336;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus
{
    color: #fff;
    border-color: #f44336; 
    background-color: #f44336;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle
{
    color: #fff;
    border-color: #f44336; 
    background-color: #f44336;
}
.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus
{
    color: #fff;
    border-color: #a21309; 
    background-color: #c8180b;
}
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus
{
    border-color: #f99d97;
}
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover
{
    border-color: #f99d97;
}

.btn-link
{
    font-weight: normal;

    color: #964C34;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled
{
    background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active
{
    border-color: transparent;
}
.btn-link:hover
{
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover
{
    text-decoration: underline;

    color: #AF6B50;
    background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover
{
    text-decoration: none; 

    color: #9e9e9e;
}

.btn-lg,
.btn-group-lg > .btn
{
    font-size: 1.286rem;

    padding: .715rem 1.286rem;

    border-radius: .286rem;
}

.btn-sm,
.btn-group-sm > .btn
{
    font-size: .858rem;

    padding: .429rem .929rem;

    border-radius: .143rem;
}

.btn-block
{
    display: block;

    width: 100%;
}

.btn-block + .btn-block
{
    margin-top: .572rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block
{
    width: 100%;
}

.fade
{
    -webkit-transition: opacity .15s linear;
         -o-transition: opacity .15s linear;
            transition: opacity .15s linear; 

    opacity: 0;
}
.fade.in
{
    opacity: 1;
}

.collapse
{
    display: none;
}
.collapse.in
{
    display: block;
}

tr.collapse.in
{
    display: table-row;
}

tbody.collapse.in
{
    display: table-row-group;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: height;
         -o-transition-property: height;
            transition-property: height;
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle::after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: .286rem;

    content: '';
    vertical-align: middle;

    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
}

.dropdown-toggle:focus
{
    outline: 0;
}

.dropup .dropdown-toggle::after
{
    border-top: 0;
    border-bottom: .286rem solid;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1200;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 160px;
    margin: 5px 0 0;
    padding: 5px 0;

    list-style: none;

    text-align: left;

    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: .215rem; 
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
}

.dropdown-divider
{
    overflow: hidden;

    height: 1px;
    margin: .5rem 0;

    background-color: #e0e0e0;
}

.dropdown-item
{
    font-weight: normal;

    display: block;
    clear: both;

    width: 100%;
    padding: 3px 20px;

    text-align: inherit;
    white-space: nowrap;

    color: #757575;
    border: 0; 
    background: none;
}
.dropdown-item:focus,
.dropdown-item:hover
{
    text-decoration: none;

    color: #757575;
    background-color: #eee;
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover
{
    text-decoration: none;

    color: #757575;
    outline: 0; 
    background-color: #eee;
}
.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover
{
    color: #bdbdbd;
}
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover
{
    cursor: not-allowed;
    text-decoration: none;

    background-color: transparent;
    background-image: none;

    filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';
}

.open > .dropdown-menu
{
    display: block;
}

.open > a
{
    outline: 0;
}

.dropdown-menu-right
{
    right: 0;
    left: auto;
}

.dropdown-menu-left
{
    right: auto;
    left: 0;
}

.dropdown-header
{
    font-size: .858rem;

    display: block;

    margin-bottom: 0;
    padding: 5px 20px;

    white-space: nowrap; 

    color: #424242;
}

.dropdown-backdrop
{
    position: fixed;
    z-index: 1000; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret
{
    content: '';

    border-top: 0;
    border-bottom: .286rem solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-bottom: 5px;
}

.btn-group,
.btn-group-vertical
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn
{
    position: relative;

    float: left;

    margin-bottom: 0;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active
{
    z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover
{
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group
{
    margin-left: -1px;
}

.btn-toolbar
{
    margin-left: -.572rem;
}
.btn-toolbar::after
{
    display: table;
    clear: both; 

    content: '';
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group
{
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group
{
    margin-left: .572rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle)
{
    border-radius: 0;
}

.btn-group > .btn:first-child
{
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child)
{
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group
{
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle
{
    outline: 0;
}

.btn + .dropdown-toggle-split
{
    padding-right: .804rem;
    padding-left: .804rem;
}
.btn + .dropdown-toggle-split::after
{
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split
{
    padding-right: .69675rem;
    padding-left: .69675rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split
{
    padding-right: .9645rem;
    padding-left: .9645rem;
}

.btn .caret
{
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret
{
    border-width: .358rem .358rem 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret
{
    border-width: 0 .358rem .358rem;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn
{
    display: block;
    float: none;

    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after
{
    display: table;
    clear: both; 

    content: '';
}

.btn-group-vertical > .btn-group > .btn
{
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group
{
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child)
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child)
{
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child
{
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox']
{
    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none;
}

.input-group
{
    position: relative;

    display: table;

    width: 100%;

    border-collapse: separate;
}
.input-group .form-control
{
    position: relative;
    z-index: 2;

    float: left;

    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover
{
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control
{
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.input-group-addon,
.input-group-btn
{
    width: 1%;

    vertical-align: middle; 
    white-space: nowrap;
}

.input-group-addon
{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;

    margin-bottom: 0;
    padding: .429rem .929rem;

    text-align: center;

    color: #757575;
    border: 1px solid #e0e0e0;
    border-radius: .215rem; 
    background-color: #eee;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn
{
    font-size: .858rem;

    padding: .429rem .786rem;

    border-radius: .143rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn
{
    font-size: 1.286rem;

    padding: .858rem 1.429rem;

    border-radius: .286rem;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox']
{
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn
{
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child)
{
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn
{
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child)
{
    border-left: 0;
}

.input-group-btn
{
    font-size: 0;

    position: relative;

    white-space: nowrap;
}
.input-group-btn > .btn
{
    position: relative;
}
.input-group-btn > .btn + .btn
{
    margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover
{
    z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group
{
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group
{
    z-index: 2;

    margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover
{
    z-index: 3;
}

.custom-control
{
    position: relative;

    display: inline-block;

    padding-left: 1.5rem;

    cursor: pointer;
}
.custom-control + .custom-control
{
    margin-left: 1rem;
}

.custom-control-input
{
    position: absolute;
    z-index: -1;

    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator
{
    color: #fff;
    background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator
{
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
            box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator
{
    color: #fff;
    background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator
{
    cursor: not-allowed;

    background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description
{
    cursor: not-allowed; 

    color: #767676;
}

.custom-control-indicator
{
    position: absolute;
    top: .25rem;
    left: 0;

    display: block;

    width: 1rem;
    height: 1rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
            background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator
{
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'#fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator
{
    background-color: #0074d9;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3E%3Cpath stroke=\'#fff\' d=\'M0 2h4\'/%3E%3C/svg%3E');
}

.custom-radio .custom-control-indicator
{
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'#fff\'/%3E%3C/svg%3E');
}

.custom-controls-stacked .custom-control
{
    float: left;
    clear: left;
}
.custom-controls-stacked .custom-control + .custom-control
{
    margin-left: 0;
}

.custom-select
{
    display: inline-block;

    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;

    vertical-align: middle;

    color: #55595c;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'#333\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .75rem center;
    background-image: none \9;
    -webkit-background-size: 8px 10px;
            background-size: 8px 10px;

       -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select:focus
{
    border-color: #51a7e8;
    outline: none;
}
.custom-select:focus::-ms-value
{
    color: #757575;
    background-color: #fff;
}
.custom-select:disabled
{
    cursor: not-allowed;

    color: #818a91;
    background-color: #eceeef;
}
.custom-select::-ms-expand
{
    opacity: 0;
}

.custom-select-sm
{
    font-size: 75%; 

    padding-top: .375rem;
    padding-bottom: .375rem;
}

.custom-file
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    height: 2.5rem;

    cursor: pointer;
}

.custom-file-input
{
    min-width: 14rem;
    max-width: 100%;
    margin: 0;

    opacity: 0; 

    filter: alpha(opacity=0);
}

.custom-file-control
{
    line-height: 1.5;

    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;

    height: 2.5rem;
    padding: .5rem 1rem;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    color: #555;
    border: 1px solid #ddd;
    border-radius: .25rem; 
    background-color: #fff;
}
.custom-file-control:lang(en)::after
{
    content: 'Choose file...';
}
.custom-file-control::before
{
    line-height: 1.5;

    position: absolute;
    z-index: 6;
    top: -1px;
    right: -1px;
    bottom: -1px;

    display: block;

    height: 2.5rem;
    padding: .5rem 1rem;

    color: #555;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0; 
    background-color: #eee;
}
.custom-file-control:lang(en)::before
{
    content: 'Browse';
}

.nav
{
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}

.nav-link
{
    display: inline-block;
}
.nav-link:focus,
.nav-link:hover
{
    text-decoration: none;
}
.nav-link.disabled
{
    color: #9e9e9e;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover
{
    cursor: not-allowed;

    color: #9e9e9e;
    background-color: transparent;
}

.nav-inline .nav-item
{
    display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link
{
    margin-left: 1rem;
}

.nav-tabs
{
    border-bottom: 1px solid #e0e0e0;
}
.nav-tabs::after
{
    display: table;
    clear: both; 

    content: '';
}
.nav-tabs .nav-item
{
    float: left;

    margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item
{
    margin-left: 2px;
}
.nav-tabs .nav-link
{
    display: block;

    padding: .715rem 1.429rem;

    border: 1px solid transparent;
    border-top-left-radius: .215rem; 
    border-top-right-radius: .215rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover
{
    border-color: transparent transparent #e0e0e0;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover
{
    color: #9e9e9e;
    border-color: transparent; 
    background-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover
{
    color: #fff;
    border-color: #e0e0e0 #e0e0e0 transparent; 
    background-color: #AF6B50;
}
.nav-tabs .dropdown-menu
{
    margin-top: -1px;

    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}

.nav-pills::after
{
    display: table;
    clear: both; 

    content: '';
}

.nav-pills .nav-item
{
    float: left;
}
.nav-pills .nav-item + .nav-item
{
    margin-left: 2px;
}

.nav-pills .nav-link
{
    display: block;

    padding: .715rem 1.429rem;

    border-radius: .215rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover
{
    cursor: default;

    color: #fff;
    background-color: #AF6B50;
}

.nav-stacked .nav-item
{
    display: block;
    float: none;
}
.nav-stacked .nav-item + .nav-item
{
    margin-top: 2px;
    margin-left: 0;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.navbar
{
    position: relative;

    padding: 1.6075rem .9375rem;
}
.navbar::after
{
    display: table;
    clear: both; 

    content: '';
}
@media (min-width: 480px)
{
    .navbar
    {
        border-radius: .215rem;
    }
}

.navbar-full
{
    z-index: 1200;
}
@media (min-width: 480px)
{
    .navbar-full
    {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom
{
    position: fixed;
    z-index: 1500; 
    right: 0;
    left: 0;
}
@media (min-width: 480px)
{
    .navbar-fixed-top,
    .navbar-fixed-bottom
    {
        border-radius: 0;
    }
}

.navbar-fixed-top
{
    top: 0;
}

.navbar-fixed-bottom
{
    bottom: 0;
}

.navbar-sticky-top
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 1500;
    top: 0;

    width: 100%;
}
@media (min-width: 480px)
{
    .navbar-sticky-top
    {
        border-radius: 0;
    }
}

.navbar-brand
{
    font-size: 1.286rem; 

    float: left;

    margin-right: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.navbar-brand:focus,
.navbar-brand:hover
{
    text-decoration: none;
}
.navbar-brand > img
{
    display: block;
}

.navbar-divider
{
    float: left;
    overflow: hidden; 

    width: 1px;
    margin-right: .9375rem;
    margin-left: .9375rem;
    padding-top: .425rem;
    padding-bottom: .425rem;
}
.navbar-divider::before
{
    content: '\00a0';
}

.navbar-toggler
{
    font-size: 1.286rem;
    line-height: 1;

    width: 2.5em;
    height: 2em;
    padding: .5rem .75rem;

    border: 1px solid transparent;
    border-radius: .215rem; 
    background: transparent no-repeat center center;
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
}
.navbar-toggler:focus,
.navbar-toggler:hover
{
    text-decoration: none;
}

.navbar-nav .nav-item
{
    float: left;
}

.navbar-nav .nav-link
{
    display: block;

    padding-top: .425rem;
    padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link
{
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item
{
    margin-left: 1rem;
}

.navbar-light .navbar-brand
{
    color: rgba(0, 0, 0, .8);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover
{
    color: rgba(0, 0, 0, .8);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover
{
    color: rgba(0, 0, 0, .6);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover
{
    color: rgba(0, 0, 0, .8);
}

.navbar-light .navbar-toggler
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.3)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E');
}

.navbar-light .navbar-divider
{
    background-color: rgba(0, 0, 0, .075);
}

.navbar-dark .navbar-brand
{
    color: white;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover
{
    color: white;
}

.navbar-dark .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover
{
    color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover
{
    color: white;
}

.navbar-dark .navbar-toggler
{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E');
}

.navbar-dark .navbar-divider
{
    background-color: rgba(255, 255, 255, .075);
}

.navbar-toggleable-xs::after
{
    display: table;
    clear: both; 

    content: '';
}

@media (max-width: 479px)
{
    .navbar-toggleable-xs .navbar-nav .nav-item
    {
        float: none;

        margin-left: 0;
    }
}

@media (min-width: 480px)
{
    .navbar-toggleable-xs
    {
        display: block !important;
    }
}

.navbar-toggleable-sm::after
{
    display: table;
    clear: both; 

    content: '';
}

@media (max-width: 767px)
{
    .navbar-toggleable-sm .navbar-nav .nav-item
    {
        float: none;

        margin-left: 0;
    }
}

@media (min-width: 768px)
{
    .navbar-toggleable-sm
    {
        display: block !important;
    }
}

.navbar-toggleable-md::after
{
    display: table;
    clear: both; 

    content: '';
}

@media (max-width: 991px)
{
    .navbar-toggleable-md .navbar-nav .nav-item
    {
        float: none;

        margin-left: 0;
    }
}

@media (min-width: 992px)
{
    .navbar-toggleable-md
    {
        display: block !important;
    }
}

.card
{
    position: relative;

    display: block;

    margin-bottom: .858rem;

    border: 1px solid #e0e0e0; 
    border-radius: .215rem;
    background-color: #fff;
}

.card-block
{
    padding: 1.429rem;
}
.card-block::after
{
    display: table;
    clear: both; 

    content: '';
}

.card-title
{
    margin-bottom: .858rem;
}

.card-subtitle
{
    margin-top: -.429rem;
    margin-bottom: 0;
}

.card-text:last-child
{
    margin-bottom: 0;
}

.card-link:hover
{
    text-decoration: none;
}

.card-link + .card-link
{
    margin-left: 1.429rem;
}

.card > .list-group:first-child .list-group-item:first-child
{
    border-top-left-radius: .215rem; 
    border-top-right-radius: .215rem;
}

.card > .list-group:last-child .list-group-item:last-child
{
    border-bottom-right-radius: .215rem;
    border-bottom-left-radius: .215rem;
}

.card-header
{
    margin-bottom: 0;
    padding: .858rem 1.429rem;

    border-bottom: 1px solid #e0e0e0; 
    background-color: #eee;
}
.card-header::after
{
    display: table;
    clear: both; 

    content: '';
}
.card-header:first-child
{
    border-radius: -webkit-calc(.215rem - 1px) -webkit-calc(.215rem - 1px) 0 0;
    border-radius:         calc(.215rem - 1px) calc(.215rem - 1px) 0 0;
}

.card-footer
{
    padding: .858rem 1.429rem;

    border-top: 1px solid #e0e0e0; 
    background-color: #eee;
}
.card-footer::after
{
    display: table;
    clear: both; 

    content: '';
}
.card-footer:last-child
{
    border-radius: 0 0 -webkit-calc(.215rem - 1px) -webkit-calc(.215rem - 1px);
    border-radius: 0 0 calc(.215rem - 1px) calc(.215rem - 1px);
}

.card-header-tabs
{
    margin-right: -.7145rem;
    margin-bottom: -.858rem;
    margin-left: -.7145rem;

    border-bottom: 0;
}

.card-header-pills
{
    margin-right: -.7145rem;
    margin-left: -.7145rem;
}

.card-primary
{
    background-color: #AF6B50;
}
.card-primary.card-bordered,
.card-primary .card-header-bordered,
.card-primary .card-footer-bordered
{
    border-color: #AF6B50;
}

.card-success
{
    background-color: #4caf50;
}
.card-success.card-bordered,
.card-success .card-header-bordered,
.card-success .card-footer-bordered
{
    border-color: #4caf50;
}

.card-info
{
    background-color: #00bcd4;
}
.card-info.card-bordered,
.card-info .card-header-bordered,
.card-info .card-footer-bordered
{
    border-color: #00bcd4;
}

.card-warning
{
    background-color: #ff9800;
}
.card-warning.card-bordered,
.card-warning .card-header-bordered,
.card-warning .card-footer-bordered
{
    border-color: #ff9800;
}

.card-danger
{
    background-color: #f44336;
}
.card-danger.card-bordered,
.card-danger .card-header-bordered,
.card-danger .card-footer-bordered
{
    border-color: #f44336;
}

.card-outline-primary
{
    background-color: #fff;
}
.card-outline-primary.card-bordered,
.card-outline-primary .card-header-bordered,
.card-outline-primary .card-footer-bordered
{
    border-color: #AF6B50;
}

.card-outline-secondary
{
    background-color: #fff;
}
.card-outline-secondary.card-bordered,
.card-outline-secondary .card-header-bordered,
.card-outline-secondary .card-footer-bordered
{
    border-color: #ccc;
}

.card-outline-info
{
    background-color: #fff;
}
.card-outline-info.card-bordered,
.card-outline-info .card-header-bordered,
.card-outline-info .card-footer-bordered
{
    border-color: #00bcd4;
}

.card-outline-success
{
    background-color: #fff;
}
.card-outline-success.card-bordered,
.card-outline-success .card-header-bordered,
.card-outline-success .card-footer-bordered
{
    border-color: #4caf50;
}

.card-outline-warning
{
    background-color: #fff;
}
.card-outline-warning.card-bordered,
.card-outline-warning .card-header-bordered,
.card-outline-warning .card-footer-bordered
{
    border-color: #ff9800;
}

.card-outline-danger
{
    background-color: #fff;
}
.card-outline-danger.card-bordered,
.card-outline-danger .card-header-bordered,
.card-outline-danger .card-footer-bordered
{
    border-color: #f44336;
}

.card-inverse.card-bordered,
.card-inverse .card-header-bordered,
.card-inverse .card-footer-bordered
{
    border-color: rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote
{
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer
{
    color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover
{
    color: #fff;
}

.card-blockquote
{
    margin-bottom: 0;
    padding: 0;

    border-left: 0;
}

.card-img
{
    border-radius: -webkit-calc(.215rem - 1px);
    border-radius:         calc(.215rem - 1px);
}

.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1.429rem;
}

.card-img-top
{
    border-top-left-radius: -webkit-calc(.215rem - 1px);
    border-top-left-radius:         calc(.215rem - 1px); 
    border-top-right-radius: -webkit-calc(.215rem - 1px);
    border-top-right-radius:         calc(.215rem - 1px);
}

.card-img-bottom
{
    border-bottom-right-radius: -webkit-calc(.215rem - 1px);
    border-bottom-right-radius:         calc(.215rem - 1px);
    border-bottom-left-radius: -webkit-calc(.215rem - 1px);
    border-bottom-left-radius:         calc(.215rem - 1px);
}

@media (min-width: 480px)
{
    .card-deck
    {
        display: table;

        width: 100%;
        margin-bottom: .858rem;

        table-layout: fixed;
        border-spacing: 1.43rem 0;
    }
    .card-deck .card
    {
        display: table-cell;

        margin-bottom: 0;

        vertical-align: top;
    }
    .card-deck-wrapper
    {
        margin-right: -1.43rem;
        margin-left: -1.43rem;
    }
}

@media (min-width: 480px)
{
    .card-group
    {
        display: table;

        width: 100%;

        table-layout: fixed;
    }
    .card-group .card
    {
        display: table-cell;

        vertical-align: top;
    }
    .card-group .card + .card
    {
        margin-left: 0;

        border-left: 0;
    }
    .card-group .card:first-child
    {
        border-top-right-radius: 0; 
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top
    {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom
    {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child
    {
        border-top-left-radius: 0; 
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top
    {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom
    {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child)
    {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom
    {
        border-radius: 0;
    }
}

@media (min-width: 480px)
{
    .card-columns
    {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 1.429rem;
           -moz-column-gap: 1.429rem;
                column-gap: 1.429rem;
    }
    .card-columns .card
    {
        display: inline-block;

        width: 100%;
    }
}

.breadcrumb
{
    margin-bottom: 1rem;
    padding: .75rem 1rem;

    list-style: none;

    border-radius: .215rem; 
    background-color: transparent;
}
.breadcrumb::after
{
    display: table;
    clear: both; 

    content: '';
}

.breadcrumb-item
{
    float: left;
}
.breadcrumb-item + .breadcrumb-item::before
{
    display: inline-block;

    padding-right: .5rem;
    padding-left: .5rem;

    content: '/'; 

    color: #bdbdbd;
}
.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before
{
    text-decoration: none;
}
.breadcrumb-item.active
{
    color: #757575;
}

.pagination
{
    display: inline-block;

    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;

    border-radius: .215rem;
}

.page-item
{
    display: inline;
}
.page-item:first-child .page-link
{
    margin-left: 0;

    border-top-left-radius: .215rem; 
    border-bottom-left-radius: .215rem;
}
.page-item:last-child .page-link
{
    border-top-right-radius: .215rem; 
    border-bottom-right-radius: .215rem;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover
{
    z-index: 2;

    cursor: default;

    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover
{
    cursor: not-allowed;
    pointer-events: none;

    color: #bdbdbd;
    border-color: #e0e0e0; 
    background-color: transparent;
}

.page-link
{
    position: relative;

    float: left;

    margin-left: -1px;
    padding: .643rem 1.072rem;

    text-decoration: none;

    color: #757575;
    border: 1px solid #e0e0e0; 
    background-color: transparent;
}
.page-link:focus,
.page-link:hover
{
    color: #AF6B50;
    border-color: #e0e0e0; 
    background-color: #eee;
}

.pagination-lg .page-link
{
    font-size: 1.286rem; 

    padding: .715rem 1.215rem;
}

.pagination-lg .page-item:first-child .page-link
{
    border-top-left-radius: .286rem; 
    border-bottom-left-radius: .286rem;
}

.pagination-lg .page-item:last-child .page-link
{
    border-top-right-radius: .286rem; 
    border-bottom-right-radius: .286rem;
}

.pagination-sm .page-link
{
    font-size: .858rem; 

    padding: .429rem .786rem;
}

.pagination-sm .page-item:first-child .page-link
{
    border-top-left-radius: .143rem; 
    border-bottom-left-radius: .143rem;
}

.pagination-sm .page-item:last-child .page-link
{
    border-top-right-radius: .143rem; 
    border-bottom-right-radius: .143rem;
}

.tag
{
    font-size: 75%;
    font-weight: 300;
    line-height: 1;

    display: inline-block;

    padding: .25em .6em;

    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;

    color: #fff;
    border-radius: .215rem;
}
.tag:empty
{
    display: none;
}

.btn .tag
{
    position: relative;
    top: -1px;
}

a.tag:focus,
a.tag:hover
{
    cursor: pointer; 
    text-decoration: none;

    color: #fff;
}

.tag-pill
{
    padding-right: .6em;
    padding-left: .6em;

    border-radius: 10rem;
}

.tag-default
{
    background-color: #e0e0e0;
}
.tag-default[href]:focus,
.tag-default[href]:hover
{
    background-color: #c7c7c7;
}

.tag-primary
{
    background-color: #AF6B50;
}
.tag-primary[href]:focus,
.tag-primary[href]:hover
{
    background-color: #32408f;
}

.tag-success
{
    background-color: #4caf50;
}
.tag-success[href]:focus,
.tag-success[href]:hover
{
    background-color: #3d8b40;
}

.tag-info
{
    background-color: #00bcd4;
}
.tag-info[href]:focus,
.tag-info[href]:hover
{
    background-color: #008fa1;
}

.tag-warning
{
    background-color: #ff9800;
}
.tag-warning[href]:focus,
.tag-warning[href]:hover
{
    background-color: #cc7a00;
}

.tag-danger
{
    background-color: #f44336;
}
.tag-danger[href]:focus,
.tag-danger[href]:hover
{
    background-color: #ea1c0d;
}

.jumbotron
{
    margin-bottom: 1.429rem;
    padding: 1.429rem .7145rem;

    border-radius: .286rem; 
    background-color: #e0e0e0;
}
@media (min-width: 480px)
{
    .jumbotron
    {
        padding: 2.858rem 1.429rem;
    }
}

.jumbotron-hr
{
    border-top-color: #c7c7c7;
}

.jumbotron-fluid
{
    padding-right: 0;
    padding-left: 0;

    border-radius: 0;
}

.alert
{
    margin-bottom: 1rem;
    padding: 15px;

    border: 1px solid transparent;
    border-radius: .215rem;
}

.alert-heading
{
    color: inherit;
}

.alert-link
{
    font-weight: 500;
}

.alert-dismissible
{
    padding-right: 30px;
}
.alert-dismissible .close
{
    position: relative;
    top: -.125rem;
    right: -15px;

    color: inherit;
}

.alert-success
{
    color: #4caf50; 
    border-color: #c8e6c9;
    background-color: rgba(200, 230, 201, .8);
}
.alert-success .close
{
    color: #4caf50;
}
.alert-success .close:hover,
.alert-success .close:focus
{
    color: #4caf50;
}

.alert-info
{
    color: #00bcd4; 
    border-color: #b2ebf2;
    background-color: rgba(178, 235, 242, .8);
}
.alert-info .close
{
    color: #00bcd4;
}
.alert-info .close:hover,
.alert-info .close:focus
{
    color: #00bcd4;
}

.alert-warning
{
    color: #ff9800; 
    border-color: #ffe0b2;
    background-color: rgba(255, 224, 178, .8);
}
.alert-warning .close
{
    color: #ff9800;
}
.alert-warning .close:hover,
.alert-warning .close:focus
{
    color: #ff9800;
}

.alert-danger
{
    color: #f44336; 
    border-color: #ffcdd2;
    background-color: rgba(255, 205, 210, .8);
}
.alert-danger .close
{
    color: #f44336;
}
.alert-danger .close:hover,
.alert-danger .close:focus
{
    color: #f44336;
}

.media,
.media-body
{
    overflow: hidden;
}

.media-body
{
    width: 10000px;
}

.media-left,
.media-right,
.media-body
{
    display: table-cell;

    vertical-align: top;
}

.media-middle
{
    vertical-align: middle;
}

.media-bottom
{
    vertical-align: bottom;
}

.media-object
{
    display: block;
}
.media-object.img-thumbnail
{
    max-width: none;
}

.media-right
{
    padding-left: 20px;
}

.media-left
{
    padding-right: 20px;
}

.media-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list
{
    padding-left: 0;

    list-style: none;
}

.list-group
{
    margin-bottom: 0; 
    padding-left: 0;
}

.list-group-item
{
    position: relative;

    display: block;

    margin-bottom: -1px;
    padding: .75rem 1.25rem;

    border: 1px solid transparent; 
    background-color: #fff;
}
.list-group-item:first-child
{
    border-top-left-radius: .215rem; 
    border-top-right-radius: .215rem;
}
.list-group-item:last-child
{
    margin-bottom: 0;

    border-bottom-right-radius: .215rem;
    border-bottom-left-radius: .215rem;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover
{
    cursor: not-allowed;

    color: #bdbdbd;
    background-color: transparent;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading
{
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text
{
    color: #bdbdbd;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover
{
    z-index: 2;

    text-decoration: none;

    color: #AF6B50;
    border-color: transparent; 
    background-color: transparent;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small
{
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text
{
    color: #d1d6ef;
}

.list-group-flush .list-group-item
{
    border-radius: 0;
}

.list-group-item-action
{
    width: 100%;

    text-align: inherit; 

    color: #757575;
}
.list-group-item-action .list-group-item-heading
{
    color: #424242;
}
.list-group-item-action:focus,
.list-group-item-action:hover
{
    text-decoration: none;

    color: #757575;
    background-color: #eee;
}

.list-group-item-success
{
    color: #fff;
    background-color: #4caf50;
}

a.list-group-item-success,
button.list-group-item-success
{
    color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover
{
    color: #fff;
    background-color: #449d48;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover
{
    color: #fff;
    border-color: #fff; 
    background-color: #fff;
}

.list-group-item-info
{
    color: #fff;
    background-color: #00bcd4;
}

a.list-group-item-info,
button.list-group-item-info
{
    color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover
{
    color: #fff;
    background-color: #00a5bb;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover
{
    color: #fff;
    border-color: #fff; 
    background-color: #fff;
}

.list-group-item-warning
{
    color: #fff;
    background-color: #ff9800;
}

a.list-group-item-warning,
button.list-group-item-warning
{
    color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover
{
    color: #fff;
    background-color: #e68900;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover
{
    color: #fff;
    border-color: #fff; 
    background-color: #fff;
}

.list-group-item-danger
{
    color: #fff;
    background-color: #f44336;
}

a.list-group-item-danger,
button.list-group-item-danger
{
    color: #fff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover
{
    color: #fff;
    background-color: #f32c1e;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover
{
    color: #fff;
    border-color: #fff; 
    background-color: #fff;
}

.list-group-item-heading
{
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text
{
    line-height: 1.3; 

    margin-bottom: 0;
}

.embed-responsive
{
    position: relative;

    display: block;
    overflow: hidden; 

    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}

.embed-responsive-21by9
{
    padding-bottom: 42.857143%;
}

.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}

.embed-responsive-4by3
{
    padding-bottom: 75%;
}

.embed-responsive-1by1
{
    padding-bottom: 100%;
}

.close
{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;

    float: right;

    opacity: .2; 
    color: #000;
    text-shadow: none;
}
.close:focus,
.close:hover
{
    cursor: pointer;
    text-decoration: none;

    opacity: .5; 
    color: #000;
}

button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.modal-open
{
    overflow: hidden;
}

.modal
{
    position: fixed;
    z-index: 1700;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: 0;
}
.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content
{
    position: relative;

    border: 1px solid transparent;
    border-radius: .286rem;
    outline: 0; 
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
}

.modal-backdrop
{
    position: fixed;
    z-index: 1600;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.in
{
    opacity: .5;
}

.modal-header
{
    padding: 15px 20px;

    border-bottom: 1px solid #e0e0e0;
}
.modal-header::after
{
    display: table;
    clear: both; 

    content: '';
}

.modal-header .close
{
    margin-top: -2px;
}

.modal-title
{
    line-height: 1.5; 

    margin: 0;
}

.modal-body
{
    position: relative;

    padding: 20px;
}

.modal-footer
{
    padding: 20px;

    text-align: right;

    border-top: 1px solid #e0e0e0;
}
.modal-footer::after
{
    display: table;
    clear: both; 

    content: '';
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;

    overflow: scroll; 

    width: 50px;
    height: 50px;
}

@media (min-width: 480px)
{
    .modal-dialog
    {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm
    {
        max-width: 300px;
    }
}

@media (min-width: 992px)
{
    .modal-lg
    {
        max-width: 900px;
    }
}

.tooltip
{
    font-family: 'Roboto', sans-serif;
    font-size: .858rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1900;

    display: block;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    opacity: 0; 
    text-shadow: none;

    line-break: auto;
}
.tooltip.in
{
    opacity: .9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom
{
    margin-top: -3px; 
    padding: 4px 0;
}
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow
{
    bottom: 0;
    left: 50%;

    margin-left: -4px;

    border-width: 4px 4px 0;
    border-top-color: rgba(0, 0, 0, .8);
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left
{
    margin-left: 3px; 
    padding: 0 4px;
}
.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow
{
    top: 50%;
    left: 0;

    margin-top: -4px;

    border-width: 4px 4px 4px 0;
    border-right-color: rgba(0, 0, 0, .8);
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top
{
    margin-top: 3px; 
    padding: 4px 0;
}
.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow
{
    top: 0;
    left: 50%;

    margin-left: -4px;

    border-width: 0 4px 4px;
    border-bottom-color: rgba(0, 0, 0, .8);
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right
{
    margin-left: -3px; 
    padding: 0 4px;
}
.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow
{
    top: 50%;
    right: 0;

    margin-top: -4px;

    border-width: 4px 0 4px 4px;
    border-left-color: rgba(0, 0, 0, .8);
}

.tooltip-inner
{
    max-width: 200px;
    padding: 6px 12px;

    text-align: center;

    color: #fff;
    border-radius: .215rem; 
    background-color: rgba(0, 0, 0, .8);
}

.tooltip-arrow
{
    position: absolute;

    width: 0;
    height: 0;

    border-style: solid; 
    border-color: transparent;
}

.popover
{
    font-family: 'Roboto', sans-serif;
    font-size: .858rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;

    position: absolute;
    z-index: 1800;
    top: 0;
    left: 0;

    display: block;

    max-width: 276px;
    padding: 1px;

    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;

    border: 1px solid rgba(189, 189, 189, .8);
    border-radius: .286rem; 
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    text-shadow: none;

    line-break: auto;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom
{
    margin-top: -8px;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow
{
    bottom: -9px;
    left: 50%;

    margin-left: -9px;

    border-top-color: rgba(189, 189, 189, .85);
    border-bottom-width: 0;
}
.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after
{
    bottom: 1px;

    margin-left: -8px;

    content: '';

    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left
{
    margin-left: 8px;
}
.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow
{
    top: 50%;
    left: -9px;

    margin-top: -9px;

    border-right-color: rgba(189, 189, 189, .85);
    border-left-width: 0;
}
.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after
{
    bottom: -8px;
    left: 1px;

    content: '';

    border-right-color: #fff;
    border-left-width: 0;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top
{
    margin-top: 8px;
}
.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow
{
    top: -9px;
    left: 50%;

    margin-left: -9px;

    border-top-width: 0;
    border-bottom-color: rgba(189, 189, 189, .85);
}
.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after
{
    top: 1px;

    margin-left: -8px;

    content: '';

    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right
{
    margin-left: -8px;
}
.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow
{
    top: 50%;
    right: -9px;

    margin-top: -9px;

    border-right-width: 0;
    border-left-color: rgba(189, 189, 189, .85);
}
.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after
{
    right: 1px;
    bottom: -8px;

    content: '';

    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title
{
    font-size: 1rem;

    margin: 0;
    padding: 8px 14px;

    border-bottom: 1px solid #e1e1e1;
    border-radius: .214571rem .214571rem 0 0; 
    background-color: #eee;
}
.popover-title:empty
{
    display: none;
}

.popover-content
{
    padding: 20px 20px;
}

.popover-arrow,
.popover-arrow::after
{
    position: absolute;

    display: block;

    width: 0;
    height: 0;

    border-style: solid; 
    border-color: transparent;
}

.popover-arrow
{
    border-width: 9px;
}

.popover-arrow::after
{
    content: '';

    border-width: 8px;
}

.carousel
{
    position: relative;
}

.carousel-inner
{
    position: relative;

    overflow: hidden; 

    width: 100%;
}
.carousel-inner > .carousel-item
{
    position: relative;

    display: none;

    -webkit-transition: .6s ease-in-out left;
         -o-transition: .6s ease-in-out left;
            transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img
{
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d)
{
    .carousel-inner > .carousel-item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
             -o-transition:      -o-transform .6s ease-in-out;
                transition:         transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right
    {
        left: 0;

        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left
    {
        left: 0;

        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active
    {
        left: 0;

        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev
{
    display: block;
}
.carousel-inner > .active
{
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev
{
    position: absolute;
    top: 0;

    width: 100%;
}
.carousel-inner > .next
{
    left: 100%;
}
.carousel-inner > .prev
{
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right
{
    left: 0;
}
.carousel-inner > .active.left
{
    left: -100%;
}
.carousel-inner > .active.right
{
    left: 100%;
}

.carousel-control
{
    font-size: 16px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 15%;

    text-align: center;

    opacity: 0; 
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left
{
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right
{
    right: 0;
    left: auto;

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover
{
    text-decoration: none;

    opacity: .9; 
    color: #fff;
    outline: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next
{
    font-family: serif;
    line-height: 1; 

    position: absolute;
    z-index: 5;
    top: 50%;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.carousel-control .icon-prev
{
    left: 50%;

    margin-left: -10px;
}
.carousel-control .icon-next
{
    right: 50%;

    margin-right: -10px;
}
.carousel-control .icon-prev::before
{
    content: '\2039';
}
.carousel-control .icon-next::before
{
    content: '\203a';
}

.carousel-indicators
{
    position: absolute;
    z-index: 15;
    bottom: 10px;
    left: 50%;

    width: 60%;
    margin-left: -30%;
    padding-left: 0;

    list-style: none; 

    text-align: center;
}
.carousel-indicators li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 1px;

    cursor: pointer;
    text-indent: -999px;

    border: 1px solid #fff;
    border-radius: 10px; 
    background-color: transparent;
}
.carousel-indicators .active
{
    width: 12px;
    height: 12px;
    margin: 0;

    background-color: #fff;
}

.carousel-caption
{
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;

    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;

    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn
{
    text-shadow: none;
}

@media (min-width: 480px)
{
    .carousel-control .icon-prev,
    .carousel-control .icon-next
    {
        font-size: 30px; 

        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .carousel-control .icon-prev
    {
        margin-left: -15px;
    }
    .carousel-control .icon-next
    {
        margin-right: -15px;
    }
    .carousel-caption
    {
        right: 20%;
        left: 20%;

        padding-bottom: 30px;
    }
    .carousel-indicators
    {
        bottom: 20px;
    }
}

.bg-faded
{
    background-color: #eee;
}

.bg-primary
{
    color: #fff !important;
    background-color: #AF6B50 !important;
}

a.bg-primary:focus,
a.bg-primary:hover
{
    background-color: #32408f !important;
}

.bg-success
{
    color: #fff !important;
    background-color: #4caf50 !important;
}

a.bg-success:focus,
a.bg-success:hover
{
    background-color: #3d8b40 !important;
}

.bg-info
{
    color: #fff !important;
    background-color: #00bcd4 !important;
}

a.bg-info:focus,
a.bg-info:hover
{
    background-color: #008fa1 !important;
}

.bg-warning
{
    color: #fff !important;
    background-color: #ff9800 !important;
}

a.bg-warning:focus,
a.bg-warning:hover
{
    background-color: #cc7a00 !important;
}

.bg-danger
{
    color: #fff !important;
    background-color: #f44336 !important;
}

a.bg-danger:focus,
a.bg-danger:hover
{
    background-color: #ea1c0d !important;
}

.bg-inverse
{
    color: #fff !important;
    background-color: #757575 !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover
{
    background-color: #5c5c5c !important;
}

.clearfix::after
{
    display: table;
    clear: both; 

    content: '';
}

.d-block
{
    display: block !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-inline
{
    display: inline !important;
}

.pull-xs-left
{
    float: left !important;
}

.pull-xs-right
{
    float: right !important;
}

.pull-xs-none
{
    float: none !important;
}

@media (min-width: 480px)
{
    .pull-sm-left
    {
        float: left !important;
    }
    .pull-sm-right
    {
        float: right !important;
    }
    .pull-sm-none
    {
        float: none !important;
    }
}

@media (min-width: 768px)
{
    .pull-md-left
    {
        float: left !important;
    }
    .pull-md-right
    {
        float: right !important;
    }
    .pull-md-none
    {
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .pull-lg-left
    {
        float: left !important;
    }
    .pull-lg-right
    {
        float: right !important;
    }
    .pull-lg-none
    {
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .pull-xl-left
    {
        float: left !important;
    }
    .pull-xl-right
    {
        float: right !important;
    }
    .pull-xl-none
    {
        float: none !important;
    }
}

@media (min-width: 1600px)
{
    .pull-xxl-left
    {
        float: left !important;
    }
    .pull-xxl-right
    {
        float: right !important;
    }
    .pull-xxl-none
    {
        float: none !important;
    }
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto; 

    width: auto;
    height: auto;
    margin: 0;
}

.w-100
{
    width: 100% !important;
}

.m-x-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0
{
    margin: 0 0 !important;
}

.m-t-0
{
    margin-top: 0 !important;
}

.m-r-0
{
    margin-right: 0 !important;
}

.m-b-0
{
    margin-bottom: 0 !important;
}

.m-l-0
{
    margin-left: 0 !important;
}

.m-x-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1
{
    margin: 1rem 1rem !important;
}

.m-t-1
{
    margin-top: 1rem !important;
}

.m-r-1
{
    margin-right: 1rem !important;
}

.m-b-1
{
    margin-bottom: 1rem !important;
}

.m-l-1
{
    margin-left: 1rem !important;
}

.m-x-1
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2
{
    margin: 1.5rem 1.5rem !important;
}

.m-t-2
{
    margin-top: 1.5rem !important;
}

.m-r-2
{
    margin-right: 1.5rem !important;
}

.m-b-2
{
    margin-bottom: 1.5rem !important;
}

.m-l-2
{
    margin-left: 1.5rem !important;
}

.m-x-2
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3
{
    margin: 3rem 3rem !important;
}

.m-t-3
{
    margin-top: 3rem !important;
}

.m-r-3
{
    margin-right: 3rem !important;
}

.m-b-3
{
    margin-bottom: 3rem !important;
}

.m-l-3
{
    margin-left: 3rem !important;
}

.m-x-3
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0
{
    padding: 0 0 !important;
}

.p-t-0
{
    padding-top: 0 !important;
}

.p-r-0
{
    padding-right: 0 !important;
}

.p-b-0
{
    padding-bottom: 0 !important;
}

.p-l-0
{
    padding-left: 0 !important;
}

.p-x-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1
{
    padding: 1rem 1rem !important;
}

.p-t-1
{
    padding-top: 1rem !important;
}

.p-r-1
{
    padding-right: 1rem !important;
}

.p-b-1
{
    padding-bottom: 1rem !important;
}

.p-l-1
{
    padding-left: 1rem !important;
}

.p-x-1
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2
{
    padding: 1.5rem 1.5rem !important;
}

.p-t-2
{
    padding-top: 1.5rem !important;
}

.p-r-2
{
    padding-right: 1.5rem !important;
}

.p-b-2
{
    padding-bottom: 1.5rem !important;
}

.p-l-2
{
    padding-left: 1.5rem !important;
}

.p-x-2
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3
{
    padding: 3rem 3rem !important;
}

.p-t-3
{
    padding-top: 3rem !important;
}

.p-r-3
{
    padding-right: 3rem !important;
}

.p-b-3
{
    padding-bottom: 3rem !important;
}

.p-l-3
{
    padding-left: 3rem !important;
}

.p-x-3
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t
{
    position: fixed;
    z-index: 1500; 
    top: 0;
    right: 0;
    left: 0;
}

.text-justify
{
    text-align: justify !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.text-xs-left
{
    text-align: left !important;
}

.text-xs-right
{
    text-align: right !important;
}

.text-xs-center
{
    text-align: center !important;
}

@media (min-width: 480px)
{
    .text-sm-left
    {
        text-align: left !important;
    }
    .text-sm-right
    {
        text-align: right !important;
    }
    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }
    .text-md-right
    {
        text-align: right !important;
    }
    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 992px)
{
    .text-lg-left
    {
        text-align: left !important;
    }
    .text-lg-right
    {
        text-align: right !important;
    }
    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left !important;
    }
    .text-xl-right
    {
        text-align: right !important;
    }
    .text-xl-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1600px)
{
    .text-xxl-left
    {
        text-align: left !important;
    }
    .text-xxl-right
    {
        text-align: right !important;
    }
    .text-xxl-center
    {
        text-align: center !important;
    }
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-normal
{
    font-weight: normal;
}

.font-weight-bold
{
    font-weight: bold;
}

.font-italic
{
    font-style: italic;
}

.text-muted
{
    color: #616161 !important;
}

a.text-muted:focus,
a.text-muted:hover
{
    color: #484848 !important;
}

.text-primary
{
    color: #AF6B50 !important;
}

a.text-primary:focus,
a.text-primary:hover
{
    color: #32408f !important;
}

.text-success
{
    color: #4caf50 !important;
}

a.text-success:focus,
a.text-success:hover
{
    color: #3d8b40 !important;
}

.text-info
{
    color: #00bcd4 !important;
}

a.text-info:focus,
a.text-info:hover
{
    color: #008fa1 !important;
}

.text-warning
{
    color: #ff9800 !important;
}

a.text-warning:focus,
a.text-warning:hover
{
    color: #cc7a00 !important;
}

.text-danger
{
    color: #f44336 !important;
}

a.text-danger:focus,
a.text-danger:hover
{
    color: #ea1c0d !important;
}

.text-gray-dark
{
    color: #757575 !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover
{
    color: #5c5c5c !important;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0; 
    background-color: transparent;
    text-shadow: none;
}

.invisible
{
    visibility: hidden !important;
}

.hidden-xs-up
{
    display: none !important;
}

@media (max-width: 479px)
{
    .hidden-xs-down
    {
        display: none !important;
    }
}

@media (min-width: 480px)
{
    .hidden-sm-up
    {
        display: none !important;
    }
}

@media (max-width: 767px)
{
    .hidden-sm-down
    {
        display: none !important;
    }
}

@media (min-width: 768px)
{
    .hidden-md-up
    {
        display: none !important;
    }
}

@media (max-width: 991px)
{
    .hidden-md-down
    {
        display: none !important;
    }
}

@media (min-width: 992px)
{
    .hidden-lg-up
    {
        display: none !important;
    }
}

@media (max-width: 1199px)
{
    .hidden-lg-down
    {
        display: none !important;
    }
}

@media (min-width: 1200px)
{
    .hidden-xl-up
    {
        display: none !important;
    }
}

@media (max-width: 1599px)
{
    .hidden-xl-down
    {
        display: none !important;
    }
}

@media (min-width: 1600px)
{
    .hidden-xxl-up
    {
        display: none !important;
    }
}

.hidden-xxl-down
{
    display: none !important;
}

.visible-print-block
{
    display: none !important;
}
@media print
{
    .visible-print-block
    {
        display: block !important;
    }
}

.visible-print-inline
{
    display: none !important;
}
@media print
{
    .visible-print-inline
    {
        display: inline !important;
    }
}

.visible-print-inline-block
{
    display: none !important;
}
@media print
{
    .visible-print-inline-block
    {
        display: inline-block !important;
    }
}

@media print
{
    .hidden-print
    {
        display: none !important;
    }
}

@charset 'UTF-8';
button
{
    color: inherit;
}

a.text-body
{
    color: #757575;
}
a.text-body,
a.text-body:hover,
a.text-body:focus
{
    text-decoration: none;
}

a.text-action
{
    color: #9e9e9e;
}
a.text-action,
a.text-action:hover,
a.text-action:focus
{
    text-decoration: none;
}
a.text-action:hover,
a.text-action:focus
{
    color: #bdbdbd;
}
a.text-action .icon + span
{
    margin-left: 3px;
}

a.text-like
{
    color: #9e9e9e !important;
}
a.text-like,
a.text-like:hover,
a.text-like:focus
{
    text-decoration: none;
}
a.text-like.active,
a.text-like:hover,
a.text-like:focus
{
    color: #e53935 !important;
}

.text-action + .text-action
{
    margin-left: 6px;
}

b,
strong
{
    font-weight: inherit;
}

b,
strong
{
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
}
h1 .icon:first-child,
h2 .icon:first-child,
h3 .icon:first-child,
h4 .icon:first-child,
h5 .icon:first-child,
h6 .icon:first-child,
.h1 .icon:first-child,
.h2 .icon:first-child,
.h3 .icon:first-child,
.h4 .icon:first-child,
.h5 .icon:first-child,
.h6 .icon:first-child
{
    margin-right: .5em;
}

h1,
h2,
h3,
.h1,
.h2,
.h3
{
    margin-top: 22px;
    margin-bottom: 11px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6
{
    margin-top: 11px;
    margin-bottom: 11px;
}

mark,
.mark
{
    color: #fff;
    border-radius: .143rem;
}

.drop-cap
{
    font-family: Georgia;
    font-size: 60px;
    line-height: 50px;

    float: left;

    margin-right: 5px;
    padding: 5px;

    color: #212121;
}
.drop-cap-reversed
{
    color: #fff;
    background-color: #212121;
}

.list-icons
{
    margin-left: 0;
    padding-left: 10px;

    list-style: none;
}
.list-icons > li
{
    margin-top: 6px;
}
.list-icons > li:first-child
{
    margin-top: 0;
}
.list-icons > li i
{
    float: left;

    width: 1em;
    margin: 0 6px 0 0;
}

.blockquote
{
    font-size: 20px;

    padding: 10.5px 21px;

    color: #616161;
    border-left: 2px solid #e0e0e0;
}
.blockquote p:last-child
{
    margin: 0;
}
.blockquote-success
{
    border-color: #4caf50; 
    background-color: rgba(76, 175, 80, .1);
}
.blockquote-info
{
    border-color: #00bcd4; 
    background-color: rgba(0, 188, 212, .1);
}
.blockquote-warning
{
    border-color: #ff9800; 
    background-color: rgba(255, 152, 0, .1);
}
.blockquote-danger
{
    border-color: #f44336; 
    background-color: rgba(244, 67, 54, .1);
}

.blockquote-reverse
{
    border-right-width: 2px;
    border-left: none;
}

.custom-blockquote
{
    padding: 15px 20px;

    border-left-width: 4px;
    border-radius: .215rem;
}
.custom-blockquote.blockquote-reverse
{
    border-right-width: 4px;
}

.img-bordered
{
    padding: 3px;

    border: 1px solid #e0e0e0;
}

.img-bordered-primary
{
    border-color: #AF6B50 !important;
}

.img-bordered-purple
{
    border-color: #8e24aa !important;
}

.img-bordered-red
{
    border-color: #e53935 !important;
}

.img-bordered-green
{
    border-color: #66bb6a !important;
}

.img-bordered-orange
{
    border-color: #fb8c00 !important;
}

code
{
    border: 1px solid #EFD6C4;
}

pre
{
    padding: 10px;

    color: inherit;
    border: 1px solid #FFF2E8;
    border-radius: .215rem;
}

.container
{
    max-width: 100%;
}

@media (min-width: 1600px)
{
    .container
    {
        width: 1310px;
    }
}

.row.no-space
{
    margin-right: 0;
    margin-left: 0;
}
.row.no-space > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.row-lg
{
    margin-right: -1.5625rem; 
    margin-left: -1.5625rem;
}

.row-lg > .col-xs-1,
.row-lg > .col-xs-2,
.row-lg > .col-xs-3,
.row-lg > .col-xs-4,
.row-lg > .col-xs-5,
.row-lg > .col-xs-6,
.row-lg > .col-xs-7,
.row-lg > .col-xs-8,
.row-lg > .col-xs-9,
.row-lg > .col-xs-10,
.row-lg > .col-xs-11,
.row-lg > .col-xs-12,
.row-lg > .col-sm-1,
.row-lg > .col-sm-2,
.row-lg > .col-sm-3,
.row-lg > .col-sm-4,
.row-lg > .col-sm-5,
.row-lg > .col-sm-6,
.row-lg > .col-sm-7,
.row-lg > .col-sm-8,
.row-lg > .col-sm-9,
.row-lg > .col-sm-10,
.row-lg > .col-sm-11,
.row-lg > .col-sm-12,
.row-lg > .col-md-1,
.row-lg > .col-md-2,
.row-lg > .col-md-3,
.row-lg > .col-md-4,
.row-lg > .col-md-5,
.row-lg > .col-md-6,
.row-lg > .col-md-7,
.row-lg > .col-md-8,
.row-lg > .col-md-9,
.row-lg > .col-md-10,
.row-lg > .col-md-11,
.row-lg > .col-md-12,
.row-lg > .col-lg-1,
.row-lg > .col-lg-2,
.row-lg > .col-lg-3,
.row-lg > .col-lg-4,
.row-lg > .col-lg-5,
.row-lg > .col-lg-6,
.row-lg > .col-lg-7,
.row-lg > .col-lg-8,
.row-lg > .col-lg-9,
.row-lg > .col-lg-10,
.row-lg > .col-lg-11,
.row-lg > .col-lg-12,
.row-lg > .col-xl-1,
.row-lg > .col-xl-2,
.row-lg > .col-xl-3,
.row-lg > .col-xl-4,
.row-lg > .col-xl-5,
.row-lg > .col-xl-6,
.row-lg > .col-xl-7,
.row-lg > .col-xl-8,
.row-lg > .col-xl-9,
.row-lg > .col-xl-10,
.row-lg > .col-xl-11,
.row-lg > .col-xl-12,
.row-lg > .col-xxl-1,
.row-lg > .col-xxl-2,
.row-lg > .col-xxl-3,
.row-lg > .col-xxl-4,
.row-lg > .col-xxl-5,
.row-lg > .col-xxl-6,
.row-lg > .col-xxl-7,
.row-lg > .col-xxl-8,
.row-lg > .col-xxl-9,
.row-lg > .col-xxl-10,
.row-lg > .col-xxl-11,
.row-lg > .col-xxl-12
{
    padding-right: 1.5625rem; 
    padding-left: 1.5625rem;
}

.table
{
    color: #757575;
}
.table th
{
    font-weight: 400;
}
.table thead th,
.table tfoot th
{
    font-weight: 400;

    color: #616161;
    border-bottom-width: 1px;
}
.table tbody + tbody
{
    border-top-width: 1px;
}
.table a
{
    text-decoration: underline;
}
.table th > .checkbox-custom:only-child,
.table td > .checkbox-custom:only-child
{
    margin-top: 0;
    margin-bottom: 0;

    text-align: center;
}
.table thead:first-child th
{
    border-top: none;
}
.table .cell-30
{
    width: 30px;
}
.table .cell-40
{
    width: 40px;
}
.table .cell-50
{
    width: 50px;
}
.table .cell-60
{
    width: 60px;
}
.table .cell-80
{
    width: 80px;
}
.table .cell-100
{
    width: 100px;
}
.table .cell-120
{
    width: 120px;
}
.table .cell-130
{
    width: 130px;
}
.table .cell-150
{
    width: 150px;
}
.table .cell-180
{
    width: 180px;
}
.table .cell-200
{
    width: 200px;
}
.table .cell-250
{
    width: 250px;
}
.table .cell-300
{
    width: 300px;
}

.table-active,
.table-active > th,
.table-active > td
{
    color: inherit;
    background-color: #eee;
}

.table-active a
{
    color: inherit;
}

.table-hover .table-active:hover
{
    background-color: #e1e1e1;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    color: inherit;
    background-color: #e1e1e1;
}

.table-success,
.table-success > th,
.table-success > td
{
    color: #fff;
    background-color: #4caf50;
}

.table-success a
{
    color: #fff;
}

.table-hover .table-success:hover
{
    background-color: #449d48;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    color: #fff;
    background-color: #449d48;
}

.table-info,
.table-info > th,
.table-info > td
{
    color: #fff;
    background-color: #00bcd4;
}

.table-info a
{
    color: #fff;
}

.table-hover .table-info:hover
{
    background-color: #00a5bb;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    color: #fff;
    background-color: #00a5bb;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    color: #fff;
    background-color: #ff9800;
}

.table-warning a
{
    color: #fff;
}

.table-hover .table-warning:hover
{
    background-color: #e68900;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    color: #fff;
    background-color: #e68900;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    color: #fff;
    background-color: #f44336;
}

.table-danger a
{
    color: #fff;
}

.table-hover .table-danger:hover
{
    background-color: #f32c1e;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    color: #fff;
    background-color: #f32c1e;
}

.table .thead-default th
{
    color: inherit;
    background-color: #eee;
}

.table .thead-primary th
{
    color: #fff;
    background-color: #AF6B50;
}

.table .thead-success th
{
    color: #fff;
    background-color: #4caf50;
}

.table .thead-info th
{
    color: #fff;
    background-color: #00bcd4;
}

.table .thead-warning th
{
    color: #fff;
    background-color: #ff9800;
}

.table .thead-danger th
{
    color: #fff;
    background-color: #f44336;
}

.table .thead-dark th
{
    color: #fff;
    background-color: #616161;
}

.table .thead-gray th
{
    color: #616161;
    background-color: #bdbdbd;
}

.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 1px;
}

.table-section + tbody
{
    display: none;
}

.table-section-arrow
{
    font-family: 'Material Design Iconic';
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    font-style: normal;

    position: relative;
    position: relative;
    position: relative;

    display: inline-block;
    display: inline-block;

    -webkit-transition: -webkit-transform .15s;
         -o-transition:      -o-transform .15s;
            transition:         transform .15s;
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
            transform: translate(0, 0); 
    text-align: center;

    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.table-section-arrow:before
{
    content: '';
}

.table-section.active tr
{
    background-color: #eee;
}

.table-section.active + tbody
{
    display: table-row-group;
}

.table-section.active .table-section-arrow
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

table col[class*='col-']
{
    position: static;

    display: table-column; 
    float: none;
}

.form-control
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    height: 2.501rem;

    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
         -o-transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
            transition:         box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;

    border-color: #e0e0e0;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
}

select.form-control
{
    padding-right: 30px; 

    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==) no-repeat center right;
}

select[multiple].form-control
{
    padding-right: .929rem; 

    background: #fff;
}

.form-control.focus,
.form-control:focus
{
    outline: 0;
}

textarea.form-control,
select[multiple],
select[size]
{
    height: auto;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn
{
    height: 2.288rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn
{
    height: 3.573667rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 3.573667rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple])
{
    height: 2.288rem;
}

.form-group .form-control-label
{
    padding: .429rem 0;
}
.form-group .form-control-label-lg
{
    font-size: 1.286rem; 

    padding: .858rem 0;
}
.form-group .form-control-label-sm
{
    font-size: .858rem; 

    padding: .429rem 0;
}

.has-success .form-control-label
{
    color: #4caf50;
}

.has-success .form-control-feedback
{
    color: #4caf50;
}

.has-success .form-control
{
    border-color: #4caf50; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.has-warning .form-control-label
{
    color: #ff9800;
}

.has-warning .form-control-feedback
{
    color: #ff9800;
}

.has-warning .form-control
{
    border-color: #ff9800; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.has-danger .form-control-label
{
    color: #f44336;
}

.has-danger .form-control-feedback
{
    color: #f44336;
}

.has-danger .form-control
{
    border-color: #f44336; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.form-group
{
    margin-bottom: 1.429rem;
}
.form-group.has-feedback.no-label .form-control-feedback
{
    top: 0;
}
.form-group.has-feedback.left-feedback .form-control-feedback
{
    right: auto;
    left: 0;
}
.form-group.has-feedback.left-feedback .form-control
{
    padding-right: 13px;
    padding-left: 50px;
}

.form-control.square
{
    border-radius: 0;
}

.form-control.round
{
    border-radius: 200px;
}

textarea.form-control.no-resize
{
    resize: none;
}

.input-group-file input[type='text']
{
    background-color: #fff;
}

.input-group-file .btn-file
{
    line-height: inherit; 

    position: relative;

    overflow: hidden;
}
.input-group-file .btn-file.btn-outline
{
    border: 1px solid #e0e0e0;
    border-left: none;
}
.input-group-file .btn-file.btn-outline:hover
{
    border-left: none;
}
.input-group-file .btn-file .icon
{
    line-height: inherit;

    margin: 0 3px;
}
.input-group-file .btn-file input[type='file']
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    min-width: 100%;
    min-height: 100%;

    cursor: pointer;
    text-align: 0;

    opacity: 0;
}

.text-help
{
    display: block;

    margin-top: 7px;
    margin-bottom: 8px; 

    color: #b5b5b5;
}
.text-help .icon
{
    margin: 0 5px;
}

.input-search-close
{
    opacity: .2; 
    color: #000;
    text-shadow: none;
}
.input-search-close.icon
{
    font-size: inherit; 
    line-height: inherit;
}
.input-search-close:hover,
.input-search-close:focus
{
    cursor: pointer;
    text-decoration: none;

    opacity: .5; 
    color: #000;
}

button.input-search-close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.input-search
{
    position: relative;
}
.input-search .form-control
{
    border-radius: 200px;
}
.input-search .input-search-icon,
.input-search .input-search-close
{
    position: absolute;
    z-index: 1;
    top: 50%;

    width: 2.501rem; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.input-search .input-search-close
{
    right: 8px;
}
.input-search .input-search-icon + .form-control
{
    padding-left: 3.037rem;
}
.input-search .input-search-icon
{
    font-size: 16px;

    left: 8px;

    text-align: center;
    pointer-events: none; 

    color: #9e9e9e;
}

.input-search-btn + .form-control
{
    padding-right: 50px;
}

.input-search-btn
{
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;
    padding: 0 10px;

    border: none;
    border-radius: 0 200px 200px 0; 
    background: transparent;
}
.input-search-btn .icon
{
    margin: 0 3px;
}

.input-search-dark .input-search-icon
{
    color: #757575;
}

.input-search-dark .form-control
{
    background: #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.input-search-dark .form-control:focus
{
    background-color: #fff;
}

.form-inline .form-group
{
    margin-right: 20px;
}
.form-inline .form-group:last-child
{
    margin-right: 0;
}

.form-inline .form-control-label
{
    margin-right: 5px;
}

@media (max-width: 767px)
{
    .form-inline .form-group
    {
        margin-right: 0;
    }
}

.form-horizontal .form-control-label
{
    font-size: 1rem; 

    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px)
{
    .form-horizontal .form-control-label
    {
        margin-bottom: 0;
        padding-top: 7px; 

        text-align: right;
    }
    .form-horizontal .form-control-lg,
    .form-horizontal .input-group-lg > .form-control,
    .form-horizontal
    .input-group-lg > .input-group-addon,
    .form-horizontal
    .input-group-lg > .input-group-btn > .btn
    {
        font-size: 18px; 

        padding-top: 11px;
    }
    .form-horizontal .form-control-sm,
    .form-horizontal .input-group-sm > .form-control,
    .form-horizontal
    .input-group-sm > .input-group-addon,
    .form-horizontal
    .input-group-sm > .input-group-btn > .btn
    {
        font-size: 12px; 

        padding-top: 7px;
    }
}

input::-ms-clear
{
    display: none;

    width: 0;
    height: 0;
}

/*$btn-floating-xs-padding:                10px !default;*/
/*$btn-floating-sm-padding:                13px !default;*/
/*$btn-floating-lg-padding:                15px !default;*/
.btn
{
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
         -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
            transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; 

    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);

    -webkit-font-smoothing: subpixel-antialiased;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus
{
    outline: 0;
}
.btn:active,
.btn.active
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn .icon
{
    line-height: inherit;

    width: 1em;
    margin: -1px 3px 0; 

    text-align: center;
}

.btn-link
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-block
{
    white-space: normal;
}

.btn-xs,
.btn-group-xs > .btn
{
    font-size: .858rem;

    padding: .072rem .358rem;

    border-radius: .143rem;
}

.btn-squared
{
    border-radius: 0;
}

.btn-round
{
    border-radius: 1000px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus
{
    border-color: #BF8469; 
    background-color: #BF8469;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle
{
    border-color: #964C34; 
    background-color: #964C34;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus
{
    border-color: #964C34; 
    background-color: #964C34;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active
{
    color: #fff;
    border-color: #BF8469; 
    background-color: #BF8469;
}

.btn-primary .tag-pill
{
    color: #AF6B50;
    background-color: #fff;
}

.btn-primary.btn-up:before
{
    border-bottom-color: #AF6B50;
}

.btn-primary.btn-up:focus:before,
.btn-primary.btn-up:hover:before
{
    border-bottom-color: #BF8469;
}

.btn-primary.btn-up.active:before,
.btn-primary.btn-up:active:before,
.open > .btn-primary.btn-up.dropdown-toggle:before
{
    border-bottom-color: #964C34;
}

.btn-primary.btn-right:before
{
    border-left-color: #AF6B50;
}

.btn-primary.btn-right:focus:before,
.btn-primary.btn-right:hover:before
{
    border-left-color: #BF8469;
}

.btn-primary.btn-right.active:before,
.btn-primary.btn-right:active:before,
.open > .btn-primary.btn-right.dropdown-toggle:before
{
    border-left-color: #964C34;
}

.btn-primary.btn-bottom:before
{
    border-top-color: #AF6B50;
}

.btn-primary.btn-bottom:focus:before,
.btn-primary.btn-bottom:hover:before
{
    border-top-color: #BF8469;
}

.btn-primary.btn-bottom.active:before,
.btn-primary.btn-bottom:active:before,
.open > .btn-primary.btn-bottom.dropdown-toggle:before
{
    border-top-color: #964C34;
}

.btn-primary.btn-left:before
{
    border-right-color: #AF6B50;
}

.btn-primary.btn-left:focus:before,
.btn-primary.btn-left:hover:before
{
    border-right-color: #BF8469;
}

.btn-primary.btn-left.active:before,
.btn-primary.btn-left:active:before,
.open > .btn-primary.btn-left.dropdown-toggle:before
{
    border-right-color: #964C34;
}

.btn-primary.btn-flat
{
    color: #AF6B50;
}
.btn-primary.btn-flat:hover,
.btn-primary.btn-flat:focus,
.btn-primary.btn-flat.focus
{
    color: #fff;
}
.btn-primary.btn-flat:active,
.btn-primary.btn-flat.active,
.open > .btn-primary.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-primary.btn-flat:active:hover,
.btn-primary.btn-flat:active:focus,
.btn-primary.btn-flat:active.focus,
.btn-primary.btn-flat.active:hover,
.btn-primary.btn-flat.active:focus,
.btn-primary.btn-flat.active.focus,
.open > .btn-primary.btn-flat.dropdown-toggle:hover,
.open > .btn-primary.btn-flat.dropdown-toggle:focus,
.open > .btn-primary.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus
{
    border-color: #66bb6a; 
    background-color: #66bb6a;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle
{
    border-color: #43a047; 
    background-color: #43a047;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus
{
    border-color: #43a047; 
    background-color: #43a047;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active
{
    color: #fff;
    border-color: #66bb6a; 
    background-color: #66bb6a;
}

.btn-success .tag-pill
{
    color: #4caf50;
    background-color: #fff;
}

.btn-success.btn-up:before
{
    border-bottom-color: #4caf50;
}

.btn-success.btn-up:focus:before,
.btn-success.btn-up:hover:before
{
    border-bottom-color: #66bb6a;
}

.btn-success.btn-up.active:before,
.btn-success.btn-up:active:before,
.open > .btn-success.btn-up.dropdown-toggle:before
{
    border-bottom-color: #43a047;
}

.btn-success.btn-right:before
{
    border-left-color: #4caf50;
}

.btn-success.btn-right:focus:before,
.btn-success.btn-right:hover:before
{
    border-left-color: #66bb6a;
}

.btn-success.btn-right.active:before,
.btn-success.btn-right:active:before,
.open > .btn-success.btn-right.dropdown-toggle:before
{
    border-left-color: #43a047;
}

.btn-success.btn-bottom:before
{
    border-top-color: #4caf50;
}

.btn-success.btn-bottom:focus:before,
.btn-success.btn-bottom:hover:before
{
    border-top-color: #66bb6a;
}

.btn-success.btn-bottom.active:before,
.btn-success.btn-bottom:active:before,
.open > .btn-success.btn-bottom.dropdown-toggle:before
{
    border-top-color: #43a047;
}

.btn-success.btn-left:before
{
    border-right-color: #4caf50;
}

.btn-success.btn-left:focus:before,
.btn-success.btn-left:hover:before
{
    border-right-color: #66bb6a;
}

.btn-success.btn-left.active:before,
.btn-success.btn-left:active:before,
.open > .btn-success.btn-left.dropdown-toggle:before
{
    border-right-color: #43a047;
}

.btn-success.btn-flat
{
    color: #4caf50;
}
.btn-success.btn-flat:hover,
.btn-success.btn-flat:focus,
.btn-success.btn-flat.focus
{
    color: #fff;
}
.btn-success.btn-flat:active,
.btn-success.btn-flat.active,
.open > .btn-success.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-success.btn-flat:active:hover,
.btn-success.btn-flat:active:focus,
.btn-success.btn-flat:active.focus,
.btn-success.btn-flat.active:hover,
.btn-success.btn-flat.active:focus,
.btn-success.btn-flat.active.focus,
.open > .btn-success.btn-flat.dropdown-toggle:hover,
.open > .btn-success.btn-flat.dropdown-toggle:focus,
.open > .btn-success.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus
{
    border-color: #26c6da; 
    background-color: #26c6da;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle
{
    border-color: #00acc1; 
    background-color: #00acc1;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus
{
    border-color: #00acc1; 
    background-color: #00acc1;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active
{
    color: #fff;
    border-color: #26c6da; 
    background-color: #26c6da;
}

.btn-info .tag-pill
{
    color: #00bcd4;
    background-color: #fff;
}

.btn-info.btn-up:before
{
    border-bottom-color: #00bcd4;
}

.btn-info.btn-up:focus:before,
.btn-info.btn-up:hover:before
{
    border-bottom-color: #26c6da;
}

.btn-info.btn-up.active:before,
.btn-info.btn-up:active:before,
.open > .btn-info.btn-up.dropdown-toggle:before
{
    border-bottom-color: #00acc1;
}

.btn-info.btn-right:before
{
    border-left-color: #00bcd4;
}

.btn-info.btn-right:focus:before,
.btn-info.btn-right:hover:before
{
    border-left-color: #26c6da;
}

.btn-info.btn-right.active:before,
.btn-info.btn-right:active:before,
.open > .btn-info.btn-right.dropdown-toggle:before
{
    border-left-color: #00acc1;
}

.btn-info.btn-bottom:before
{
    border-top-color: #00bcd4;
}

.btn-info.btn-bottom:focus:before,
.btn-info.btn-bottom:hover:before
{
    border-top-color: #26c6da;
}

.btn-info.btn-bottom.active:before,
.btn-info.btn-bottom:active:before,
.open > .btn-info.btn-bottom.dropdown-toggle:before
{
    border-top-color: #00acc1;
}

.btn-info.btn-left:before
{
    border-right-color: #00bcd4;
}

.btn-info.btn-left:focus:before,
.btn-info.btn-left:hover:before
{
    border-right-color: #26c6da;
}

.btn-info.btn-left.active:before,
.btn-info.btn-left:active:before,
.open > .btn-info.btn-left.dropdown-toggle:before
{
    border-right-color: #00acc1;
}

.btn-info.btn-flat
{
    color: #00bcd4;
}
.btn-info.btn-flat:hover,
.btn-info.btn-flat:focus,
.btn-info.btn-flat.focus
{
    color: #fff;
}
.btn-info.btn-flat:active,
.btn-info.btn-flat.active,
.open > .btn-info.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-info.btn-flat:active:hover,
.btn-info.btn-flat:active:focus,
.btn-info.btn-flat:active.focus,
.btn-info.btn-flat.active:hover,
.btn-info.btn-flat.active:focus,
.btn-info.btn-flat.active.focus,
.open > .btn-info.btn-flat.dropdown-toggle:hover,
.open > .btn-info.btn-flat.dropdown-toggle:focus,
.open > .btn-info.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus
{
    border-color: #ffa726; 
    background-color: #ffa726;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle
{
    border-color: #fb8c00; 
    background-color: #fb8c00;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus
{
    border-color: #fb8c00; 
    background-color: #fb8c00;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active
{
    color: #fff;
    border-color: #ffa726; 
    background-color: #ffa726;
}

.btn-warning .tag-pill
{
    color: #ff9800;
    background-color: #fff;
}

.btn-warning.btn-up:before
{
    border-bottom-color: #ff9800;
}

.btn-warning.btn-up:focus:before,
.btn-warning.btn-up:hover:before
{
    border-bottom-color: #ffa726;
}

.btn-warning.btn-up.active:before,
.btn-warning.btn-up:active:before,
.open > .btn-warning.btn-up.dropdown-toggle:before
{
    border-bottom-color: #fb8c00;
}

.btn-warning.btn-right:before
{
    border-left-color: #ff9800;
}

.btn-warning.btn-right:focus:before,
.btn-warning.btn-right:hover:before
{
    border-left-color: #ffa726;
}

.btn-warning.btn-right.active:before,
.btn-warning.btn-right:active:before,
.open > .btn-warning.btn-right.dropdown-toggle:before
{
    border-left-color: #fb8c00;
}

.btn-warning.btn-bottom:before
{
    border-top-color: #ff9800;
}

.btn-warning.btn-bottom:focus:before,
.btn-warning.btn-bottom:hover:before
{
    border-top-color: #ffa726;
}

.btn-warning.btn-bottom.active:before,
.btn-warning.btn-bottom:active:before,
.open > .btn-warning.btn-bottom.dropdown-toggle:before
{
    border-top-color: #fb8c00;
}

.btn-warning.btn-left:before
{
    border-right-color: #ff9800;
}

.btn-warning.btn-left:focus:before,
.btn-warning.btn-left:hover:before
{
    border-right-color: #ffa726;
}

.btn-warning.btn-left.active:before,
.btn-warning.btn-left:active:before,
.open > .btn-warning.btn-left.dropdown-toggle:before
{
    border-right-color: #fb8c00;
}

.btn-warning.btn-flat
{
    color: #ff9800;
}
.btn-warning.btn-flat:hover,
.btn-warning.btn-flat:focus,
.btn-warning.btn-flat.focus
{
    color: #fff;
}
.btn-warning.btn-flat:active,
.btn-warning.btn-flat.active,
.open > .btn-warning.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-warning.btn-flat:active:hover,
.btn-warning.btn-flat:active:focus,
.btn-warning.btn-flat:active.focus,
.btn-warning.btn-flat.active:hover,
.btn-warning.btn-flat.active:focus,
.btn-warning.btn-flat.active.focus,
.open > .btn-warning.btn-flat.dropdown-toggle:hover,
.open > .btn-warning.btn-flat.dropdown-toggle:focus,
.open > .btn-warning.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus
{
    border-color: #ef5350; 
    background-color: #ef5350;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle
{
    border-color: #e53935; 
    background-color: #e53935;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus
{
    border-color: #e53935; 
    background-color: #e53935;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active
{
    color: #fff;
    border-color: #ef5350; 
    background-color: #ef5350;
}

.btn-danger .tag-pill
{
    color: #f44336;
    background-color: #fff;
}

.btn-danger.btn-up:before
{
    border-bottom-color: #f44336;
}

.btn-danger.btn-up:focus:before,
.btn-danger.btn-up:hover:before
{
    border-bottom-color: #ef5350;
}

.btn-danger.btn-up.active:before,
.btn-danger.btn-up:active:before,
.open > .btn-danger.btn-up.dropdown-toggle:before
{
    border-bottom-color: #e53935;
}

.btn-danger.btn-right:before
{
    border-left-color: #f44336;
}

.btn-danger.btn-right:focus:before,
.btn-danger.btn-right:hover:before
{
    border-left-color: #ef5350;
}

.btn-danger.btn-right.active:before,
.btn-danger.btn-right:active:before,
.open > .btn-danger.btn-right.dropdown-toggle:before
{
    border-left-color: #e53935;
}

.btn-danger.btn-bottom:before
{
    border-top-color: #f44336;
}

.btn-danger.btn-bottom:focus:before,
.btn-danger.btn-bottom:hover:before
{
    border-top-color: #ef5350;
}

.btn-danger.btn-bottom.active:before,
.btn-danger.btn-bottom:active:before,
.open > .btn-danger.btn-bottom.dropdown-toggle:before
{
    border-top-color: #e53935;
}

.btn-danger.btn-left:before
{
    border-right-color: #f44336;
}

.btn-danger.btn-left:focus:before,
.btn-danger.btn-left:hover:before
{
    border-right-color: #ef5350;
}

.btn-danger.btn-left.active:before,
.btn-danger.btn-left:active:before,
.open > .btn-danger.btn-left.dropdown-toggle:before
{
    border-right-color: #e53935;
}

.btn-danger.btn-flat
{
    color: #f44336;
}
.btn-danger.btn-flat:hover,
.btn-danger.btn-flat:focus,
.btn-danger.btn-flat.focus
{
    color: #fff;
}
.btn-danger.btn-flat:active,
.btn-danger.btn-flat.active,
.open > .btn-danger.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-danger.btn-flat:active:hover,
.btn-danger.btn-flat:active:focus,
.btn-danger.btn-flat:active.focus,
.btn-danger.btn-flat.active:hover,
.btn-danger.btn-flat.active:focus,
.btn-danger.btn-flat.active.focus,
.open > .btn-danger.btn-flat.dropdown-toggle:hover,
.open > .btn-danger.btn-flat.dropdown-toggle:focus,
.open > .btn-danger.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}

.btn-default
{
    color: #757575;
    border-color: #eee; 
    background-color: #eee;
}
.btn-default:hover
{
    color: #757575;
    border-color: #cfcfcf; 
    background-color: #d5d5d5;
}
.btn-default:focus,
.btn-default.focus
{
    color: #757575;
    border-color: #cfcfcf; 
    background-color: #d5d5d5;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    color: #757575;
    border-color: #cfcfcf;
    background-color: #d5d5d5;
    background-image: none;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus
{
    color: #757575;
    border-color: #aeaeae; 
    background-color: #c3c3c3;
}
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default:disabled:focus,
.btn-default:disabled.focus
{
    border-color: #eee; 
    background-color: #eee;
}
.btn-default.disabled:hover,
.btn-default:disabled:hover
{
    border-color: #eee; 
    background-color: #eee;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus
{
    border-color: #f5f5f5; 
    background-color: #f5f5f5;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle
{
    border-color: #e0e0e0; 
    background-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus
{
    border-color: #e0e0e0; 
    background-color: #e0e0e0;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active
{
    color: #757575;
    border-color: #eee; 
    background-color: #eee;
}
.btn-default .tag-pill
{
    color: #eee;
    background-color: #757575;
}
.btn-default.btn-up:before
{
    border-bottom-color: #eee;
}
.btn-default.btn-up:focus:before,
.btn-default.btn-up:hover:before
{
    border-bottom-color: #f5f5f5;
}
.btn-default.btn-up.active:before,
.btn-default.btn-up:active:before,
.open > .btn-default.btn-up.dropdown-toggle:before
{
    border-bottom-color: #e0e0e0;
}
.btn-default.btn-right:before
{
    border-left-color: #eee;
}
.btn-default.btn-right:focus:before,
.btn-default.btn-right:hover:before
{
    border-left-color: #f5f5f5;
}
.btn-default.btn-right.active:before,
.btn-default.btn-right:active:before,
.open > .btn-default.btn-right.dropdown-toggle:before
{
    border-left-color: #e0e0e0;
}
.btn-default.btn-bottom:before
{
    border-top-color: #eee;
}
.btn-default.btn-bottom:focus:before,
.btn-default.btn-bottom:hover:before
{
    border-top-color: #f5f5f5;
}
.btn-default.btn-bottom.active:before,
.btn-default.btn-bottom:active:before,
.open > .btn-default.btn-bottom.dropdown-toggle:before
{
    border-top-color: #e0e0e0;
}
.btn-default.btn-left:before
{
    border-right-color: #eee;
}
.btn-default.btn-left:focus:before,
.btn-default.btn-left:hover:before
{
    border-right-color: #f5f5f5;
}
.btn-default.btn-left.active:before,
.btn-default.btn-left:active:before,
.open > .btn-default.btn-left.dropdown-toggle:before
{
    border-right-color: #e0e0e0;
}

.btn-inverse
{
    color: #757575;
    border-color: #eee; 
    background-color: #fff;
}
.btn-inverse:hover
{
    color: #757575;
    border-color: #cfcfcf; 
    background-color: #e6e6e6;
}
.btn-inverse:focus,
.btn-inverse.focus
{
    color: #757575;
    border-color: #cfcfcf; 
    background-color: #e6e6e6;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .btn-inverse.dropdown-toggle
{
    color: #757575;
    border-color: #cfcfcf;
    background-color: #e6e6e6;
    background-image: none;
}
.btn-inverse:active:hover,
.btn-inverse:active:focus,
.btn-inverse:active.focus,
.btn-inverse.active:hover,
.btn-inverse.active:focus,
.btn-inverse.active.focus,
.open > .btn-inverse.dropdown-toggle:hover,
.open > .btn-inverse.dropdown-toggle:focus,
.open > .btn-inverse.dropdown-toggle.focus
{
    color: #757575;
    border-color: #aeaeae; 
    background-color: #d4d4d4;
}
.btn-inverse.disabled:focus,
.btn-inverse.disabled.focus,
.btn-inverse:disabled:focus,
.btn-inverse:disabled.focus
{
    border-color: #eee; 
    background-color: #fff;
}
.btn-inverse.disabled:hover,
.btn-inverse:disabled:hover
{
    border-color: #eee; 
    background-color: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus
{
    border-color: #f5f5f5; 
    background-color: #fff;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .btn-inverse.dropdown-toggle
{
    border-color: #e0e0e0; 
    background-color: #fff;
}
.btn-inverse:active:hover,
.btn-inverse:active:focus,
.btn-inverse:active.focus,
.btn-inverse.active:hover,
.btn-inverse.active:focus,
.btn-inverse.active.focus,
.open > .btn-inverse.dropdown-toggle:hover,
.open > .btn-inverse.dropdown-toggle:focus,
.open > .btn-inverse.dropdown-toggle.focus
{
    border-color: #e0e0e0; 
    background-color: #fff;
}
.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active
{
    color: #bdbdbd;
    border-color: #9e9e9e; 
    background-color: #fff;
}
.btn-inverse .tag-pill
{
    color: #fff;
    background-color: #757575;
}
.btn-inverse.btn-up:before
{
    border-bottom-color: #fff;
}
.btn-inverse.btn-up:focus:before,
.btn-inverse.btn-up:hover:before
{
    border-bottom-color: #fff;
}
.btn-inverse.btn-up.active:before,
.btn-inverse.btn-up:active:before,
.open > .btn-inverse.btn-up.dropdown-toggle:before
{
    border-bottom-color: #fff;
}
.btn-inverse.btn-right:before
{
    border-left-color: #fff;
}
.btn-inverse.btn-right:focus:before,
.btn-inverse.btn-right:hover:before
{
    border-left-color: #fff;
}
.btn-inverse.btn-right.active:before,
.btn-inverse.btn-right:active:before,
.open > .btn-inverse.btn-right.dropdown-toggle:before
{
    border-left-color: #fff;
}
.btn-inverse.btn-bottom:before
{
    border-top-color: #fff;
}
.btn-inverse.btn-bottom:focus:before,
.btn-inverse.btn-bottom:hover:before
{
    border-top-color: #fff;
}
.btn-inverse.btn-bottom.active:before,
.btn-inverse.btn-bottom:active:before,
.open > .btn-inverse.btn-bottom.dropdown-toggle:before
{
    border-top-color: #fff;
}
.btn-inverse.btn-left:before
{
    border-right-color: #fff;
}
.btn-inverse.btn-left:focus:before,
.btn-inverse.btn-left:hover:before
{
    border-right-color: #fff;
}
.btn-inverse.btn-left.active:before,
.btn-inverse.btn-left:active:before,
.open > .btn-inverse.btn-left.dropdown-toggle:before
{
    border-right-color: #fff;
}
.btn-inverse.btn-flat
{
    color: #fff;
}
.btn-inverse.btn-flat:hover,
.btn-inverse.btn-flat:focus,
.btn-inverse.btn-flat.focus
{
    color: #757575;
}
.btn-inverse.btn-flat:active,
.btn-inverse.btn-flat.active,
.open > .btn-inverse.btn-flat.dropdown-toggle
{
    color: #757575;
}
.btn-inverse.btn-flat:active:hover,
.btn-inverse.btn-flat:active:focus,
.btn-inverse.btn-flat:active.focus,
.btn-inverse.btn-flat.active:hover,
.btn-inverse.btn-flat.active:focus,
.btn-inverse.btn-flat.active.focus,
.open > .btn-inverse.btn-flat.dropdown-toggle:hover,
.open > .btn-inverse.btn-flat.dropdown-toggle:focus,
.open > .btn-inverse.btn-flat.dropdown-toggle.focus
{
    color: #757575;
}

.btn-dark
{
    color: #fff;
    border-color: #616161; 
    background-color: #616161;
}
.btn-dark:hover
{
    color: #fff;
    border-color: #424242; 
    background-color: #484848;
}
.btn-dark:focus,
.btn-dark.focus
{
    color: #fff;
    border-color: #424242; 
    background-color: #484848;
}
.btn-dark:active,
.btn-dark.active,
.open > .btn-dark.dropdown-toggle
{
    color: #fff;
    border-color: #424242;
    background-color: #484848;
    background-image: none;
}
.btn-dark:active:hover,
.btn-dark:active:focus,
.btn-dark:active.focus,
.btn-dark.active:hover,
.btn-dark.active:focus,
.btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus
{
    color: #fff;
    border-color: #212121; 
    background-color: #363636;
}
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark:disabled:focus,
.btn-dark:disabled.focus
{
    border-color: #616161; 
    background-color: #616161;
}
.btn-dark.disabled:hover,
.btn-dark:disabled:hover
{
    border-color: #616161; 
    background-color: #616161;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus
{
    border-color: #757575; 
    background-color: #757575;
}
.btn-dark:active,
.btn-dark.active,
.open > .btn-dark.dropdown-toggle
{
    border-color: #424242; 
    background-color: #424242;
}
.btn-dark:active:hover,
.btn-dark:active:focus,
.btn-dark:active.focus,
.btn-dark.active:hover,
.btn-dark.active:focus,
.btn-dark.active.focus,
.open > .btn-dark.dropdown-toggle:hover,
.open > .btn-dark.dropdown-toggle:focus,
.open > .btn-dark.dropdown-toggle.focus
{
    border-color: #424242; 
    background-color: #424242;
}
.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active
{
    color: #fff;
    border-color: #9e9e9e; 
    background-color: #9e9e9e;
}
.btn-dark .tag-pill
{
    color: #616161;
    background-color: #fff;
}
.btn-dark.btn-up:before
{
    border-bottom-color: #616161;
}
.btn-dark.btn-up:focus:before,
.btn-dark.btn-up:hover:before
{
    border-bottom-color: #757575;
}
.btn-dark.btn-up.active:before,
.btn-dark.btn-up:active:before,
.open > .btn-dark.btn-up.dropdown-toggle:before
{
    border-bottom-color: #424242;
}
.btn-dark.btn-right:before
{
    border-left-color: #616161;
}
.btn-dark.btn-right:focus:before,
.btn-dark.btn-right:hover:before
{
    border-left-color: #757575;
}
.btn-dark.btn-right.active:before,
.btn-dark.btn-right:active:before,
.open > .btn-dark.btn-right.dropdown-toggle:before
{
    border-left-color: #424242;
}
.btn-dark.btn-bottom:before
{
    border-top-color: #616161;
}
.btn-dark.btn-bottom:focus:before,
.btn-dark.btn-bottom:hover:before
{
    border-top-color: #757575;
}
.btn-dark.btn-bottom.active:before,
.btn-dark.btn-bottom:active:before,
.open > .btn-dark.btn-bottom.dropdown-toggle:before
{
    border-top-color: #424242;
}
.btn-dark.btn-left:before
{
    border-right-color: #616161;
}
.btn-dark.btn-left:focus:before,
.btn-dark.btn-left:hover:before
{
    border-right-color: #757575;
}
.btn-dark.btn-left.active:before,
.btn-dark.btn-left:active:before,
.open > .btn-dark.btn-left.dropdown-toggle:before
{
    border-right-color: #424242;
}
.btn-dark.btn-flat
{
    color: #616161;
}
.btn-dark.btn-flat:hover,
.btn-dark.btn-flat:focus,
.btn-dark.btn-flat.focus
{
    color: #fff;
}
.btn-dark.btn-flat:active,
.btn-dark.btn-flat.active,
.open > .btn-dark.btn-flat.dropdown-toggle
{
    color: #fff;
}
.btn-dark.btn-flat:active:hover,
.btn-dark.btn-flat:active:focus,
.btn-dark.btn-flat:active.focus,
.btn-dark.btn-flat.active:hover,
.btn-dark.btn-flat.active:focus,
.btn-dark.btn-flat.active.focus,
.open > .btn-dark.btn-flat.dropdown-toggle:hover,
.open > .btn-dark.btn-flat.dropdown-toggle:focus,
.open > .btn-dark.btn-flat.dropdown-toggle.focus
{
    color: #fff;
}
.btn-dark.btn-flat
{
    color: #616161;
}

.btn-flat
{
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-flat:hover,
.btn-flat:focus
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-flat.disabled
{
    color: #9e9e9e;
}

.btn-icon,
.btn.icon
{
    font-size: 1.143rem;
    line-height: 1em; 

    padding: .715rem;
}
.btn-icon.btn-xs,
.btn-group-xs > .btn-icon.btn,
.btn.icon.btn-xs,
.btn-group-xs > .btn.icon
{
    font-size: .858rem; 

    padding: .286rem;
}
.btn-icon.btn-sm,
.btn.icon.btn-sm
{
    font-size: 1rem; 

    padding: .572rem;
}
.btn-icon.btn-lg,
.btn.icon.btn-lg
{
    font-size: 1.429rem; 

    padding: .858rem;
}
.btn-icon.disabled,
.btn.icon.disabled
{
    color: #9e9e9e;
}

.btn-icon .icon
{
    margin: -1px 0 0;
}

.btn-raised
{
    -webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
         -o-transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
            transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1); 

    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
            box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
}
.btn-raised:hover,
.btn-raised:active,
.btn-raised.active,
.open > .btn-raised.dropdown-toggle
{
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
            box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
}
.btn-raised.disabled,
.btn-raised[disabled],
fieldset[disabled] .btn-raised
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-floating
{
    font-size: 2.572rem;

    width: 4rem;
    height: 4rem;
    margin: 0;
    padding: 0;

    text-align: center;

    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
            box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}
.btn-floating.btn-xs,
.btn-group-xs > .btn-floating.btn
{
    font-size: 1.286rem; 

    width: 2.143rem;
    height: 2.143rem;
    padding: 0;
}
.btn-floating.btn-sm
{
    font-size: 1.858rem; 

    width: 2.858rem;
    height: 2.858rem;
    padding: 0;
}
.btn-floating.btn-lg
{
    font-size: 3.286rem; 

    width: 5rem;
    height: 5rem;
    padding: 0;
}
.btn-floating i
{
    position: relative;
    top: 0;
}

.btn-animate
{
    position: relative;

    overflow: hidden;
}
.btn-animate span
{
    display: block;

    width: 100%;
    height: 100%;

    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}
.btn-animate-side
{
    padding: .572rem 2rem;
}
.btn-animate-side span
{
    -webkit-transition: -webkit-transform .2s ease-out 0s;
         -o-transition:      -o-transform .2s ease-out 0s;
            transition:         transform .2s ease-out 0s;
}
.btn-animate-side span > .icon
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    -webkit-transition: opacity .2s ease-out 0s;
         -o-transition: opacity .2s ease-out 0s;
            transition: opacity .2s ease-out 0s; 
    -webkit-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
         -o-transform: translate(-20px, -50%);
            transform: translate(-20px, -50%);

    opacity: 0;
}
.btn-animate-side:hover span
{
    -webkit-transform: translate(10px, 0px);
        -ms-transform: translate(10px, 0px);
         -o-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
}
.btn-animate-side:hover span > .icon
{
    opacity: 1;
}
.btn-animate-side.btn-xs,
.btn-group-xs > .btn-animate-side.btn
{
    padding: .215rem 1rem;
}
.btn-animate-side.btn-xs span > .icon,
.btn-group-xs > .btn-animate-side.btn span > .icon
{
    left: 5px;
}
.btn-animate-side.btn-xs:hover span,
.btn-group-xs > .btn-animate-side.btn:hover span
{
    -webkit-transform: translate(8px, 0px);
        -ms-transform: translate(8px, 0px);
         -o-transform: translate(8px, 0px);
            transform: translate(8px, 0px);
}
.btn-animate-side.btn-sm
{
    padding: .429rem 1.572rem;
}
.btn-animate-side.btn-sm span > .icon
{
    left: 3px;
}
.btn-animate-side.btn-sm:hover span
{
    -webkit-transform: translate(8px, 0px);
        -ms-transform: translate(8px, 0px);
         -o-transform: translate(8px, 0px);
            transform: translate(8px, 0px);
}
.btn-animate-side.btn-lg
{
    padding: .715rem 2.358rem;
}
.btn-animate-side.btn-lg span > .icon
{
    left: -6px;
}
.btn-animate-side.btn-lg:hover span
{
    -webkit-transform: translate(14px, 0px);
        -ms-transform: translate(14px, 0px);
         -o-transform: translate(14px, 0px);
            transform: translate(14px, 0px);
}
.btn-animate-vertical span
{
    -webkit-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
}
.btn-animate-vertical span > .icon
{
    font-size: 1.715rem;

    position: absolute;
    top: -2px;
    left: 50%;

    display: block;

    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}
.btn-animate-vertical:hover span
{
    -webkit-transform: translate(0, 150%);
        -ms-transform: translate(0, 150%);
         -o-transform: translate(0, 150%);
            transform: translate(0, 150%);
}
.btn-animate-vertical.btn-xs span > .icon,
.btn-group-xs > .btn-animate-vertical.btn span > .icon
{
    font-size: 1.286rem; 

    top: -5px;
}
.btn-animate-vertical.btn-sm span > .icon
{
    font-size: 1.5rem; 

    top: -3px;
}
.btn-animate-vertical.btn-lg span > .icon
{
    font-size: 2.643rem;
}

.btn-tagged
{
    padding: 0;
    padding-right: .572rem;
}
.btn-tagged .btn-tag
{
    margin-right: .357rem; 
    padding: .429rem .572rem;
}
.btn-tagged.btn-xs,
.btn-group-xs > .btn-tagged.btn
{
    padding-right: .358rem;
}
.btn-tagged.btn-xs .btn-tag,
.btn-group-xs > .btn-tagged.btn .btn-tag
{
    margin-right: .143rem; 
    padding: .072rem .286rem;
}
.btn-tagged.btn-sm
{
    padding-right: .929rem;
}
.btn-tagged.btn-sm .btn-tag
{
    margin-right: .714rem; 
    padding: .429rem .429rem;
}
.btn-tagged.btn-lg
{
    padding-right: 1rem;
}
.btn-tagged.btn-lg .btn-tag
{
    margin-right: .785rem; 
    padding: .715rem 1rem;
}
.btn-tagged.btn-block
{
    text-align: left;
}

.btn-tag
{
    display: inline-block;

    border-radius: .215rem 0 0 .215rem; 
    background-color: rgba(0, 0, 0, .15);
}

.btn-pill-left
{
    border-radius: 500px 0 0 500px;
}

.btn-pill-right
{
    border-radius: 0 500px 500px 0;
}

.btn-direction
{
    position: relative;
}
.btn-direction:before
{
    line-height: 0;

    position: absolute;

    content: '';

    border: 8px solid transparent;
}

.btn-up:before
{
    top: -16px;
    left: 50%;

    margin-left: -8px;

    border-bottom-color: #e0e0e0;
}

.btn-right:before
{
    top: 50%;
    right: -16px;

    margin-top: -8px;

    border-left-color: #e0e0e0;
}

.btn-bottom:before
{
    bottom: -16px;
    left: 50%;

    margin-left: -8px;

    border-top-color: #e0e0e0;
}

.btn-left:before
{
    top: 50%;
    left: -16px;

    margin-top: -8px;

    border-right-color: #e0e0e0;
}

.btn-pure,
.btn-pure:hover,
.btn-pure:focus,
.btn-pure:active,
.btn-pure.active,
.open > .btn-pure.dropdown-toggle,
.btn-pure[disabled],
fieldset[disabled] .btn-pure
{
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-pure:hover,
.btn-pure:focus,
.btn-pure.focus,
.btn-pure:hover:hover,
.btn-pure:hover:focus,
.btn-pure:hover.focus,
.btn-pure:focus:hover,
.btn-pure:focus:focus,
.btn-pure:focus.focus,
.btn-pure:active:hover,
.btn-pure:active:focus,
.btn-pure:active.focus,
.btn-pure.active:hover,
.btn-pure.active:focus,
.btn-pure.active.focus,
.open > .btn-pure.dropdown-toggle:hover,
.open > .btn-pure.dropdown-toggle:focus,
.open > .btn-pure.dropdown-toggle.focus,
.btn-pure[disabled]:hover,
.btn-pure[disabled]:focus,
.btn-pure[disabled].focus,
fieldset[disabled] .btn-pure:hover,
fieldset[disabled] .btn-pure:focus,
fieldset[disabled] .btn-pure.focus
{
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-pure.btn-default
{
    color: #9e9e9e;
}
.btn-pure.btn-default:hover,
.btn-pure.btn-default:focus,
.btn-pure.btn-default:active,
.btn-pure.btn-default.active,
.open > .btn-pure.btn-default.dropdown-toggle
{
    color: #bdbdbd;
}
.btn-pure.btn-default:hover:hover,
.btn-pure.btn-default:hover:focus,
.btn-pure.btn-default:hover.focus,
.btn-pure.btn-default:focus:hover,
.btn-pure.btn-default:focus:focus,
.btn-pure.btn-default:focus.focus,
.btn-pure.btn-default:active:hover,
.btn-pure.btn-default:active:focus,
.btn-pure.btn-default:active.focus,
.btn-pure.btn-default.active:hover,
.btn-pure.btn-default.active:focus,
.btn-pure.btn-default.active.focus,
.open > .btn-pure.btn-default.dropdown-toggle:hover,
.open > .btn-pure.btn-default.dropdown-toggle:focus,
.open > .btn-pure.btn-default.dropdown-toggle.focus
{
    color: #bdbdbd;
}
.btn-pure.btn-default:hover .tag-pill,
.btn-pure.btn-default:focus .tag-pill,
.btn-pure.btn-default:active .tag-pill,
.btn-pure.btn-default.active .tag-pill,
.open > .btn-pure.btn-default.dropdown-toggle .tag-pill
{
    color: #bdbdbd;
}

.btn-pure.btn-primary
{
    color: #AF6B50;
}
.btn-pure.btn-primary:hover,
.btn-pure.btn-primary:focus,
.btn-pure.btn-primary:active,
.btn-pure.btn-primary.active,
.open > .btn-pure.btn-primary.dropdown-toggle
{
    color: #BF8469;
}
.btn-pure.btn-primary:hover:hover,
.btn-pure.btn-primary:hover:focus,
.btn-pure.btn-primary:hover.focus,
.btn-pure.btn-primary:focus:hover,
.btn-pure.btn-primary:focus:focus,
.btn-pure.btn-primary:focus.focus,
.btn-pure.btn-primary:active:hover,
.btn-pure.btn-primary:active:focus,
.btn-pure.btn-primary:active.focus,
.btn-pure.btn-primary.active:hover,
.btn-pure.btn-primary.active:focus,
.btn-pure.btn-primary.active.focus,
.open > .btn-pure.btn-primary.dropdown-toggle:hover,
.open > .btn-pure.btn-primary.dropdown-toggle:focus,
.open > .btn-pure.btn-primary.dropdown-toggle.focus
{
    color: #BF8469;
}
.btn-pure.btn-primary:hover .tag-pill,
.btn-pure.btn-primary:focus .tag-pill,
.btn-pure.btn-primary:active .tag-pill,
.btn-pure.btn-primary.active .tag-pill,
.open > .btn-pure.btn-primary.dropdown-toggle .tag-pill
{
    color: #BF8469;
}

.btn-pure.btn-success
{
    color: #4caf50;
}
.btn-pure.btn-success:hover,
.btn-pure.btn-success:focus,
.btn-pure.btn-success:active,
.btn-pure.btn-success.active,
.open > .btn-pure.btn-success.dropdown-toggle
{
    color: #66bb6a;
}
.btn-pure.btn-success:hover:hover,
.btn-pure.btn-success:hover:focus,
.btn-pure.btn-success:hover.focus,
.btn-pure.btn-success:focus:hover,
.btn-pure.btn-success:focus:focus,
.btn-pure.btn-success:focus.focus,
.btn-pure.btn-success:active:hover,
.btn-pure.btn-success:active:focus,
.btn-pure.btn-success:active.focus,
.btn-pure.btn-success.active:hover,
.btn-pure.btn-success.active:focus,
.btn-pure.btn-success.active.focus,
.open > .btn-pure.btn-success.dropdown-toggle:hover,
.open > .btn-pure.btn-success.dropdown-toggle:focus,
.open > .btn-pure.btn-success.dropdown-toggle.focus
{
    color: #66bb6a;
}
.btn-pure.btn-success:hover .tag-pill,
.btn-pure.btn-success:focus .tag-pill,
.btn-pure.btn-success:active .tag-pill,
.btn-pure.btn-success.active .tag-pill,
.open > .btn-pure.btn-success.dropdown-toggle .tag-pill
{
    color: #66bb6a;
}

.btn-pure.btn-info
{
    color: #00bcd4;
}
.btn-pure.btn-info:hover,
.btn-pure.btn-info:focus,
.btn-pure.btn-info:active,
.btn-pure.btn-info.active,
.open > .btn-pure.btn-info.dropdown-toggle
{
    color: #26c6da;
}
.btn-pure.btn-info:hover:hover,
.btn-pure.btn-info:hover:focus,
.btn-pure.btn-info:hover.focus,
.btn-pure.btn-info:focus:hover,
.btn-pure.btn-info:focus:focus,
.btn-pure.btn-info:focus.focus,
.btn-pure.btn-info:active:hover,
.btn-pure.btn-info:active:focus,
.btn-pure.btn-info:active.focus,
.btn-pure.btn-info.active:hover,
.btn-pure.btn-info.active:focus,
.btn-pure.btn-info.active.focus,
.open > .btn-pure.btn-info.dropdown-toggle:hover,
.open > .btn-pure.btn-info.dropdown-toggle:focus,
.open > .btn-pure.btn-info.dropdown-toggle.focus
{
    color: #26c6da;
}
.btn-pure.btn-info:hover .tag-pill,
.btn-pure.btn-info:focus .tag-pill,
.btn-pure.btn-info:active .tag-pill,
.btn-pure.btn-info.active .tag-pill,
.open > .btn-pure.btn-info.dropdown-toggle .tag-pill
{
    color: #26c6da;
}

.btn-pure.btn-warning
{
    color: #ff9800;
}
.btn-pure.btn-warning:hover,
.btn-pure.btn-warning:focus,
.btn-pure.btn-warning:active,
.btn-pure.btn-warning.active,
.open > .btn-pure.btn-warning.dropdown-toggle
{
    color: #ffa726;
}
.btn-pure.btn-warning:hover:hover,
.btn-pure.btn-warning:hover:focus,
.btn-pure.btn-warning:hover.focus,
.btn-pure.btn-warning:focus:hover,
.btn-pure.btn-warning:focus:focus,
.btn-pure.btn-warning:focus.focus,
.btn-pure.btn-warning:active:hover,
.btn-pure.btn-warning:active:focus,
.btn-pure.btn-warning:active.focus,
.btn-pure.btn-warning.active:hover,
.btn-pure.btn-warning.active:focus,
.btn-pure.btn-warning.active.focus,
.open > .btn-pure.btn-warning.dropdown-toggle:hover,
.open > .btn-pure.btn-warning.dropdown-toggle:focus,
.open > .btn-pure.btn-warning.dropdown-toggle.focus
{
    color: #ffa726;
}
.btn-pure.btn-warning:hover .tag-pill,
.btn-pure.btn-warning:focus .tag-pill,
.btn-pure.btn-warning:active .tag-pill,
.btn-pure.btn-warning.active .tag-pill,
.open > .btn-pure.btn-warning.dropdown-toggle .tag-pill
{
    color: #ffa726;
}

.btn-pure.btn-danger
{
    color: #f44336;
}
.btn-pure.btn-danger:hover,
.btn-pure.btn-danger:focus,
.btn-pure.btn-danger:active,
.btn-pure.btn-danger.active,
.open > .btn-pure.btn-danger.dropdown-toggle
{
    color: #ef5350;
}
.btn-pure.btn-danger:hover:hover,
.btn-pure.btn-danger:hover:focus,
.btn-pure.btn-danger:hover.focus,
.btn-pure.btn-danger:focus:hover,
.btn-pure.btn-danger:focus:focus,
.btn-pure.btn-danger:focus.focus,
.btn-pure.btn-danger:active:hover,
.btn-pure.btn-danger:active:focus,
.btn-pure.btn-danger:active.focus,
.btn-pure.btn-danger.active:hover,
.btn-pure.btn-danger.active:focus,
.btn-pure.btn-danger.active.focus,
.open > .btn-pure.btn-danger.dropdown-toggle:hover,
.open > .btn-pure.btn-danger.dropdown-toggle:focus,
.open > .btn-pure.btn-danger.dropdown-toggle.focus
{
    color: #ef5350;
}
.btn-pure.btn-danger:hover .tag-pill,
.btn-pure.btn-danger:focus .tag-pill,
.btn-pure.btn-danger:active .tag-pill,
.btn-pure.btn-danger.active .tag-pill,
.open > .btn-pure.btn-danger.dropdown-toggle .tag-pill
{
    color: #ef5350;
}

.btn-pure.btn-dark
{
    color: #616161;
}
.btn-pure.btn-dark:hover,
.btn-pure.btn-dark:focus,
.btn-pure.btn-dark:active,
.btn-pure.btn-dark.active,
.open > .btn-pure.btn-dark.dropdown-toggle
{
    color: #757575;
}
.btn-pure.btn-dark:hover:hover,
.btn-pure.btn-dark:hover:focus,
.btn-pure.btn-dark:hover.focus,
.btn-pure.btn-dark:focus:hover,
.btn-pure.btn-dark:focus:focus,
.btn-pure.btn-dark:focus.focus,
.btn-pure.btn-dark:active:hover,
.btn-pure.btn-dark:active:focus,
.btn-pure.btn-dark:active.focus,
.btn-pure.btn-dark.active:hover,
.btn-pure.btn-dark.active:focus,
.btn-pure.btn-dark.active.focus,
.open > .btn-pure.btn-dark.dropdown-toggle:hover,
.open > .btn-pure.btn-dark.dropdown-toggle:focus,
.open > .btn-pure.btn-dark.dropdown-toggle.focus
{
    color: #757575;
}
.btn-pure.btn-dark:hover .tag-pill,
.btn-pure.btn-dark:focus .tag-pill,
.btn-pure.btn-dark:active .tag-pill,
.btn-pure.btn-dark.active .tag-pill,
.open > .btn-pure.btn-dark.dropdown-toggle .tag-pill
{
    color: #757575;
}

.btn-pure.btn-inverse
{
    color: #fff;
}
.btn-pure.btn-inverse:hover,
.btn-pure.btn-inverse:focus,
.btn-pure.btn-inverse:active,
.btn-pure.btn-inverse.active,
.open > .btn-pure.btn-inverse.dropdown-toggle
{
    color: #fff;
}
.btn-pure.btn-inverse:hover:hover,
.btn-pure.btn-inverse:hover:focus,
.btn-pure.btn-inverse:hover.focus,
.btn-pure.btn-inverse:focus:hover,
.btn-pure.btn-inverse:focus:focus,
.btn-pure.btn-inverse:focus.focus,
.btn-pure.btn-inverse:active:hover,
.btn-pure.btn-inverse:active:focus,
.btn-pure.btn-inverse:active.focus,
.btn-pure.btn-inverse.active:hover,
.btn-pure.btn-inverse.active:focus,
.btn-pure.btn-inverse.active.focus,
.open > .btn-pure.btn-inverse.dropdown-toggle:hover,
.open > .btn-pure.btn-inverse.dropdown-toggle:focus,
.open > .btn-pure.btn-inverse.dropdown-toggle.focus
{
    color: #fff;
}
.btn-pure.btn-inverse:hover .tag-pill,
.btn-pure.btn-inverse:focus .tag-pill,
.btn-pure.btn-inverse:active .tag-pill,
.btn-pure.btn-inverse.active .tag-pill,
.open > .btn-pure.btn-inverse.dropdown-toggle .tag-pill
{
    color: #fff;
}

.dropdown-toggle:after
{
    margin-right: 0;
    margin-left: .3em;
}

.dropdown-toggle.btn-xs:after,
.btn-group-xs > .dropdown-toggle.btn:after
{
    margin-left: 0;
}

.dropdown-item
{
    width: -webkit-calc(100% - 10px);
    width:         calc(100% - 10px);
    margin: 2px 5px;
    padding: .429rem .929rem;

    -webkit-transition: background-color .25s;
         -o-transition: background-color .25s;
            transition: background-color .25s; 

    border-radius: .215rem;
}
.dropdown-item .icon:first-child
{
    width: 1em;
    margin-right: .5em;

    text-align: center;
}

.dropdown-divider
{
    margin: 6px 0;
}

.dropdown-menu
{
    -webkit-transition: .25s;
         -o-transition: .25s;
            transition: .25s;

    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.dropdown-menu.dropdown-menu-bullet
{
    margin-top: 12px;
}
.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after
{
    position: absolute;
    left: 10px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border: 7px solid transparent;
    border-top-width: 0;
}
.dropdown-menu.dropdown-menu-bullet:before
{
    top: -7px;

    border-bottom-color: #e0e0e0;
}
.dropdown-menu.dropdown-menu-bullet:after
{
    top: -6px;

    border-bottom-color: #fff;
}
.dropdown-menu-right.dropdown-menu-bullet:before,
.dropdown-menu-right.dropdown-menu-bullet:after
{
    right: 10px;
    left: auto;
}
.dropdown-menu.animate
{
    overflow: hidden;
}
.dropdown-menu.animate > .dropdown-item
{
    -webkit-animation: slide-left .5s both;
         -o-animation: slide-left .5s both;
            animation: slide-left .5s both;
}
.dropdown-menu.animate > .dropdown-item:nth-child(1)
{
    -webkit-animation: animation-delay(.02s);
         -o-animation: animation-delay(.02s);
            animation: animation-delay(.02s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(2)
{
    -webkit-animation: animation-delay(.04s);
         -o-animation: animation-delay(.04s);
            animation: animation-delay(.04s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(3)
{
    -webkit-animation: animation-delay(.06s);
         -o-animation: animation-delay(.06s);
            animation: animation-delay(.06s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(4)
{
    -webkit-animation: animation-delay(.08s);
         -o-animation: animation-delay(.08s);
            animation: animation-delay(.08s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(5)
{
    -webkit-animation: animation-delay(.1s);
         -o-animation: animation-delay(.1s);
            animation: animation-delay(.1s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(6)
{
    -webkit-animation: animation-delay(.12s);
         -o-animation: animation-delay(.12s);
            animation: animation-delay(.12s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(7)
{
    -webkit-animation: animation-delay(.14s);
         -o-animation: animation-delay(.14s);
            animation: animation-delay(.14s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(8)
{
    -webkit-animation: animation-delay(.16s);
         -o-animation: animation-delay(.16s);
            animation: animation-delay(.16s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(9)
{
    -webkit-animation: animation-delay(.18s);
         -o-animation: animation-delay(.18s);
            animation: animation-delay(.18s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(10)
{
    -webkit-animation: animation-delay(.2s);
         -o-animation: animation-delay(.2s);
            animation: animation-delay(.2s);
}
.dropdown-menu.animate > .dropdown-item.dropdown-divider
{
    -webkit-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(1)
{
    -webkit-animation: animation-delay(.02s);
         -o-animation: animation-delay(.02s);
            animation: animation-delay(.02s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(2)
{
    -webkit-animation: animation-delay(.04s);
         -o-animation: animation-delay(.04s);
            animation: animation-delay(.04s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(3)
{
    -webkit-animation: animation-delay(.06s);
         -o-animation: animation-delay(.06s);
            animation: animation-delay(.06s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(4)
{
    -webkit-animation: animation-delay(.08s);
         -o-animation: animation-delay(.08s);
            animation: animation-delay(.08s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(5)
{
    -webkit-animation: animation-delay(.1s);
         -o-animation: animation-delay(.1s);
            animation: animation-delay(.1s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(6)
{
    -webkit-animation: animation-delay(.12s);
         -o-animation: animation-delay(.12s);
            animation: animation-delay(.12s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(7)
{
    -webkit-animation: animation-delay(.14s);
         -o-animation: animation-delay(.14s);
            animation: animation-delay(.14s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(8)
{
    -webkit-animation: animation-delay(.16s);
         -o-animation: animation-delay(.16s);
            animation: animation-delay(.16s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(9)
{
    -webkit-animation: animation-delay(.18s);
         -o-animation: animation-delay(.18s);
            animation: animation-delay(.18s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(10)
{
    -webkit-animation: animation-delay(.2s);
         -o-animation: animation-delay(.2s);
            animation: animation-delay(.2s);
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    margin-bottom: 6px;

    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
}
.dropup .dropdown-menu.dropdown-menu-bullet,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet
{
    margin-bottom: 12px;
}
.dropup .dropdown-menu.dropdown-menu-bullet:before,
.dropup .dropdown-menu.dropdown-menu-bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:after
{
    top: auto;

    border-top-width: 7px;
    border-bottom-width: 0;
}
.dropup .dropdown-menu.dropdown-menu-bullet:before,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:before
{
    bottom: -7px;

    border-top-color: #e0e0e0;
}
.dropup .dropdown-menu.dropdown-menu-bullet:after,
.navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet:after
{
    bottom: -6px;

    border-top-color: #fff;
}

.dropdown-menu > .dropdown-header
{
    font-size: .858rem;
    font-weight: 500;

    padding: 8px 13px 6px;

    cursor: default; 
    text-transform: uppercase;
}

.dropdown-menu > .dropdown-submenu
{
    position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item
{
    position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item:after
{
    position: absolute;
    right: 10px;

    display: inline-block;

    width: 0;
    height: 0;
    margin-top: 6px;

    content: '';
    vertical-align: middle;

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
}
.dropdown-menu > .dropdown-submenu .dropdown-menu
{
    left: 100%;

    margin: 0;
}
.dropdown-menu > .dropdown-submenu.dropdown-menu-left .dropdown-menu
{
    left: -100%;
}
.dropdown-menu > .dropdown-submenu:hover .dropdown-menu
{
    display: block;
}

.dropdown .dropdown-submenu .dropdown-menu
{
    top: 0;
}

.dropup .dropdown-submenu .dropdown-menu
{
    bottom: 0;
}

.dropdown-menu-media
{
    width: 360px; 
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu-media > li
{
    margin: 0; 
    padding: 0;
}
.dropdown-menu-media .dropdown-menu-header
{
    position: relative; 

    padding: 20px 20px;

    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}
.dropdown-menu-media .dropdown-menu-header > h3,
.dropdown-menu-media .dropdown-menu-header > h4,
.dropdown-menu-media .dropdown-menu-header > h5
{
    margin: 0;
}
.dropdown-menu-media .dropdown-menu-header .tag
{
    position: absolute;
    top: 50%;
    right: 20px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.dropdown-menu-media .list-group
{
    font-size: .858rem;

    max-height: 270px; 
    margin: 0;

    border-radius: 0;
}
.dropdown-menu-media .list-group-item
{
    margin: 0;
    padding: 0 20px;

    border: none; 
    border-radius: 0 !important;
}
.dropdown-menu-media .list-group-item .media
{
    padding: 15px 0;

    border-top: 1px solid #e0e0e0;
}
.dropdown-menu-media .list-group-item:first-child .media
{
    border-top: none;
}
.dropdown-menu-media > .dropdown-menu-footer
{
    border-top: 1px solid #e0e0e0;
    background-color: #eee;
}
.dropdown-menu-media > .dropdown-menu-footer > a
{
    margin: 0;
    padding: 15px 20px !important;

    color: #9e9e9e !important;
}
.dropdown-menu-media > .dropdown-menu-footer > a:hover
{
    color: #AF6B50 !important; 
    background-color: transparent !important;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn
{
    position: absolute;
    right: 0;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn:hover
{
    color: #AF6B50 !important;
    background-color: transparent !important;
}

.dropdown-menu-primary .dropdown-iten.active,
.dropdown-menu-primary .dropdown-iten.active:hover,
.dropdown-menu-primary .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #AF6B50;
}

.dropdown-menu-success .dropdown-iten.active,
.dropdown-menu-success .dropdown-iten.active:hover,
.dropdown-menu-success .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #4caf50;
}

.dropdown-menu-info .dropdown-iten.active,
.dropdown-menu-info .dropdown-iten.active:hover,
.dropdown-menu-info .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #00bcd4;
}

.dropdown-menu-warning .dropdown-iten.active,
.dropdown-menu-warning .dropdown-iten.active:hover,
.dropdown-menu-warning .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #ff9800;
}

.dropdown-menu-danger .dropdown-iten.active,
.dropdown-menu-danger .dropdown-iten.active:hover,
.dropdown-menu-danger .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #f44336;
}

.dropdown-menu-dark .dropdown-iten.active,
.dropdown-menu-dark .dropdown-iten.active:hover,
.dropdown-menu-dark .dropdown-iten.active:focus
{
    color: #fff;
    background-color: #616161;
}

.btn-group .dropdown-menu > li > a
{
    padding: 6px 40px 6px 15px;
}
.btn-group .dropdown-menu > li > a .badge
{
    position: absolute;
    right: 15px;

    margin-top: 2px;
}

.btn-group,
.btn-group-vertical
{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.btn-group > .btn,
.btn-group .btn-group,
.btn-group .btn-group-vertical,
.btn-group-vertical > .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn-group-vertical
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-group-flat
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-group .btn ~ .dropdown-toggle
{
    margin-left: -1px;
    padding-right: .8em;
    padding-left: .8em;
}
.btn-group .btn ~ .dropdown-toggle:after
{
    margin-left: 0;
}

.btn-group.open .dropdown-toggle
{
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.btn-group:focus .dropdown-toggle
{
    -webkit-transition: .25s;
         -o-transition: .25s;
            transition: .25s;
}

.btn-group-justified
{
    display: table;

    width: 100%;

    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group
{
    display: table-cell;
    float: none;

    width: 1%;
}
.btn-group-justified > .btn-group .btn
{
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu
{
    left: auto;
}

.input-group-addon
{
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
         -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
            transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.input-group-btn .btn
{
    padding: 6px 10px;

    -webkit-box-shadow: none;
            box-shadow: none;
}
.input-group-btn .btn > .icon
{
    vertical-align: bottom;
}

.input-group-btn .dropdown-toggle.btn .caret
{
    margin-left: 2px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group
{
    z-index: 1;
}

.form-icons .form-control-icon
{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 10px; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.form-icons .form-control-icon + .form-control
{
    padding-left: 30px; 

    border-top-left-radius: .215rem;
    border-bottom-left-radius: .215rem;
}

.form-icons .round-input-control .form-control
{
    border-radius: 200px;
}

.form-icons .large-icon .form-control
{
    height: 3.2rem !important;
}

.form-icons .small-icon .form-control
{
    height: 2.2rem !important;
}

.form-icons .form-control-icon-right
{
    right: 10px; 
    left: auto;
}
.form-icons .form-control-icon-right + .form-control
{
    padding-right: 30px;
    padding-left: .929rem;
}

.nav-link
{
    position: relative;

    display: block;
    overflow: hidden; 

    padding: .715rem 1.072rem;
}
.nav-link:focus
{
    outline: none;
}
.nav-link:focus,
.nav-link:hover
{
    background-color: #eee;
}
.nav-link .close
{
    display: inline-block;

    margin-left: 10px;
}

.nav-quick
{
    margin-right: 0;
    margin-bottom: 21px;
    margin-left: 0;
    padding: 0;

    border-radius: .215rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.nav-quick .nav-item
{
    position: relative;

    display: block;

    padding: 0;

    list-style: none;

    text-align: center;
}
.nav-quick .nav-link
{
    display: block;

    padding: 1.143rem 0;

    color: #757575;
}
.nav-quick .nav-link .icon
{
    font-size: 2.286rem; 

    display: block;

    margin-bottom: .2rem;
}
.nav-quick .nav-link:hover
{
    text-decoration: none;

    background-color: #eee;
}
.nav-quick .tag,
.nav-quick .tag-pill
{
    position: absolute;
    top: 0;
    right: 0;
}
.nav-quick-xs .nav-link
{
    padding: .5rem 0;
}
.nav-quick-xs .nav-link .icon
{
    font-size: 1.2rem;
}
.nav-quick-sm .nav-link
{
    padding: .858rem 0;
}
.nav-quick-sm .nav-link .icon
{
    font-size: 1.7145rem;
}
.nav-quick-lg .nav-link
{
    padding: 1.572rem 0;
}
.nav-quick-lg .nav-link .icon
{
    font-size: 2.8575rem;
}
.nav-quick-bordered
{
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.nav-quick-bordered .nav-item
{
    border-right: 1px solid #e0e0e0; 
    border-bottom: 1px solid #e0e0e0;
}

.nav-tabs .nav-item + .nav-item
{
    margin-left: 2px;
}

.nav-tabs .nav-link
{
    padding: .715rem 1.429rem;

    -webkit-transition: .25s;
         -o-transition: .25s;
            transition: .25s; 

    color: #757575;
}
.nav-tabs .nav-link > .icon
{
    line-height: 1;

    margin-right: .5em;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover
{
    background-color: #eee;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover
{
    color: #fff;
    border-color: transparent;
    border-bottom-color: #AF6B50; 
    background-color: #AF6B50;
}

.nav-tabs .dropup .dropdown-menu
{
    margin-bottom: -1px;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-pills .nav-link
{
    -webkit-transition: border .2s linear 0s, color .2s linear 0s, background-color .2s linear 0s;
         -o-transition: border .2s linear 0s, color .2s linear 0s, background-color .2s linear 0s;
            transition: border .2s linear 0s, color .2s linear 0s, background-color .2s linear 0s;
}

.nav-pills-rounded .nav-link
{
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;

    border-radius: 1000px;
}

.nav-tabs.nav-tabs-bottom
{
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
}
.nav-tabs.nav-tabs-bottom .nav-item
{
    margin-top: -1px;
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-bottom .nav-link
{
    border-radius: 0 0 .286rem .286rem;
}
.nav-tabs.nav-tabs-bottom .nav-link:hover,
.nav-tabs.nav-tabs-bottom .nav-link:focus
{
    border-top-color: #e0e0e0; 
    border-bottom-color: transparent;
}

.nav-tabs-reverse .nav-item
{
    float: right;
}
.nav-tabs-reverse .nav-item + .nav-item
{
    margin-right: 2px; 
    margin-left: 0;
}

.nav-tabs-solid
{
    border-bottom-color: #eee;
}
.nav-tabs-solid .nav-link:hover
{
    border-color: transparent;
}
.nav-tabs-solid .nav-link.active,
.nav-tabs-solid .nav-link.active:focus,
.nav-tabs-solid .nav-link.active:hover,
.nav-tabs-solid .nav-item.open .nav-link,
.nav-tabs-solid .nav-item.open .nav-link:focus,
.nav-tabs-solid .nav-item.open .nav-link:hover
{
    color: #757575;
    border-color: transparent; 
    background-color: #eee;
}
.nav-tabs-solid ~ .tab-content
{
    padding: 1.429rem;

    background-color: #eee;
}
.nav-tabs-solid.nav-tabs-bottom .nav-link.active,
.nav-tabs-solid.nav-tabs-bottom .nav-link.active:hover,
.nav-tabs-solid.nav-tabs-bottom .nav-link.active:focus
{
    border: none;
}

.nav-tabs-line
{
    position: relative;
}
.nav-tabs-line .nav-link
{
    padding: .715rem 1.429rem;

    border-bottom: 2px solid transparent;
}
.nav-tabs-line .nav-link:hover,
.nav-tabs-line .nav-link:focus
{
    background-color: transparent;
}
.nav-tabs-line .nav-link:hover
{
    border-bottom-color: #bdbdbd;
}
.nav-tabs-line .nav-link.active,
.nav-tabs-line .nav-link.active:focus,
.nav-tabs-line .nav-link.active:hover,
.nav-tabs-line .nav-item.open .nav-link,
.nav-tabs-line .nav-item.open .nav-link:focus,
.nav-tabs-line .nav-item.open .nav-link:hover
{
    color: #AF6B50;
    border-bottom: 2px solid #AF6B50; 
    background-color: transparent;
}
.nav-tabs-line .dropdown-menu
{
    margin-top: 0;
}
.nav-tabs-line .dropup .dropdown-menu
{
    margin-bottom: 0;
}
.nav-tabs-line .nav-item.open > .nav-link,
.nav-tabs-line .nav-item.open > .nav-link:focus,
.nav-tabs-line .nav-item.open > .nav-link:hover
{
    border-bottom-color: #AF6B50;
}
.nav-tabs-line > .nav-tabs-autoline
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 2px;

    -webkit-transition-property: left, width;
         -o-transition-property: left, width;
            transition-property: left, width; 

    background-color: #AF6B50;
}
.nav-tabs-line.nav-tabs-bottom .nav-link
{
    border-top: 2px solid transparent;
    border-bottom: none;
}
.nav-tabs-line.nav-tabs-bottom .nav-link:hover
{
    border-top-color: #bdbdbd;
    border-bottom-color: transparent;
}
.nav-tabs-line.nav-tabs-bottom .nav-link.active,
.nav-tabs-line.nav-tabs-bottom .nav-link.active:focus,
.nav-tabs-line.nav-tabs-bottom .nav-link.active:hover,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:hover
{
    border-top: 2px solid #AF6B50;
    border-bottom: none;
}
.nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link,
.nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link:focus,
.nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link:hover
{
    border-top-color: #AF6B50;
}
.nav-tabs-line.nav-tabs-bottom > .nav-tabs-autoline
{
    top: 0;
    bottom: auto;
}

.tabs-line-top
{
    border-bottom: 1px solid #e0e0e0;
}
.tabs-line-top .nav-link,
.tabs-line-top .nav-item .nav-link
{
    bottom: -1px;

    border-top: 2px solid transparent;
    border-bottom-color: transparent;
}
.tabs-line-top .nav-link:hover,
.tabs-line-top .nav-item .nav-link:hover
{
    border-top: 2px solid #bdbdbd; 
    border-bottom-color: transparent;
}
.tabs-line-top .nav-link.active,
.tabs-line-top .nav-link.active:focus,
.tabs-line-top .nav-link.active:hover,
.tabs-line-top .nav-item.open .nav-link,
.tabs-line-top .nav-item.open .nav-link:focus,
.tabs-line-top .nav-item.open .nav-link:hover
{
    color: #AF6B50;
    border-top: 2px solid #AF6B50;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff; 
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
}

.nav-tabs-vertical::after
{
    display: table;
    clear: both; 

    content: '';
}

.nav-tabs-vertical .nav-tabs
{
    float: left;

    border-right: 1px solid #e0e0e0;
    border-bottom: none;
}
.nav-tabs-vertical .nav-tabs .nav-item
{
    float: none;

    margin-right: -1px;
    margin-bottom: 2px;
    margin-left: 0;
}
.nav-tabs-vertical .nav-tabs .nav-link
{
    padding: .715rem 1.429rem;

    border-radius: .286rem 0 0 .286rem;
}
.nav-tabs-vertical .nav-tabs .nav-link:hover
{
    border-right-color: #e0e0e0; 
    border-bottom-color: transparent;
}
.nav-tabs-vertical .nav-tabs .nav-link.active,
.nav-tabs-vertical .nav-tabs .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs .nav-link.active:hover
{
    border-right-color: #AF6B50;
}

.nav-tabs-vertical .nav-tabs-reverse
{
    float: right;

    border-right: none;
    border-left: 1px solid #e0e0e0;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-item
{
    margin-right: 0;
    margin-left: -1px;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link
{
    margin-left: 0;

    border-radius: 0 .286rem .286rem 0;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link:hover
{
    border-right-color: transparent;
    border-left-color: #e0e0e0;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active,
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active:hover
{
    border-left-color: #AF6B50;
}

.nav-tabs-vertical .nav-tabs-solid
{
    border-right-color: #eee;
}
.nav-tabs-vertical .nav-tabs-solid .nav-link:hover
{
    border-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid .nav-link.active,
.nav-tabs-vertical .nav-tabs-solid .nav-link.active:focus,
.nav-tabs-vertical .nav-tabs-solid .nav-link.active:hover
{
    border-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid + .tab-content
{
    padding: 1.429rem;
}
.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse
{
    border-left-color: #eee;
}

.nav-tabs-vertical .nav-tabs-line .nav-link
{
    border-right: 2px solid transparent;
    border-bottom: none;
}
.nav-tabs-vertical .nav-tabs-line .nav-link:hover
{
    border-right-color: #bdbdbd;
}
.nav-tabs-vertical .nav-tabs-line .nav-link.active,
.nav-tabs-vertical .nav-tabs-line .nav-link.active:hover,
.nav-tabs-vertical .nav-tabs-line .nav-link.active:focus
{
    border-right: 2px solid #AF6B50;
    border-bottom: none;
}

.nav-tabs-vertical .nav-tabs-line > .nav-tabs-autoline
{
    right: 0;
    left: auto;

    width: 2px;
    height: 0;

    -webkit-transition-property: top, height;
         -o-transition-property: top, height;
            transition-property: top, height;
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link
{
    border-right-width: 1px;
    border-left: 2px solid transparent;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link:hover
{
    border-color: transparent;
    border-left-color: #bdbdbd;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:hover,
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:focus
{
    border-right: 1px solid transparent;
    border-left: 2px solid #AF6B50;
}

.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > .nav-tabs-autoline
{
    right: auto; 
    left: 0;
}

.nav-tabs-vertical .tab-content
{
    overflow: hidden;
}

.nav-tabs-inverse .nav-tabs-solid
{
    border-bottom-color: #fff;
}
.nav-tabs-inverse .nav-tabs-solid .nav-link.active,
.nav-tabs-inverse .nav-tabs-solid .nav-link.active:hover,
.nav-tabs-inverse .nav-tabs-solid .nav-link.active:focus
{
    color: #757575;
    background-color: #fff;
}

.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid
{
    border-right-color: #fff;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse
{
    border-left-color: #fff;
}

.nav-tabs-inverse .tab-content
{
    background: #fff;
}

.nav-tabs-animate .tab-content
{
    overflow: hidden;
}

.nav-tabs-lg .nav-link
{
    font-size: 1.286rem;
    line-height: 1.333333; 

    padding: .858rem 1.429rem;
}

.nav-tabs-sm .nav-link
{
    font-size: .858rem;
    line-height: 1.5; 

    padding: .358rem .715rem;
}

.navbar
{
    min-height: 4.715rem; 
    padding: 0;

    border: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.navbar-nav
{
    margin: .80375rem -.9375rem;
}
.navbar-nav .nav-item
{
    float: none;
}
.navbar-nav .nav-link
{
    padding-top: 1.572rem;
    padding-bottom: 1.572rem;
}
.navbar-nav .nav-item .nav-link
{
    line-height: 21px; 

    padding-top: .715rem;
    padding-bottom: .715rem;
}
.navbar-nav .nav-item + .nav-item
{
    margin-left: 0;
}
.navbar-nav > .nav-item > .dropdown-menu
{
    margin-top: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 767px)
{
    .navbar-nav .open .dropdown-menu
    {
        position: static;

        float: none;

        width: auto;
        margin-top: 0;

        border: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-item,
    .navbar-nav .open .dropdown-menu .dropdown-header
    {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-item
    {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-item:hover,
    .navbar-nav .open .dropdown-menu .dropdown-item:focus
    {
        background-image: none;
    }
}
@media (min-width: 768px)
{
    .navbar-nav
    {
        float: left;

        margin: 0;
    }
    .navbar-nav > .nav-item
    {
        float: left;
    }
    .navbar-nav > .nav-item > .nav-link
    {
        padding-top: 1.6075rem;
        padding-bottom: 1.6075rem;
    }
    .navbar-nav.navbar-right:last-child
    {
        margin-right: -.9375rem;
    }
}

.navbar-header::after
{
    display: table;
    clear: both; 

    content: '';
}

@media (min-width: 768px)
{
    .navbar-header
    {
        float: left;
    }
}

.container-fluid .navbar-header,
.container-fluid .navbar-collapse
{
    margin-right: -.9375rem; 
    margin-left: -.9375rem;
}
@media (min-width: 768px)
{
    .container-fluid .navbar-header,
    .container-fluid .navbar-collapse
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

.navbar-toggler
{
    line-height: 21px;

    position: relative;

    float: right;

    height: 4.715rem;
    margin-top: 0;
    margin-right: .9375rem;
    margin-bottom: 0;
    padding: 1.6075rem .9375rem;

    cursor: pointer;
    -webkit-transition: color .25s linear;
         -o-transition: color .25s linear;
            transition: color .25s linear;

    border: 1px solid transparent;
    border-radius: .215rem; 
    background: transparent !important;
    background-image: none;
}
.navbar-toggler:hover
{
    background: transparent !important;
}
.navbar-toggler:focus
{
    outline: none;
}
.navbar-toggler .icon
{
    margin-top: -1px;
}
.navbar-toggler .icon-bar
{
    display: block;

    width: 1.572rem;
    height: 2px;

    border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar
{
    margin-top: .286rem;
}
@media (min-width: 768px)
{
    .navbar-toggler
    {
        display: none;
    }
}

.navbar-toggler-left
{
    float: left;

    margin-right: 0; 
    margin-left: .9375rem;
}

.navbar-collapse
{
    overflow-x: visible;

    padding-right: .9375rem;
    padding-left: .9375rem;

    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);

    -webkit-overflow-scrolling: touch;
}
.navbar-collapse::after
{
    display: table;
    clear: both; 

    content: '';
}
.navbar-collapse.in
{
    overflow-y: visible;
}
@media (min-width: 768px)
{
    .navbar-collapse
    {
        width: auto;

        border-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .navbar-collapse.collapse
    {
        display: block !important;
        overflow: visible !important; 

        height: auto !important;
        padding-bottom: 0;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse
    {
        padding-right: 0; 
        padding-left: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom
{
    width: 100%;
}

.hidden-float::after
{
    display: table;
    clear: both; 

    content: '';
}

@media (min-width: 768px)
{
    .hidden-float
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .hidden-float
    {
        display: none !important;
    }
}

.navbar-brand
{
    font-size: 1.286rem;
    font-weight: 500;
    line-height: 21px;

    float: left;

    height: 4.715rem;
    margin: 0; 
    padding: 1.6075rem 1.429rem;
}
.navbar-brand:hover,
.navbar-brand:focus
{
    text-decoration: none;
}
.navbar-brand > img.navbar-brand-logo
{
    display: inline-block;
}
@media (min-width: 768px)
{
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand
    {
        margin-left: -.9375rem;
    }
}

.navbar-brand-logo
{
    display: inline-block;

    height: 2.286rem; 
    margin-top: -.393rem;
}

.navbar-brand-text
{
    margin-left: .429rem;
}

@media (max-width: 767px)
{
    .navbar-brand-center
    {
        position: absolute;
        left: 50%;

        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
             -o-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
}

@media (min-width: 768px)
{
    .navbar > .container .navbar-brand-center,
    .navbar > .container-fluid .navbar-brand-center
    {
        margin-left: 0;
    }
}

@media (min-width: 768px)
{
    .navbar-mega .container,
    .navbar-mega .container-fluid
    {
        position: relative;
    }
}

.navbar-mega .dropdown-menu
{
    left: auto;
}

.navbar-mega .dropdown-mega
{
    position: static;
}

.navbar-mega .mega-content
{
    padding: 1.429rem 2.143rem;
}

.navbar-mega .mega-menu
{
    min-width: 10.715rem;
    max-width: 100%;
}
.navbar-mega .mega-menu > ul
{
    padding-left: 0;
}
.navbar-mega .mega-menu .list-icons
{
    margin-bottom: .429rem;
}

.navbar-mega .dropdown.dropdown-fw .dropdown-menu
{
    right: 5px;
    left: 5px;
}
@media (max-width: 767px)
{
    .navbar-mega .dropdown.dropdown-fw .dropdown-menu
    {
        right: 0;
        left: 0;
    }
}

.navbar-form
{
    margin-top: 1.107rem;
    margin-right: -.9375rem;
    margin-bottom: 1.107rem; 
    margin-left: -.9375rem;
    padding: .715rem .9375rem;

    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
@media (max-width: 767px)
{
    .navbar-form .form-group
    {
        margin-bottom: .358rem;
    }
}
@media (min-width: 768px)
{
    .navbar-form
    {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0; 

        border: 0;
    }
    .navbar-form.navbar-right:last-child
    {
        margin-right: -.9375rem;
    }
}
.navbar-form .icon
{
    font-size: 1.143rem;

    color: rgba(66, 66, 66, .4);
}
.navbar-form .form-control
{
    border: none;
    border-radius: 38px; 
    background-color: #eee;
}

@media (min-width: 768px)
{
    .navbar-search.collapse
    {
        display: block !important;
        visibility: visible !important; 
        overflow: visible !important;

        height: auto !important;
    }
}

@media (max-width: 767px)
{
    .navbar-search
    {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
}

@media (max-width: 767px)
{
    .navbar-search .navbar-form
    {
        margin-top: 0;
        margin-bottom: 0;

        border-bottom: none;
    }
}

.container > .navbar-search,
.container-fluid > .navbar-search
{
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}
@media (min-width: 768px)
{
    .container > .navbar-search,
    .container-fluid > .navbar-search
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-search-overlap
{
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;

    background-color: #fff;
}
.navbar-search-overlap .form-group,
.navbar-search-overlap .form-control
{
    display: block !important;

    margin: 0;
}
.navbar-search-overlap .form-control
{
    height: 4.715rem !important;

    border-radius: 0; 
    background-color: transparent !important;
}
.navbar-search-overlap .form-control:focus
{
    border-color: transparent;
}

.navbar-toolbar
{
    float: left;
}
.navbar-toolbar::after
{
    display: table;
    clear: both; 

    content: '';
}
.navbar-toolbar .nav-item
{
    float: left;
}
.navbar-toolbar .nav-item::after
{
    display: table;
    clear: both; 

    content: '';
}
.navbar-toolbar .nav-link
{
    line-height: 21px; 

    padding-top: 1.6075rem;
    padding-bottom: 1.6075rem;
}
.navbar-toolbar .dropdown-menu
{
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-animation-duration: .3s;
         -o-animation-duration: .3s;
            animation-duration: .3s;
}
@media (max-width: 767px)
{
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media)
    {
        overflow-x: hidden;
        overflow-y: scroll;

        max-height: 28.572rem;

        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 

        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767px) and (max-device-width: 480px) and (orientation: landscape)
{
    .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media)
    {
        max-height: 14.286rem;
    }
}
@media (max-width: 767px)
{
    .navbar-toolbar .open
    {
        position: static;
    }
    .navbar-toolbar .open .dropdown-menu
    {
        right: 0;
        left: 0;

        float: none;

        width: auto;
        margin-top: 0;

        border-top-left-radius: 0; 
        border-top-right-radius: 0;
    }
}

@media (max-width: 767px)
{
    .navbar-toolbar-left
    {
        float: left !important;
    }
    .navbar-toolbar-right
    {
        float: right !important;
    }
}

.navbar-nav .nav-link.navbar-avatar,
.navbar-toolbar .nav-link.navbar-avatar
{
    padding-top: 1.286rem;
    padding-bottom: 1.286rem;
}

@media (max-width: 767px)
{
    .navbar-nav .nav-link.navbar-avatar
    {
        padding-top: .393rem;
        padding-bottom: .393rem;
    }
}

.navbar-avatar .avatar
{
    width: 2.143rem;
}

.icon-fullscreen
{
    font-family: 'Material Design Iconic';
}
.icon-fullscreen:before
{
    content: '';
}
.icon-fullscreen.active:before
{
    content: '';
}

.icon-menubar
{
    font-family: 'Material Design Iconic';
}
.icon-menubar:before
{
    content: '';
}
.icon-menubar.active:before
{
    content: '';
}

.navbar-btn
{
    margin-top: 1.107rem;
    margin-bottom: 1.107rem;
}
.navbar-btn.btn-sm
{
    margin-top: 1.2135rem;
    margin-bottom: 1.2135rem;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn
{
    margin-top: 1.5715rem;
    margin-bottom: 1.5715rem;
}

.navbar-text
{
    margin-top: 1.6075rem;
    margin-bottom: 1.6075rem;
}
@media (min-width: 768px)
{
    .navbar-text
    {
        float: left;

        margin-right: .9375rem; 
        margin-left: .9375rem;
    }
    .navbar-text.navbar-right:last-child
    {
        margin-right: 0;
    }
}

@media (min-width: 768px)
{
    .navbar-left
    {
        float: left;
    }
    .navbar-right
    {
        float: right;

        margin-right: -.9375rem;
    }
    .navbar-right ~ .navbar-right
    {
        margin-right: 0;
    }
    .navbar-right .dropdown-menu
    {
        right: 0;
        left: auto;
    }
}

.navbar-default
{
    border-color: #e0e0e0; 
    background-color: #fff;
}
.navbar-default .navbar-brand
{
    color: #424242;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
    color: #424242;
    background-color: none;
}
.navbar-default .navbar-text
{
    color: #757575;
}
.navbar-default .navbar-nav .nav-link
{
    color: #757575;
}
.navbar-default .navbar-nav .nav-link:hover,
.navbar-default .navbar-nav .nav-link:focus
{
    color: #616161;
    background-color: rgba(238, 238, 238, .3);
}
.navbar-default .navbar-nav > .active > .nav-link,
.navbar-default .navbar-nav > .active > .nav-link:hover,
.navbar-default .navbar-nav > .active > .nav-link:focus,
.navbar-default .navbar-nav .nav-link.active,
.navbar-default .navbar-nav .nav-link.active:hover,
.navbar-default .navbar-nav .nav-link.active:focus
{
    color: #616161;
    background-color: rgba(238, 238, 238, .6);
}
.navbar-default .navbar-nav > .disabled > .nav-link,
.navbar-default .navbar-nav > .disabled > .nav-link:hover,
.navbar-default .navbar-nav > .disabled > .nav-link:focus,
.navbar-default .navbar-nav .nav-link.disabled,
.navbar-default .navbar-nav .nav-link.disabled:hover,
.navbar-default .navbar-nav .nav-link.disabled:focus
{
    color: #bdbdbd;
    background-color: transparent;
}
.navbar-default .navbar-toggler
{
    border-color: transparent;
}
.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus
{
    background-color: rgba(238, 238, 238, .3);
}
.navbar-default .navbar-toggler .icon-bar
{
    background-color: #757575;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
    border-color: #e0e0e0;
}
.navbar-default .navbar-nav > .open > .nav-link,
.navbar-default .navbar-nav > .open > .nav-link:hover,
.navbar-default .navbar-nav > .open > .nav-link:focus
{
    color: #616161; 
    background-color: rgba(238, 238, 238, .6);
}
@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item
    {
        color: #757575;
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:hover,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:focus
    {
        color: #616161;
        background-color: rgba(238, 238, 238, .3);
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:hover,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:focus
    {
        color: #616161;
        background-color: rgba(238, 238, 238, .6);
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover,
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus
    {
        color: #bdbdbd;
        background-color: transparent;
    }
}
.navbar-default .navbar-link
{
    color: #757575;
}
.navbar-default .navbar-link:hover
{
    color: #616161;
}
.navbar-default .navbar-toolbar .nav-link
{
    display: block;

    color: #757575;
}
.navbar-default .navbar-toolbar .nav-link:hover,
.navbar-default .navbar-toolbar .nav-link:focus
{
    color: #616161;
    background-color: rgba(238, 238, 238, .3);
}
.navbar-default .navbar-toolbar > .active > .nav-link,
.navbar-default .navbar-toolbar > .active > .nav-link:hover,
.navbar-default .navbar-toolbar > .active > .nav-link:focus,
.navbar-default .navbar-toolbar .nav-link.active,
.navbar-default .navbar-toolbar .nav-link.active:hover,
.navbar-default .navbar-toolbar .nav-link.active:focus
{
    color: #616161;
    background-color: rgba(238, 238, 238, .6);
}
.navbar-default .navbar-toolbar > .disabled > .nav-link,
.navbar-default .navbar-toolbar > .disabled > .nav-link:hover,
.navbar-default .navbar-toolbar > .disabled > .nav-link:focus,
.navbar-default .navbar-toolbar .nav-link.disabled,
.navbar-default .navbar-toolbar .nav-link.disabled:hover,
.navbar-default .navbar-toolbar .nav-link.disabled:focus
{
    color: #bdbdbd;
    background-color: transparent;
}
.navbar-default .navbar-toggler
{
    color: #757575;
}
.navbar-default .navbar-toolbar > .open > .nav-link,
.navbar-default .navbar-toolbar > .open > .nav-link:hover,
.navbar-default .navbar-toolbar > .open > .nav-link:focus
{
    color: #616161;
    background-color: rgba(238, 238, 238, .6);
}

.navbar-inverse
{
    border-color: rgba(0, 0, 0, .1); 
    background-color: #AF6B50;
}
.navbar-inverse .navbar-brand
{
    color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus
{
    color: #fff;
    background-color: none;
}
.navbar-inverse .navbar-text
{
    color: #fff;
}
.navbar-inverse .navbar-nav .nav-link
{
    color: #fff;
}
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .nav-link:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.navbar-inverse .navbar-nav > .active > .nav-link,
.navbar-inverse .navbar-nav > .active > .nav-link:hover,
.navbar-inverse .navbar-nav > .active > .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.active:hover,
.navbar-inverse .navbar-nav .nav-link.active:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.navbar-inverse .navbar-nav > .disabled > .nav-link,
.navbar-inverse .navbar-nav > .disabled > .nav-link:hover,
.navbar-inverse .navbar-nav > .disabled > .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link.disabled,
.navbar-inverse .navbar-nav .nav-link.disabled:hover,
.navbar-inverse .navbar-nav .nav-link.disabled:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-toggler
{
    color: #fff;
    border-color: transparent;
}
.navbar-inverse .navbar-toggler:hover,
.navbar-inverse .navbar-toggler:focus
{
    background-color: rgba(0, 0, 0, .1);
}
.navbar-inverse .navbar-toggler .icon-bar
{
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    border-color: #964C34;
}
.navbar-inverse .navbar-nav > .open > .nav-link,
.navbar-inverse .navbar-nav > .open > .nav-link:hover,
.navbar-inverse .navbar-nav > .open > .nav-link:focus
{
    color: #fff; 
    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header
    {
        border-color: rgba(0, 0, 0, .1);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-divider
    {
        background-color: rgba(0, 0, 0, .1);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item
    {
        color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:focus
    {
        color: #fff;
        background-color: rgba(0, 0, 0, .1);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active,
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:focus
    {
        color: #fff;
        background-color: rgba(0, 0, 0, .1);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled,
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus
    {
        color: #fff;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link
{
    color: #fff;
}
.navbar-inverse .navbar-link:hover
{
    color: #fff;
}
.navbar-inverse .navbar-toolbar .nav-link
{
    color: #fff;
}
.navbar-inverse .navbar-toolbar .nav-link:hover,
.navbar-inverse .navbar-toolbar .nav-link:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.navbar-inverse .navbar-toolbar > .active > .nav-link,
.navbar-inverse .navbar-toolbar > .active > .nav-link:hover,
.navbar-inverse .navbar-toolbar > .active > .nav-link:focus,
.navbar-inverse .navbar-toolbar .nav-link.active,
.navbar-inverse .navbar-toolbar .nav-link.active:hover,
.navbar-inverse .navbar-toolbar .nav-link.active:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}
.navbar-inverse .navbar-toolbar > .disabled > .nav-link,
.navbar-inverse .navbar-toolbar > .disabled > .nav-link:hover,
.navbar-inverse .navbar-toolbar > .disabled > .nav-link:focus,
.navbar-inverse .navbar-toolbar .nav-link.disabled,
.navbar-inverse .navbar-toolbar .nav-link.disabled:hover,
.navbar-inverse .navbar-toolbar .nav-link.disabled:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-toolbar > .open > .nav-link,
.navbar-inverse .navbar-toolbar > .open > .nav-link:hover,
.navbar-inverse .navbar-toolbar > .open > .nav-link:focus
{
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}

.breadcrumb
{
    margin-bottom: 10px;

    background-color: transparent;
}
.breadcrumb .is-hidden
{
    display: none;
}
.breadcrumb-ellipsis
{
    display: inline-block;
}
.breadcrumb-dropdown
{
    display: inline-block;
}
.breadcrumb.breadcrumb-right > li.breadcrumb-ellipsis.is-hidden + li:before
{
    display: none;
}
.breadcrumb.breadcrumb-left .breadcrumb-dropdown,
.breadcrumb.breadcrumb-left .breadcrumb-ellipsis
{
    float: left;
}

.breadcrumb-item + .breadcrumb-item:before
{
    padding: 0 5px;
}

.breadcrumb-item .icon
{
    text-decoration: none;
}
.breadcrumb-item .icon:before
{
    margin-right: 10px;
}

.breadcrumb-arrow > .breadcrumb-item + .breadcrumb-item:before
{
    content: '» ';
}

.page-item > span
{
    padding: .643rem 1.072rem;

    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
         -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
            transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.page-item > span:focus,
.page-item > span:hover
{
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
         -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
            transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    text-decoration: none;
}

.page-item .icon
{
    margin-top: -1px;
}

.page-item.active .page-link
{
    z-index: 3;
}

.page-item.disabled > span,
.page-item.disabled > span:focus,
.page-item.disabled > span:hover
{
    cursor: not-allowed;
    pointer-events: none;

    color: #bdbdbd;
    border-color: #e0e0e0; 
    background-color: transparent;
}

.page-link
{
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
         -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
            transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.page-link:focus,
.page-link:hover
{
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
         -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
            transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    text-decoration: none;
}

.pagination-gap .page-item.disabled .page-link:focus,
.pagination-gap .page-item.disabled .page-link:hover
{
    border-color: #e0e0e0;
}

.pagination-gap .page-item:first-child .page-link,
.pagination-gap .page-item:last-child .page-link
{
    border-radius: 5px;
}

.pagination-gap .page-item.active .page-link
{
    background-color: #AF6B50;
}

.pagination-gap .page-link
{
    margin: 0 5px;

    border-radius: 5px;
}
.pagination-gap .page-link:focus,
.pagination-gap .page-link:hover
{
    border-color: #AF6B50; 
    background-color: transparent;
}

.pagination-no-border .page-link
{
    border: none;
}

.tag.tag-outline
{
    color: #eee;
    border-color: #eee; 
    background-color: transparent;
}

.tag-outline
{
    border: 1px solid transparent;
}

.tag-round
{
    border-radius: 1em;
}

.tag-pill
{
    padding: 3px 6px;
}
.tag-pill:empty
{
    display: none;
}
.tag-pill.up
{
    position: relative;
    top: -10px;

    margin: 0 -.8em;

    border-radius: 15px;
}
.btn .tag-pill
{
    top: 0;
}
.btn-xs .tag-pill,
.btn-group-xs > .btn .tag-pill,
.btn-group-xs > .btn .tag-pill
{
    top: 0;

    padding: 1px 5px;
}
a .tag-pill:hover,
a .tag-pill:focus
{
    cursor: pointer; 
    text-decoration: none;
}
.list-group-item > .tag-pill
{
    float: right;
}
.list-group-item > .tag-pill + .tag-pill
{
    margin-right: 5px;
}
.nav-pills > li > a > .tag-pill
{
    margin-left: 3px;
}

.tag-default
{
    color: #757575;
}
.tag-default[href]:hover,
.tag-default[href]:focus
{
    background-color: #eee;
}
.tag-default.tag-outline
{
    color: #e0e0e0;
    border-color: #e0e0e0; 
    background-color: transparent;
}
.tag-default[href]:hover,
.tag-default[href]:focus
{
    color: #9e9e9e;
}
.tag-default.tag-outline
{
    color: #757575;
}

.tag-primary[href]:hover,
.tag-primary[href]:focus
{
    background-color: #BF8469;
}

.tag-primary.tag-outline
{
    color: #AF6B50;
    border-color: #AF6B50; 
    background-color: transparent;
}

.tag-success[href]:hover,
.tag-success[href]:focus
{
    background-color: #66bb6a;
}

.tag-success.tag-outline
{
    color: #4caf50;
    border-color: #4caf50; 
    background-color: transparent;
}

.tag-info[href]:hover,
.tag-info[href]:focus
{
    background-color: #26c6da;
}

.tag-info.tag-outline
{
    color: #00bcd4;
    border-color: #00bcd4; 
    background-color: transparent;
}

.tag-warning[href]:hover,
.tag-warning[href]:focus
{
    background-color: #ffa726;
}

.tag-warning.tag-outline
{
    color: #ff9800;
    border-color: #ff9800; 
    background-color: transparent;
}

.tag-danger[href]:hover,
.tag-danger[href]:focus
{
    background-color: #ef5350;
}

.tag-danger.tag-outline
{
    color: #f44336;
    border-color: #f44336; 
    background-color: transparent;
}

.tag-dark
{
    background-color: #616161;
}
.tag-dark[href]:hover,
.tag-dark[href]:focus
{
    background-color: #757575;
}
.tag-dark.tag-outline
{
    color: #616161;
    border-color: #616161; 
    background-color: transparent;
}
.tag-dark[href]:focus,
.tag-dark[href]:hover
{
    background-color: #484848;
}

.tag-lg
{
    font-size: 16px;
}

.tag-sm
{
    font-size: 10px; 

    padding: .1em .5em .1em;
}

.jumbotron
{
    padding: 0;

    border-radius: .215rem;
}
.jumbotron > .jumbotron-photo img
{
    width: 100%;

    border-top-left-radius: .215rem; 
    border-top-right-radius: .215rem;
}
.jumbotron-contents
{
    padding: 1.429rem;
}
.jumbotron .carousel,
.jumbotron .carousel-inner,
.jumbotron .carousel-inner > .carousel-item.active img
{
    border-top-left-radius: .215rem; 
    border-top-right-radius: .215rem;
}
.jumbotron .carousel-inner > .carousel-item > a > img,
.jumbotron .carousel-inner > .carousel-item > img
{
    width: 100%;
}
.jumbotron h1,
.jumbotron .h1
{
    font-size: 28px;
}
.jumbotron h2,
.jumbotron .h2
{
    font-size: 24px;
}
@media (min-width: 768px)
{
    .jumbotron,
    .container .jumbotron
    {
        padding: 0;
    }
    .jumbotron h1,
    .jumbotron .h1
    {
        font-size: 28px;
    }
}

.alert
{
    padding-right: 20px;
    padding-left: 20px;
}
.alert ul
{
    padding-left: 13px;
}
.alert ul li
{
    padding-left: 7px;
}
.panel > .alert
{
    margin: 0;
}
.alert h4
{
    margin-top: 0;

    color: inherit;
}
.alert > *:last-child
{
    margin-bottom: 0;
}

.alert-alt
{
    color: #757575;
    border: none;
    border-left: 3px solid transparent; 
    background-color: rgba(238, 238, 238, .8);
}
.alert-alt a,
.alert-alt .alert-link
{
    text-decoration: none;
}

.alert-dismissible
{
    padding-right: 40px;
}
.alert-dismissible .close
{
    top: 0;

    text-decoration: none;

    opacity: .6;
}
.alert-dismissible .close:hover,
.alert-dismissible .close:focus
{
    opacity: 1;
}
.alert-dismissible.alert-alt .close
{
    opacity: .6; 
    color: #9e9e9e;
}
.alert-dismissible.alert-alt .close:hover,
.alert-dismissible.alert-alt .close:focus
{
    opacity: 1; 
    color: #9e9e9e;
}

.alert-icon
{
    position: relative;

    padding-left: 45px;
}
.alert-icon > .icon
{
    font-size: 1.143rem;

    position: absolute;
    top: 18px;
    left: 20px;

    width: 1em;

    text-align: center;
}

.alert-avatar
{
    position: relative;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 75px;
}
.alert-avatar > .avatar
{
    position: absolute;
    top: 12px;
    left: 20px;
}

.page-alert .alert-wrap
{
    overflow: hidden;

    max-height: 0;
    margin: 0;
    padding: 0;

    -webkit-transition: max-height .7s linear 0s;
         -o-transition: max-height .7s linear 0s;
            transition: max-height .7s linear 0s;
}
.page-alert .alert-wrap.in
{
    max-height: 500px;

    -webkit-transition: max-height 1s linear 0s;
         -o-transition: max-height 1s linear 0s;
            transition: max-height 1s linear 0s;
}
.page-alert .alert-wrap .alert
{
    margin: 0;

    text-align: left;

    border-radius: 0;
}

.alert-primary
{
    color: #AF6B50; 
    border-color: #EFD6C4;
    background-color: rgba(197, 202, 233, .8);
}
.alert-primary .close
{
    color: #AF6B50;
}
.alert-primary .close:hover,
.alert-primary .close:focus
{
    color: #AF6B50;
}
.alert-primary .alert-link
{
    color: #964C34;
}

.alert-alt.alert-primary
{
    border-color: #AF6B50;
}
.alert-alt.alert-primary a,
.alert-alt.alert-primary .alert-link
{
    color: #AF6B50;
}

.alert-success .alert-link
{
    color: #43a047;
}

.alert-alt.alert-success
{
    border-color: #4caf50;
}
.alert-alt.alert-success a,
.alert-alt.alert-success .alert-link
{
    color: #4caf50;
}

.alert-info .alert-link
{
    color: #00acc1;
}

.alert-alt.alert-info
{
    border-color: #00bcd4;
}
.alert-alt.alert-info a,
.alert-alt.alert-info .alert-link
{
    color: #00bcd4;
}

.alert-warning .alert-link
{
    color: #fb8c00;
}

.alert-alt.alert-warning
{
    border-color: #ff9800;
}
.alert-alt.alert-warning a,
.alert-alt.alert-warning .alert-link
{
    color: #ff9800;
}

.alert-danger .alert-link
{
    color: #e53935;
}

.alert-alt.alert-danger
{
    border-color: #f44336;
}
.alert-alt.alert-danger a,
.alert-alt.alert-danger .alert-link
{
    color: #f44336;
}

.alert-social
{
    position: relative;

    padding-left: 65px;
}
.alert-social > .icon
{
    font-size: 30px;

    position: absolute;
    top: 12px;
    bottom: 0;
    left: 20px;

    width: 1em;

    text-align: center;
}

.alert-facebook
{
    color: #fff; 
    border-color: #3b5998;
    background-color: #3b5998;
}
.alert-facebook .close
{
    color: #fff;
}
.alert-facebook .close:hover,
.alert-facebook .close:focus
{
    color: #fff;
}
.alert-facebook .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-twitter
{
    color: #fff; 
    border-color: #55acee;
    background-color: #55acee;
}
.alert-twitter .close
{
    color: #fff;
}
.alert-twitter .close:hover,
.alert-twitter .close:focus
{
    color: #fff;
}
.alert-twitter .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-google-plus
{
    color: #fff; 
    border-color: #dd4b39;
    background-color: #dd4b39;
}
.alert-google-plus .close
{
    color: #fff;
}
.alert-google-plus .close:hover,
.alert-google-plus .close:focus
{
    color: #fff;
}
.alert-google-plus .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-linkedin
{
    color: #fff; 
    border-color: #0976b4;
    background-color: #0976b4;
}
.alert-linkedin .close
{
    color: #fff;
}
.alert-linkedin .close:hover,
.alert-linkedin .close:focus
{
    color: #fff;
}
.alert-linkedin .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-flickr
{
    color: #fff; 
    border-color: #ff0084;
    background-color: #ff0084;
}
.alert-flickr .close
{
    color: #fff;
}
.alert-flickr .close:hover,
.alert-flickr .close:focus
{
    color: #fff;
}
.alert-flickr .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-tumblr
{
    color: #fff; 
    border-color: #35465c;
    background-color: #35465c;
}
.alert-tumblr .close
{
    color: #fff;
}
.alert-tumblr .close:hover,
.alert-tumblr .close:focus
{
    color: #fff;
}
.alert-tumblr .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-github
{
    color: #fff; 
    border-color: #4183c4;
    background-color: #4183c4;
}
.alert-github .close
{
    color: #fff;
}
.alert-github .close:hover,
.alert-github .close:focus
{
    color: #fff;
}
.alert-github .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-dribbble
{
    color: #fff; 
    border-color: #c32361;
    background-color: #c32361;
}
.alert-dribbble .close
{
    color: #fff;
}
.alert-dribbble .close:hover,
.alert-dribbble .close:focus
{
    color: #fff;
}
.alert-dribbble .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert-youtube
{
    color: #fff; 
    border-color: #b31217;
    background-color: #b31217;
}
.alert-youtube .close
{
    color: #fff;
}
.alert-youtube .close:hover,
.alert-youtube .close:focus
{
    color: #fff;
}
.alert-youtube .alert-link
{
    font-weight: 500; 

    color: #fff;
}

.alert.dark .alert-link
{
    font-weight: 500; 

    color: #fff !important;
}

.alert.dark .alert-left-border
{
    border: none;
    border-left: 3px solid transparent;
}

.alert.dark.alert-dismissible.alert-alt .close
{
    color: #fff;
}
.alert.dark.alert-dismissible.alert-alt .close:hover,
.alert.dark.alert-dismissible.alert-alt .close:focus
{
    color: #fff;
}

.alert.dark.alert-primary
{
    color: #fff; 
    border-color: #AF6B50;
    background-color: #AF6B50;
}
.alert.dark.alert-primary .close
{
    color: #fff;
}
.alert.dark.alert-primary .close:hover,
.alert.dark.alert-primary .close:focus
{
    color: #fff;
}
.alert.dark.alert-primary.alert-alt
{
    border-color: #263172;
}
.alert.dark.alert-primary.alert-alt a,
.alert.dark.alert-primary.alert-alt .alert-link
{
    color: #fff;
}

.alert.dark.alert-success
{
    color: #fff; 
    border-color: #4caf50;
    background-color: #4caf50;
}
.alert.dark.alert-success .close
{
    color: #fff;
}
.alert.dark.alert-success .close:hover,
.alert.dark.alert-success .close:focus
{
    color: #fff;
}
.alert.dark.alert-success.alert-alt
{
    border-color: #2c6a2f;
}
.alert.dark.alert-success.alert-alt a,
.alert.dark.alert-success.alert-alt .alert-link
{
    color: #fff;
}

.alert.dark.alert-info
{
    color: #fff; 
    border-color: #00bcd4;
    background-color: #00bcd4;
}
.alert.dark.alert-info .close
{
    color: #fff;
}
.alert.dark.alert-info .close:hover,
.alert.dark.alert-info .close:focus
{
    color: #fff;
}
.alert.dark.alert-info.alert-alt
{
    border-color: #006875;
}
.alert.dark.alert-info.alert-alt a,
.alert.dark.alert-info.alert-alt .alert-link
{
    color: #fff;
}

.alert.dark.alert-warning
{
    color: #fff; 
    border-color: #ff9800;
    background-color: #ff9800;
}
.alert.dark.alert-warning .close
{
    color: #fff;
}
.alert.dark.alert-warning .close:hover,
.alert.dark.alert-warning .close:focus
{
    color: #fff;
}
.alert.dark.alert-warning.alert-alt
{
    border-color: #af6100;
}
.alert.dark.alert-warning.alert-alt a,
.alert.dark.alert-warning.alert-alt .alert-link
{
    color: #fff;
}

.alert.dark.alert-danger
{
    color: #fff; 
    border-color: #f44336;
    background-color: #f44336;
}
.alert.dark.alert-danger .close
{
    color: #fff;
}
.alert.dark.alert-danger .close:hover,
.alert.dark.alert-danger .close:focus
{
    color: #fff;
}
.alert.dark.alert-danger.alert-alt
{
    border-color: #b61b17;
}
.alert.dark.alert-danger.alert-alt a,
.alert.dark.alert-danger.alert-alt .alert-link
{
    color: #fff;
}

.progress
{
    overflow: hidden;

    height: 15px;
    margin-bottom: 21px;

    border-radius: .215rem; 
    background-color: #e0e0e0;
}

.progress-bar
{
    font-size: .858rem;
    line-height: 15px;

    float: left;

    width: 0;
    height: 100%;

    -webkit-transition: width .6s ease;
         -o-transition: width .6s ease;
            transition: width .6s ease; 
    text-align: center;

    color: #fff;
    background-color: #AF6B50;
}

.progress-bar-success
{
    background-color: #4caf50;
}
.progress-striped .progress-bar-success
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info
{
    background-color: #00bcd4;
}
.progress-striped .progress-bar-info
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning
{
    background-color: #ff9800;
}
.progress-striped .progress-bar-warning
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger
{
    background-color: #f44336;
}
.progress-striped .progress-bar-danger
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar,
.progress-bar-striped
{
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active
{
    -webkit-animation: progress-bar-stripes 2s linear infinite;
         -o-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite;
}

.progress-square
{
    border-radius: 0;
}

.progress-circle
{
    border-radius: 1000px;
}

.progress-vertical
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 250px;
    min-height: 250px;
    margin-right: 30px; 
    margin-bottom: 0;
}
.progress-vertical .progress-bar
{
    width: 100%;
}

.progress-bar-indicating.active
{
    position: relative;

    -webkit-animation: none;
         -o-animation: none;
            animation: none;
}
.progress-bar-indicating.active:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-animation: progress-active 3s ease 0s infinite;
         -o-animation: progress-active 3s ease 0s infinite;
            animation: progress-active 3s ease 0s infinite; 

    opacity: 0;
    border-radius: inherit;
    background-color: #fff;
}
.progress-vertical .progress-bar-indicating.active:before
{
    -webkit-animation-name: progress-vertical-active;
         -o-animation-name: progress-vertical-active;
            animation-name: progress-vertical-active;
}

.progress-skill
{
    position: relative;
}
.progress-skill .progress-bar > span
{
    position: absolute;
    top: 0;
    right: 10px;

    color: #616161;
}

.progress-lg
{
    height: 21px;
}
.progress-lg.progress-vertical
{
    width: 25px;
}
.progress-lg .progress-bar
{
    line-height: 21px;
}

.progress-sm
{
    height: 10px;
}
.progress-sm.progress-vertical
{
    width: 10px;
}
.progress-sm .progress-bar
{
    line-height: 10px;
}

.progress-xs
{
    height: 4px;

    border-radius: 1px;
}
.progress-xs.progress-vertical
{
    width: 4px;
}
.progress-xs .progress-bar
{
    line-height: 4px;
}

.contextual-progress
{
    margin: 20px 0;
}
.contextual-progress .progress-title
{
    float: left;
}
.contextual-progress .progress-label
{
    position: relative;

    float: right;
}
.contextual-progress .progress
{
    height: 2px;
    margin: 5px 0;
}

@-webkit-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes
{
    from
    {
        background-position: 40px 0;
    }
    to
    {
        background-position: 0 0;
    }
}

@-webkit-keyframes progress-active
{
    0%
    {
        width: 0;

        opacity: .4;
    }
    100%
    {
        width: 100%;

        opacity: 0;
    }
}

@-o-keyframes progress-active
{
    0%
    {
        width: 0;

        opacity: .4;
    }
    100%
    {
        width: 100%;

        opacity: 0;
    }
}

@keyframes progress-active
{
    0%
    {
        width: 0;

        opacity: .4;
    }
    100%
    {
        width: 100%;

        opacity: 0;
    }
}

@-webkit-keyframes progress-vertical-active
{
    0%
    {
        top: 0;

        opacity: 0;
    }
    100%
    {
        top: 175px;

        opacity: .4;
    }
}

@-o-keyframes progress-vertical-active
{
    0%
    {
        top: 0;

        opacity: 0;
    }
    100%
    {
        top: 175px;

        opacity: .4;
    }
}

@keyframes progress-vertical-active
{
    0%
    {
        top: 0;

        opacity: 0;
    }
    100%
    {
        top: 175px;

        opacity: .4;
    }
}

.media .media
{
    padding-bottom: 0;

    border-bottom: none;
}

.media-object
{
    width: 120px;
}

.media-body
{
    overflow: auto;
}

.media-meta
{
    font-size: .858rem;

    margin-bottom: 3px; 

    color: #616161;
}

.media-lg .media-object
{
    width: 160px;
}

.media-lg .media
{
    margin-left: -110px;
}

.media-sm .media-object
{
    width: 80px;
}

.media-sm .media
{
    margin-left: -70px;
}

.media-xs .media-object
{
    width: 60px;
}

.media-xs .media
{
    margin-left: -60px;
}

@media (min-width: 768px)
{
    .media-body
    {
        overflow: hidden;
    }
    .media .media
    {
        margin-left: 0;
    }
}

@media (max-width: 479px)
{
    .media-lg .media
    {
        margin-left: 0;
    }
    .media .media-left
    {
        margin-bottom: 5px;
    }
    .media .media
    {
        padding-left: 15px;
    }
    .media-left
    {
        display: block;
    }
    .media-body
    {
        width: auto;
    }
}

.list-group
{
    margin-bottom: 20px;
}
.list-group .media
{
    padding: 2px 0;

    border-bottom: 0;
}
.list-group .media .media-left
{
    padding-right: 20px;
}
.list-group .media .media-right
{
    padding-left: 20px;
}
.list-group .media .media-right .status
{
    margin-top: 15px;
    margin-right: 5px;
}
.list-group .media .media-heading
{
    font-size: 1rem;
}

.list-group-full > .list-group-item
{
    padding-right: 0; 
    padding-left: 0;
}

a.list-group-item
{
    color: #757575;
    border-radius: .215rem;
}
a.list-group-item:focus,
a.list-group-item:hover
{
    text-decoration: none;

    color: #757575;
    background-color: #eee;
}
a.list-group-item.disabled,
a.list-group-item.disabled:focus,
a.list-group-item.disabled:hover
{
    color: #bdbdbd;
    background-color: #eee;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover
{
    color: #fff;
    background-color: #AF6B50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.list-group-item .icon
{
    margin-right: 10px;
}

.list-group.bg-inherit
{
    border-radius: .215rem;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.list-group.bg-inherit .list-group-item
{
    border-bottom-color: rgba(0, 0, 0, .075); 
    background-color: transparent;
}
.list-group.bg-inherit .list-group-item:last-child
{
    border-bottom-color: transparent;
}
.list-group.bg-inherit .list-group-item:hover
{
    border-color: transparent; 
    background-color: rgba(0, 0, 0, .075);
}

.list-group-bordered
{
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.list-group-bordered .list-group-item
{
    border-color: #e0e0e0;
}
.list-group-bordered .list-group-item.active,
.list-group-bordered .list-group-item.active:hover,
.list-group-bordered .list-group-item.active:focus
{
    color: #fff;
    border-color: #7E321D; 
    background-color: #7E321D;
}

.list-group-dividered .list-group-item
{
    border-top-color: #e0e0e0;
}
.list-group-dividered .list-group-item.active:hover
{
    border-top-color: #e0e0e0;
}

.list-group-dividered .list-group-item:last-child
{
    border-bottom-color: #e0e0e0;
}

.list-group-dividered .list-group-item:first-child
{
    border-top-color: transparent;
}
.list-group-dividered .list-group-item:first-child.active:hover
{
    border-top-color: transparent;
}

.list-group-gap .list-group-item
{
    margin-bottom: 2px;

    border-radius: .215rem;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.list-group-full .list-group-item
{
    padding-right: 0;
    padding-left: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover
{
    color: #AF6B50; 
    border-color: transparent;
    background-color: transparent;
}

.list-group-item
{
    border: 1px solid transparent;
}

.list-group-item-dark
{
    color: #fff;
    background-color: #616161;
}

a.list-group-item-dark,
button.list-group-item-dark
{
    color: #fff;
}
a.list-group-item-dark .list-group-item-heading,
button.list-group-item-dark .list-group-item-heading
{
    color: inherit;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover
{
    color: #fff;
    background-color: #545454;
}
a.list-group-item-dark.active,
a.list-group-item-dark.active:focus,
a.list-group-item-dark.active:hover,
button.list-group-item-dark.active,
button.list-group-item-dark.active:focus,
button.list-group-item-dark.active:hover
{
    color: #fff;
    border-color: #fff; 
    background-color: #fff;
}

.close.icon
{
    font-size: inherit;
}

.card
{
    margin-bottom: 2.143rem;

    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.card .cover
{
    width: 100%;
    padding: 0;

    border-bottom: none;
}
[class*='blocks-'] > li > .card
{
    margin-bottom: 0;
}

.card-title
{
    margin-top: 0;
}

.card-header,
.card-footer
{
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.card-bordered
{
    border: 1px solid #e0e0e0;
}

.card-header-bordered
{
    border-bottom: 1px solid #e0e0e0;
}

.card-footer-bordered
{
    border-top: 1px solid #e0e0e0;
}

.card-transparent
{
    background-color: transparent;
}

.card-header-transparent
{
    background-color: transparent;
}

.card-footer-transparent
{
    background-color: transparent;
}

.card-shadow
{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.card-block
{
    position: relative;
}

.card-text.type-link a
{
    position: relative;

    display: inline-block;

    padding: 3px 5px;

    color: #9e9e9e;
}
.card-text.type-link a:first-child
{
    padding-left: 0;
}
.card-text.type-link a:hover
{
    color: #bdbdbd;
}
.card-text.type-link a + a:before
{
    position: absolute;
    top: 10px;
    left: -2px;

    width: 3px;
    height: 3px;

    content: '';

    border-radius: 50%; 
    background-color: #9e9e9e;
}

.card-watermark
{
    line-height: 1; 

    position: absolute;
    right: 0;
    bottom: 0;

    opacity: .1;
}
.card-watermark.darker
{
    color: black;
}
.card-watermark.lighter
{
    color: white;
}

.card-divider:after
{
    display: block;

    width: 20px;
    height: 2px;
    margin: 15px auto;

    content: '';

    background-color: #fff;
}

.card-actions
{
    margin-top: 10px;

    text-align: right;
}
.card-actions a
{
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #9e9e9e;
}
.card-actions a.icon,
.card-actions a .icon
{
    text-decoration: none;
}
.card-actions a.icon + span,
.card-actions a .icon + span
{
    margin-left: 2px;
}
.card-actions a.active,
.card-actions a:hover,
.card-actions a:focus
{
    text-decoration: none;

    color: #bdbdbd;
}
.card-actions a:last-child
{
    margin-right: 0;
}

.card-actions-sidebar
{
    position: absolute;
    top: 20px;
    left: 20px; 

    width: 60px;
}
.card-actions-sidebar a
{
    display: inline-block;

    width: 100%;
    height: 60px;
    margin-right: 0; 

    text-align: center;

    border-right: 1px solid #e0e0e0;
}
.card-actions-sidebar a:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}
.card-actions-sidebar a + a
{
    border-top: 1px solid #e0e0e0;
}
.card-actions-sidebar + .card-content
{
    margin-left: 80px;
}

.card-img
{
    border-radius: 0;
}

.card-img-left
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40%;
    height: 100%;

    border-radius: -webkit-calc(.215rem - 1px) 0 0 -webkit-calc(.215rem - 1px);
    border-radius:         calc(.215rem - 1px) 0 0 calc(.215rem - 1px);
}
.card-img-left ~ .card-block
{
    width: 60%; 
    margin-left: 40%;
}
@media (max-width: 767px)
{
    .card-img-left
    {
        position: relative;

        width: 100%;
        height: 320px;
    }
    .card-img-left ~ .card-block
    {
        width: 100%; 
        margin-left: 0;
    }
}

.card-default
{
    background-color: #e0e0e0;
}
.card-default.card-bordered,
.card-default .card-header-bordered,
.card-default .card-footer-bordered
{
    border-color: #e0e0e0;
}

.card-columns .card
{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.card-sm .card-header
{
    padding: .858rem 1.072rem;
}

.card-sm .card-block
{
    padding: 1.072rem;
}

.card-sm .card-footer
{
    padding: .858rem 1.072rem;
}

.card-md .card-header
{
    padding: 1.786rem 2.143rem;
}

.card-md .card-block
{
    padding: 1.786rem;
}

.card-md .card-footer
{
    padding: 2.143rem 1.786rem;
}

.card-lg .card-header
{
    padding: 2.143rem;
}

.card-lg .card-block
{
    padding: 2.143rem;
}

.card-lg .card-footer
{
    padding: 2.143rem;
}

.card-header-actions
{
    float: right;

    margin: 0;
}

.modal-content
{
    border: none;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.modal-header
{
    padding: 15px 20px;

    border-bottom: none;
}

.modal-header .close
{
    margin-top: 1px;
}

.modal-body
{
    padding: 20px;
}

.modal-footer
{
    padding: 6px 20px 20px;

    border-top: none;
}
.modal-footer .btn + .btn
{
    margin-left: 5px;
}
.modal-footer .btn-block + .btn-block
{
    margin-left: 0;
}

@media (min-width: 480px)
{
    .modal-dialog
    {
        margin: 30px;
    }
}

@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }
    .modal-sm
    {
        width: 300px;
    }
}

@media (min-width: 992px)
{
    .modal-lg
    {
        width: 900px;
    }
}

.modal-top
{
    margin: 0 auto;
}

.modal-center
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;

    height: 100%;
    margin: 0 auto;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
            align-content: center;
}

.modal-bottom
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;

    height: 100%;
    margin: 0 auto;

    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
            align-content: center;
}

.modal-sidebar
{
    position: absolute;
    right: 0;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;

    height: 100%;
    margin: 0;

    background-color: #fff;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
            align-content: center;
}
.modal-sidebar .modal-content
{
    overflow-x: hidden; 
    overflow-y: auto;

    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-sidebar .modal-header
{
    border-bottom: none;
}
.modal-sidebar .modal-footer
{
    border-top: none;
}
.modal-sidebar button.close
{
    position: fixed;
    z-index: 1; 
    top: 20px;
    right: 20px;
}

.modal.fade .modal-dialog.modal-sidebar
{
    -webkit-transform: translate(25%, 0px);
        -ms-transform: translate(25%, 0px);
         -o-transform: translate(25%, 0px);
            transform: translate(25%, 0px);
}

.modal.in .modal-dialog.modal-sidebar
{
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
}

.modal-fill-in
{
    background-color: transparent;
}
.modal-fill-in.in
{
    opacity: 1; 
    background-color: rgba(255, 255, 255, .95);
}
.modal-fill-in .modal-dialog
{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display:         flex;

    max-width: 100%;
    height: 100%;
    margin: 0 auto;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
@media (min-width: 768px)
{
    .modal-fill-in .modal-dialog > *
    {
        width: 600px;
    }
    .modal-fill-in .modal-dialog.modal-sm > *
    {
        width: 300px;
    }
    .modal-fill-in .modal-dialog button.close
    {
        position: fixed;
        z-index: 1;
        top: 20px;
        right: 20px;

        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
             -o-transform: translate(0%, 0%);
                transform: translate(0%, 0%); 

        opacity: .5;
    }
}
@media (min-width: 992px)
{
    .modal-fill-in .modal-dialog.modal-lg > *
    {
        width: 900px;
    }
}
.modal-fill-in .modal-content
{
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-fill-in .modal-header
{
    border-bottom: none;
}
.modal-fill-in .modal-footer
{
    border-top: none;
}

.modal-primary .modal-header
{
    border-radius: .286rem .286rem 0 0; 
    background-color: #AF6B50;
}
.modal-primary .modal-header *
{
    color: #fff;
}
.modal-primary .modal-header .close
{
    opacity: .6;
}

.modal-success .modal-header
{
    border-radius: .286rem .286rem 0 0; 
    background-color: #4caf50;
}
.modal-success .modal-header *
{
    color: #fff;
}
.modal-success .modal-header .close
{
    opacity: .6;
}

.modal-info .modal-header
{
    border-radius: .286rem .286rem 0 0; 
    background-color: #00bcd4;
}
.modal-info .modal-header *
{
    color: #fff;
}
.modal-info .modal-header .close
{
    opacity: .6;
}

.modal-warning .modal-header
{
    border-radius: .286rem .286rem 0 0; 
    background-color: #ff9800;
}
.modal-warning .modal-header *
{
    color: #fff;
}
.modal-warning .modal-header .close
{
    opacity: .6;
}

.modal-danger .modal-header
{
    border-radius: .286rem .286rem 0 0; 
    background-color: #f44336;
}
.modal-danger .modal-header *
{
    color: #fff;
}
.modal-danger .modal-header .close
{
    opacity: .6;
}

.modal.modal-fade-in-scale-up .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
         -o-transform: scale(.7);
            transform: scale(.7);

    opacity: 0;
}

.modal.modal-fade-in-scale-up.in .modal-dialog
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); 

    opacity: 1;
}

.modal.modal-slide-in-right .modal-dialog
{
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9) 0s;
         -o-transition: all .3s cubic-bezier(.25, .5, .5, .9) 0s;
            transition: all .3s cubic-bezier(.25, .5, .5, .9) 0s; 
    -webkit-transform: translate(20%, 0%);
        -ms-transform: translate(20%, 0%);
         -o-transform: translate(20%, 0%);
            transform: translate(20%, 0%);

    opacity: 0;
}

.modal.modal-slide-in-right.in .modal-dialog
{
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 

    opacity: 1;
}

.modal.modal-slide-from-bottom .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: translate(0%, 20%);
        -ms-transform: translate(0%, 20%);
         -o-transform: translate(0%, 20%);
            transform: translate(0%, 20%);

    opacity: 0;
}

.modal.modal-slide-from-bottom.in .modal-dialog
{
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
         -o-transform: translate(0px, 0px);
            transform: translate(0px, 0px); 

    opacity: 1;
}

.modal.modal-newspaper .modal-dialog
{
    -webkit-transition: all .5s ease 0s;
         -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s; 
    -webkit-transform: scale(0) rotate(720deg);
        -ms-transform: scale(0) rotate(720deg);
         -o-transform: scale(0) rotate(720deg);
            transform: scale(0) rotate(720deg);

    opacity: 0;
}

.modal.modal-newspaper.in .modal-dialog
{
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); 

    opacity: 1;
}

.modal.modal-fall
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-fall .modal-dialog
{
    -webkit-transform: translateZ(600px) rotateX(20deg);
            transform: translateZ(600px) rotateX(20deg);

    opacity: 0;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-fall.in .modal-dialog
{
    -webkit-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s; 
    -webkit-transform: translateZ(0px) rotateX(0deg);
            transform: translateZ(0px) rotateX(0deg);

    opacity: 1;
}

.modal.modal-side-fall
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-side-fall .modal-dialog
{
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
            transform: translate(30%) translateZ(600px) rotate(10deg);

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-side-fall.in .modal-dialog
{
    -webkit-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s; 
    -webkit-transform: translate(0%) translateZ(0px) rotate(0deg);
            transform: translate(0%) translateZ(0px) rotate(0deg);
}

.modal.modal-3d-flip-horizontal
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-3d-flip-horizontal .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: rotateY(-70deg);
            transform: rotateY(-70deg);

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-3d-flip-horizontal.in .modal-dialog
{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

.modal.modal-3d-flip-vertical
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-3d-flip-vertical .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: rotateX(-70deg);
            transform: rotateX(-70deg);

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-3d-flip-vertical.in .modal-dialog
{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

.modal.modal-3d-sign
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-3d-sign .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: rotateX(-60deg);
            transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
         -o-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-3d-sign.in .modal-dialog
{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

.modal.modal-super-scaled .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);

    opacity: 0;
}

.modal.modal-super-scaled.in .modal-dialog
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); 

    opacity: 1;
}

.modal.modal-just-me .modal-dialog
{
    -webkit-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
         -o-transform: scale(.8);
            transform: scale(.8);

    opacity: 0;
}

.modal.modal-just-me .modal-backdrop
{
    background-color: #fff;
}

.modal.modal-just-me.in
{
    background: #fff;
}
.modal.modal-just-me.in .modal-dialog
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); 

    opacity: 1;
}
.modal.modal-just-me.in .modal-backdrop
{
    opacity: 1;
}

.modal.modal-3d-slit
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-3d-slit .modal-dialog
{
    -webkit-transition: all .5s ease 0s;
         -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s; 
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
            transform: translateZ(-3000px) rotateY(90deg);

    opacity: 0;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-3d-slit.in .modal-dialog
{
    -webkit-animation: slit .7s ease-out forwards;
         -o-animation: slit .7s ease-out forwards;
            animation: slit .7s ease-out forwards;
}

.modal.modal-rotate-from-bottom
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-rotate-from-bottom .modal-dialog
{
    -webkit-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s; 
    -webkit-transform: translateY(100%) rotateX(90deg);
            transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100% 0;
        -ms-transform-origin: 0 100% 0;
         -o-transform-origin: 0 100% 0;
            transform-origin: 0 100% 0;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-rotate-from-bottom.in .modal-dialog
{
    -webkit-transform: translateY(0%) rotateX(0deg);
            transform: translateY(0%) rotateX(0deg);
}

.modal.modal-rotate-from-left
{
    -webkit-perspective: 1300px;
            perspective: 1300px;
}
.modal.modal-rotate-from-left .modal-dialog
{
    -webkit-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s; 
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
            transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100% 0;
        -ms-transform-origin: 0 100% 0;
         -o-transform-origin: 0 100% 0;
            transform-origin: 0 100% 0;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.modal.modal-rotate-from-left.in .modal-dialog
{
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
            transform: translateZ(0px) translateX(0%) rotateY(0deg);
}

@-webkit-keyframes slit
{
    50%
    {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
                transform: translateZ(-250px) rotateY(89deg); 

        opacity: .5;
    }
    100%
    {
        -webkit-transform: translateZ(0px) rotateY(0deg);
                transform: translateZ(0px) rotateY(0deg); 

        opacity: 1;
    }
}

@-o-keyframes slit
{
    50%
    {
        transform: translateZ(-250px) rotateY(89deg); 

        opacity: .5;
    }
    100%
    {
        transform: translateZ(0px) rotateY(0deg); 

        opacity: 1;
    }
}

@keyframes slit
{
    50%
    {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
                transform: translateZ(-250px) rotateY(89deg); 

        opacity: .5;
    }
    100%
    {
        -webkit-transform: translateZ(0px) rotateY(0deg);
                transform: translateZ(0px) rotateY(0deg); 

        opacity: 1;
    }
}

.tooltip-inner
{
    padding: 6px 12px;
}

.tooltip-primary .tooltip-inner
{
    color: #fff;
    background-color: #AF6B50;
}

.tooltip-primary.bs-tether-element-attached-top .tooltip-arrow,
.tooltip-primary.tooltip-top .tooltip-arrow
{
    border-bottom-color: #AF6B50;
}

.tooltip-primary.bs-tether-element-attached-right .tooltip-arrow,
.tooltip-primary.tooltip-right .tooltip-arrow
{
    border-left-color: #AF6B50;
}

.tooltip-primary.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip-primary.tooltip-bottom .tooltip-arrow
{
    border-top-color: #AF6B50;
}

.tooltip-primary.bs-tether-element-attached-left .tooltip-arrow,
.tooltip-primary.tooltip-left .tooltip-arrow
{
    border-right-color: #AF6B50;
}

.tooltip-success .tooltip-inner
{
    color: #fff;
    background-color: #4caf50;
}

.tooltip-success.bs-tether-element-attached-top .tooltip-arrow,
.tooltip-success.tooltip-top .tooltip-arrow
{
    border-bottom-color: #4caf50;
}

.tooltip-success.bs-tether-element-attached-right .tooltip-arrow,
.tooltip-success.tooltip-right .tooltip-arrow
{
    border-left-color: #4caf50;
}

.tooltip-success.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip-success.tooltip-bottom .tooltip-arrow
{
    border-top-color: #4caf50;
}

.tooltip-success.bs-tether-element-attached-left .tooltip-arrow,
.tooltip-success.tooltip-left .tooltip-arrow
{
    border-right-color: #4caf50;
}

.tooltip-info .tooltip-inner
{
    color: #fff;
    background-color: #00bcd4;
}

.tooltip-info.bs-tether-element-attached-top .tooltip-arrow,
.tooltip-info.tooltip-top .tooltip-arrow
{
    border-bottom-color: #00bcd4;
}

.tooltip-info.bs-tether-element-attached-right .tooltip-arrow,
.tooltip-info.tooltip-right .tooltip-arrow
{
    border-left-color: #00bcd4;
}

.tooltip-info.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip-info.tooltip-bottom .tooltip-arrow
{
    border-top-color: #00bcd4;
}

.tooltip-info.bs-tether-element-attached-left .tooltip-arrow,
.tooltip-info.tooltip-left .tooltip-arrow
{
    border-right-color: #00bcd4;
}

.tooltip-warning .tooltip-inner
{
    color: #fff;
    background-color: #ff9800;
}

.tooltip-warning.bs-tether-element-attached-top .tooltip-arrow,
.tooltip-warning.tooltip-top .tooltip-arrow
{
    border-bottom-color: #ff9800;
}

.tooltip-warning.bs-tether-element-attached-right .tooltip-arrow,
.tooltip-warning.tooltip-right .tooltip-arrow
{
    border-left-color: #ff9800;
}

.tooltip-warning.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip-warning.tooltip-bottom .tooltip-arrow
{
    border-top-color: #ff9800;
}

.tooltip-warning.bs-tether-element-attached-left .tooltip-arrow,
.tooltip-warning.tooltip-left .tooltip-arrow
{
    border-right-color: #ff9800;
}

.tooltip-danger .tooltip-inner
{
    color: #fff;
    background-color: #f44336;
}

.tooltip-danger.bs-tether-element-attached-top .tooltip-arrow,
.tooltip-danger.tooltip-top .tooltip-arrow
{
    border-bottom-color: #f44336;
}

.tooltip-danger.bs-tether-element-attached-right .tooltip-arrow,
.tooltip-danger.tooltip-right .tooltip-arrow
{
    border-left-color: #f44336;
}

.tooltip-danger.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip-danger.tooltip-bottom .tooltip-arrow
{
    border-top-color: #f44336;
}

.tooltip-danger.bs-tether-element-attached-left .tooltip-arrow,
.tooltip-danger.tooltip-left .tooltip-arrow
{
    border-right-color: #f44336;
}

.popover
{
    padding: 0;

    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}
.popover.bs-tether-element-attached-top > .popover-arrow:after,
.popover.popover-bottom > .popover-arrow:after
{
    border-bottom-color: #eee;
}
.popover-content
{
    padding: 20px;
}

.popover-primary .popover-title
{
    color: #fff;
    border-color: #AF6B50; 
    background-color: #AF6B50;
}

.popover-primary.bs-tether-element-attached-top .popover-arrow,
.popover-primary.popover-bottom .popover-arrow
{
    border-bottom-color: #AF6B50;
}
.popover-primary.bs-tether-element-attached-top .popover-arrow:after,
.popover-primary.popover-bottom .popover-arrow:after
{
    border-bottom-color: #AF6B50;
}

.popover-success .popover-title
{
    color: #fff;
    border-color: #4caf50; 
    background-color: #4caf50;
}

.popover-success.bs-tether-element-attached-top .popover-arrow,
.popover-success.popover-bottom .popover-arrow
{
    border-bottom-color: #4caf50;
}
.popover-success.bs-tether-element-attached-top .popover-arrow:after,
.popover-success.popover-bottom .popover-arrow:after
{
    border-bottom-color: #4caf50;
}

.popover-info .popover-title
{
    color: #fff;
    border-color: #00bcd4; 
    background-color: #00bcd4;
}

.popover-info.bs-tether-element-attached-top .popover-arrow,
.popover-info.popover-bottom .popover-arrow
{
    border-bottom-color: #00bcd4;
}
.popover-info.bs-tether-element-attached-top .popover-arrow:after,
.popover-info.popover-bottom .popover-arrow:after
{
    border-bottom-color: #00bcd4;
}

.popover-warning .popover-title
{
    color: #fff;
    border-color: #ff9800; 
    background-color: #ff9800;
}

.popover-warning.bs-tether-element-attached-top .popover-arrow,
.popover-warning.popover-bottom .popover-arrow
{
    border-bottom-color: #ff9800;
}
.popover-warning.bs-tether-element-attached-top .popover-arrow:after,
.popover-warning.popover-bottom .popover-arrow:after
{
    border-bottom-color: #ff9800;
}

.popover-danger .popover-title
{
    color: #fff;
    border-color: #f44336; 
    background-color: #f44336;
}

.popover-danger.bs-tether-element-attached-top .popover-arrow,
.popover-danger.popover-bottom .popover-arrow
{
    border-bottom-color: #f44336;
}
.popover-danger.bs-tether-element-attached-top .popover-arrow:after,
.popover-danger.popover-bottom .popover-arrow:after
{
    border-bottom-color: #f44336;
}

.carousel-control
{
    min-width: 50px;
}
.carousel-control:focus,
.carousel-control:hover
{
    opacity: .4;
}
.carousel-control .icon
{
    position: absolute;
    z-index: 5;
    top: 50%;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.carousel-control.left .icon
{
    left: 50%;

    margin-left: -8px;
}
.carousel-control.right .icon
{
    right: 50%;

    margin-right: -8px;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6
{
    color: inherit;
}

.carousel-indicators
{
    margin-bottom: 0;
}
.carousel-indicators li
{
    margin: 3px;

    border: none; 
    background-color: rgba(255, 255, 255, .3);
}
.carousel-indicators .active
{
    width: 10px;
    height: 10px;
    margin: 3px;
}

.carousel-indicators-scaleup li
{
    -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
         -o-transition:      -o-transform .3s ease 0s, background-color .3s ease 0s;
            transition:         transform .3s ease 0s, background-color .3s ease 0s; 

    border: none;
}

.carousel-indicators-scaleup .active
{
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}

.carousel-indicators-fillin li
{
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
         -o-transition:         box-shadow .3s ease 0s;
            transition:         box-shadow .3s ease 0s; 

    background-color: transparent;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
            box-shadow: 0 0 0 2px #fff inset;
}

.carousel-indicators-fillin .active
{
    -webkit-box-shadow: 0 0 0 8px #fff inset;
            box-shadow: 0 0 0 8px #fff inset;
}

.carousel-indicators-fall li
{
    position: relative;

    -webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
         -o-transition:      -o-transform .3s ease 0s, background-color .3s ease 0s;
            transition:         transform .3s ease 0s, background-color .3s ease 0s;
}
.carousel-indicators-fall li:after
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s;
         -o-transition: opacity .3s ease 0s, visibility 0s ease .3s;
            transition: opacity .3s ease 0s, visibility 0s ease .3s; 
    -webkit-transform: translate(0%, -200%);
        -ms-transform: translate(0%, -200%);
         -o-transform: translate(0%, -200%);
            transform: translate(0%, -200%);

    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}

.carousel-indicators-fall .active
{
    -webkit-transform: translate(0, 200%);
        -ms-transform: translate(0, 200%);
         -o-transform: translate(0, 200%);
            transform: translate(0, 200%); 

    background-color: transparent;
}
.carousel-indicators-fall .active:after
{
    visibility: visible;

    -webkit-transition: opacity .3s ease 0s;
         -o-transition: opacity .3s ease 0s;
            transition: opacity .3s ease 0s; 

    opacity: 1;
}

@media (min-width: 768px)
{
    .carousel-control .icon
    {
        font-size: 48px; 

        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .carousel-control.left .icon
    {
        margin-left: -24px;
    }
    .carousel-control.right .icon
    {
        margin-right: -24px;
    }
}

.vertical-align
{
    font-size: 0;
}
.vertical-align:before
{
    display: inline-block;

    height: 100%;

    content: ''; 
    vertical-align: middle;
}
.vertical-align-middle,
.vertical-align-bottom
{
    font-size: 1rem; 

    display: inline-block;

    max-width: 100%;
}
.vertical-align-middle
{
    vertical-align: middle;
}
.vertical-align-bottom
{
    vertical-align: bottom;
}

.inline
{
    display: inline !important;
}

.inline-block
{
    display: inline-block !important;
}

.block
{
    display: block !important;
}

.text-break
{
    white-space: normal; 
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;

        -ms-hyphens: auto;
}

.text-top
{
    vertical-align: top !important;
}

.text-middle
{
    vertical-align: middle !important;
}

.text-bottom
{
    vertical-align: bottom !important;
}

.font-weight-unset
{
    font-weight: unset !important;
}

.font-weight-100
{
    font-weight: 100 !important;
}

.font-weight-200
{
    font-weight: 200 !important;
}

.font-weight-300
{
    font-weight: 300 !important;
}

.font-weight-400
{
    font-weight: 400 !important;
}

.font-weight-500
{
    font-weight: 500 !important;
}

.font-weight-600
{
    font-weight: 600 !important;
}

.font-weight-700
{
    font-weight: 700 !important;
}

.font-weight-800
{
    font-weight: 800 !important;
}

.font-weight-900
{
    font-weight: 900 !important;
}

.font-weight-light
{
    font-weight: 100 !important;
}

.font-weight-normal
{
    font-weight: 300 !important;
}

.font-weight-medium
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 500 !important;
}

.font-size-0
{
    font-size: 0 !important;
}

.font-size-10
{
    font-size: 10px !important;
}

.font-size-12
{
    font-size: 12px !important;
}

.font-size-14
{
    font-size: 14px !important;
}

.font-size-16
{
    font-size: 16px !important;
}

.font-size-18
{
    font-size: 18px !important;
}

.font-size-20
{
    font-size: 20px !important;
}

.font-size-24
{
    font-size: 24px !important;
}

.font-size-26
{
    font-size: 26px !important;
}

.font-size-30
{
    font-size: 30px !important;
}

.font-size-40
{
    font-size: 40px !important;
}

.font-size-50
{
    font-size: 50px !important;
}

.font-size-60
{
    font-size: 60px !important;
}

.font-size-70
{
    font-size: 70px !important;
}

.font-size-80
{
    font-size: 80px !important;
}

.w-50
{
    width: 50px !important;
}

.w-60
{
    width: 60px !important;
}

.w-100
{
    width: 100px !important;
}

.w-120
{
    width: 120px !important;
}

.w-150
{
    width: 150px !important;
}

.w-200
{
    width: 200px !important;
}

.w-250
{
    width: 250px !important;
}

.w-300
{
    width: 300px !important;
}

.w-350
{
    width: 350px !important;
}

.w-400
{
    width: 400px !important;
}

.w-450
{
    width: 450px !important;
}

.w-500
{
    width: 500px !important;
}

@media (max-width: 479px)
{
    .w-xs-50
    {
        width: 50px !important;
    }
    .w-xs-100
    {
        width: 100px !important;
    }
    .w-xs-120
    {
        width: 120px !important;
    }
    .w-xs-150
    {
        width: 150px !important;
    }
    .w-xs-200
    {
        width: 200px !important;
    }
    .w-xs-250
    {
        width: 250px !important;
    }
    .w-xs-300
    {
        width: 300px !important;
    }
    .w-xs-350
    {
        width: 350px !important;
    }
    .w-xs-400
    {
        width: 400px !important;
    }
    .w-xs-450
    {
        width: 450px !important;
    }
    .w-xs-500
    {
        width: 500px !important;
    }
    .w-xs-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .w-sm-50
    {
        width: 50px !important;
    }
    .w-sm-100
    {
        width: 100px !important;
    }
    .w-sm-120
    {
        width: 120px !important;
    }
    .w-sm-150
    {
        width: 150px !important;
    }
    .w-sm-200
    {
        width: 200px !important;
    }
    .w-sm-250
    {
        width: 250px !important;
    }
    .w-sm-300
    {
        width: 300px !important;
    }
    .w-sm-350
    {
        width: 350px !important;
    }
    .w-sm-400
    {
        width: 400px !important;
    }
    .w-sm-450
    {
        width: 450px !important;
    }
    .w-sm-500
    {
        width: 500px !important;
    }
    .w-sm-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .w-md-50
    {
        width: 50px !important;
    }
    .w-md-100
    {
        width: 100px !important;
    }
    .w-md-120
    {
        width: 120px !important;
    }
    .w-md-150
    {
        width: 150px !important;
    }
    .w-md-200
    {
        width: 200px !important;
    }
    .w-md-250
    {
        width: 250px !important;
    }
    .w-md-300
    {
        width: 300px !important;
    }
    .w-md-350
    {
        width: 350px !important;
    }
    .w-md-400
    {
        width: 400px !important;
    }
    .w-md-450
    {
        width: 450px !important;
    }
    .w-md-500
    {
        width: 500px !important;
    }
    .w-md-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .w-lg-50
    {
        width: 50px !important;
    }
    .w-lg-100
    {
        width: 100px !important;
    }
    .w-lg-120
    {
        width: 120px !important;
    }
    .w-lg-150
    {
        width: 150px !important;
    }
    .w-lg-200
    {
        width: 200px !important;
    }
    .w-lg-250
    {
        width: 250px !important;
    }
    .w-lg-300
    {
        width: 300px !important;
    }
    .w-lg-350
    {
        width: 350px !important;
    }
    .w-lg-400
    {
        width: 400px !important;
    }
    .w-lg-450
    {
        width: 450px !important;
    }
    .w-lg-500
    {
        width: 500px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px)
{
    .w-xl-50
    {
        width: 50px !important;
    }
    .w-xl-100
    {
        width: 100px !important;
    }
    .w-xl-120
    {
        width: 120px !important;
    }
    .w-xl-150
    {
        width: 150px !important;
    }
    .w-xl-200
    {
        width: 200px !important;
    }
    .w-xl-250
    {
        width: 250px !important;
    }
    .w-xl-300
    {
        width: 300px !important;
    }
    .w-xl-350
    {
        width: 350px !important;
    }
    .w-xl-400
    {
        width: 400px !important;
    }
    .w-xl-450
    {
        width: 450px !important;
    }
    .w-xl-500
    {
        width: 500px !important;
    }
}

@media (min-width: 1600px)
{
    .w-xl-50
    {
        width: 50px !important;
    }
    .w-xl-100
    {
        width: 100px !important;
    }
    .w-xl-120
    {
        width: 120px !important;
    }
    .w-xl-150
    {
        width: 150px !important;
    }
    .w-xl-200
    {
        width: 200px !important;
    }
    .w-xl-250
    {
        width: 250px !important;
    }
    .w-xl-300
    {
        width: 300px !important;
    }
    .w-xl-350
    {
        width: 350px !important;
    }
    .w-xl-400
    {
        width: 400px !important;
    }
    .w-xl-450
    {
        width: 450px !important;
    }
    .w-xl-500
    {
        width: 500px !important;
    }
}

.h-50
{
    height: 50px !important;
}

.h-100
{
    height: 100px !important;
}

.h-120
{
    height: 120px !important;
}

.h-150
{
    height: 150px !important;
}

.h-200
{
    height: 200px !important;
}

.h-250
{
    height: 250px !important;
}

.h-300
{
    height: 300px !important;
}

.h-350
{
    height: 350px !important;
}

.h-400
{
    height: 400px !important;
}

.h-450
{
    height: 450px !important;
}

.h-500
{
    height: 500px !important;
}

@media (max-width: 479px)
{
    .h-xs-50
    {
        height: 50px !important;
    }
    .h-xs-100
    {
        height: 100px !important;
    }
    .h-xs-120
    {
        height: 120px !important;
    }
    .h-xs-150
    {
        height: 150px !important;
    }
    .h-xs-200
    {
        height: 200px !important;
    }
    .h-xs-250
    {
        height: 250px !important;
    }
    .h-xs-300
    {
        height: 300px !important;
    }
    .h-xs-350
    {
        height: 350px !important;
    }
    .h-xs-400
    {
        height: 400px !important;
    }
    .h-xs-450
    {
        height: 450px !important;
    }
    .h-xs-500
    {
        height: 500px !important;
    }
    .w-xs-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .h-sm-50
    {
        height: 50px !important;
    }
    .h-sm-100
    {
        height: 100px !important;
    }
    .h-sm-120
    {
        height: 120px !important;
    }
    .h-sm-150
    {
        height: 150px !important;
    }
    .h-sm-200
    {
        height: 200px !important;
    }
    .h-sm-250
    {
        height: 250px !important;
    }
    .h-sm-300
    {
        height: 300px !important;
    }
    .h-sm-350
    {
        height: 350px !important;
    }
    .h-sm-400
    {
        height: 400px !important;
    }
    .h-sm-450
    {
        height: 450px !important;
    }
    .h-sm-500
    {
        height: 500px !important;
    }
    .w-sm-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .h-md-50
    {
        height: 50px !important;
    }
    .h-md-100
    {
        height: 100px !important;
    }
    .h-md-120
    {
        height: 120px !important;
    }
    .h-md-150
    {
        height: 150px !important;
    }
    .h-md-200
    {
        height: 200px !important;
    }
    .h-md-250
    {
        height: 250px !important;
    }
    .h-md-300
    {
        height: 300px !important;
    }
    .h-md-350
    {
        height: 350px !important;
    }
    .h-md-400
    {
        height: 400px !important;
    }
    .h-md-450
    {
        height: 450px !important;
    }
    .h-md-500
    {
        height: 500px !important;
    }
    .w-md-100pc
    {
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .h-lg-50
    {
        height: 50px !important;
    }
    .h-lg-100
    {
        height: 100px !important;
    }
    .h-lg-120
    {
        height: 120px !important;
    }
    .h-lg-150
    {
        height: 150px !important;
    }
    .h-lg-200
    {
        height: 200px !important;
    }
    .h-lg-250
    {
        height: 250px !important;
    }
    .h-lg-300
    {
        height: 300px !important;
    }
    .h-lg-350
    {
        height: 350px !important;
    }
    .h-lg-400
    {
        height: 400px !important;
    }
    .h-lg-450
    {
        height: 450px !important;
    }
    .h-lg-500
    {
        height: 500px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px)
{
    .h-xl-50
    {
        height: 50px !important;
    }
    .h-xl-100
    {
        height: 100px !important;
    }
    .h-xl-120
    {
        height: 120px !important;
    }
    .h-xl-150
    {
        height: 150px !important;
    }
    .h-xl-200
    {
        height: 200px !important;
    }
    .h-xl-250
    {
        height: 250px !important;
    }
    .h-xl-300
    {
        height: 300px !important;
    }
    .h-xl-350
    {
        height: 350px !important;
    }
    .h-xl-400
    {
        height: 400px !important;
    }
    .h-xl-450
    {
        height: 450px !important;
    }
    .h-xl-500
    {
        height: 500px !important;
    }
}

@media (min-width: 1600px)
{
    .h-xl-50
    {
        height: 50px !important;
    }
    .h-xl-100
    {
        height: 100px !important;
    }
    .h-xl-120
    {
        height: 120px !important;
    }
    .h-xl-150
    {
        height: 150px !important;
    }
    .h-xl-200
    {
        height: 200px !important;
    }
    .h-xl-250
    {
        height: 250px !important;
    }
    .h-xl-300
    {
        height: 300px !important;
    }
    .h-xl-350
    {
        height: 350px !important;
    }
    .h-xl-400
    {
        height: 400px !important;
    }
    .h-xl-450
    {
        height: 450px !important;
    }
    .h-xl-500
    {
        height: 500px !important;
    }
}

.h-full
{
    height: 100% !important;
}

.w-full
{
    width: 100% !important;
}

.m-a-0,
.m-0
{
    margin: 0 !important;
}

.m-t-0
{
    margin-top: 0 !important;
}

.m-r-0
{
    margin-right: 0 !important;
}

.m-b-0
{
    margin-bottom: 0 !important;
}

.m-l-0
{
    margin-left: 0 !important;
}

.m-x-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-3,
.m-3
{
    margin: 3px !important;
}

.m-t-3
{
    margin-top: 3px !important;
}

.m-r-3
{
    margin-right: 3px !important;
}

.m-b-3
{
    margin-bottom: 3px !important;
}

.m-l-3
{
    margin-left: 3px !important;
}

.m-x-3
{
    margin-right: 3px !important;
    margin-left: 3px !important;
}

.m-y-3
{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.m-a-5,
.m-5
{
    margin: 5px !important;
}

.m-t-5
{
    margin-top: 5px !important;
}

.m-r-5
{
    margin-right: 5px !important;
}

.m-b-5
{
    margin-bottom: 5px !important;
}

.m-l-5
{
    margin-left: 5px !important;
}

.m-x-5
{
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.m-y-5
{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-a-10,
.m-10
{
    margin: 10px !important;
}

.m-t-10
{
    margin-top: 10px !important;
}

.m-r-10
{
    margin-right: 10px !important;
}

.m-b-10
{
    margin-bottom: 10px !important;
}

.m-l-10
{
    margin-left: 10px !important;
}

.m-x-10
{
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y-10
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-a-15,
.m-15
{
    margin: 15px !important;
}

.m-t-15
{
    margin-top: 15px !important;
}

.m-r-15
{
    margin-right: 15px !important;
}

.m-b-15
{
    margin-bottom: 15px !important;
}

.m-l-15
{
    margin-left: 15px !important;
}

.m-x-15
{
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.m-y-15
{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-a-20,
.m-20
{
    margin: 20px !important;
}

.m-t-20
{
    margin-top: 20px !important;
}

.m-r-20
{
    margin-right: 20px !important;
}

.m-b-20
{
    margin-bottom: 20px !important;
}

.m-l-20
{
    margin-left: 20px !important;
}

.m-x-20
{
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.m-y-20
{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-a-25,
.m-25
{
    margin: 25px !important;
}

.m-t-25
{
    margin-top: 25px !important;
}

.m-r-25
{
    margin-right: 25px !important;
}

.m-b-25
{
    margin-bottom: 25px !important;
}

.m-l-25
{
    margin-left: 25px !important;
}

.m-x-25
{
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.m-y-25
{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-a-30,
.m-30
{
    margin: 30px !important;
}

.m-t-30
{
    margin-top: 30px !important;
}

.m-r-30
{
    margin-right: 30px !important;
}

.m-b-30
{
    margin-bottom: 30px !important;
}

.m-l-30
{
    margin-left: 30px !important;
}

.m-x-30
{
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.m-y-30
{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-a-35,
.m-35
{
    margin: 35px !important;
}

.m-t-35
{
    margin-top: 35px !important;
}

.m-r-35
{
    margin-right: 35px !important;
}

.m-b-35
{
    margin-bottom: 35px !important;
}

.m-l-35
{
    margin-left: 35px !important;
}

.m-x-35
{
    margin-right: 35px !important;
    margin-left: 35px !important;
}

.m-y-35
{
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.m-a-40,
.m-40
{
    margin: 40px !important;
}

.m-t-40
{
    margin-top: 40px !important;
}

.m-r-40
{
    margin-right: 40px !important;
}

.m-b-40
{
    margin-bottom: 40px !important;
}

.m-l-40
{
    margin-left: 40px !important;
}

.m-x-40
{
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.m-y-40
{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-a-45,
.m-45
{
    margin: 45px !important;
}

.m-t-45
{
    margin-top: 45px !important;
}

.m-r-45
{
    margin-right: 45px !important;
}

.m-b-45
{
    margin-bottom: 45px !important;
}

.m-l-45
{
    margin-left: 45px !important;
}

.m-x-45
{
    margin-right: 45px !important;
    margin-left: 45px !important;
}

.m-y-45
{
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.m-a-50,
.m-50
{
    margin: 50px !important;
}

.m-t-50
{
    margin-top: 50px !important;
}

.m-r-50
{
    margin-right: 50px !important;
}

.m-b-50
{
    margin-bottom: 50px !important;
}

.m-l-50
{
    margin-left: 50px !important;
}

.m-x-50
{
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.m-y-50
{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.m-a-60,
.m-60
{
    margin: 60px !important;
}

.m-t-60
{
    margin-top: 60px !important;
}

.m-r-60
{
    margin-right: 60px !important;
}

.m-b-60
{
    margin-bottom: 60px !important;
}

.m-l-60
{
    margin-left: 60px !important;
}

.m-x-60
{
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.m-y-60
{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-a-70,
.m-70
{
    margin: 70px !important;
}

.m-t-70
{
    margin-top: 70px !important;
}

.m-r-70
{
    margin-right: 70px !important;
}

.m-b-70
{
    margin-bottom: 70px !important;
}

.m-l-70
{
    margin-left: 70px !important;
}

.m-x-70
{
    margin-right: 70px !important;
    margin-left: 70px !important;
}

.m-y-70
{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.m-a-80,
.m-80
{
    margin: 80px !important;
}

.m-t-80
{
    margin-top: 80px !important;
}

.m-r-80
{
    margin-right: 80px !important;
}

.m-b-80
{
    margin-bottom: 80px !important;
}

.m-l-80
{
    margin-left: 80px !important;
}

.m-x-80
{
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.m-y-80
{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.p-a-0,
.p-0
{
    padding: 0 !important;
}

.p-t-0
{
    padding-top: 0 !important;
}

.p-r-0
{
    padding-right: 0 !important;
}

.p-b-0
{
    padding-bottom: 0 !important;
}

.p-l-0
{
    padding-left: 0 !important;
}

.p-x-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-3,
.p-3
{
    padding: 3px !important;
}

.p-t-3
{
    padding-top: 3px !important;
}

.p-r-3
{
    padding-right: 3px !important;
}

.p-b-3
{
    padding-bottom: 3px !important;
}

.p-l-3
{
    padding-left: 3px !important;
}

.p-x-3
{
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.p-y-3
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.p-a-5,
.p-5
{
    padding: 5px !important;
}

.p-t-5
{
    padding-top: 5px !important;
}

.p-r-5
{
    padding-right: 5px !important;
}

.p-b-5
{
    padding-bottom: 5px !important;
}

.p-l-5
{
    padding-left: 5px !important;
}

.p-x-5
{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.p-y-5
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-a-10,
.p-10
{
    padding: 10px !important;
}

.p-t-10
{
    padding-top: 10px !important;
}

.p-r-10
{
    padding-right: 10px !important;
}

.p-b-10
{
    padding-bottom: 10px !important;
}

.p-l-10
{
    padding-left: 10px !important;
}

.p-x-10
{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-y-10
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-a-15,
.p-15
{
    padding: 15px !important;
}

.p-t-15
{
    padding-top: 15px !important;
}

.p-r-15
{
    padding-right: 15px !important;
}

.p-b-15
{
    padding-bottom: 15px !important;
}

.p-l-15
{
    padding-left: 15px !important;
}

.p-x-15
{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.p-y-15
{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-a-20,
.p-20
{
    padding: 20px !important;
}

.p-t-20
{
    padding-top: 20px !important;
}

.p-r-20
{
    padding-right: 20px !important;
}

.p-b-20
{
    padding-bottom: 20px !important;
}

.p-l-20
{
    padding-left: 20px !important;
}

.p-x-20
{
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.p-y-20
{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-a-25,
.p-25
{
    padding: 25px !important;
}

.p-t-25
{
    padding-top: 25px !important;
}

.p-r-25
{
    padding-right: 25px !important;
}

.p-b-25
{
    padding-bottom: 25px !important;
}

.p-l-25
{
    padding-left: 25px !important;
}

.p-x-25
{
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.p-y-25
{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p-a-30,
.p-30
{
    padding: 30px !important;
}

.p-t-30
{
    padding-top: 30px !important;
}

.p-r-30
{
    padding-right: 30px !important;
}

.p-b-30
{
    padding-bottom: 30px !important;
}

.p-l-30
{
    padding-left: 30px !important;
}

.p-x-30
{
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.p-y-30
{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-a-35,
.p-35
{
    padding: 35px !important;
}

.p-t-35
{
    padding-top: 35px !important;
}

.p-r-35
{
    padding-right: 35px !important;
}

.p-b-35
{
    padding-bottom: 35px !important;
}

.p-l-35
{
    padding-left: 35px !important;
}

.p-x-35
{
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.p-y-35
{
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.p-a-40,
.p-40
{
    padding: 40px !important;
}

.p-t-40
{
    padding-top: 40px !important;
}

.p-r-40
{
    padding-right: 40px !important;
}

.p-b-40
{
    padding-bottom: 40px !important;
}

.p-l-40
{
    padding-left: 40px !important;
}

.p-x-40
{
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.p-y-40
{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-a-45,
.p-45
{
    padding: 45px !important;
}

.p-t-45
{
    padding-top: 45px !important;
}

.p-r-45
{
    padding-right: 45px !important;
}

.p-b-45
{
    padding-bottom: 45px !important;
}

.p-l-45
{
    padding-left: 45px !important;
}

.p-x-45
{
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.p-y-45
{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.p-a-50,
.p-50
{
    padding: 50px !important;
}

.p-t-50
{
    padding-top: 50px !important;
}

.p-r-50
{
    padding-right: 50px !important;
}

.p-b-50
{
    padding-bottom: 50px !important;
}

.p-l-50
{
    padding-left: 50px !important;
}

.p-x-50
{
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.p-y-50
{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-a-60,
.p-60
{
    padding: 60px !important;
}

.p-t-60
{
    padding-top: 60px !important;
}

.p-r-60
{
    padding-right: 60px !important;
}

.p-b-60
{
    padding-bottom: 60px !important;
}

.p-l-60
{
    padding-left: 60px !important;
}

.p-x-60
{
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-y-60
{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-a-70,
.p-70
{
    padding: 70px !important;
}

.p-t-70
{
    padding-top: 70px !important;
}

.p-r-70
{
    padding-right: 70px !important;
}

.p-b-70
{
    padding-bottom: 70px !important;
}

.p-l-70
{
    padding-left: 70px !important;
}

.p-x-70
{
    padding-right: 70px !important;
    padding-left: 70px !important;
}

.p-y-70
{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.p-a-80,
.p-80
{
    padding: 80px !important;
}

.p-t-80
{
    padding-top: 80px !important;
}

.p-r-80
{
    padding-right: 80px !important;
}

.p-b-80
{
    padding-bottom: 80px !important;
}

.p-l-80
{
    padding-left: 80px !important;
}

.p-x-80
{
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.p-y-80
{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.m-x-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 767px)
{
    .m-xs-0
    {
        margin: 0 !important;
    }
}

@media (min-width: 768px)
{
    .m-sm-0
    {
        margin: 0 !important;
    }
}

@media (min-width: 992px)
{
    .m-md-0
    {
        margin: 0 !important;
    }
}

@media (min-width: 1200px)
{
    .m-lg-0
    {
        margin: 0 !important;
    }
}

@media (min-width: 1600px)
{
    .m-xl-0
    {
        margin: 0 !important;
    }
}

@media (max-width: 767px)
{
    .padding-xs-0
    {
        padding: 0 !important;
    }
}

@media (min-width: 768px)
{
    .padding-sm-0
    {
        padding: 0 !important;
    }
}

@media (min-width: 992px)
{
    .padding-md-0
    {
        padding: 0 !important;
    }
}

@media (min-width: 1200px)
{
    .padding-lg-0
    {
        padding: 0 !important;
    }
}

@media (min-width: 1600px)
{
    .padding-xl-0
    {
        padding: 0 !important;
    }
}

.pos-f-t
{
    position: fixed;
    z-index: 1500; 
    top: 0;
    right: 0;
    left: 0;
}



.table thead th {
    font-weight: 600;
    color: #616161;
    border-bottom-width: 1px;
    background: #E8E8E8;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    vertical-align: middle !important;
    max-height: 42px;
}

.table thead tr {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.loader-ellipsis {
    top: -0.625em;
    width: 0.325em !important;
    height: 0.325em !important;
    border-radius: 50%;
    -webkit-animation: loader-ellipsis 1.8s infinite ease-in-out both -.16s;
    animation: loader-ellipsis 1.8s infinite ease-in-out both -.16s;
}

@-webkit-keyframes glow {
    0% {
        background-position: 40% center;
    }

    50% {
        background-position: 45% center;
    }

    100% {
        background-position: 50% center;
        box-shadow: 1px 1px 3px rgba(0,0,0,0,5),inset 0 0 3px rgba(4,191,255,1),2px 2px 3px #aaa;
    }
}

@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.ribbon-primary .ribbon-inner {
    background-color: red !important
}

.list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: rgba(0,0,0,.85);
}

td:has(ul.list-item-action) {
    width: 125px;
}

.list-item-action {
    flex: 0 0 auto;
    padding: 0;
    font-size: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 125px;
}

    .list-item-action > li {
        position: relative;
        display: inline-block;
        padding: 0 2px;
        color: rgba(0,0,0,.45);
        font-size: 14px;
        line-height: 1.5715;
        text-align: center;
        vertical-align: middle;
    }

.list-item-action-split {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0px;
    height: 14px;
    margin-top: -7px;
    background-color: rgba(0,0,0,.06);
}

.list-item-action > li > a > span {
    color: #1890ff !important;
    text-decoration: none !important;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
}

.scrollable.is-enabled
{
    overflow: hidden !important;
}

.is-enabled .scrollable-container
{
    overflow: hidden !important;

    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
}

.is-enabled .scrollable-container::-webkit-scrollbar
{
    width: 0;
    height: 0;

    -webkit-appearance: none;
}

.scrollable-vertical.is-enabled .scrollable-container
{
    overflow-y: scroll !important;
}

.scrollable-horizontal.is-enabled .scrollable-container
{
    overflow-x: scroll !important;
}

.is-enabled .scrollable-content
{
    position: relative !important;

    overflow: visible !important;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.is-enabled .scrollable-content:before,
.is-enabled .scrollable-content:after
{
    display: table; 

    content: ' ';
}
.is-enabled .scrollable-content:after
{
    clear: both;
}

.scrollable-bar
{
    line-height: 0;

    position: absolute;
    right: 0;
    bottom: 0;

    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
        -ms-user-select: none;
            user-select: none;
            user-select: none; 
    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    border-radius: 2px;

    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none;
}
.is-disabled .scrollable-bar
{
    display: none;
}
.scrollable-bar-hide
{
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;

    opacity: 0;
}
.scrollable-bar.is-dragging
{
    opacity: 1;
}
.scrollable-bar.is-disabled
{
    display: none;
}
.scrollable-bar-handle
{
    line-height: 0;

    position: absolute;
    top: 0;
    left: 0;

    cursor: pointer;
    -webkit-transition: width, height .5s;
         -o-transition: width, height .5s;
            transition: width, height .5s;

    border-radius: 2; 
    background: rgba(158, 158, 158, .6);
}
.scrollable-bar-vertical
{
    width: 4px;
    height: 100%;
    height: -webkit-calc(100% - 8px);
    height:         calc(100% - 8px); 
    margin: 4px 2px;
}
.scrollable-bar-vertical .scrollable-bar-handle
{
    width: 100%;
}
.scrollable-bar-horizontal
{
    width: 100%;
    width: -webkit-calc(100% - 8px);
    width:         calc(100% - 8px); 
    height: 4px;
    margin: 2px 4px;
}
.scrollable-bar-vertical.is-dragging,
.scrollable-bar-vertical.is-hovering
{
    width: 8px;
    margin: 4px 1px;
}
.scrollable-bar-horizontal.is-dragging,
.scrollable-bar-horizontal.is-hovering
{
    height: 8px;
    margin: 1px 4px;
}
.scrollable-bar-horizontal .scrollable-bar-handle
{
    height: 100%;
}

.scrollable.is-dragging .scrollable-handle,
.scrollable.is-hovering .scrollable-handle
{
    border-radius: 8px;
}

.scrollable.is-dragging .scrollable-bar-handle,
.scrollable.is-hovering .scrollable-bar-handle
{
    border-radius: 8px;
}

.scrollable.is-scrolling .scrollable-bar
{
    -webkit-transition: opacity 0;
         -o-transition: opacity 0;
            transition: opacity 0;

    opacity: 1;
}

.scrollable.is-dragging
{
    -webkit-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
        -ms-user-select: none;
            user-select: none;
            user-select: none; 

    user-focus: ignore;
    user-input: disabled;
    -webkit-touch-callout: none;
}
.scrollable.is-dragging .scrollable-bar-handle
{
    background: rgba(158, 158, 158, .8) !important;
}

.scrollable-inverse.scrollable .scrollable-bar-handle
{
    background: rgba(238, 238, 238, .5);
}

.scrollable-inverse.scrollable.is-dragging .scrollable-bar-handle
{
    background: rgba(238, 238, 238, .7) !important;
}

.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-shadow.scrollable.is-hovering .scrollable-bar
{
    background: rgba(224, 224, 224, .5);
}

.scrollable-inverse.scrollable-shadow.scrollable.is-dragging .scrollable-bar,
.scrollable-inverse.scrollable-shadow.scrollable.is-hovering .scrollable-bar
{
    background: rgba(238, 238, 238, .3);
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}
.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon-cn {
    background-image: url(/dist/img/cn.svg);
}
.flag-icon-jp {
    background-image: url(/dist/img/jp.svg);
}
.flag-icon-kr {
    background-image: url(/dist/img/kr.svg);
}
.flag-icon-hk {
    background-image: url(/dist/img/hk.svg);
}
.flag-icon-gb {
    background-image: url(/dist/img/gb.svg);
}
.flag-icon-tw {
    background-image: url(/dist/img/cn.svg);
}
.flag-icon-ru {
    background-image: url(/dist/img/ru.svg);
}
.flag-icon-de {
    background-image: url(/dist/img/de.svg);
}
.flag-icon-us {
    background-image: url(/dist/img/us.svg);
}
.flag-icon-ar {
    background-image: url(/dist/img/ar.svg);
}
.flag-icon-fr {
    background-image: url(/dist/img/fr.svg);
}
.flag-icon-es {
    background-image: url(/dist/img/es.svg);
}
.flag-icon-hi {
    background-image: url(/dist/img/in.svg);
}
.flag-icon-gf {
    background-image: url(/dist/img/gf.svg);
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a span {
    transition: all 0.5s;
}

.site-navbar-small .site-navbar .navbar-toolbar > li > a:hover span {
    transform: scale(1.1);
}

#returnBtn:hover {
    background: #157399;
    color: #fff;
}

/*

.site-menu > .site-menu-item.active > a {
    background: #964C34 !important
}

    .site-menu > .site-menu-item.active > a > .site-menu-icondiv {
        color: #fff;
        background: linear-gradient(180deg, #1573C1 0%, #964C34 100%);
    }

    .site-menu > .site-menu-item.active > a span {
        color: #fff
    }

.site-menu .site-menu-sub .site-menu-item.has-sub.open > a {
    background: #118cb7 !important;
    color: #fff !important
}

.site-menu .site-menu-sub {
    padding: 0
}

    .site-menu .site-menu-sub .site-menu-item a {
        color: #fff !important
    }

    .site-menu .site-menu-sub .site-menu-item {
        background: #964C34 !important;
        border-bottom: 1px solid #ddd !important
    }

        .site-menu .site-menu-sub .site-menu-item:last-child {
            border: none !important
        }

        .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item {
            background: #fff !important
        }

            .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item a {
                color: #888 !important;
                background: #e9f2ff
            }

                .site-menu .site-menu-sub .site-menu-item.has-sub.open .site-menu-item a span {
                    padding-left: 43px !important
                }

        .site-menu .site-menu-sub .site-menu-item.hover > a, .site-menu .site-menu-sub .site-menu-item:hover > a {
            color: inherit !important
        }

        .site-menu .site-menu-sub .site-menu-item.hover > a, .site-menu .site-menu-sub .site-menu-item:hover > a {
            background: #d1eaff !important;
            color: #2196f3 !important
        }

.nav-tabs .nav-item a.active {
    background: linear-gradient(180deg, #1573C1 0%, #964C34 100%) !important;
    color: #fff !important;
}

.btn-outline-secondary:hover {
    background: #2196f3 !important;
    color: #fff !important;
    border: 1px solid #2196f3 !important
}
*/
/*.site-menu > .site-menu-item.hover > a, .site-menu > .site-menu-item > a i {
    transition: all .5s
}

.site-menu > .site-menu-item.active > a > p {
    color: #fff;
    background: linear-gradient(0deg,rgba(223,186,163,1) 0,rgba(126,50,29,1) 100%) !important
}

.site-menubar-body {
    background: #EAEEF3 !important
}

.site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a {
    position: relative;
    right: 0;
    bottom: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    -webkit-perspective: 230px;
    perspective: 230px;
    padding: 0
}

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
        background: #af6b50;
        
        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
        border-radius: 5px;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #fff
    }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv {
        display: block;
        position: absolute;
        width: 100%;
        height: 120px;
        box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
        border-radius: 5px;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv > i {
            line-height: 50px;
            font-size: 30px !important;
            margin: 0 auto;
        }

        .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv > div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            line-height: 24px;
            font-size: 13px !important;
            text-shadow: 0 0 #000
        }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > span {
        box-shadow: -7px -7px 20px 0 #fff9,-4px -4px 5px 0 #fff9,7px 7px 20px 0 #0002,4px 4px 5px 0 #0001;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 50% 50% -20px;
        -moz-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px
    }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a > .site-menu-icondiv {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: 50% 50% -20px;
        -moz-transform-origin: 50% 50% -20px;
        transform-origin: 50% 50% -20px;
        height: 120px
    }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a:hover > span {
        box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0)
    }

    .site-menubar > .site-menubar-body > .site-menu > .site-menu-item > a:hover > .site-menu-icondiv {
        box-shadow: inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);
        color: transparent;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        background: 0 0
    }*/
/**
 * Material Design Iconic, 2.2.0
 * Created by Sergey Kupletsky
 * https://zavoloklom.github.io/material-design-iconic-font/
 * MIT License
 */

@font-face {
    font-family: "Material Design Iconic";
    src: url("/dist/fonts/material-design.eot");    
    src: url("/dist/fonts/material-design.woff2") format("woff2"), url("/dist/fonts/material-design.woff") format("woff"), url("/dist/fonts/material-design.ttf") format("truetype"), url("/dist/fonts/material-design.eot") format("embedded-opentype"), url("./material-design.svg?v=2.2.0#material-design") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="md-"],
[class*=" md-"] {
    font-family: "Material Design Iconic";
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


.md-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.md-hc-2x {
  font-size: 2em;
}
.md-hc-3x {
  font-size: 3em;
}
.md-hc-4x {
  font-size: 4em;
}
.md-hc-5x {
  font-size: 5em;
}
.md-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.md-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.md-hc-ul > li {
  position: relative;
}
.md-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.md-hc-li.md-hc-lg {
  left: -1.85714286em;
}
.md-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.md-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.md.pull-left {
  float: left;
  margin-right: .15em;
}
.md.pull-right {
  float: right;
  margin-left: .15em;
}
.md-hc-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
          animation: md-spin 1.5s infinite linear;
}
.md-hc-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
          animation: md-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.md-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.md-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.md-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.md-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.md-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.md-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.md-hc-stack-1x,
.md-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.md-hc-stack-1x {
  line-height: inherit;
}
.md-hc-stack-2x {
  font-size: 2em;
}
.md-hc-inverse {
  color: #ffffff;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.md-3d-rotation:before {
  content: '\f101';
}
.md-airplane-off:before {
  content: '\f102';
}
.md-airplane:before {
  content: '\f103';
}
.md-album:before {
  content: '\f104';
}
.md-archive:before {
  content: '\f105';
}
.md-assignment-account:before {
  content: '\f106';
}
.md-assignment-alert:before {
  content: '\f107';
}
.md-assignment-check:before {
  content: '\f108';
}
.md-assignment-o:before {
  content: '\f109';
}
.md-assignment-return:before {
  content: '\f10a';
}
.md-assignment-returned:before {
  content: '\f10b';
}
.md-assignment:before {
  content: '\f10c';
}
.md-attachment-alt:before {
  content: '\f10d';
}
.md-attachment:before {
  content: '\f10e';
}
.md-audio:before {
  content: '\f10f';
}
.md-badge-check:before {
  content: '\f110';
}
.md-balance-wallet:before {
  content: '\f111';
}
.md-balance:before {
  content: '\f112';
}
.md-battery-alert:before {
  content: '\f113';
}
.md-battery-flash:before {
  content: '\f114';
}
.md-battery-unknown:before {
  content: '\f115';
}
.md-battery:before {
  content: '\f116';
}
.md-bike:before {
  content: '\f117';
}
.md-block-alt:before {
  content: '\f118';
}
.md-block:before {
  content: '\f119';
}
.md-boat:before {
  content: '\f11a';
}
.md-book-image:before {
  content: '\f11b';
}
.md-book:before {
  content: '\f11c';
}
.md-bookmark-outline:before {
  content: '\f11d';
}
.md-bookmark:before {
  content: '\f11e';
}
.md-brush:before {
  content: '\f11f';
}
.md-bug:before {
  content: '\f120';
}
.md-bus:before {
  content: '\f121';
}
.md-cake:before {
  content: '\f122';
}
.md-car-taxi:before {
  content: '\f123';
}
.md-car-wash:before {
  content: '\f124';
}
.md-car:before {
  content: '\f125';
}
.md-card-giftcard:before {
  content: '\f126';
}
.md-card-membership:before {
  content: '\f127';
}
.md-card-travel:before {
  content: '\f128';
}
.md-card:before {
  content: '\f129';
}
.md-case-check:before {
  content: '\f12a';
}
.md-case-download:before {
  content: '\f12b';
}
.md-case-play:before {
  content: '\f12c';
}
.md-case:before {
  content: '\f12d';
}
.md-cast-connected:before {
  content: '\f12e';
}
.md-cast:before {
  content: '\f12f';
}
.md-chart-donut:before {
  content: '\f130';
}
.md-chart:before {
  content: '\f131';
}
.md-city-alt:before {
  content: '\f132';
}
.md-city:before {
  content: '\f133';
}
.md-close-circle-o:before {
  content: '\f134';
}
.md-close-circle:before {
  content: '\f135';
}
.md-close:before {
  content: '\f136';
}
.md-cocktail:before {
  content: '\f137';
}
.md-code-setting:before {
  content: '\f138';
}
.md-code-smartphone:before {
  content: '\f139';
}
.md-code:before {
  content: '\f13a';
}
.md-coffee:before {
  content: '\f13b';
}
.md-collection-bookmark:before {
  content: '\f13c';
}
.md-collection-case-play:before {
  content: '\f13d';
}
.md-collection-folder-image:before {
  content: '\f13e';
}
.md-collection-image-o:before {
  content: '\f13f';
}
.md-collection-image:before {
  content: '\f140';
}
.md-collection-item-1:before {
  content: '\f141';
}
.md-collection-item-2:before {
  content: '\f142';
}
.md-collection-item-3:before {
  content: '\f143';
}
.md-collection-item-4:before {
  content: '\f144';
}
.md-collection-item-5:before {
  content: '\f145';
}
.md-collection-item-6:before {
  content: '\f146';
}
.md-collection-item-7:before {
  content: '\f147';
}
.md-collection-item-8:before {
  content: '\f148';
}
.md-collection-item-9-plus:before {
  content: '\f149';
}
.md-collection-item-9:before {
  content: '\f14a';
}
.md-collection-item:before {
  content: '\f14b';
}
.md-collection-music:before {
  content: '\f14c';
}
.md-collection-pdf:before {
  content: '\f14d';
}
.md-collection-plus:before {
  content: '\f14e';
}
.md-collection-speaker:before {
  content: '\f14f';
}
.md-collection-text:before {
  content: '\f150';
}
.md-collection-video:before {
  content: '\f151';
}
.md-compass:before {
  content: '\f152';
}
.md-cutlery:before {
  content: '\f153';
}
.md-delete:before {
  content: '\f154';
}
.md-dialpad:before {
  content: '\f155';
}
.md-dns:before {
  content: '\f156';
}
.md-drink:before {
  content: '\f157';
}
.md-edit:before {
  content: '\f158';
}
.md-email-open:before {
  content: '\f159';
}
.md-email:before {
  content: '\f15a';
}
.md-eye-off:before {
  content: '\f15b';
}
.md-eye:before {
  content: '\f15c';
}
.md-eyedropper:before {
  content: '\f15d';
}
.md-favorite-outline:before {
  content: '\f15e';
}
.md-favorite:before {
  content: '\f15f';
}
.md-filter-list:before {
  content: '\f160';
}
.md-fire:before {
  content: '\f161';
}
.md-flag:before {
  content: '\f162';
}
.md-flare:before {
  content: '\f163';
}
.md-flash-auto:before {
  content: '\f164';
}
.md-flash-off:before {
  content: '\f165';
}
.md-flash:before {
  content: '\f166';
}
.md-flip:before {
  content: '\f167';
}
.md-flower-alt:before {
  content: '\f168';
}
.md-flower:before {
  content: '\f169';
}
.md-font:before {
  content: '\f16a';
}
.md-fullscreen-alt:before {
  content: '\f16b';
}
.md-fullscreen-exit:before {
  content: '\f16c';
}
.md-fullscreen:before {
  content: '\f16d';
}
.md-functions:before {
  content: '\f16e';
}
.md-gas-station:before {
  content: '\f16f';
}
.md-gesture:before {
  content: '\f170';
}
.md-globe-alt:before {
  content: '\f171';
}
.md-globe-lock:before {
  content: '\f172';
}
.md-globe:before {
  content: '\f173';
}
.md-graduation-cap:before {
  content: '\f174';
}
.md-home:before {
  content: '\f175';
}
.md-hospital-alt:before {
  content: '\f176';
}
.md-hospital:before {
  content: '\f177';
}
.md-hotel:before {
  content: '\f178';
}
.md-hourglass-alt:before {
  content: '\f179';
}
.md-hourglass-outline:before {
  content: '\f17a';
}
.md-hourglass:before {
  content: '\f17b';
}
.md-http:before {
  content: '\f17c';
}
.md-image-alt:before {
  content: '\f17d';
}
.md-image-o:before {
  content: '\f17e';
}
.md-image:before {
  content: '\f17f';
}
.md-inbox:before {
  content: '\f180';
}
.md-invert-colors-off:before {
  content: '\f181';
}
.md-invert-colors:before {
  content: '\f182';
}
.md-key:before {
  content: '\f183';
}
.md-label-alt-outline:before {
  content: '\f184';
}
.md-label-alt:before {
  content: '\f185';
}
.md-label-heart:before {
  content: '\f186';
}
.md-label:before {
  content: '\f187';
}
.md-labels:before {
  content: '\f188';
}
.md-lamp:before {
  content: '\f189';
}
.md-landscape:before {
  content: '\f18a';
}
.md-layers-off:before {
  content: '\f18b';
}
.md-layers:before {
  content: '\f18c';
}
.md-library:before {
  content: '\f18d';
}
.md-link:before {
  content: '\f18e';
}
.md-lock-open:before {
  content: '\f18f';
}
.md-lock-outline:before {
  content: '\f190';
}
.md-lock:before {
  content: '\f191';
}
.md-mail-reply-all:before {
  content: '\f192';
}
.md-mail-reply:before {
  content: '\f193';
}
.md-mail-send:before {
  content: '\f194';
}
.md-mall:before {
  content: '\f195';
}
.md-map:before {
  content: '\f196';
}
.md-menu:before {
  content: '\f197';
}
.md-money-box:before {
  content: '\f198';
}
.md-money-off:before {
  content: '\f199';
}
.md-money:before {
  content: '\f19a';
}
.md-more-vert:before {
  content: '\f19b';
}
.md-more:before {
  content: '\f19c';
}
.md-movie-alt:before {
  content: '\f19d';
}
.md-movie:before {
  content: '\f19e';
}
.md-nature-people:before {
  content: '\f19f';
}
.md-nature:before {
  content: '\f1a0';
}
.md-navigation:before {
  content: '\f1a1';
}
.md-open-in-browser:before {
  content: '\f1a2';
}
.md-open-in-new:before {
  content: '\f1a3';
}
.md-palette:before {
  content: '\f1a4';
}
.md-parking:before {
  content: '\f1a5';
}
.md-pin-account:before {
  content: '\f1a6';
}
.md-pin-assistant:before {
  content: '\f1a7';
}
.md-pin-drop:before {
  content: '\f1a8';
}
.md-pin-help:before {
  content: '\f1a9';
}
.md-pin-off:before {
  content: '\f1aa';
}
.md-pin:before {
  content: '\f1ab';
}
.md-pizza:before {
  content: '\f1ac';
}
.md-plaster:before {
  content: '\f1ad';
}
.md-power-setting:before {
  content: '\f1ae';
}
.md-power:before {
  content: '\f1af';
}
.md-print:before {
  content: '\f1b0';
}
.md-puzzle-piece:before {
  content: '\f1b1';
}
.md-quote:before {
  content: '\f1b2';
}
.md-railway:before {
  content: '\f1b3';
}
.md-receipt:before {
  content: '\f1b4';
}
.md-refresh-alt:before {
  content: '\f1b5';
}
.md-refresh-sync-alert:before {
  content: '\f1b6';
}
.md-refresh-sync-off:before {
  content: '\f1b7';
}
.md-refresh-sync:before {
  content: '\f1b8';
}
.md-refresh:before {
  content: '\f1b9';
}
.md-roller:before {
  content: '\f1ba';
}
.md-ruler:before {
  content: '\f1bb';
}
.md-scissors:before {
  content: '\f1bc';
}
.md-screen-rotation-lock:before {
  content: '\f1bd';
}
.md-screen-rotation:before {
  content: '\f1be';
}
.md-search-for:before {
  content: '\f1bf';
}
.md-search-in-file:before {
  content: '\f1c0';
}
.md-search-in-page:before {
  content: '\f1c1';
}
.md-search-replace:before {
  content: '\f1c2';
}
.md-search:before {
  content: '\f1c3';
}
.md-seat:before {
  content: '\f1c4';
}
.md-settings-square:before {
  content: '\f1c5';
}
.md-settings:before {
  content: '\f1c6';
}
.md-shield-check:before {
  content: '\f1c7';
}
.md-shield-security:before {
  content: '\f1c8';
}
.md-shopping-basket:before {
  content: '\f1c9';
}
.md-shopping-cart-plus:before {
  content: '\f1ca';
}
.md-shopping-cart:before {
  content: '\f1cb';
}
.md-sign-in:before {
  content: '\f1cc';
}
.md-sort-amount-asc:before {
  content: '\f1cd';
}
.md-sort-amount-desc:before {
  content: '\f1ce';
}
.md-sort-asc:before {
  content: '\f1cf';
}
.md-sort-desc:before {
  content: '\f1d0';
}
.md-spellcheck:before {
  content: '\f1d1';
}
.md-storage:before {
  content: '\f1d2';
}
.md-store-24:before {
  content: '\f1d3';
}
.md-store:before {
  content: '\f1d4';
}
.md-subway:before {
  content: '\f1d5';
}
.md-sun:before {
  content: '\f1d6';
}
.md-tab-unselected:before {
  content: '\f1d7';
}
.md-tab:before {
  content: '\f1d8';
}
.md-tag-close:before {
  content: '\f1d9';
}
.md-tag-more:before {
  content: '\f1da';
}
.md-tag:before {
  content: '\f1db';
}
.md-thumb-down:before {
  content: '\f1dc';
}
.md-thumb-up-down:before {
  content: '\f1dd';
}
.md-thumb-up:before {
  content: '\f1de';
}
.md-ticket-star:before {
  content: '\f1df';
}
.md-toll:before {
  content: '\f1e0';
}
.md-toys:before {
  content: '\f1e1';
}
.md-traffic:before {
  content: '\f1e2';
}
.md-translate:before {
  content: '\f1e3';
}
.md-triangle-down:before {
  content: '\f1e4';
}
.md-triangle-up:before {
  content: '\f1e5';
}
.md-truck:before {
  content: '\f1e6';
}
.md-turning-sign:before {
  content: '\f1e7';
}
.md-wallpaper:before {
  content: '\f1e8';
}
.md-washing-machine:before {
  content: '\f1e9';
}
.md-window-maximize:before {
  content: '\f1ea';
}
.md-window-minimize:before {
  content: '\f1eb';
}
.md-window-restore:before {
  content: '\f1ec';
}
.md-wrench:before {
  content: '\f1ed';
}
.md-zoom-in:before {
  content: '\f1ee';
}
.md-zoom-out:before {
  content: '\f1ef';
}
.md-alert-circle-o:before {
  content: '\f1f0';
}
.md-alert-circle:before {
  content: '\f1f1';
}
.md-alert-octagon:before {
  content: '\f1f2';
}
.md-alert-polygon:before {
  content: '\f1f3';
}
.md-alert-triangle:before {
  content: '\f1f4';
}
.md-help-outline:before {
  content: '\f1f5';
}
.md-help:before {
  content: '\f1f6';
}
.md-info-outline:before {
  content: '\f1f7';
}
.md-info:before {
  content: '\f1f8';
}
.md-notifications-active:before {
  content: '\f1f9';
}
.md-notifications-add:before {
  content: '\f1fa';
}
.md-notifications-none:before {
  content: '\f1fb';
}
.md-notifications-off:before {
  content: '\f1fc';
}
.md-notifications-paused:before {
  content: '\f1fd';
}
.md-notifications:before {
  content: '\f1fe';
}
.md-account-add:before {
  content: '\f1ff';
}
.md-account-box-mail:before {
  content: '\f200';
}
.md-account-box-o:before {
  content: '\f201';
}
.md-account-box-phone:before {
  content: '\f202';
}
.md-account-box:before {
  content: '\f203';
}
.md-account-calendar:before {
  content: '\f204';
}
.md-account-circle:before {
  content: '\f205';
}
.md-account-o:before {
  content: '\f206';
}
.md-account:before {
  content: '\f207';
}
.md-accounts-add:before {
  content: '\f208';
}
.md-accounts-alt:before {
  content: '\f209';
}
.md-accounts-list-alt:before {
  content: '\f20a';
}
.md-accounts-list:before {
  content: '\f20b';
}
.md-accounts-outline:before {
  content: '\f20c';
}
.md-accounts:before {
  content: '\f20d';
}
.md-face:before {
  content: '\f20e';
}
.md-female:before {
  content: '\f20f';
}
.md-male-alt:before {
  content: '\f210';
}
.md-male-female:before {
  content: '\f211';
}
.md-male:before {
  content: '\f212';
}
.md-mood-bad:before {
  content: '\f213';
}
.md-mood:before {
  content: '\f214';
}
.md-run:before {
  content: '\f215';
}
.md-walk:before {
  content: '\f216';
}
.md-cloud-box:before {
  content: '\f217';
}
.md-cloud-circle:before {
  content: '\f218';
}
.md-cloud-done:before {
  content: '\f219';
}
.md-cloud-download:before {
  content: '\f21a';
}
.md-cloud-off:before {
  content: '\f21b';
}
.md-cloud-outline-alt:before {
  content: '\f21c';
}
.md-cloud-outline:before {
  content: '\f21d';
}
.md-cloud-upload:before {
  content: '\f21e';
}
.md-cloud:before {
  content: '\f21f';
}
.md-download:before {
  content: '\f220';
}
.md-file-plus:before {
  content: '\f221';
}
.md-file-text:before {
  content: '\f222';
}
.md-file:before {
  content: '\f223';
}
.md-folder-outline:before {
  content: '\f224';
}
.md-folder-person:before {
  content: '\f225';
}
.md-folder-star-alt:before {
  content: '\f226';
}
.md-folder-star:before {
  content: '\f227';
}
.md-folder:before {
  content: '\f228';
}
.md-gif:before {
  content: '\f229';
}
.md-upload:before {
  content: '\f22a';
}
.md-border-all:before {
  content: '\f22b';
}
.md-border-bottom:before {
  content: '\f22c';
}
.md-border-clear:before {
  content: '\f22d';
}
.md-border-color:before {
  content: '\f22e';
}
.md-border-horizontal:before {
  content: '\f22f';
}
.md-border-inner:before {
  content: '\f230';
}
.md-border-left:before {
  content: '\f231';
}
.md-border-outer:before {
  content: '\f232';
}
.md-border-right:before {
  content: '\f233';
}
.md-border-style:before {
  content: '\f234';
}
.md-border-top:before {
  content: '\f235';
}
.md-border-vertical:before {
  content: '\f236';
}
.md-copy:before {
  content: '\f237';
}
.md-crop:before {
  content: '\f238';
}
.md-format-align-center:before {
  content: '\f239';
}
.md-format-align-justify:before {
  content: '\f23a';
}
.md-format-align-left:before {
  content: '\f23b';
}
.md-format-align-right:before {
  content: '\f23c';
}
.md-format-bold:before {
  content: '\f23d';
}
.md-format-clear-all:before {
  content: '\f23e';
}
.md-format-clear:before {
  content: '\f23f';
}
.md-format-color-fill:before {
  content: '\f240';
}
.md-format-color-reset:before {
  content: '\f241';
}
.md-format-color-text:before {
  content: '\f242';
}
.md-format-indent-decrease:before {
  content: '\f243';
}
.md-format-indent-increase:before {
  content: '\f244';
}
.md-format-italic:before {
  content: '\f245';
}
.md-format-line-spacing:before {
  content: '\f246';
}
.md-format-list-bulleted:before {
  content: '\f247';
}
.md-format-list-numbered:before {
  content: '\f248';
}
.md-format-ltr:before {
  content: '\f249';
}
.md-format-rtl:before {
  content: '\f24a';
}
.md-format-size:before {
  content: '\f24b';
}
.md-format-strikethrough-s:before {
  content: '\f24c';
}
.md-format-strikethrough:before {
  content: '\f24d';
}
.md-format-subject:before {
  content: '\f24e';
}
.md-format-underlined:before {
  content: '\f24f';
}
.md-format-valign-bottom:before {
  content: '\f250';
}
.md-format-valign-center:before {
  content: '\f251';
}
.md-format-valign-top:before {
  content: '\f252';
}
.md-redo:before {
  content: '\f253';
}
.md-select-all:before {
  content: '\f254';
}
.md-space-bar:before {
  content: '\f255';
}
.md-text-format:before {
  content: '\f256';
}
.md-transform:before {
  content: '\f257';
}
.md-undo:before {
  content: '\f258';
}
.md-wrap-text:before {
  content: '\f259';
}
.md-comment-alert:before {
  content: '\f25a';
}
.md-comment-alt-text:before {
  content: '\f25b';
}
.md-comment-alt:before {
  content: '\f25c';
}
.md-comment-edit:before {
  content: '\f25d';
}
.md-comment-image:before {
  content: '\f25e';
}
.md-comment-list:before {
  content: '\f25f';
}
.md-comment-more:before {
  content: '\f260';
}
.md-comment-outline:before {
  content: '\f261';
}
.md-comment-text-alt:before {
  content: '\f262';
}
.md-comment-text:before {
  content: '\f263';
}
.md-comment-video:before {
  content: '\f264';
}
.md-comment:before {
  content: '\f265';
}
.md-comments:before {
  content: '\f266';
}
.md-check-all:before {
  content: '\f267';
}
.md-check-circle-u:before {
  content: '\f268';
}
.md-check-circle:before {
  content: '\f269';
}
.md-check-square:before {
  content: '\f26a';
}
.md-check:before {
  content: '\f26b';
}
.md-circle-o:before {
  content: '\f26c';
}
.md-circle:before {
  content: '\f26d';
}
.md-dot-circle-alt:before {
  content: '\f26e';
}
.md-dot-circle:before {
  content: '\f26f';
}
.md-minus-circle-outline:before {
  content: '\f270';
}
.md-minus-circle:before {
  content: '\f271';
}
.md-minus-square:before {
  content: '\f272';
}
.md-minus:before {
  content: '\f273';
}
.md-plus-circle-o-duplicate:before {
  content: '\f274';
}
.md-plus-circle-o:before {
  content: '\f275';
}
.md-plus-circle:before {
  content: '\f276';
}
.md-plus-square:before {
  content: '\f277';
}
.md-plus:before {
  content: '\f278';
}
.md-square-o:before {
  content: '\f279';
}
.md-star-circle:before {
  content: '\f27a';
}
.md-star-half:before {
  content: '\f27b';
}
.md-star-outline:before {
  content: '\f27c';
}
.md-star:before {
  content: '\f27d';
}
.md-bluetooth-connected:before {
  content: '\f27e';
}
.md-bluetooth-off:before {
  content: '\f27f';
}
.md-bluetooth-search:before {
  content: '\f280';
}
.md-bluetooth-setting:before {
  content: '\f281';
}
.md-bluetooth:before {
  content: '\f282';
}
.md-camera-add:before {
  content: '\f283';
}
.md-camera-alt:before {
  content: '\f284';
}
.md-camera-bw:before {
  content: '\f285';
}
.md-camera-front:before {
  content: '\f286';
}
.md-camera-mic:before {
  content: '\f287';
}
.md-camera-party-mode:before {
  content: '\f288';
}
.md-camera-rear:before {
  content: '\f289';
}
.md-camera-roll:before {
  content: '\f28a';
}
.md-camera-switch:before {
  content: '\f28b';
}
.md-camera:before {
  content: '\f28c';
}
.md-card-alert:before {
  content: '\f28d';
}
.md-card-off:before {
  content: '\f28e';
}
.md-card-sd:before {
  content: '\f28f';
}
.md-card-sim:before {
  content: '\f290';
}
.md-desktop-mac:before {
  content: '\f291';
}
.md-desktop-windows:before {
  content: '\f292';
}
.md-device-hub:before {
  content: '\f293';
}
.md-devices-off:before {
  content: '\f294';
}
.md-devices:before {
  content: '\f295';
}
.md-dock:before {
  content: '\f296';
}
.md-floppy:before {
  content: '\f297';
}
.md-gamepad:before {
  content: '\f298';
}
.md-gps-dot:before {
  content: '\f299';
}
.md-gps-off:before {
  content: '\f29a';
}
.md-gps:before {
  content: '\f29b';
}
.md-headset-mic:before {
  content: '\f29c';
}
.md-headset:before {
  content: '\f29d';
}
.md-input-antenna:before {
  content: '\f29e';
}
.md-input-composite:before {
  content: '\f29f';
}
.md-input-hdmi:before {
  content: '\f2a0';
}
.md-input-power:before {
  content: '\f2a1';
}
.md-input-svideo:before {
  content: '\f2a2';
}
.md-keyboard-hide:before {
  content: '\f2a3';
}
.md-keyboard:before {
  content: '\f2a4';
}
.md-laptop-chromebook:before {
  content: '\f2a5';
}
.md-laptop-mac:before {
  content: '\f2a6';
}
.md-laptop:before {
  content: '\f2a7';
}
.md-mic-off:before {
  content: '\f2a8';
}
.md-mic-outline:before {
  content: '\f2a9';
}
.md-mic-setting:before {
  content: '\f2aa';
}
.md-mic:before {
  content: '\f2ab';
}
.md-mouse:before {
  content: '\f2ac';
}
.md-network-alert:before {
  content: '\f2ad';
}
.md-network-locked:before {
  content: '\f2ae';
}
.md-network-off:before {
  content: '\f2af';
}
.md-network-outline:before {
  content: '\f2b0';
}
.md-network-setting:before {
  content: '\f2b1';
}
.md-network:before {
  content: '\f2b2';
}
.md-phone-bluetooth:before {
  content: '\f2b3';
}
.md-phone-end:before {
  content: '\f2b4';
}
.md-phone-forwarded:before {
  content: '\f2b5';
}
.md-phone-in-talk:before {
  content: '\f2b6';
}
.md-phone-locked:before {
  content: '\f2b7';
}
.md-phone-missed:before {
  content: '\f2b8';
}
.md-phone-msg:before {
  content: '\f2b9';
}
.md-phone-paused:before {
  content: '\f2ba';
}
.md-phone-ring:before {
  content: '\f2bb';
}
.md-phone-setting:before {
  content: '\f2bc';
}
.md-phone-sip:before {
  content: '\f2bd';
}
.md-phone:before {
  content: '\f2be';
}
.md-portable-wifi-changes:before {
  content: '\f2bf';
}
.md-portable-wifi-off:before {
  content: '\f2c0';
}
.md-portable-wifi:before {
  content: '\f2c1';
}
.md-radio:before {
  content: '\f2c2';
}
.md-reader:before {
  content: '\f2c3';
}
.md-remote-control-alt:before {
  content: '\f2c4';
}
.md-remote-control:before {
  content: '\f2c5';
}
.md-router:before {
  content: '\f2c6';
}
.md-scanner:before {
  content: '\f2c7';
}
.md-smartphone-android:before {
  content: '\f2c8';
}
.md-smartphone-download:before {
  content: '\f2c9';
}
.md-smartphone-erase:before {
  content: '\f2ca';
}
.md-smartphone-info:before {
  content: '\f2cb';
}
.md-smartphone-iphone:before {
  content: '\f2cc';
}
.md-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.md-smartphone-landscape:before {
  content: '\f2ce';
}
.md-smartphone-lock:before {
  content: '\f2cf';
}
.md-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.md-smartphone-ring:before {
  content: '\f2d1';
}
.md-smartphone-setting:before {
  content: '\f2d2';
}
.md-smartphone-setup:before {
  content: '\f2d3';
}
.md-smartphone:before {
  content: '\f2d4';
}
.md-speaker:before {
  content: '\f2d5';
}
.md-tablet-android:before {
  content: '\f2d6';
}
.md-tablet-mac:before {
  content: '\f2d7';
}
.md-tablet:before {
  content: '\f2d8';
}
.md-tv-alt-play:before {
  content: '\f2d9';
}
.md-tv-list:before {
  content: '\f2da';
}
.md-tv-play:before {
  content: '\f2db';
}
.md-tv:before {
  content: '\f2dc';
}
.md-usb:before {
  content: '\f2dd';
}
.md-videocam-off:before {
  content: '\f2de';
}
.md-videocam-switch:before {
  content: '\f2df';
}
.md-videocam:before {
  content: '\f2e0';
}
.md-watch:before {
  content: '\f2e1';
}
.md-wifi-alt-2:before {
  content: '\f2e2';
}
.md-wifi-alt:before {
  content: '\f2e3';
}
.md-wifi-info:before {
  content: '\f2e4';
}
.md-wifi-lock:before {
  content: '\f2e5';
}
.md-wifi-off:before {
  content: '\f2e6';
}
.md-wifi-outline:before {
  content: '\f2e7';
}
.md-wifi:before {
  content: '\f2e8';
}
.md-arrow-left-bottom:before {
  content: '\f2e9';
}
.md-arrow-left:before {
  content: '\f2ea';
}
.md-arrow-merge:before {
  content: '\f2eb';
}
.md-arrow-missed:before {
  content: '\f2ec';
}
.md-arrow-right-top:before {
  content: '\f2ed';
}
.md-arrow-right:before {
  content: '\f2ee';
}
.md-arrow-split:before {
  content: '\f2ef';
}
.md-arrows:before {
  content: '\f2f0';
}
.md-caret-down-circle:before {
  content: '\f2f1';
}
.md-caret-down:before {
  content: '\f2f2';
}
.md-caret-left-circle:before {
  content: '\f2f3';
}
.md-caret-left:before {
  content: '\f2f4';
}
.md-caret-right-circle:before {
  content: '\f2f5';
}
.md-caret-right:before {
  content: '\f2f6';
}
.md-caret-up-circle:before {
  content: '\f2f7';
}
.md-caret-up:before {
  content: '\f2f8';
}
.md-chevron-down:before {
  content: '\f2f9';
}
.md-chevron-left:before {
  content: '\f2fa';
}
.md-chevron-right:before {
  content: '\f2fb';
}
.md-chevron-up:before {
  content: '\f2fc';
}
.md-forward:before {
  content: '\f2fd';
}
.md-long-arrow-down:before {
  content: '\f2fe';
}
.md-long-arrow-left:before {
  content: '\f2ff';
}
.md-long-arrow-return:before {
  content: '\f300';
}
.md-long-arrow-right:before {
  content: '\f301';
}
.md-long-arrow-tab:before {
  content: '\f302';
}
.md-long-arrow-up:before {
  content: '\f303';
}
.md-rotate-ccw:before {
  content: '\f304';
}
.md-rotate-cw:before {
  content: '\f305';
}
.md-rotate-left:before {
  content: '\f306';
}
.md-rotate-right:before {
  content: '\f307';
}
.md-square-down:before {
  content: '\f308';
}
.md-square-right:before {
  content: '\f309';
}
.md-swap-alt:before {
  content: '\f30a';
}
.md-swap-vertical-circle:before {
  content: '\f30b';
}
.md-swap-vertical:before {
  content: '\f30c';
}
.md-swap:before {
  content: '\f30d';
}
.md-trending-down:before {
  content: '\f30e';
}
.md-trending-flat:before {
  content: '\f30f';
}
.md-trending-up:before {
  content: '\f310';
}
.md-unfold-less:before {
  content: '\f311';
}
.md-unfold-more:before {
  content: '\f312';
}
.md-apps:before {
  content: '\f313';
}
.md-grid-off:before {
  content: '\f314';
}
.md-grid:before {
  content: '\f315';
}
.md-view-agenda:before {
  content: '\f316';
}
.md-view-array:before {
  content: '\f317';
}
.md-view-carousel:before {
  content: '\f318';
}
.md-view-column:before {
  content: '\f319';
}
.md-view-comfy:before {
  content: '\f31a';
}
.md-view-compact:before {
  content: '\f31b';
}
.md-view-dashboard:before {
  content: '\f31c';
}
.md-view-day:before {
  content: '\f31d';
}
.md-view-headline:before {
  content: '\f31e';
}
.md-view-list-alt:before {
  content: '\f31f';
}
.md-view-list:before {
  content: '\f320';
}
.md-view-module:before {
  content: '\f321';
}
.md-view-quilt:before {
  content: '\f322';
}
.md-view-stream:before {
  content: '\f323';
}
.md-view-subtitles:before {
  content: '\f324';
}
.md-view-toc:before {
  content: '\f325';
}
.md-view-web:before {
  content: '\f326';
}
.md-view-week:before {
  content: '\f327';
}
.md-widgets:before {
  content: '\f328';
}
.md-alarm-check:before {
  content: '\f329';
}
.md-alarm-off:before {
  content: '\f32a';
}
.md-alarm-plus:before {
  content: '\f32b';
}
.md-alarm-snooze:before {
  content: '\f32c';
}
.md-alarm:before {
  content: '\f32d';
}
.md-calendar-alt:before {
  content: '\f32e';
}
.md-calendar-check:before {
  content: '\f32f';
}
.md-calendar-close:before {
  content: '\f330';
}
.md-calendar-note:before {
  content: '\f331';
}
.md-calendar:before {
  content: '\f332';
}
.md-time-countdown:before {
  content: '\f333';
}
.md-time-interval:before {
  content: '\f334';
}
.md-time-restore-setting:before {
  content: '\f335';
}
.md-time-restore:before {
  content: '\f336';
}
.md-time:before {
  content: '\f337';
}
.md-timer-off:before {
  content: '\f338';
}
.md-timer:before {
  content: '\f339';
}
.md-android-alt:before {
  content: '\f33a';
}
.md-android:before {
  content: '\f33b';
}
.md-apple:before {
  content: '\f33c';
}
.md-behance:before {
  content: '\f33d';
}
.md-codepen:before {
  content: '\f33e';
}
.md-dribbble:before {
  content: '\f33f';
}
.md-dropbox:before {
  content: '\f340';
}
.md-evernote:before {
  content: '\f341';
}
.md-facebook-box:before {
  content: '\f342';
}
.md-facebook:before {
  content: '\f343';
}
.md-github-box:before {
  content: '\f344';
}
.md-github:before {
  content: '\f345';
}
.md-google-drive:before {
  content: '\f346';
}
.md-google-earth:before {
  content: '\f347';
}
.md-google-glass:before {
  content: '\f348';
}
.md-google-maps:before {
  content: '\f349';
}
.md-google-pages:before {
  content: '\f34a';
}
.md-google-play:before {
  content: '\f34b';
}
.md-google-plus-box:before {
  content: '\f34c';
}
.md-google-plus:before {
  content: '\f34d';
}
.md-google:before {
  content: '\f34e';
}
.md-instagram:before {
  content: '\f34f';
}
.md-language-css3:before {
  content: '\f350';
}
.md-language-html5:before {
  content: '\f351';
}
.md-language-javascript:before {
  content: '\f352';
}
.md-language-python-alt:before {
  content: '\f353';
}
.md-language-python:before {
  content: '\f354';
}
.md-lastfm:before {
  content: '\f355';
}
.md-linkedin-box:before {
  content: '\f356';
}
.md-paypal:before {
  content: '\f357';
}
.md-pinterest-box:before {
  content: '\f358';
}
.md-pocket:before {
  content: '\f359';
}
.md-polymer:before {
  content: '\f35a';
}
.md-share:before {
  content: '\f35b';
}
.md-stackoverflow:before {
  content: '\f35c';
}
.md-steam-square:before {
  content: '\f35d';
}
.md-steam:before {
  content: '\f35e';
}
.md-twitter-box:before {
  content: '\f35f';
}
.md-twitter:before {
  content: '\f360';
}
.md-vk:before {
  content: '\f361';
}
.md-wikipedia:before {
  content: '\f362';
}
.md-windows:before {
  content: '\f363';
}
.md-aspect-ratio-alt:before {
  content: '\f364';
}
.md-aspect-ratio:before {
  content: '\f365';
}
.md-blur-circular:before {
  content: '\f366';
}
.md-blur-linear:before {
  content: '\f367';
}
.md-blur-off:before {
  content: '\f368';
}
.md-blur:before {
  content: '\f369';
}
.md-brightness-2:before {
  content: '\f36a';
}
.md-brightness-3:before {
  content: '\f36b';
}
.md-brightness-4:before {
  content: '\f36c';
}
.md-brightness-5:before {
  content: '\f36d';
}
.md-brightness-6:before {
  content: '\f36e';
}
.md-brightness-7:before {
  content: '\f36f';
}
.md-brightness-auto:before {
  content: '\f370';
}
.md-brightness-setting:before {
  content: '\f371';
}
.md-broken-image:before {
  content: '\f372';
}
.md-center-focus-strong:before {
  content: '\f373';
}
.md-center-focus-weak:before {
  content: '\f374';
}
.md-compare:before {
  content: '\f375';
}
.md-crop-16-9:before {
  content: '\f376';
}
.md-crop-3-2:before {
  content: '\f377';
}
.md-crop-5-4:before {
  content: '\f378';
}
.md-crop-7-5:before {
  content: '\f379';
}
.md-crop-din:before {
  content: '\f37a';
}
.md-crop-free:before {
  content: '\f37b';
}
.md-crop-landscape:before {
  content: '\f37c';
}
.md-crop-portrait:before {
  content: '\f37d';
}
.md-crop-square:before {
  content: '\f37e';
}
.md-exposure-alt:before {
  content: '\f37f';
}
.md-exposure:before {
  content: '\f380';
}
.md-filter-b-and-w:before {
  content: '\f381';
}
.md-filter-center-focus:before {
  content: '\f382';
}
.md-filter-frames:before {
  content: '\f383';
}
.md-filter-tilt-shift:before {
  content: '\f384';
}
.md-gradient:before {
  content: '\f385';
}
.md-grain:before {
  content: '\f386';
}
.md-graphic-eq:before {
  content: '\f387';
}
.md-hdr-off:before {
  content: '\f388';
}
.md-hdr-strong:before {
  content: '\f389';
}
.md-hdr-weak:before {
  content: '\f38a';
}
.md-hdr:before {
  content: '\f38b';
}
.md-iridescent:before {
  content: '\f38c';
}
.md-leak-off:before {
  content: '\f38d';
}
.md-leak:before {
  content: '\f38e';
}
.md-looks:before {
  content: '\f38f';
}
.md-loupe:before {
  content: '\f390';
}
.md-panorama-horizontal:before {
  content: '\f391';
}
.md-panorama-vertical:before {
  content: '\f392';
}
.md-panorama-wide-angle:before {
  content: '\f393';
}
.md-photo-size-select-large:before {
  content: '\f394';
}
.md-photo-size-select-small:before {
  content: '\f395';
}
.md-picture-in-picture:before {
  content: '\f396';
}
.md-slideshow:before {
  content: '\f397';
}
.md-texture:before {
  content: '\f398';
}
.md-tonality:before {
  content: '\f399';
}
.md-vignette:before {
  content: '\f39a';
}
.md-wb-auto:before {
  content: '\f39b';
}
.md-eject-alt:before {
  content: '\f39c';
}
.md-eject:before {
  content: '\f39d';
}
.md-equalizer:before {
  content: '\f39e';
}
.md-fast-forward:before {
  content: '\f39f';
}
.md-fast-rewind:before {
  content: '\f3a0';
}
.md-forward-10:before {
  content: '\f3a1';
}
.md-forward-30:before {
  content: '\f3a2';
}
.md-forward-5:before {
  content: '\f3a3';
}
.md-hearing:before {
  content: '\f3a4';
}
.md-pause-circle-outline:before {
  content: '\f3a5';
}
.md-pause-circle:before {
  content: '\f3a6';
}
.md-pause:before {
  content: '\f3a7';
}
.md-play-circle-outline:before {
  content: '\f3a8';
}
.md-play-circle:before {
  content: '\f3a9';
}
.md-play:before {
  content: '\f3aa';
}
.md-playlist-audio:before {
  content: '\f3ab';
}
.md-playlist-plus:before {
  content: '\f3ac';
}
.md-repeat-one:before {
  content: '\f3ad';
}
.md-repeat:before {
  content: '\f3ae';
}
.md-replay-10:before {
  content: '\f3af';
}
.md-replay-30:before {
  content: '\f3b0';
}
.md-replay-5:before {
  content: '\f3b1';
}
.md-replay:before {
  content: '\f3b2';
}
.md-shuffle:before {
  content: '\f3b3';
}
.md-skip-next:before {
  content: '\f3b4';
}
.md-skip-previous:before {
  content: '\f3b5';
}
.md-stop:before {
  content: '\f3b6';
}
.md-surround-sound:before {
  content: '\f3b7';
}
.md-tune:before {
  content: '\f3b8';
}
.md-volume-down:before {
  content: '\f3b9';
}
.md-volume-mute:before {
  content: '\f3ba';
}
.md-volume-off:before {
  content: '\f3bb';
}
.md-volume-up:before {
  content: '\f3bc';
}
.md-n-1-square:before {
  content: '\f3bd';
}
.md-n-2-square:before {
  content: '\f3be';
}
.md-n-3-square:before {
  content: '\f3bf';
}
.md-n-4-square:before {
  content: '\f3c0';
}
.md-n-5-square:before {
  content: '\f3c1';
}
.md-n-6-square:before {
  content: '\f3c2';
}
.md-neg-1:before {
  content: '\f3c3';
}
.md-neg-2:before {
  content: '\f3c4';
}
.md-plus-1:before {
  content: '\f3c5';
}
.md-plus-2:before {
  content: '\f3c6';
}
.md-sec-10:before {
  content: '\f3c7';
}
.md-sec-3:before {
  content: '\f3c8';
}
.md-zero:before {
  content: '\f3c9';
}
.md-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.md-airline-seat-flat:before {
  content: '\f3cb';
}
.md-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.md-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.md-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.md-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.md-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.md-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.md-airplay:before {
  content: '\f3d2';
}
.md-closed-caption:before {
  content: '\f3d3';
}
.md-confirmation-number:before {
  content: '\f3d4';
}
.md-developer-board:before {
  content: '\f3d5';
}
.md-disc-full:before {
  content: '\f3d6';
}
.md-explicit:before {
  content: '\f3d7';
}
.md-flight-land:before {
  content: '\f3d8';
}
.md-flight-takeoff:before {
  content: '\f3d9';
}
.md-flip-to-back:before {
  content: '\f3da';
}
.md-flip-to-front:before {
  content: '\f3db';
}
.md-group-work:before {
  content: '\f3dc';
}
.md-hd:before {
  content: '\f3dd';
}
.md-hq:before {
  content: '\f3de';
}
.md-markunread-mailbox:before {
  content: '\f3df';
}
.md-memory:before {
  content: '\f3e0';
}
.md-nfc:before {
  content: '\f3e1';
}
.md-play-for-work:before {
  content: '\f3e2';
}
.md-power-input:before {
  content: '\f3e3';
}
.md-present-to-all:before {
  content: '\f3e4';
}
.md-satellite:before {
  content: '\f3e5';
}
.md-tap-and-play:before {
  content: '\f3e6';
}
.md-vibration:before {
  content: '\f3e7';
}
.md-voicemail:before {
  content: '\f3e8';
}
.md-group:before {
  content: '\f3e9';
}
.md-rss:before {
  content: '\f3ea';
}
.md-shape:before {
  content: '\f3eb';
}
.md-spinner:before {
  content: '\f3ec';
}
.md-ungroup:before {
  content: '\f3ed';
}
.md-500px:before {
  content: '\f3ee';
}
.md-8tracks:before {
  content: '\f3ef';
}
.md-amazon:before {
  content: '\f3f0';
}
.md-blogger:before {
  content: '\f3f1';
}
.md-delicious:before {
  content: '\f3f2';
}
.md-disqus:before {
  content: '\f3f3';
}
.md-flattr:before {
  content: '\f3f4';
}
.md-flickr:before {
  content: '\f3f5';
}
.md-github-alt:before {
  content: '\f3f6';
}
.md-google-old:before {
  content: '\f3f7';
}
.md-linkedin:before {
  content: '\f3f8';
}
.md-odnoklassniki:before {
  content: '\f3f9';
}
.md-outlook:before {
  content: '\f3fa';
}
.md-paypal-alt:before {
  content: '\f3fb';
}
.md-pinterest:before {
  content: '\f3fc';
}
.md-playstation:before {
  content: '\f3fd';
}
.md-reddit:before {
  content: '\f3fe';
}
.md-skype:before {
  content: '\f3ff';
}
.md-slideshare:before {
  content: '\f400';
}
.md-soundcloud:before {
  content: '\f401';
}
.md-tumblr:before {
  content: '\f402';
}
.md-twitch:before {
  content: '\f403';
}
.md-vimeo:before {
  content: '\f404';
}
.md-whatsapp:before {
  content: '\f405';
}
.md-xbox:before {
  content: '\f406';
}
.md-yahoo:before {
  content: '\f407';
}
.md-youtube-play:before {
  content: '\f408';
}
.md-youtube:before {
  content: '\f409';
}
.md-3d-rotation:before {
  content: '\f101';
}
.md-airplane-off:before {
  content: '\f102';
}
.md-airplane:before {
  content: '\f103';
}
.md-album:before {
  content: '\f104';
}
.md-archive:before {
  content: '\f105';
}
.md-assignment-account:before {
  content: '\f106';
}
.md-assignment-alert:before {
  content: '\f107';
}
.md-assignment-check:before {
  content: '\f108';
}
.md-assignment-o:before {
  content: '\f109';
}
.md-assignment-return:before {
  content: '\f10a';
}
.md-assignment-returned:before {
  content: '\f10b';
}
.md-assignment:before {
  content: '\f10c';
}
.md-attachment-alt:before {
  content: '\f10d';
}
.md-attachment:before {
  content: '\f10e';
}
.md-audio:before {
  content: '\f10f';
}
.md-badge-check:before {
  content: '\f110';
}
.md-balance-wallet:before {
  content: '\f111';
}
.md-balance:before {
  content: '\f112';
}
.md-battery-alert:before {
  content: '\f113';
}
.md-battery-flash:before {
  content: '\f114';
}
.md-battery-unknown:before {
  content: '\f115';
}
.md-battery:before {
  content: '\f116';
}
.md-bike:before {
  content: '\f117';
}
.md-block-alt:before {
  content: '\f118';
}
.md-block:before {
  content: '\f119';
}
.md-boat:before {
  content: '\f11a';
}
.md-book-image:before {
  content: '\f11b';
}
.md-book:before {
  content: '\f11c';
}
.md-bookmark-outline:before {
  content: '\f11d';
}
.md-bookmark:before {
  content: '\f11e';
}
.md-brush:before {
  content: '\f11f';
}
.md-bug:before {
  content: '\f120';
}
.md-bus:before {
  content: '\f121';
}
.md-cake:before {
  content: '\f122';
}
.md-car-taxi:before {
  content: '\f123';
}
.md-car-wash:before {
  content: '\f124';
}
.md-car:before {
  content: '\f125';
}
.md-card-giftcard:before {
  content: '\f126';
}
.md-card-membership:before {
  content: '\f127';
}
.md-card-travel:before {
  content: '\f128';
}
.md-card:before {
  content: '\f129';
}
.md-case-check:before {
  content: '\f12a';
}
.md-case-download:before {
  content: '\f12b';
}
.md-case-play:before {
  content: '\f12c';
}
.md-case:before {
  content: '\f12d';
}
.md-cast-connected:before {
  content: '\f12e';
}
.md-cast:before {
  content: '\f12f';
}
.md-chart-donut:before {
  content: '\f130';
}
.md-chart:before {
  content: '\f131';
}
.md-city-alt:before {
  content: '\f132';
}
.md-city:before {
  content: '\f133';
}
.md-close-circle-o:before {
  content: '\f134';
}
.md-close-circle:before {
  content: '\f135';
}
.md-close:before {
  content: '\f136';
}
.md-cocktail:before {
  content: '\f137';
}
.md-code-setting:before {
  content: '\f138';
}
.md-code-smartphone:before {
  content: '\f139';
}
.md-code:before {
  content: '\f13a';
}
.md-coffee:before {
  content: '\f13b';
}
.md-collection-bookmark:before {
  content: '\f13c';
}
.md-collection-case-play:before {
  content: '\f13d';
}
.md-collection-folder-image:before {
  content: '\f13e';
}
.md-collection-image-o:before {
  content: '\f13f';
}
.md-collection-image:before {
  content: '\f140';
}
.md-collection-item-1:before {
  content: '\f141';
}
.md-collection-item-2:before {
  content: '\f142';
}
.md-collection-item-3:before {
  content: '\f143';
}
.md-collection-item-4:before {
  content: '\f144';
}
.md-collection-item-5:before {
  content: '\f145';
}
.md-collection-item-6:before {
  content: '\f146';
}
.md-collection-item-7:before {
  content: '\f147';
}
.md-collection-item-8:before {
  content: '\f148';
}
.md-collection-item-9-plus:before {
  content: '\f149';
}
.md-collection-item-9:before {
  content: '\f14a';
}
.md-collection-item:before {
  content: '\f14b';
}
.md-collection-music:before {
  content: '\f14c';
}
.md-collection-pdf:before {
  content: '\f14d';
}
.md-collection-plus:before {
  content: '\f14e';
}
.md-collection-speaker:before {
  content: '\f14f';
}
.md-collection-text:before {
  content: '\f150';
}
.md-collection-video:before {
  content: '\f151';
}
.md-compass:before {
  content: '\f152';
}
.md-cutlery:before {
  content: '\f153';
}
.md-delete:before {
  content: '\f154';
}
.md-dialpad:before {
  content: '\f155';
}
.md-dns:before {
  content: '\f156';
}
.md-drink:before {
  content: '\f157';
}
.md-edit:before {
  content: '\f158';
}
.md-email-open:before {
  content: '\f159';
}
.md-email:before {
  content: '\f15a';
}
.md-eye-off:before {
  content: '\f15b';
}
.md-eye:before {
  content: '\f15c';
}
.md-eyedropper:before {
  content: '\f15d';
}
.md-favorite-outline:before {
  content: '\f15e';
}
.md-favorite:before {
  content: '\f15f';
}
.md-filter-list:before {
  content: '\f160';
}
.md-fire:before {
  content: '\f161';
}
.md-flag:before {
  content: '\f162';
}
.md-flare:before {
  content: '\f163';
}
.md-flash-auto:before {
  content: '\f164';
}
.md-flash-off:before {
  content: '\f165';
}
.md-flash:before {
  content: '\f166';
}
.md-flip:before {
  content: '\f167';
}
.md-flower-alt:before {
  content: '\f168';
}
.md-flower:before {
  content: '\f169';
}
.md-font:before {
  content: '\f16a';
}
.md-fullscreen-alt:before {
  content: '\f16b';
}
.md-fullscreen-exit:before {
  content: '\f16c';
}
.md-fullscreen:before {
  content: '\f16d';
}
.md-functions:before {
  content: '\f16e';
}
.md-gas-station:before {
  content: '\f16f';
}
.md-gesture:before {
  content: '\f170';
}
.md-globe-alt:before {
  content: '\f171';
}
.md-globe-lock:before {
  content: '\f172';
}
.md-globe:before {
  content: '\f173';
}
.md-graduation-cap:before {
  content: '\f174';
}
.md-home:before {
  content: '\f175';
}
.md-hospital-alt:before {
  content: '\f176';
}
.md-hospital:before {
  content: '\f177';
}
.md-hotel:before {
  content: '\f178';
}
.md-hourglass-alt:before {
  content: '\f179';
}
.md-hourglass-outline:before {
  content: '\f17a';
}
.md-hourglass:before {
  content: '\f17b';
}
.md-http:before {
  content: '\f17c';
}
.md-image-alt:before {
  content: '\f17d';
}
.md-image-o:before {
  content: '\f17e';
}
.md-image:before {
  content: '\f17f';
}
.md-inbox:before {
  content: '\f180';
}
.md-invert-colors-off:before {
  content: '\f181';
}
.md-invert-colors:before {
  content: '\f182';
}
.md-key:before {
  content: '\f183';
}
.md-label-alt-outline:before {
  content: '\f184';
}
.md-label-alt:before {
  content: '\f185';
}
.md-label-heart:before {
  content: '\f186';
}
.md-label:before {
  content: '\f187';
}
.md-labels:before {
  content: '\f188';
}
.md-lamp:before {
  content: '\f189';
}
.md-landscape:before {
  content: '\f18a';
}
.md-layers-off:before {
  content: '\f18b';
}
.md-layers:before {
  content: '\f18c';
}
.md-library:before {
  content: '\f18d';
}
.md-link:before {
  content: '\f18e';
}
.md-lock-open:before {
  content: '\f18f';
}
.md-lock-outline:before {
  content: '\f190';
}
.md-lock:before {
  content: '\f191';
}
.md-mail-reply-all:before {
  content: '\f192';
}
.md-mail-reply:before {
  content: '\f193';
}
.md-mail-send:before {
  content: '\f194';
}
.md-mall:before {
  content: '\f195';
}
.md-map:before {
  content: '\f196';
}
.md-menu:before {
  content: '\f197';
}
.md-money-box:before {
  content: '\f198';
}
.md-money-off:before {
  content: '\f199';
}
.md-money:before {
  content: '\f19a';
}
.md-more-vert:before {
  content: '\f19b';
}
.md-more:before {
  content: '\f19c';
}
.md-movie-alt:before {
  content: '\f19d';
}
.md-movie:before {
  content: '\f19e';
}
.md-nature-people:before {
  content: '\f19f';
}
.md-nature:before {
  content: '\f1a0';
}
.md-navigation:before {
  content: '\f1a1';
}
.md-open-in-browser:before {
  content: '\f1a2';
}
.md-open-in-new:before {
  content: '\f1a3';
}
.md-palette:before {
  content: '\f1a4';
}
.md-parking:before {
  content: '\f1a5';
}
.md-pin-account:before {
  content: '\f1a6';
}
.md-pin-assistant:before {
  content: '\f1a7';
}
.md-pin-drop:before {
  content: '\f1a8';
}
.md-pin-help:before {
  content: '\f1a9';
}
.md-pin-off:before {
  content: '\f1aa';
}
.md-pin:before {
  content: '\f1ab';
}
.md-pizza:before {
  content: '\f1ac';
}
.md-plaster:before {
  content: '\f1ad';
}
.md-power-setting:before {
  content: '\f1ae';
}
.md-power:before {
  content: '\f1af';
}
.md-print:before {
  content: '\f1b0';
}
.md-puzzle-piece:before {
  content: '\f1b1';
}
.md-quote:before {
  content: '\f1b2';
}
.md-railway:before {
  content: '\f1b3';
}
.md-receipt:before {
  content: '\f1b4';
}
.md-refresh-alt:before {
  content: '\f1b5';
}
.md-refresh-sync-alert:before {
  content: '\f1b6';
}
.md-refresh-sync-off:before {
  content: '\f1b7';
}
.md-refresh-sync:before {
  content: '\f1b8';
}
.md-refresh:before {
  content: '\f1b9';
}
.md-roller:before {
  content: '\f1ba';
}
.md-ruler:before {
  content: '\f1bb';
}
.md-scissors:before {
  content: '\f1bc';
}
.md-screen-rotation-lock:before {
  content: '\f1bd';
}
.md-screen-rotation:before {
  content: '\f1be';
}
.md-search-for:before {
  content: '\f1bf';
}
.md-search-in-file:before {
  content: '\f1c0';
}
.md-search-in-page:before {
  content: '\f1c1';
}
.md-search-replace:before {
  content: '\f1c2';
}
.md-search:before {
  content: '\f1c3';
}
.md-seat:before {
  content: '\f1c4';
}
.md-settings-square:before {
  content: '\f1c5';
}
.md-settings:before {
  content: '\f1c6';
}
.md-shield-check:before {
  content: '\f1c7';
}
.md-shield-security:before {
  content: '\f1c8';
}
.md-shopping-basket:before {
  content: '\f1c9';
}
.md-shopping-cart-plus:before {
  content: '\f1ca';
}
.md-shopping-cart:before {
  content: '\f1cb';
}
.md-sign-in:before {
  content: '\f1cc';
}
.md-sort-amount-asc:before {
  content: '\f1cd';
}
.md-sort-amount-desc:before {
  content: '\f1ce';
}
.md-sort-asc:before {
  content: '\f1cf';
}
.md-sort-desc:before {
  content: '\f1d0';
}
.md-spellcheck:before {
  content: '\f1d1';
}
.md-storage:before {
  content: '\f1d2';
}
.md-store-24:before {
  content: '\f1d3';
}
.md-store:before {
  content: '\f1d4';
}
.md-subway:before {
  content: '\f1d5';
}
.md-sun:before {
  content: '\f1d6';
}
.md-tab-unselected:before {
  content: '\f1d7';
}
.md-tab:before {
  content: '\f1d8';
}
.md-tag-close:before {
  content: '\f1d9';
}
.md-tag-more:before {
  content: '\f1da';
}
.md-tag:before {
  content: '\f1db';
}
.md-thumb-down:before {
  content: '\f1dc';
}
.md-thumb-up-down:before {
  content: '\f1dd';
}
.md-thumb-up:before {
  content: '\f1de';
}
.md-ticket-star:before {
  content: '\f1df';
}
.md-toll:before {
  content: '\f1e0';
}
.md-toys:before {
  content: '\f1e1';
}
.md-traffic:before {
  content: '\f1e2';
}
.md-translate:before {
  content: '\f1e3';
}
.md-triangle-down:before {
  content: '\f1e4';
}
.md-triangle-up:before {
  content: '\f1e5';
}
.md-truck:before {
  content: '\f1e6';
}
.md-turning-sign:before {
  content: '\f1e7';
}
.md-wallpaper:before {
  content: '\f1e8';
}
.md-washing-machine:before {
  content: '\f1e9';
}
.md-window-maximize:before {
  content: '\f1ea';
}
.md-window-minimize:before {
  content: '\f1eb';
}
.md-window-restore:before {
  content: '\f1ec';
}
.md-wrench:before {
  content: '\f1ed';
}
.md-zoom-in:before {
  content: '\f1ee';
}
.md-zoom-out:before {
  content: '\f1ef';
}
.md-alert-circle-o:before {
  content: '\f1f0';
}
.md-alert-circle:before {
  content: '\f1f1';
}
.md-alert-octagon:before {
  content: '\f1f2';
}
.md-alert-polygon:before {
  content: '\f1f3';
}
.md-alert-triangle:before {
  content: '\f1f4';
}
.md-help-outline:before {
  content: '\f1f5';
}
.md-help:before {
  content: '\f1f6';
}
.md-info-outline:before {
  content: '\f1f7';
}
.md-info:before {
  content: '\f1f8';
}
.md-notifications-active:before {
  content: '\f1f9';
}
.md-notifications-add:before {
  content: '\f1fa';
}
.md-notifications-none:before {
  content: '\f1fb';
}
.md-notifications-off:before {
  content: '\f1fc';
}
.md-notifications-paused:before {
  content: '\f1fd';
}
.md-notifications:before {
  content: '\f1fe';
}
.md-account-add:before {
  content: '\f1ff';
}
.md-account-box-mail:before {
  content: '\f200';
}
.md-account-box-o:before {
  content: '\f201';
}
.md-account-box-phone:before {
  content: '\f202';
}
.md-account-box:before {
  content: '\f203';
}
.md-account-calendar:before {
  content: '\f204';
}
.md-account-circle:before {
  content: '\f205';
}
.md-account-o:before {
  content: '\f206';
}
.md-account:before {
  content: '\f207';
}
.md-accounts-add:before {
  content: '\f208';
}
.md-accounts-alt:before {
  content: '\f209';
}
.md-accounts-list-alt:before {
  content: '\f20a';
}
.md-accounts-list:before {
  content: '\f20b';
}
.md-accounts-outline:before {
  content: '\f20c';
}
.md-accounts:before {
  content: '\f20d';
}
.md-face:before {
  content: '\f20e';
}
.md-female:before {
  content: '\f20f';
}
.md-male-alt:before {
  content: '\f210';
}
.md-male-female:before {
  content: '\f211';
}
.md-male:before {
  content: '\f212';
}
.md-mood-bad:before {
  content: '\f213';
}
.md-mood:before {
  content: '\f214';
}
.md-run:before {
  content: '\f215';
}
.md-walk:before {
  content: '\f216';
}
.md-cloud-box:before {
  content: '\f217';
}
.md-cloud-circle:before {
  content: '\f218';
}
.md-cloud-done:before {
  content: '\f219';
}
.md-cloud-download:before {
  content: '\f21a';
}
.md-cloud-off:before {
  content: '\f21b';
}
.md-cloud-outline-alt:before {
  content: '\f21c';
}
.md-cloud-outline:before {
  content: '\f21d';
}
.md-cloud-upload:before {
  content: '\f21e';
}
.md-cloud:before {
  content: '\f21f';
}
.md-download:before {
  content: '\f220';
}
.md-file-plus:before {
  content: '\f221';
}
.md-file-text:before {
  content: '\f222';
}
.md-file:before {
  content: '\f223';
}
.md-folder-outline:before {
  content: '\f224';
}
.md-folder-person:before {
  content: '\f225';
}
.md-folder-star-alt:before {
  content: '\f226';
}
.md-folder-star:before {
  content: '\f227';
}
.md-folder:before {
  content: '\f228';
}
.md-gif:before {
  content: '\f229';
}
.md-upload:before {
  content: '\f22a';
}
.md-border-all:before {
  content: '\f22b';
}
.md-border-bottom:before {
  content: '\f22c';
}
.md-border-clear:before {
  content: '\f22d';
}
.md-border-color:before {
  content: '\f22e';
}
.md-border-horizontal:before {
  content: '\f22f';
}
.md-border-inner:before {
  content: '\f230';
}
.md-border-left:before {
  content: '\f231';
}
.md-border-outer:before {
  content: '\f232';
}
.md-border-right:before {
  content: '\f233';
}
.md-border-style:before {
  content: '\f234';
}
.md-border-top:before {
  content: '\f235';
}
.md-border-vertical:before {
  content: '\f236';
}
.md-copy:before {
  content: '\f237';
}
.md-crop:before {
  content: '\f238';
}
.md-format-align-center:before {
  content: '\f239';
}
.md-format-align-justify:before {
  content: '\f23a';
}
.md-format-align-left:before {
  content: '\f23b';
}
.md-format-align-right:before {
  content: '\f23c';
}
.md-format-bold:before {
  content: '\f23d';
}
.md-format-clear-all:before {
  content: '\f23e';
}
.md-format-clear:before {
  content: '\f23f';
}
.md-format-color-fill:before {
  content: '\f240';
}
.md-format-color-reset:before {
  content: '\f241';
}
.md-format-color-text:before {
  content: '\f242';
}
.md-format-indent-decrease:before {
  content: '\f243';
}
.md-format-indent-increase:before {
  content: '\f244';
}
.md-format-italic:before {
  content: '\f245';
}
.md-format-line-spacing:before {
  content: '\f246';
}
.md-format-list-bulleted:before {
  content: '\f247';
}
.md-format-list-numbered:before {
  content: '\f248';
}
.md-format-ltr:before {
  content: '\f249';
}
.md-format-rtl:before {
  content: '\f24a';
}
.md-format-size:before {
  content: '\f24b';
}
.md-format-strikethrough-s:before {
  content: '\f24c';
}
.md-format-strikethrough:before {
  content: '\f24d';
}
.md-format-subject:before {
  content: '\f24e';
}
.md-format-underlined:before {
  content: '\f24f';
}
.md-format-valign-bottom:before {
  content: '\f250';
}
.md-format-valign-center:before {
  content: '\f251';
}
.md-format-valign-top:before {
  content: '\f252';
}
.md-redo:before {
  content: '\f253';
}
.md-select-all:before {
  content: '\f254';
}
.md-space-bar:before {
  content: '\f255';
}
.md-text-format:before {
  content: '\f256';
}
.md-transform:before {
  content: '\f257';
}
.md-undo:before {
  content: '\f258';
}
.md-wrap-text:before {
  content: '\f259';
}
.md-comment-alert:before {
  content: '\f25a';
}
.md-comment-alt-text:before {
  content: '\f25b';
}
.md-comment-alt:before {
  content: '\f25c';
}
.md-comment-edit:before {
  content: '\f25d';
}
.md-comment-image:before {
  content: '\f25e';
}
.md-comment-list:before {
  content: '\f25f';
}
.md-comment-more:before {
  content: '\f260';
}
.md-comment-outline:before {
  content: '\f261';
}
.md-comment-text-alt:before {
  content: '\f262';
}
.md-comment-text:before {
  content: '\f263';
}
.md-comment-video:before {
  content: '\f264';
}
.md-comment:before {
  content: '\f265';
}
.md-comments:before {
  content: '\f266';
}
.md-check-all:before {
  content: '\f267';
}
.md-check-circle-u:before {
  content: '\f268';
}
.md-check-circle:before {
  content: '\f269';
}
.md-check-square:before {
  content: '\f26a';
}
.md-check:before {
  content: '\f26b';
}
.md-circle-o:before {
  content: '\f26c';
}
.md-circle:before {
  content: '\f26d';
}
.md-dot-circle-alt:before {
  content: '\f26e';
}
.md-dot-circle:before {
  content: '\f26f';
}
.md-minus-circle-outline:before {
  content: '\f270';
}
.md-minus-circle:before {
  content: '\f271';
}
.md-minus-square:before {
  content: '\f272';
}
.md-minus:before {
  content: '\f273';
}
.md-plus-circle-o-duplicate:before {
  content: '\f274';
}
.md-plus-circle-o:before {
  content: '\f275';
}
.md-plus-circle:before {
  content: '\f276';
}
.md-plus-square:before {
  content: '\f277';
}
.md-plus:before {
  content: '\f278';
}
.md-square-o:before {
  content: '\f279';
}
.md-star-circle:before {
  content: '\f27a';
}
.md-star-half:before {
  content: '\f27b';
}
.md-star-outline:before {
  content: '\f27c';
}
.md-star:before {
  content: '\f27d';
}
.md-bluetooth-connected:before {
  content: '\f27e';
}
.md-bluetooth-off:before {
  content: '\f27f';
}
.md-bluetooth-search:before {
  content: '\f280';
}
.md-bluetooth-setting:before {
  content: '\f281';
}
.md-bluetooth:before {
  content: '\f282';
}
.md-camera-add:before {
  content: '\f283';
}
.md-camera-alt:before {
  content: '\f284';
}
.md-camera-bw:before {
  content: '\f285';
}
.md-camera-front:before {
  content: '\f286';
}
.md-camera-mic:before {
  content: '\f287';
}
.md-camera-party-mode:before {
  content: '\f288';
}
.md-camera-rear:before {
  content: '\f289';
}
.md-camera-roll:before {
  content: '\f28a';
}
.md-camera-switch:before {
  content: '\f28b';
}
.md-camera:before {
  content: '\f28c';
}
.md-card-alert:before {
  content: '\f28d';
}
.md-card-off:before {
  content: '\f28e';
}
.md-card-sd:before {
  content: '\f28f';
}
.md-card-sim:before {
  content: '\f290';
}
.md-desktop-mac:before {
  content: '\f291';
}
.md-desktop-windows:before {
  content: '\f292';
}
.md-device-hub:before {
  content: '\f293';
}
.md-devices-off:before {
  content: '\f294';
}
.md-devices:before {
  content: '\f295';
}
.md-dock:before {
  content: '\f296';
}
.md-floppy:before {
  content: '\f297';
}
.md-gamepad:before {
  content: '\f298';
}
.md-gps-dot:before {
  content: '\f299';
}
.md-gps-off:before {
  content: '\f29a';
}
.md-gps:before {
  content: '\f29b';
}
.md-headset-mic:before {
  content: '\f29c';
}
.md-headset:before {
  content: '\f29d';
}
.md-input-antenna:before {
  content: '\f29e';
}
.md-input-composite:before {
  content: '\f29f';
}
.md-input-hdmi:before {
  content: '\f2a0';
}
.md-input-power:before {
  content: '\f2a1';
}
.md-input-svideo:before {
  content: '\f2a2';
}
.md-keyboard-hide:before {
  content: '\f2a3';
}
.md-keyboard:before {
  content: '\f2a4';
}
.md-laptop-chromebook:before {
  content: '\f2a5';
}
.md-laptop-mac:before {
  content: '\f2a6';
}
.md-laptop:before {
  content: '\f2a7';
}
.md-mic-off:before {
  content: '\f2a8';
}
.md-mic-outline:before {
  content: '\f2a9';
}
.md-mic-setting:before {
  content: '\f2aa';
}
.md-mic:before {
  content: '\f2ab';
}
.md-mouse:before {
  content: '\f2ac';
}
.md-network-alert:before {
  content: '\f2ad';
}
.md-network-locked:before {
  content: '\f2ae';
}
.md-network-off:before {
  content: '\f2af';
}
.md-network-outline:before {
  content: '\f2b0';
}
.md-network-setting:before {
  content: '\f2b1';
}
.md-network:before {
  content: '\f2b2';
}
.md-phone-bluetooth:before {
  content: '\f2b3';
}
.md-phone-end:before {
  content: '\f2b4';
}
.md-phone-forwarded:before {
  content: '\f2b5';
}
.md-phone-in-talk:before {
  content: '\f2b6';
}
.md-phone-locked:before {
  content: '\f2b7';
}
.md-phone-missed:before {
  content: '\f2b8';
}
.md-phone-msg:before {
  content: '\f2b9';
}
.md-phone-paused:before {
  content: '\f2ba';
}
.md-phone-ring:before {
  content: '\f2bb';
}
.md-phone-setting:before {
  content: '\f2bc';
}
.md-phone-sip:before {
  content: '\f2bd';
}
.md-phone:before {
  content: '\f2be';
}
.md-portable-wifi-changes:before {
  content: '\f2bf';
}
.md-portable-wifi-off:before {
  content: '\f2c0';
}
.md-portable-wifi:before {
  content: '\f2c1';
}
.md-radio:before {
  content: '\f2c2';
}
.md-reader:before {
  content: '\f2c3';
}
.md-remote-control-alt:before {
  content: '\f2c4';
}
.md-remote-control:before {
  content: '\f2c5';
}
.md-router:before {
  content: '\f2c6';
}
.md-scanner:before {
  content: '\f2c7';
}
.md-smartphone-android:before {
  content: '\f2c8';
}
.md-smartphone-download:before {
  content: '\f2c9';
}
.md-smartphone-erase:before {
  content: '\f2ca';
}
.md-smartphone-info:before {
  content: '\f2cb';
}
.md-smartphone-iphone:before {
  content: '\f2cc';
}
.md-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.md-smartphone-landscape:before {
  content: '\f2ce';
}
.md-smartphone-lock:before {
  content: '\f2cf';
}
.md-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.md-smartphone-ring:before {
  content: '\f2d1';
}
.md-smartphone-setting:before {
  content: '\f2d2';
}
.md-smartphone-setup:before {
  content: '\f2d3';
}
.md-smartphone:before {
  content: '\f2d4';
}
.md-speaker:before {
  content: '\f2d5';
}
.md-tablet-android:before {
  content: '\f2d6';
}
.md-tablet-mac:before {
  content: '\f2d7';
}
.md-tablet:before {
  content: '\f2d8';
}
.md-tv-alt-play:before {
  content: '\f2d9';
}
.md-tv-list:before {
  content: '\f2da';
}
.md-tv-play:before {
  content: '\f2db';
}
.md-tv:before {
  content: '\f2dc';
}
.md-usb:before {
  content: '\f2dd';
}
.md-videocam-off:before {
  content: '\f2de';
}
.md-videocam-switch:before {
  content: '\f2df';
}
.md-videocam:before {
  content: '\f2e0';
}
.md-watch:before {
  content: '\f2e1';
}
.md-wifi-alt-2:before {
  content: '\f2e2';
}
.md-wifi-alt:before {
  content: '\f2e3';
}
.md-wifi-info:before {
  content: '\f2e4';
}
.md-wifi-lock:before {
  content: '\f2e5';
}
.md-wifi-off:before {
  content: '\f2e6';
}
.md-wifi-outline:before {
  content: '\f2e7';
}
.md-wifi:before {
  content: '\f2e8';
}
.md-arrow-left-bottom:before {
  content: '\f2e9';
}
.md-arrow-left:before {
  content: '\f2ea';
}
.md-arrow-merge:before {
  content: '\f2eb';
}
.md-arrow-missed:before {
  content: '\f2ec';
}
.md-arrow-right-top:before {
  content: '\f2ed';
}
.md-arrow-right:before {
  content: '\f2ee';
}
.md-arrow-split:before {
  content: '\f2ef';
}
.md-arrows:before {
  content: '\f2f0';
}
.md-caret-down-circle:before {
  content: '\f2f1';
}
.md-caret-down:before {
  content: '\f2f2';
}
.md-caret-left-circle:before {
  content: '\f2f3';
}
.md-caret-left:before {
  content: '\f2f4';
}
.md-caret-right-circle:before {
  content: '\f2f5';
}
.md-caret-right:before {
  content: '\f2f6';
}
.md-caret-up-circle:before {
  content: '\f2f7';
}
.md-caret-up:before {
  content: '\f2f8';
}
.md-chevron-down:before {
  content: '\f2f9';
}
.md-chevron-left:before {
  content: '\f2fa';
}
.md-chevron-right:before {
  content: '\f2fb';
}
.md-chevron-up:before {
  content: '\f2fc';
}
.md-forward:before {
  content: '\f2fd';
}
.md-long-arrow-down:before {
  content: '\f2fe';
}
.md-long-arrow-left:before {
  content: '\f2ff';
}
.md-long-arrow-return:before {
  content: '\f300';
}
.md-long-arrow-right:before {
  content: '\f301';
}
.md-long-arrow-tab:before {
  content: '\f302';
}
.md-long-arrow-up:before {
  content: '\f303';
}
.md-rotate-ccw:before {
  content: '\f304';
}
.md-rotate-cw:before {
  content: '\f305';
}
.md-rotate-left:before {
  content: '\f306';
}
.md-rotate-right:before {
  content: '\f307';
}
.md-square-down:before {
  content: '\f308';
}
.md-square-right:before {
  content: '\f309';
}
.md-swap-alt:before {
  content: '\f30a';
}
.md-swap-vertical-circle:before {
  content: '\f30b';
}
.md-swap-vertical:before {
  content: '\f30c';
}
.md-swap:before {
  content: '\f30d';
}
.md-trending-down:before {
  content: '\f30e';
}
.md-trending-flat:before {
  content: '\f30f';
}
.md-trending-up:before {
  content: '\f310';
}
.md-unfold-less:before {
  content: '\f311';
}
.md-unfold-more:before {
  content: '\f312';
}
.md-apps:before {
  content: '\f313';
}
.md-grid-off:before {
  content: '\f314';
}
.md-grid:before {
  content: '\f315';
}
.md-view-agenda:before {
  content: '\f316';
}
.md-view-array:before {
  content: '\f317';
}
.md-view-carousel:before {
  content: '\f318';
}
.md-view-column:before {
  content: '\f319';
}
.md-view-comfy:before {
  content: '\f31a';
}
.md-view-compact:before {
  content: '\f31b';
}
.md-view-dashboard:before {
  content: '\f31c';
}
.md-view-day:before {
  content: '\f31d';
}
.md-view-headline:before {
  content: '\f31e';
}
.md-view-list-alt:before {
  content: '\f31f';
}
.md-view-list:before {
  content: '\f320';
}
.md-view-module:before {
  content: '\f321';
}
.md-view-quilt:before {
  content: '\f322';
}
.md-view-stream:before {
  content: '\f323';
}
.md-view-subtitles:before {
  content: '\f324';
}
.md-view-toc:before {
  content: '\f325';
}
.md-view-web:before {
  content: '\f326';
}
.md-view-week:before {
  content: '\f327';
}
.md-widgets:before {
  content: '\f328';
}
.md-alarm-check:before {
  content: '\f329';
}
.md-alarm-off:before {
  content: '\f32a';
}
.md-alarm-plus:before {
  content: '\f32b';
}
.md-alarm-snooze:before {
  content: '\f32c';
}
.md-alarm:before {
  content: '\f32d';
}
.md-calendar-alt:before {
  content: '\f32e';
}
.md-calendar-check:before {
  content: '\f32f';
}
.md-calendar-close:before {
  content: '\f330';
}
.md-calendar-note:before {
  content: '\f331';
}
.md-calendar:before {
  content: '\f332';
}
.md-time-countdown:before {
  content: '\f333';
}
.md-time-interval:before {
  content: '\f334';
}
.md-time-restore-setting:before {
  content: '\f335';
}
.md-time-restore:before {
  content: '\f336';
}
.md-time:before {
  content: '\f337';
}
.md-timer-off:before {
  content: '\f338';
}
.md-timer:before {
  content: '\f339';
}
.md-android-alt:before {
  content: '\f33a';
}
.md-android:before {
  content: '\f33b';
}
.md-apple:before {
  content: '\f33c';
}
.md-behance:before {
  content: '\f33d';
}
.md-codepen:before {
  content: '\f33e';
}
.md-dribbble:before {
  content: '\f33f';
}
.md-dropbox:before {
  content: '\f340';
}
.md-evernote:before {
  content: '\f341';
}
.md-facebook-box:before {
  content: '\f342';
}
.md-facebook:before {
  content: '\f343';
}
.md-github-box:before {
  content: '\f344';
}
.md-github:before {
  content: '\f345';
}
.md-google-drive:before {
  content: '\f346';
}
.md-google-earth:before {
  content: '\f347';
}
.md-google-glass:before {
  content: '\f348';
}
.md-google-maps:before {
  content: '\f349';
}
.md-google-pages:before {
  content: '\f34a';
}
.md-google-play:before {
  content: '\f34b';
}
.md-google-plus-box:before {
  content: '\f34c';
}
.md-google-plus:before {
  content: '\f34d';
}
.md-google:before {
  content: '\f34e';
}
.md-instagram:before {
  content: '\f34f';
}
.md-language-css3:before {
  content: '\f350';
}
.md-language-html5:before {
  content: '\f351';
}
.md-language-javascript:before {
  content: '\f352';
}
.md-language-python-alt:before {
  content: '\f353';
}
.md-language-python:before {
  content: '\f354';
}
.md-lastfm:before {
  content: '\f355';
}
.md-linkedin-box:before {
  content: '\f356';
}
.md-paypal:before {
  content: '\f357';
}
.md-pinterest-box:before {
  content: '\f358';
}
.md-pocket:before {
  content: '\f359';
}
.md-polymer:before {
  content: '\f35a';
}
.md-share:before {
  content: '\f35b';
}
.md-stackoverflow:before {
  content: '\f35c';
}
.md-steam-square:before {
  content: '\f35d';
}
.md-steam:before {
  content: '\f35e';
}
.md-twitter-box:before {
  content: '\f35f';
}
.md-twitter:before {
  content: '\f360';
}
.md-vk:before {
  content: '\f361';
}
.md-wikipedia:before {
  content: '\f362';
}
.md-windows:before {
  content: '\f363';
}
.md-aspect-ratio-alt:before {
  content: '\f364';
}
.md-aspect-ratio:before {
  content: '\f365';
}
.md-blur-circular:before {
  content: '\f366';
}
.md-blur-linear:before {
  content: '\f367';
}
.md-blur-off:before {
  content: '\f368';
}
.md-blur:before {
  content: '\f369';
}
.md-brightness-2:before {
  content: '\f36a';
}
.md-brightness-3:before {
  content: '\f36b';
}
.md-brightness-4:before {
  content: '\f36c';
}
.md-brightness-5:before {
  content: '\f36d';
}
.md-brightness-6:before {
  content: '\f36e';
}
.md-brightness-7:before {
  content: '\f36f';
}
.md-brightness-auto:before {
  content: '\f370';
}
.md-brightness-setting:before {
  content: '\f371';
}
.md-broken-image:before {
  content: '\f372';
}
.md-center-focus-strong:before {
  content: '\f373';
}
.md-center-focus-weak:before {
  content: '\f374';
}
.md-compare:before {
  content: '\f375';
}
.md-crop-16-9:before {
  content: '\f376';
}
.md-crop-3-2:before {
  content: '\f377';
}
.md-crop-5-4:before {
  content: '\f378';
}
.md-crop-7-5:before {
  content: '\f379';
}
.md-crop-din:before {
  content: '\f37a';
}
.md-crop-free:before {
  content: '\f37b';
}
.md-crop-landscape:before {
  content: '\f37c';
}
.md-crop-portrait:before {
  content: '\f37d';
}
.md-crop-square:before {
  content: '\f37e';
}
.md-exposure-alt:before {
  content: '\f37f';
}
.md-exposure:before {
  content: '\f380';
}
.md-filter-b-and-w:before {
  content: '\f381';
}
.md-filter-center-focus:before {
  content: '\f382';
}
.md-filter-frames:before {
  content: '\f383';
}
.md-filter-tilt-shift:before {
  content: '\f384';
}
.md-gradient:before {
  content: '\f385';
}
.md-grain:before {
  content: '\f386';
}
.md-graphic-eq:before {
  content: '\f387';
}
.md-hdr-off:before {
  content: '\f388';
}
.md-hdr-strong:before {
  content: '\f389';
}
.md-hdr-weak:before {
  content: '\f38a';
}
.md-hdr:before {
  content: '\f38b';
}
.md-iridescent:before {
  content: '\f38c';
}
.md-leak-off:before {
  content: '\f38d';
}
.md-leak:before {
  content: '\f38e';
}
.md-looks:before {
  content: '\f38f';
}
.md-loupe:before {
  content: '\f390';
}
.md-panorama-horizontal:before {
  content: '\f391';
}
.md-panorama-vertical:before {
  content: '\f392';
}
.md-panorama-wide-angle:before {
  content: '\f393';
}
.md-photo-size-select-large:before {
  content: '\f394';
}
.md-photo-size-select-small:before {
  content: '\f395';
}
.md-picture-in-picture:before {
  content: '\f396';
}
.md-slideshow:before {
  content: '\f397';
}
.md-texture:before {
  content: '\f398';
}
.md-tonality:before {
  content: '\f399';
}
.md-vignette:before {
  content: '\f39a';
}
.md-wb-auto:before {
  content: '\f39b';
}
.md-eject-alt:before {
  content: '\f39c';
}
.md-eject:before {
  content: '\f39d';
}
.md-equalizer:before {
  content: '\f39e';
}
.md-fast-forward:before {
  content: '\f39f';
}
.md-fast-rewind:before {
  content: '\f3a0';
}
.md-forward-10:before {
  content: '\f3a1';
}
.md-forward-30:before {
  content: '\f3a2';
}
.md-forward-5:before {
  content: '\f3a3';
}
.md-hearing:before {
  content: '\f3a4';
}
.md-pause-circle-outline:before {
  content: '\f3a5';
}
.md-pause-circle:before {
  content: '\f3a6';
}
.md-pause:before {
  content: '\f3a7';
}
.md-play-circle-outline:before {
  content: '\f3a8';
}
.md-play-circle:before {
  content: '\f3a9';
}
.md-play:before {
  content: '\f3aa';
}
.md-playlist-audio:before {
  content: '\f3ab';
}
.md-playlist-plus:before {
  content: '\f3ac';
}
.md-repeat-one:before {
  content: '\f3ad';
}
.md-repeat:before {
  content: '\f3ae';
}
.md-replay-10:before {
  content: '\f3af';
}
.md-replay-30:before {
  content: '\f3b0';
}
.md-replay-5:before {
  content: '\f3b1';
}
.md-replay:before {
  content: '\f3b2';
}
.md-shuffle:before {
  content: '\f3b3';
}
.md-skip-next:before {
  content: '\f3b4';
}
.md-skip-previous:before {
  content: '\f3b5';
}
.md-stop:before {
  content: '\f3b6';
}
.md-surround-sound:before {
  content: '\f3b7';
}
.md-tune:before {
  content: '\f3b8';
}
.md-volume-down:before {
  content: '\f3b9';
}
.md-volume-mute:before {
  content: '\f3ba';
}
.md-volume-off:before {
  content: '\f3bb';
}
.md-volume-up:before {
  content: '\f3bc';
}
.md-n-1-square:before {
  content: '\f3bd';
}
.md-n-2-square:before {
  content: '\f3be';
}
.md-n-3-square:before {
  content: '\f3bf';
}
.md-n-4-square:before {
  content: '\f3c0';
}
.md-n-5-square:before {
  content: '\f3c1';
}
.md-n-6-square:before {
  content: '\f3c2';
}
.md-neg-1:before {
  content: '\f3c3';
}
.md-neg-2:before {
  content: '\f3c4';
}
.md-plus-1:before {
  content: '\f3c5';
}
.md-plus-2:before {
  content: '\f3c6';
}
.md-sec-10:before {
  content: '\f3c7';
}
.md-sec-3:before {
  content: '\f3c8';
}
.md-zero:before {
  content: '\f3c9';
}
.md-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.md-airline-seat-flat:before {
  content: '\f3cb';
}
.md-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.md-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.md-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.md-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.md-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.md-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.md-airplay:before {
  content: '\f3d2';
}
.md-closed-caption:before {
  content: '\f3d3';
}
.md-confirmation-number:before {
  content: '\f3d4';
}
.md-developer-board:before {
  content: '\f3d5';
}
.md-disc-full:before {
  content: '\f3d6';
}
.md-explicit:before {
  content: '\f3d7';
}
.md-flight-land:before {
  content: '\f3d8';
}
.md-flight-takeoff:before {
  content: '\f3d9';
}
.md-flip-to-back:before {
  content: '\f3da';
}
.md-flip-to-front:before {
  content: '\f3db';
}
.md-group-work:before {
  content: '\f3dc';
}
.md-hd:before {
  content: '\f3dd';
}
.md-hq:before {
  content: '\f3de';
}
.md-markunread-mailbox:before {
  content: '\f3df';
}
.md-memory:before {
  content: '\f3e0';
}
.md-nfc:before {
  content: '\f3e1';
}
.md-play-for-work:before {
  content: '\f3e2';
}
.md-power-input:before {
  content: '\f3e3';
}
.md-present-to-all:before {
  content: '\f3e4';
}
.md-satellite:before {
  content: '\f3e5';
}
.md-tap-and-play:before {
  content: '\f3e6';
}
.md-vibration:before {
  content: '\f3e7';
}
.md-voicemail:before {
  content: '\f3e8';
}
.md-group:before {
  content: '\f3e9';
}
.md-rss:before {
  content: '\f3ea';
}
.md-shape:before {
  content: '\f3eb';
}
.md-spinner:before {
  content: '\f3ec';
}
.md-ungroup:before {
  content: '\f3ed';
}
.md-500px:before {
  content: '\f3ee';
}
.md-8tracks:before {
  content: '\f3ef';
}
.md-amazon:before {
  content: '\f3f0';
}
.md-blogger:before {
  content: '\f3f1';
}
.md-delicious:before {
  content: '\f3f2';
}
.md-disqus:before {
  content: '\f3f3';
}
.md-flattr:before {
  content: '\f3f4';
}
.md-flickr:before {
  content: '\f3f5';
}
.md-github-alt:before {
  content: '\f3f6';
}
.md-google-old:before {
  content: '\f3f7';
}
.md-linkedin:before {
  content: '\f3f8';
}
.md-odnoklassniki:before {
  content: '\f3f9';
}
.md-outlook:before {
  content: '\f3fa';
}
.md-paypal-alt:before {
  content: '\f3fb';
}
.md-pinterest:before {
  content: '\f3fc';
}
.md-playstation:before {
  content: '\f3fd';
}
.md-reddit:before {
  content: '\f3fe';
}
.md-skype:before {
  content: '\f3ff';
}
.md-slideshare:before {
  content: '\f400';
}
.md-soundcloud:before {
  content: '\f401';
}
.md-tumblr:before {
  content: '\f402';
}
.md-twitch:before {
  content: '\f403';
}
.md-vimeo:before {
  content: '\f404';
}
.md-whatsapp:before {
  content: '\f405';
}
.md-xbox:before {
  content: '\f406';
}
.md-yahoo:before {
  content: '\f407';
}
.md-youtube-play:before {
  content: '\f408';
}
.md-youtube:before {
  content: '\f409';
}
.md-import-export:before {
  content: '\f30c';
}
.md-swap-vertical-:before {
  content: '\f30c';
}
.md-airplanemode-inactive:before {
  content: '\f102';
}
.md-airplanemode-active:before {
  content: '\f103';
}
.md-rate-review:before {
  content: '\f103';
}
.md-comment-sign:before {
  content: '\f25a';
}
.md-network-warning:before {
  content: '\f2ad';
}
.md-shopping-cart-add:before {
  content: '\f1ca';
}
.md-file-add:before {
  content: '\f221';
}
.md-network-wifi-scan:before {
  content: '\f2e4';
}
.md-collection-add:before {
  content: '\f14e';
}
.md-format-playlist-add:before {
  content: '\f3ac';
}
.md-format-queue-music:before {
  content: '\f3ab';
}
.md-plus-box:before {
  content: '\f277';
}
.md-tag-backspace:before {
  content: '\f1d9';
}
.md-alarm-add:before {
  content: '\f32b';
}
.md-battery-charging:before {
  content: '\f114';
}
.md-daydream-setting:before {
  content: '\f217';
}
.md-more-horiz:before {
  content: '\f19c';
}
.md-book-photo:before {
  content: '\f11b';
}
.md-incandescent:before {
  content: '\f189';
}
.md-wb-iridescent:before {
  content: '\f38c';
}
.md-calendar-remove:before {
  content: '\f330';
}
.md-refresh-sync-disabled:before {
  content: '\f1b7';
}
.md-refresh-sync-problem:before {
  content: '\f1b6';
}
.md-crop-original:before {
  content: '\f17e';
}
.md-power-off:before {
  content: '\f1af';
}
.md-power-off-setting:before {
  content: '\f1ae';
}
.md-leak-remove:before {
  content: '\f38d';
}
.md-star-border:before {
  content: '\f27c';
}
.md-brightness-low:before {
  content: '\f36d';
}
.md-brightness-medium:before {
  content: '\f36e';
}
.md-brightness-high:before {
  content: '\f36f';
}
.md-smartphone-portrait:before {
  content: '\f2d4';
}
.md-live-tv:before {
  content: '\f2d9';
}
.md-format-textdirection-l-to-r:before {
  content: '\f249';
}
.md-format-textdirection-r-to-l:before {
  content: '\f24a';
}
.md-arrow-back:before {
  content: '\f2ea';
}
.md-arrow-forward:before {
  content: '\f2ee';
}
.md-arrow-in:before {
  content: '\f2e9';
}
.md-arrow-out:before {
  content: '\f2ed';
}
.md-rotate-90-degrees-ccw:before {
  content: '\f304';
}
.md-adb:before {
  content: '\f33a';
}
.md-network-wifi:before {
  content: '\f2e8';
}
.md-network-wifi-alt:before {
  content: '\f2e3';
}
.md-network-wifi-lock:before {
  content: '\f2e5';
}
.md-network-wifi-off:before {
  content: '\f2e6';
}
.md-network-wifi-outline:before {
  content: '\f2e7';
}
.md-network-wifi-info:before {
  content: '\f2e4';
}
.md-layers-clear:before {
  content: '\f18b';
}
.md-colorize:before {
  content: '\f15d';
}
.md-format-paint:before {
  content: '\f1ba';
}
.md-format-quote:before {
  content: '\f1b2';
}
.md-camera-monochrome-photos:before {
  content: '\f285';
}
.md-sort-by-alpha:before {
  content: '\f1cf';
}
.md-folder-shared:before {
  content: '\f225';
}
.md-folder-special:before {
  content: '\f226';
}
.md-comment-dots:before {
  content: '\f260';
}
.md-reorder:before {
  content: '\f31e';
}
.md-dehaze:before {
  content: '\f197';
}
.md-sort:before {
  content: '\f1ce';
}
.md-pages:before {
  content: '\f34a';
}
.md-stack-overflow:before {
  content: '\f35c';
}
.md-calendar-account:before {
  content: '\f204';
}
.md-paste:before {
  content: '\f109';
}
.md-cut:before {
  content: '\f1bc';
}
.md-save:before {
  content: '\f297';
}
.md-smartphone-code:before {
  content: '\f139';
}
.md-directions-bike:before {
  content: '\f117';
}
.md-directions-boat:before {
  content: '\f11a';
}
.md-directions-bus:before {
  content: '\f121';
}
.md-directions-car:before {
  content: '\f125';
}
.md-directions-railway:before {
  content: '\f1b3';
}
.md-directions-run:before {
  content: '\f215';
}
.md-directions-subway:before {
  content: '\f1d5';
}
.md-directions-walk:before {
  content: '\f216';
}
.md-local-hotel:before {
  content: '\f178';
}
.md-local-activity:before {
  content: '\f1df';
}
.md-local-play:before {
  content: '\f1df';
}
.md-local-airport:before {
  content: '\f103';
}
.md-local-atm:before {
  content: '\f198';
}
.md-local-bar:before {
  content: '\f137';
}
.md-local-cafe:before {
  content: '\f13b';
}
.md-local-car-wash:before {
  content: '\f124';
}
.md-local-convenience-store:before {
  content: '\f1d3';
}
.md-local-dining:before {
  content: '\f153';
}
.md-local-drink:before {
  content: '\f157';
}
.md-local-florist:before {
  content: '\f168';
}
.md-local-gas-station:before {
  content: '\f16f';
}
.md-local-grocery-store:before {
  content: '\f1cb';
}
.md-local-hospital:before {
  content: '\f177';
}
.md-local-laundry-service:before {
  content: '\f1e9';
}
.md-local-library:before {
  content: '\f18d';
}
.md-local-mall:before {
  content: '\f195';
}
.md-local-movies:before {
  content: '\f19d';
}
.md-local-offer:before {
  content: '\f187';
}
.md-local-parking:before {
  content: '\f1a5';
}
.md-local-parking:before {
  content: '\f1a5';
}
.md-local-pharmacy:before {
  content: '\f176';
}
.md-local-phone:before {
  content: '\f2be';
}
.md-local-pizza:before {
  content: '\f1ac';
}
.md-local-post-office:before {
  content: '\f15a';
}
.md-local-printshop:before {
  content: '\f1b0';
}
.md-local-see:before {
  content: '\f28c';
}
.md-local-shipping:before {
  content: '\f1e6';
}
.md-local-store:before {
  content: '\f1d4';
}
.md-local-taxi:before {
  content: '\f123';
}
.md-local-wc:before {
  content: '\f211';
}
.md-my-location:before {
  content: '\f299';
}
.md-directions:before {
  content: '\f1e7';
}
