@charset 'UTF-8';
html
{
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.15;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

@media (min-width: 576px)
{
    html
    {
        font-size: 14px;
    }
}

@media (min-width: 768px)
{
    html
    {
        font-size: 16px;
    }
}

@media (min-width: 992px)
{
    html
    {
        font-size: 16px;
    }
}

@media (min-width: 1200px)
{
    html
    {
        font-size: 16px;
    }
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;

    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: hidden;
            flex-direction: column;

    min-height: 100vh;
    margin: 0;

    color: #292b2c;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

main
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

#header,
#footer
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

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

figure,
p
{
    margin: 0;
}

hr
{
    overflow: visible; 

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

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

a
{
    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none; 

    color: #333;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}
a:hover
{
    text-decoration: none; 

    color: #0d0d0d;
}
a:active,
a:focus,
a:hover
{
    outline: 0;
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted; 

    border-bottom: none;
}

b,
strong
{
    font-weight: bolder;
}

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

dfn
{
    font-style: italic;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

audio,
video
{
    display: inline-block;
}

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

    height: 0;
}

img
{
    max-width: 100%; 

    vertical-align: middle;
}

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

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}
button::-moz-focus-inner,
html [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: 0;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

legend
{
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal; 

    color: inherit;
}

progress
{
    display: inline-block;

    vertical-align: baseline;
}

textarea
{
    overflow: auto;
}

[type='checkbox'],
[type='radio']
{
    -webkit-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: 0; 

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

::-webkit-file-upload-button
{
    font: inherit; 

    -webkit-appearance: button;
}

details,
menu
{
    display: block;
}

summary
{
    display: list-item;
}

canvas
{
    display: inline-block;
}

template
{
    display: none;
}

[hidden]
{
    display: none;
}

@-ms-viewport
{
    width: device-width;
}

[tabindex='-1']:focus
{
    outline: 0;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
}

address
{
    font-style: normal;
    line-height: inherit; 

    margin: 0;
}

blockquote,
ol,
ul,
dl
{
    margin: 0;
    padding: 0;
}

[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;
}

th
{
    text-align: left;
}

label
{
    display: inline-block;
}

button:focus
{
    outline: 0;
}

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    resize: vertical;
}

::-webkit-input-placeholder
{
    color: #949494;
}

::-moz-placeholder
{
    color: #949494;
}

/* Firefox 19+ */
:-moz-placeholder
{
    color: #949494;
}

/* Firefox 18- */
:-ms-input-placeholder
{
    color: #949494;
}

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

.fs-16
{
    font-size: 1.143rem;
}

.fs-18
{
    font-size: 1.286rem;
}

.fs-20
{
    font-size: 1.429rem;
}

.fs-22
{
    font-size: 1.571rem;
}

.blue
{
    color: #264796;
}

.white
{
    color: white;
}

.h1,
h1
{
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.825rem;

    margin: 0; 

    color: #075d94;
}

.h2,
h2
{
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.8rem;

    margin-top: 0; 
    margin-bottom: 20px;

    text-transform: uppercase;

    color: #075d94;
}

.h3,
h3
{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8rem;

    margin-top: 0; 
    margin-bottom: 20px;

    color: #075d94;
}

ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    list-style: none;
}

input
{
    outline: none;
}

p
{
    color: #496c72;
}

hr
{
    margin: 0;

    border: 0;
}

small,
.small
{
    font-size: 80%;
    font-weight: normal;
}

.list-unstyled,
.navbar-nav
{
    padding-left: 0;

    list-style: none;
}

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

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

.content p
{
    margin-bottom: 1rem;
}

.content ol,
.content ul
{
    margin-bottom: 1rem; 
    margin-left: 2rem;
}

.container
{
    max-width: 100%; 
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 576px)
{
    .container
    {
        width: 540px;
    }
}
@media (min-width: 768px)
{
    .container
    {
        width: 720px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1180px;
    }
}

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

.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -10px;
    margin-left: -10px; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.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-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.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-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.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-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.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-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col
{
    max-width: 100%; 

    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.col-auto
{
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    max-width: 4.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
}

.col-2
{
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
}

.col-3
{
    max-width: 12.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
}

.col-4
{
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
}

.col-5
{
    max-width: 20.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
}

.col-6
{
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.col-7
{
    max-width: 29.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
}

.col-8
{
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
}

.col-9
{
    max-width: 37.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
}

.col-10
{
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
}

.col-11
{
    max-width: 45.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
}

.col-12
{
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.col-13
{
    max-width: 54.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
}

.col-14
{
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
}

.col-15
{
    max-width: 62.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
}

.col-16
{
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
}

.col-17
{
    max-width: 70.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
}

.col-18
{
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
}

.col-19
{
    max-width: 79.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
}

.col-20
{
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
}

.col-21
{
    max-width: 87.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
}

.col-22
{
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
}

.col-23
{
    max-width: 95.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
}

.col-24
{
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.pull-0
{
    right: auto;
}

.pull-1
{
    right: 4.16667%;
}

.pull-2
{
    right: 8.33333%;
}

.pull-3
{
    right: 12.5%;
}

.pull-4
{
    right: 16.66667%;
}

.pull-5
{
    right: 20.83333%;
}

.pull-6
{
    right: 25%;
}

.pull-7
{
    right: 29.16667%;
}

.pull-8
{
    right: 33.33333%;
}

.pull-9
{
    right: 37.5%;
}

.pull-10
{
    right: 41.66667%;
}

.pull-11
{
    right: 45.83333%;
}

.pull-12
{
    right: 50%;
}

.pull-13
{
    right: 54.16667%;
}

.pull-14
{
    right: 58.33333%;
}

.pull-15
{
    right: 62.5%;
}

.pull-16
{
    right: 66.66667%;
}

.pull-17
{
    right: 70.83333%;
}

.pull-18
{
    right: 75%;
}

.pull-19
{
    right: 79.16667%;
}

.pull-20
{
    right: 83.33333%;
}

.pull-21
{
    right: 87.5%;
}

.pull-22
{
    right: 91.66667%;
}

.pull-23
{
    right: 95.83333%;
}

.pull-24
{
    right: 100%;
}

.push-0
{
    left: auto;
}

.push-1
{
    left: 4.16667%;
}

.push-2
{
    left: 8.33333%;
}

.push-3
{
    left: 12.5%;
}

.push-4
{
    left: 16.66667%;
}

.push-5
{
    left: 20.83333%;
}

.push-6
{
    left: 25%;
}

.push-7
{
    left: 29.16667%;
}

.push-8
{
    left: 33.33333%;
}

.push-9
{
    left: 37.5%;
}

.push-10
{
    left: 41.66667%;
}

.push-11
{
    left: 45.83333%;
}

.push-12
{
    left: 50%;
}

.push-13
{
    left: 54.16667%;
}

.push-14
{
    left: 58.33333%;
}

.push-15
{
    left: 62.5%;
}

.push-16
{
    left: 66.66667%;
}

.push-17
{
    left: 70.83333%;
}

.push-18
{
    left: 75%;
}

.push-19
{
    left: 79.16667%;
}

.push-20
{
    left: 83.33333%;
}

.push-21
{
    left: 87.5%;
}

.push-22
{
    left: 91.66667%;
}

.push-23
{
    left: 95.83333%;
}

.push-24
{
    left: 100%;
}

.offset-1
{
    margin-left: 4.16667%;
}

.offset-2
{
    margin-left: 8.33333%;
}

.offset-3
{
    margin-left: 12.5%;
}

.offset-4
{
    margin-left: 16.66667%;
}

.offset-5
{
    margin-left: 20.83333%;
}

.offset-6
{
    margin-left: 25%;
}

.offset-7
{
    margin-left: 29.16667%;
}

.offset-8
{
    margin-left: 33.33333%;
}

.offset-9
{
    margin-left: 37.5%;
}

.offset-10
{
    margin-left: 41.66667%;
}

.offset-11
{
    margin-left: 45.83333%;
}

.offset-12
{
    margin-left: 50%;
}

.offset-13
{
    margin-left: 54.16667%;
}

.offset-14
{
    margin-left: 58.33333%;
}

.offset-15
{
    margin-left: 62.5%;
}

.offset-16
{
    margin-left: 66.66667%;
}

.offset-17
{
    margin-left: 70.83333%;
}

.offset-18
{
    margin-left: 75%;
}

.offset-19
{
    margin-left: 79.16667%;
}

.offset-20
{
    margin-left: 83.33333%;
}

.offset-21
{
    margin-left: 87.5%;
}

.offset-22
{
    margin-left: 91.66667%;
}

.offset-23
{
    margin-left: 95.83333%;
}

@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-sm-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-sm-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-sm-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-sm-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-sm-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-sm-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-sm-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-sm-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-sm-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-sm-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-sm-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-sm-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-sm-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-sm-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-sm-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-sm-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-sm-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-sm-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-sm-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-sm-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-sm-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-sm-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-sm-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-sm-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-sm-0
    {
        right: auto;
    }
    .pull-sm-1
    {
        right: 4.16667%;
    }
    .pull-sm-2
    {
        right: 8.33333%;
    }
    .pull-sm-3
    {
        right: 12.5%;
    }
    .pull-sm-4
    {
        right: 16.66667%;
    }
    .pull-sm-5
    {
        right: 20.83333%;
    }
    .pull-sm-6
    {
        right: 25%;
    }
    .pull-sm-7
    {
        right: 29.16667%;
    }
    .pull-sm-8
    {
        right: 33.33333%;
    }
    .pull-sm-9
    {
        right: 37.5%;
    }
    .pull-sm-10
    {
        right: 41.66667%;
    }
    .pull-sm-11
    {
        right: 45.83333%;
    }
    .pull-sm-12
    {
        right: 50%;
    }
    .pull-sm-13
    {
        right: 54.16667%;
    }
    .pull-sm-14
    {
        right: 58.33333%;
    }
    .pull-sm-15
    {
        right: 62.5%;
    }
    .pull-sm-16
    {
        right: 66.66667%;
    }
    .pull-sm-17
    {
        right: 70.83333%;
    }
    .pull-sm-18
    {
        right: 75%;
    }
    .pull-sm-19
    {
        right: 79.16667%;
    }
    .pull-sm-20
    {
        right: 83.33333%;
    }
    .pull-sm-21
    {
        right: 87.5%;
    }
    .pull-sm-22
    {
        right: 91.66667%;
    }
    .pull-sm-23
    {
        right: 95.83333%;
    }
    .pull-sm-24
    {
        right: 100%;
    }
    .push-sm-0
    {
        left: auto;
    }
    .push-sm-1
    {
        left: 4.16667%;
    }
    .push-sm-2
    {
        left: 8.33333%;
    }
    .push-sm-3
    {
        left: 12.5%;
    }
    .push-sm-4
    {
        left: 16.66667%;
    }
    .push-sm-5
    {
        left: 20.83333%;
    }
    .push-sm-6
    {
        left: 25%;
    }
    .push-sm-7
    {
        left: 29.16667%;
    }
    .push-sm-8
    {
        left: 33.33333%;
    }
    .push-sm-9
    {
        left: 37.5%;
    }
    .push-sm-10
    {
        left: 41.66667%;
    }
    .push-sm-11
    {
        left: 45.83333%;
    }
    .push-sm-12
    {
        left: 50%;
    }
    .push-sm-13
    {
        left: 54.16667%;
    }
    .push-sm-14
    {
        left: 58.33333%;
    }
    .push-sm-15
    {
        left: 62.5%;
    }
    .push-sm-16
    {
        left: 66.66667%;
    }
    .push-sm-17
    {
        left: 70.83333%;
    }
    .push-sm-18
    {
        left: 75%;
    }
    .push-sm-19
    {
        left: 79.16667%;
    }
    .push-sm-20
    {
        left: 83.33333%;
    }
    .push-sm-21
    {
        left: 87.5%;
    }
    .push-sm-22
    {
        left: 91.66667%;
    }
    .push-sm-23
    {
        left: 95.83333%;
    }
    .push-sm-24
    {
        left: 100%;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 4.16667%;
    }
    .offset-sm-2
    {
        margin-left: 8.33333%;
    }
    .offset-sm-3
    {
        margin-left: 12.5%;
    }
    .offset-sm-4
    {
        margin-left: 16.66667%;
    }
    .offset-sm-5
    {
        margin-left: 20.83333%;
    }
    .offset-sm-6
    {
        margin-left: 25%;
    }
    .offset-sm-7
    {
        margin-left: 29.16667%;
    }
    .offset-sm-8
    {
        margin-left: 33.33333%;
    }
    .offset-sm-9
    {
        margin-left: 37.5%;
    }
    .offset-sm-10
    {
        margin-left: 41.66667%;
    }
    .offset-sm-11
    {
        margin-left: 45.83333%;
    }
    .offset-sm-12
    {
        margin-left: 50%;
    }
    .offset-sm-13
    {
        margin-left: 54.16667%;
    }
    .offset-sm-14
    {
        margin-left: 58.33333%;
    }
    .offset-sm-15
    {
        margin-left: 62.5%;
    }
    .offset-sm-16
    {
        margin-left: 66.66667%;
    }
    .offset-sm-17
    {
        margin-left: 70.83333%;
    }
    .offset-sm-18
    {
        margin-left: 75%;
    }
    .offset-sm-19
    {
        margin-left: 79.16667%;
    }
    .offset-sm-20
    {
        margin-left: 83.33333%;
    }
    .offset-sm-21
    {
        margin-left: 87.5%;
    }
    .offset-sm-22
    {
        margin-left: 91.66667%;
    }
    .offset-sm-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-md-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-md-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-md-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-md-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-md-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-md-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-md-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-md-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-md-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-md-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-md-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-md-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-md-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-md-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-md-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-md-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-md-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-md-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-md-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-md-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-md-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-md-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-md-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-md-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-md-0
    {
        right: auto;
    }
    .pull-md-1
    {
        right: 4.16667%;
    }
    .pull-md-2
    {
        right: 8.33333%;
    }
    .pull-md-3
    {
        right: 12.5%;
    }
    .pull-md-4
    {
        right: 16.66667%;
    }
    .pull-md-5
    {
        right: 20.83333%;
    }
    .pull-md-6
    {
        right: 25%;
    }
    .pull-md-7
    {
        right: 29.16667%;
    }
    .pull-md-8
    {
        right: 33.33333%;
    }
    .pull-md-9
    {
        right: 37.5%;
    }
    .pull-md-10
    {
        right: 41.66667%;
    }
    .pull-md-11
    {
        right: 45.83333%;
    }
    .pull-md-12
    {
        right: 50%;
    }
    .pull-md-13
    {
        right: 54.16667%;
    }
    .pull-md-14
    {
        right: 58.33333%;
    }
    .pull-md-15
    {
        right: 62.5%;
    }
    .pull-md-16
    {
        right: 66.66667%;
    }
    .pull-md-17
    {
        right: 70.83333%;
    }
    .pull-md-18
    {
        right: 75%;
    }
    .pull-md-19
    {
        right: 79.16667%;
    }
    .pull-md-20
    {
        right: 83.33333%;
    }
    .pull-md-21
    {
        right: 87.5%;
    }
    .pull-md-22
    {
        right: 91.66667%;
    }
    .pull-md-23
    {
        right: 95.83333%;
    }
    .pull-md-24
    {
        right: 100%;
    }
    .push-md-0
    {
        left: auto;
    }
    .push-md-1
    {
        left: 4.16667%;
    }
    .push-md-2
    {
        left: 8.33333%;
    }
    .push-md-3
    {
        left: 12.5%;
    }
    .push-md-4
    {
        left: 16.66667%;
    }
    .push-md-5
    {
        left: 20.83333%;
    }
    .push-md-6
    {
        left: 25%;
    }
    .push-md-7
    {
        left: 29.16667%;
    }
    .push-md-8
    {
        left: 33.33333%;
    }
    .push-md-9
    {
        left: 37.5%;
    }
    .push-md-10
    {
        left: 41.66667%;
    }
    .push-md-11
    {
        left: 45.83333%;
    }
    .push-md-12
    {
        left: 50%;
    }
    .push-md-13
    {
        left: 54.16667%;
    }
    .push-md-14
    {
        left: 58.33333%;
    }
    .push-md-15
    {
        left: 62.5%;
    }
    .push-md-16
    {
        left: 66.66667%;
    }
    .push-md-17
    {
        left: 70.83333%;
    }
    .push-md-18
    {
        left: 75%;
    }
    .push-md-19
    {
        left: 79.16667%;
    }
    .push-md-20
    {
        left: 83.33333%;
    }
    .push-md-21
    {
        left: 87.5%;
    }
    .push-md-22
    {
        left: 91.66667%;
    }
    .push-md-23
    {
        left: 95.83333%;
    }
    .push-md-24
    {
        left: 100%;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 4.16667%;
    }
    .offset-md-2
    {
        margin-left: 8.33333%;
    }
    .offset-md-3
    {
        margin-left: 12.5%;
    }
    .offset-md-4
    {
        margin-left: 16.66667%;
    }
    .offset-md-5
    {
        margin-left: 20.83333%;
    }
    .offset-md-6
    {
        margin-left: 25%;
    }
    .offset-md-7
    {
        margin-left: 29.16667%;
    }
    .offset-md-8
    {
        margin-left: 33.33333%;
    }
    .offset-md-9
    {
        margin-left: 37.5%;
    }
    .offset-md-10
    {
        margin-left: 41.66667%;
    }
    .offset-md-11
    {
        margin-left: 45.83333%;
    }
    .offset-md-12
    {
        margin-left: 50%;
    }
    .offset-md-13
    {
        margin-left: 54.16667%;
    }
    .offset-md-14
    {
        margin-left: 58.33333%;
    }
    .offset-md-15
    {
        margin-left: 62.5%;
    }
    .offset-md-16
    {
        margin-left: 66.66667%;
    }
    .offset-md-17
    {
        margin-left: 70.83333%;
    }
    .offset-md-18
    {
        margin-left: 75%;
    }
    .offset-md-19
    {
        margin-left: 79.16667%;
    }
    .offset-md-20
    {
        margin-left: 83.33333%;
    }
    .offset-md-21
    {
        margin-left: 87.5%;
    }
    .offset-md-22
    {
        margin-left: 91.66667%;
    }
    .offset-md-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 992px)
{
    .col-lg
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-lg-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-lg-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-lg-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-lg-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-lg-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-lg-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-lg-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-lg-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-lg-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-lg-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-lg-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-lg-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-lg-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-lg-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-lg-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-lg-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-lg-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-lg-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-lg-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-lg-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-lg-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-lg-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-lg-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-lg-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-lg-0
    {
        right: auto;
    }
    .pull-lg-1
    {
        right: 4.16667%;
    }
    .pull-lg-2
    {
        right: 8.33333%;
    }
    .pull-lg-3
    {
        right: 12.5%;
    }
    .pull-lg-4
    {
        right: 16.66667%;
    }
    .pull-lg-5
    {
        right: 20.83333%;
    }
    .pull-lg-6
    {
        right: 25%;
    }
    .pull-lg-7
    {
        right: 29.16667%;
    }
    .pull-lg-8
    {
        right: 33.33333%;
    }
    .pull-lg-9
    {
        right: 37.5%;
    }
    .pull-lg-10
    {
        right: 41.66667%;
    }
    .pull-lg-11
    {
        right: 45.83333%;
    }
    .pull-lg-12
    {
        right: 50%;
    }
    .pull-lg-13
    {
        right: 54.16667%;
    }
    .pull-lg-14
    {
        right: 58.33333%;
    }
    .pull-lg-15
    {
        right: 62.5%;
    }
    .pull-lg-16
    {
        right: 66.66667%;
    }
    .pull-lg-17
    {
        right: 70.83333%;
    }
    .pull-lg-18
    {
        right: 75%;
    }
    .pull-lg-19
    {
        right: 79.16667%;
    }
    .pull-lg-20
    {
        right: 83.33333%;
    }
    .pull-lg-21
    {
        right: 87.5%;
    }
    .pull-lg-22
    {
        right: 91.66667%;
    }
    .pull-lg-23
    {
        right: 95.83333%;
    }
    .pull-lg-24
    {
        right: 100%;
    }
    .push-lg-0
    {
        left: auto;
    }
    .push-lg-1
    {
        left: 4.16667%;
    }
    .push-lg-2
    {
        left: 8.33333%;
    }
    .push-lg-3
    {
        left: 12.5%;
    }
    .push-lg-4
    {
        left: 16.66667%;
    }
    .push-lg-5
    {
        left: 20.83333%;
    }
    .push-lg-6
    {
        left: 25%;
    }
    .push-lg-7
    {
        left: 29.16667%;
    }
    .push-lg-8
    {
        left: 33.33333%;
    }
    .push-lg-9
    {
        left: 37.5%;
    }
    .push-lg-10
    {
        left: 41.66667%;
    }
    .push-lg-11
    {
        left: 45.83333%;
    }
    .push-lg-12
    {
        left: 50%;
    }
    .push-lg-13
    {
        left: 54.16667%;
    }
    .push-lg-14
    {
        left: 58.33333%;
    }
    .push-lg-15
    {
        left: 62.5%;
    }
    .push-lg-16
    {
        left: 66.66667%;
    }
    .push-lg-17
    {
        left: 70.83333%;
    }
    .push-lg-18
    {
        left: 75%;
    }
    .push-lg-19
    {
        left: 79.16667%;
    }
    .push-lg-20
    {
        left: 83.33333%;
    }
    .push-lg-21
    {
        left: 87.5%;
    }
    .push-lg-22
    {
        left: 91.66667%;
    }
    .push-lg-23
    {
        left: 95.83333%;
    }
    .push-lg-24
    {
        left: 100%;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 4.16667%;
    }
    .offset-lg-2
    {
        margin-left: 8.33333%;
    }
    .offset-lg-3
    {
        margin-left: 12.5%;
    }
    .offset-lg-4
    {
        margin-left: 16.66667%;
    }
    .offset-lg-5
    {
        margin-left: 20.83333%;
    }
    .offset-lg-6
    {
        margin-left: 25%;
    }
    .offset-lg-7
    {
        margin-left: 29.16667%;
    }
    .offset-lg-8
    {
        margin-left: 33.33333%;
    }
    .offset-lg-9
    {
        margin-left: 37.5%;
    }
    .offset-lg-10
    {
        margin-left: 41.66667%;
    }
    .offset-lg-11
    {
        margin-left: 45.83333%;
    }
    .offset-lg-12
    {
        margin-left: 50%;
    }
    .offset-lg-13
    {
        margin-left: 54.16667%;
    }
    .offset-lg-14
    {
        margin-left: 58.33333%;
    }
    .offset-lg-15
    {
        margin-left: 62.5%;
    }
    .offset-lg-16
    {
        margin-left: 66.66667%;
    }
    .offset-lg-17
    {
        margin-left: 70.83333%;
    }
    .offset-lg-18
    {
        margin-left: 75%;
    }
    .offset-lg-19
    {
        margin-left: 79.16667%;
    }
    .offset-lg-20
    {
        margin-left: 83.33333%;
    }
    .offset-lg-21
    {
        margin-left: 87.5%;
    }
    .offset-lg-22
    {
        margin-left: 91.66667%;
    }
    .offset-lg-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1200px)
{
    .col-xl
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-xl-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-xl-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-xl-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-xl-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-xl-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-xl-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-xl-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-xl-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-xl-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-xl-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-xl-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-xl-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-xl-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-xl-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-xl-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-xl-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-xl-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-xl-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-xl-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-xl-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-xl-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-xl-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-xl-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-xl-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-xl-0
    {
        right: auto;
    }
    .pull-xl-1
    {
        right: 4.16667%;
    }
    .pull-xl-2
    {
        right: 8.33333%;
    }
    .pull-xl-3
    {
        right: 12.5%;
    }
    .pull-xl-4
    {
        right: 16.66667%;
    }
    .pull-xl-5
    {
        right: 20.83333%;
    }
    .pull-xl-6
    {
        right: 25%;
    }
    .pull-xl-7
    {
        right: 29.16667%;
    }
    .pull-xl-8
    {
        right: 33.33333%;
    }
    .pull-xl-9
    {
        right: 37.5%;
    }
    .pull-xl-10
    {
        right: 41.66667%;
    }
    .pull-xl-11
    {
        right: 45.83333%;
    }
    .pull-xl-12
    {
        right: 50%;
    }
    .pull-xl-13
    {
        right: 54.16667%;
    }
    .pull-xl-14
    {
        right: 58.33333%;
    }
    .pull-xl-15
    {
        right: 62.5%;
    }
    .pull-xl-16
    {
        right: 66.66667%;
    }
    .pull-xl-17
    {
        right: 70.83333%;
    }
    .pull-xl-18
    {
        right: 75%;
    }
    .pull-xl-19
    {
        right: 79.16667%;
    }
    .pull-xl-20
    {
        right: 83.33333%;
    }
    .pull-xl-21
    {
        right: 87.5%;
    }
    .pull-xl-22
    {
        right: 91.66667%;
    }
    .pull-xl-23
    {
        right: 95.83333%;
    }
    .pull-xl-24
    {
        right: 100%;
    }
    .push-xl-0
    {
        left: auto;
    }
    .push-xl-1
    {
        left: 4.16667%;
    }
    .push-xl-2
    {
        left: 8.33333%;
    }
    .push-xl-3
    {
        left: 12.5%;
    }
    .push-xl-4
    {
        left: 16.66667%;
    }
    .push-xl-5
    {
        left: 20.83333%;
    }
    .push-xl-6
    {
        left: 25%;
    }
    .push-xl-7
    {
        left: 29.16667%;
    }
    .push-xl-8
    {
        left: 33.33333%;
    }
    .push-xl-9
    {
        left: 37.5%;
    }
    .push-xl-10
    {
        left: 41.66667%;
    }
    .push-xl-11
    {
        left: 45.83333%;
    }
    .push-xl-12
    {
        left: 50%;
    }
    .push-xl-13
    {
        left: 54.16667%;
    }
    .push-xl-14
    {
        left: 58.33333%;
    }
    .push-xl-15
    {
        left: 62.5%;
    }
    .push-xl-16
    {
        left: 66.66667%;
    }
    .push-xl-17
    {
        left: 70.83333%;
    }
    .push-xl-18
    {
        left: 75%;
    }
    .push-xl-19
    {
        left: 79.16667%;
    }
    .push-xl-20
    {
        left: 83.33333%;
    }
    .push-xl-21
    {
        left: 87.5%;
    }
    .push-xl-22
    {
        left: 91.66667%;
    }
    .push-xl-23
    {
        left: 95.83333%;
    }
    .push-xl-24
    {
        left: 100%;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 4.16667%;
    }
    .offset-xl-2
    {
        margin-left: 8.33333%;
    }
    .offset-xl-3
    {
        margin-left: 12.5%;
    }
    .offset-xl-4
    {
        margin-left: 16.66667%;
    }
    .offset-xl-5
    {
        margin-left: 20.83333%;
    }
    .offset-xl-6
    {
        margin-left: 25%;
    }
    .offset-xl-7
    {
        margin-left: 29.16667%;
    }
    .offset-xl-8
    {
        margin-left: 33.33333%;
    }
    .offset-xl-9
    {
        margin-left: 37.5%;
    }
    .offset-xl-10
    {
        margin-left: 41.66667%;
    }
    .offset-xl-11
    {
        margin-left: 45.83333%;
    }
    .offset-xl-12
    {
        margin-left: 50%;
    }
    .offset-xl-13
    {
        margin-left: 54.16667%;
    }
    .offset-xl-14
    {
        margin-left: 58.33333%;
    }
    .offset-xl-15
    {
        margin-left: 62.5%;
    }
    .offset-xl-16
    {
        margin-left: 66.66667%;
    }
    .offset-xl-17
    {
        margin-left: 70.83333%;
    }
    .offset-xl-18
    {
        margin-left: 75%;
    }
    .offset-xl-19
    {
        margin-left: 79.16667%;
    }
    .offset-xl-20
    {
        margin-left: 83.33333%;
    }
    .offset-xl-21
    {
        margin-left: 87.5%;
    }
    .offset-xl-22
    {
        margin-left: 91.66667%;
    }
    .offset-xl-23
    {
        margin-left: 95.83333%;
    }
}

.form-btn__flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 21px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.btn
{
    font-size: .875rem;
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 43px;
    padding: 5px 35px;

    cursor: pointer;
    -webkit-transition: .25s;
            transition: .25s;

    border: 2px solid #52b7d4;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.btn img
{
    margin-right: 8px;
}

.btn-blue
{
    color: white; 
    background-color: #52b7d4;
}
.btn-blue:hover
{
    color: #52b7d4; 
    background-color: transparent;
}

.btn-transparent
{
    color: #52b7d4;
}
.btn-transparent:hover
{
    color: #496c72;
    border: 2px solid #496c72;
}

.authorization-key
{
    padding: 5px 27px;
}

.btn-white
{
    color: #f44236; 
    border: 2px solid white;
    background-color: white;
}
.btn-white:hover
{
    color: white; 
    background-color: transparent;
}

.btn-white_transparent
{
    color: white; 
    border: 2px solid white;
    background-color: transparent;
}
.btn-white_transparent:hover
{
    color: #f44236; 
    background-color: white;
}

/* Flex variation */
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.flex-first
{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}

.flex-last
{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}

.flex-unordered
{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
            order: 0;
}

.flex-row
{
            flex-direction: row !important; 

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
}

.flex-column
{
            flex-direction: column !important; 

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
}

.flex-row-reverse
{
            flex-direction: row-reverse !important; 

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse
{
            flex-direction: column-reverse !important; 

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
}

.flex-wrap
{
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}

.flex-nowrap
{
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around
{
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start
{
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
}

.align-content-end
{
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
}

.align-content-center
{
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
            align-content: center !important;
}

.align-content-between
{
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
}

.align-content-around
{
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
}

.align-content-stretch
{
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
}

.align-self-auto
{
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
            align-self: auto !important;
}

.align-self-start
{
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
            align-self: flex-start !important;
}

.align-self-end
{
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
            align-self: flex-end !important;
}

.align-self-center
{
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
            align-self: center !important;
}

.align-self-baseline
{
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
}

.align-self-stretch
{
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
}

@media (min-width: 576px)
{
    .flex-sm-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-sm-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-sm-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-sm-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-sm-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-sm-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-sm-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-sm-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-sm-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-sm-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-sm-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-sm-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-sm-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-sm-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 768px)
{
    .flex-md-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-md-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-md-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-md-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-md-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-md-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-md-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-md-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-md-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-md-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-md-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-md-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-md-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-md-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-md-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-md-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-md-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-md-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-md-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 992px)
{
    .flex-lg-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-lg-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-lg-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-lg-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-lg-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-lg-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-lg-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-lg-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-lg-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-lg-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-lg-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-lg-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-lg-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-lg-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 1200px)
{
    .flex-xl-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-xl-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-xl-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-xl-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-xl-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-xl-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-xl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-xl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xl-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-xl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-xl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-xl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-xl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle::before
{
    display: inline-block;

    padding-right: 1rem; 

    content: url('../images/img/icon-menu.png');
    vertical-align: middle;
}

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

.dropup .dropdown-toggle::after
{
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    width: 100%;
    min-width: 10rem;

    list-style: none;

    text-align: left;

    color: #292b2c;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-item
{
    font-weight: normal;
    font-weight: 500;
    line-height: 45px;

    display: block;
    clear: both;

    width: 100%;
    padding: 0;

    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    color: #292b2c;
    border: 0;
    background: none;
    background-color: #eee;
    /*@include hover-focus {
    color: $dropdown-link-hover-color;
    text-decoration: none;
    background-color: $dropdown-link-hover-bg;
  }*/
}
.dropdown-item:hover
{
    text-decoration: none; 

    background-color: white;
}
.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #333;
}
.dropdown-item.disabled,
.dropdown-item:disabled
{
    cursor: not-allowed;

    color: #636c72;
    background-color: transparent;
}

.show > .dropdown-menu
{
    display: block;
}

.show > a
{
    outline: 0;
}

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

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

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .5rem 1.5rem;

    white-space: nowrap; 

    color: #636c72;
}

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

.dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-bottom: .125rem;
}

.nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 0;
    padding-left: 0;

    list-style: none;
}

.nav-link
{
    display: block;

    padding: .5em 1em;
}
.nav-link.disabled
{
    cursor: not-allowed; 

    color: #636c72;
}

#main-menu
{
    height: 50px;
}
#main-menu .navbar-nav
{
    height: 100%;
}
#main-menu .navbar-nav > .nav-item
{
    height: 100%; 
    margin: 0 .5rem;
}
#main-menu .navbar-nav > .nav-item:first-child
{
    width: 222px;

    -webkit-transition: .5s;
            transition: .5s; 

    background-color: #264796;
}
#main-menu .navbar-nav > .nav-item:first-child:hover
{
    background-color: #3561ca;
}
#main-menu .navbar-nav > .nav-item:first-child > .nav-link
{
    color: white;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
#main-menu .navbar-nav > .nav-item:first-child > .nav-link:after
{
    content: none;
}
#main-menu .navbar-nav > .nav-item > .nav-link
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    margin: 0 1.5rem;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
#main-menu .navbar-nav > .nav-item > .nav-link:after
{
    position: absolute;
    bottom: 1px;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;

    background-color: #264796;
}
#main-menu .navbar-nav > .nav-item > .nav-link:hover
{
    color: white;
}
#main-menu .navbar-nav > .nav-item > .nav-link:hover:after
{
    left: 0;

    width: 100%;
}
#main-menu .nav-link
{
    padding: 0; 

    color: #949494;
}

.nav-tabs
{
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item
{
    margin-bottom: -1px;
}
.nav-tabs .nav-link
{
    border: 1px solid transparent;
}
.nav-tabs .nav-link.disabled
{
    color: #636c72;
    border-color: transparent; 
    background-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    color: #949494;
    border-color: #ddd #ddd #fff; 
    background-color: #fff;
}
.nav-tabs .dropdown-menu
{
    margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link
{
    cursor: default;

    color: #fff;
    background-color: #333;
}

.nav-fill .nav-item
{
    text-align: center; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.nav-justified .nav-item
{
    text-align: center; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

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

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

.navbar
{
    position: relative;
}
@media (min-width: 991px)
{
    .navbar .navbar-collapse
    {
        display: block;
    }
    .navbar .navbar-nav
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%; 

        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .navbar .nav-item
    {
        position: relative; 

        display: inline-block;
    }
    .navbar .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar .navbar-toggler
    {
        display: none;
    }
}

.navbar-toggler
{
    font-size: 1.25rem;
    line-height: 1.5;

    width: 2.5em;
    height: 2em;
    padding: .25rem .75rem;

    border: 1px solid rgba(51, 51, 51, .1);
    -webkit-border-radius: .25rem;
            border-radius: .25rem; 
    background: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'%23333\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E') no-repeat center center;
    background-size: 24px 24px;
}

.navbar-nav
{
    display: block;
}

.nav-item
{
    display: block;
}

.nav-link
{
    display: block;

    padding-top: .425rem;
    padding-bottom: .425rem;

    -webkit-transition: .5s;
            transition: .5s;

    color: #333;
}
.nav-link:hover
{
    text-decoration: none; 

    color: #264796;
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active
{
    color: rgba(51, 51, 51, .9);
}

.modal-open
{
    overflow: hidden;
}

.modal
{
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: 0;
}
.modal .modal-dialog
{
    -webkit-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
}
.modal.show .modal-dialog
{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    border: 1px solid rgba(51, 51, 51, .2);
    -webkit-border-radius: .3rem;
            border-radius: .3rem;
    outline: 0; 
    background-color: #eff4f6;
    background-clip: padding-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.modal-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #333;
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.show
{
    opacity: .7 !important;
}

.modal-header
{
    padding: 15px;

    border-bottom: 1px solid white;
}

.modal-title
{
    line-height: 1.25; 

    margin-bottom: 0;
}

.modal-line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 4px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal-left
{
    color: #809497; 

    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
}

.modal-right
{
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
}

.modal-input
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%; 
    height: 39px;
    padding: 0 10px;

    border: 1px solid #d5d6d6;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal-body
{
    position: relative;

    padding: 15px; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.modal-footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 15px;

    border-top: 1px solid white; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.modal-footer > :not(:first-child)
{
    margin-left: .25rem;
}
.modal-footer > :not(:last-child)
{
    margin-right: .25rem;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;

    overflow: scroll; 

    width: 50px;
    height: 50px;
}

@media (min-width: 576px)
{
    .modal-dialog
    {
        width: 100%;
        max-width: 570px;
        margin: 30px auto;
    }
    .modal-sm
    {
        max-width: 300px;
    }
}

@media (min-width: 992px)
{
    .modal-lg
    {
        max-width: 800px;
    }
}

.modal-open .modal
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    background-color: rgba(0, 0, 0, .5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.close
{
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;

    float: right;

    opacity: .5; 
    color: #949494;
}
.close:hover
{
    cursor: pointer;
    text-decoration: none;

    opacity: .75;
}

button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.form-control
{
    font-size: 1rem;
    line-height: 1.25;

    display: block;

    width: 100%;
    padding: .5rem .75rem;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 

    color: #949494;
    border: 1px solid rgba(51, 51, 51, .15);
    -webkit-border-radius: .25rem;
            border-radius: .25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}
.form-control::-ms-expand
{
    border: 0; 
    background-color: transparent;
}
.form-control:disabled,
.form-control[readonly]
{
    opacity: 1; 
    background-color: #eceeef;
}
.form-control:disabled
{
    cursor: default;
}

input[placeholder]
{
    text-overflow: ellipsis;
}

input::-webkit-input-placeholder
{
    color: #636c72 !important;
}

input::-moz-placeholder
{
    opacity: 1; 
    color: #636c72 !important;
}

input:-ms-input-placeholder
{
    color: #636c72 !important;
}

textarea::-webkit-input-placeholder
{
    color: #636c72 !important;
}

textarea::-moz-placeholder
{
    opacity: 1; 
    color: #636c72 !important;
}

textarea:-ms-input-placeholder
{
    color: #636c72 !important;
}

input:focus::-webkit-input-placeholder
{
    color: transparent !important;
}

input:focus::-moz-placeholder
{
    color: transparent !important;
}

input:focus:-ms-input-placeholder
{
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder
{
    color: transparent !important;
}

textarea:focus::-moz-placeholder
{
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder
{
    color: transparent !important;
}

select.form-control:not([size]):not([multiple])
{
    height: -webkit-calc(2.25rem + 2px);
    height:         calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value
{
    color: #949494;
    background-color: #fff;
}

.form-control-file,
.form-control-range
{
    display: block;
}

.col-form-label
{
    margin-bottom: 0; 
    padding-top: -webkit-calc(.5rem - 1px * 2);
    padding-top:         calc(.5rem - 1px * 2);
    padding-bottom: -webkit-calc(.5rem - 1px * 2);
    padding-bottom:         calc(.5rem - 1px * 2);
}

.col-form-label-lg
{
    font-size: 1.25rem; 

    padding-top: -webkit-calc(.75rem - 1px * 2);
    padding-top:         calc(.75rem - 1px * 2);
    padding-bottom: -webkit-calc(.75rem - 1px * 2);
    padding-bottom:         calc(.75rem - 1px * 2);
}

.col-form-label-sm
{
    font-size: .875rem; 

    padding-top: -webkit-calc(.25rem - 1px * 2);
    padding-top:         calc(.25rem - 1px * 2);
    padding-bottom: -webkit-calc(.25rem - 1px * 2);
    padding-bottom:         calc(.25rem - 1px * 2);
}

.col-form-legend
{
    font-size: 1rem; 

    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.form-control-static
{
    line-height: 1.25;

    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;

    border: solid transparent;
    border-width: 1px 0;
}
.form-control-static.form-control-sm,
.form-control-static.form-control-lg
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm
{
    font-size: .875rem;

    padding: .25rem .5rem;

    -webkit-border-radius: .2rem;
            border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple])
{
    height: 1.8125rem;
}

.form-control-lg
{
    font-size: 1.25rem;

    padding: .75rem 1.5rem;

    -webkit-border-radius: .3rem;
            border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple])
{
    height: 3.16667rem;
}

.form-group
{
    margin-bottom: 1rem;
}

.form-check
{
    position: relative;

    display: block;
}
.form-check.disabled .form-check-label
{
    cursor: default; 

    color: #636c72;
}

.form-check-label
{
    margin-bottom: 0;
    padding-left: 10px;

    cursor: pointer;
}

.form-check-input
{
    position: absolute;

    margin-top: 10px;
    margin-left: 10px;
}
.form-check-input:only-child
{
    position: static;
}

.form-check-inline
{
    display: inline-block;
}
.form-check-inline .form-check-label
{
    vertical-align: middle;
}
.form-check-inline + .form-check-inline
{
    margin-left: 10px;
}

.form-control-feedback
{
    margin-top: 10px;
}

.form-control-success,
.form-control-warning,
.form-control-danger
{
    padding-right: 2.25rem;

    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
}

.form-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.form-inline .form-check
{
    width: 100%;
}
@media (min-width: 576px)
{
    .form-inline label
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .form-group
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 0; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-static
    {
        display: inline-block;
    }
    .form-inline .input-group
    {
        width: auto;
    }
    .form-inline .form-control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-check
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: auto;
        margin-top: 0;
        margin-bottom: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .form-check-label
    {
        padding-left: 0;
    }
    .form-inline .form-check-input
    {
        position: relative;

        margin-top: 0;
        margin-right: 10px;
        margin-left: 0;
    }
    .form-inline .custom-control
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding-left: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .custom-control-indicator
    {
        position: static;

        display: inline-block;

        margin-right: 10px;

        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

.transition
{
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

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

    opacity: 0;
}
.fade.show
{
    opacity: 1;
}

.collapse
{
    display: none;
}
.collapse.show
{
    display: block;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition: height .35s ease;
            transition: height .35s ease;
}

/* Contextual backgrounds */
.bg-primary
{
    background-color: #333;
}

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

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

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

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

.bg-inverse
{
    background-color: #292b2c;
}

/* float variation */
.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

@media (min-width: 576px)
{
    .float-sm-left
    {
        float: left !important;
    }
    .float-sm-right
    {
        float: right !important;
    }
    .float-sm-none
    {
        float: none !important;
    }
}

@media (min-width: 768px)
{
    .float-md-left
    {
        float: left !important;
    }
    .float-md-right
    {
        float: right !important;
    }
    .float-md-none
    {
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .float-lg-left
    {
        float: left !important;
    }
    .float-lg-right
    {
        float: right !important;
    }
    .float-lg-none
    {
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .float-xl-left
    {
        float: left !important;
    }
    .float-xl-right
    {
        float: right !important;
    }
    .float-xl-none
    {
        float: none !important;
    }
}

/* Margin and Padding */
.m-0
{
    margin: 0 0 !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mr-0
{
    margin-right: 0 !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.mx-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1
{
    margin: .25rem .25rem !important;
}

.mt-1
{
    margin-top: .25rem !important;
}

.mr-1
{
    margin-right: .25rem !important;
}

.mb-1
{
    margin-bottom: .25rem !important;
}

.ml-1
{
    margin-left: .25rem !important;
}

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-2
{
    margin: .5rem .5rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mr-2
{
    margin-right: .5rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.ml-2
{
    margin-left: .5rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.m-3
{
    margin: 1rem 1rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mr-3
{
    margin-right: 1rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.ml-3
{
    margin-left: 1rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4
{
    margin: 1.5rem 1.5rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mr-4
{
    margin-right: 1.5rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4
{
    margin-left: 1.5rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5
{
    margin: 3rem 3rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mr-5
{
    margin-right: 3rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.ml-5
{
    margin-left: 3rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0
{
    padding: 0 0 !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1
{
    padding: .25rem .25rem !important;
}

.pt-1
{
    padding-top: .25rem !important;
}

.pr-1
{
    padding-right: .25rem !important;
}

.pb-1
{
    padding-bottom: .25rem !important;
}

.pl-1
{
    padding-left: .25rem !important;
}

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.p-2
{
    padding: .5rem .5rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pr-2
{
    padding-right: .5rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pl-2
{
    padding-left: .5rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.p-3
{
    padding: 1rem 1rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pr-3
{
    padding-right: 1rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pl-3
{
    padding-left: 1rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4
{
    padding: 1.5rem 1.5rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pr-4
{
    padding-right: 1.5rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4
{
    padding-left: 1.5rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5
{
    padding: 3rem 3rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pr-5
{
    padding-right: 3rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.pl-5
{
    padding-left: 3rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto
{
    margin-top: auto !important;
}

.mr-auto
{
    margin-right: auto !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ml-auto
{
    margin-left: auto !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px)
{
    .m-sm-0
    {
        margin: 0 0 !important;
    }
    .mt-sm-0
    {
        margin-top: 0 !important;
    }
    .mr-sm-0
    {
        margin-right: 0 !important;
    }
    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }
    .ml-sm-0
    {
        margin-left: 0 !important;
    }
    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-sm-1
    {
        margin-top: .25rem !important;
    }
    .mr-sm-1
    {
        margin-right: .25rem !important;
    }
    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-sm-1
    {
        margin-left: .25rem !important;
    }
    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-sm-2
    {
        margin-top: .5rem !important;
    }
    .mr-sm-2
    {
        margin-right: .5rem !important;
    }
    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-sm-2
    {
        margin-left: .5rem !important;
    }
    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-sm-3
    {
        margin-top: 1rem !important;
    }
    .mr-sm-3
    {
        margin-right: 1rem !important;
    }
    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3
    {
        margin-left: 1rem !important;
    }
    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-sm-5
    {
        margin-top: 3rem !important;
    }
    .mr-sm-5
    {
        margin-right: 3rem !important;
    }
    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5
    {
        margin-left: 3rem !important;
    }
    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-sm-0
    {
        padding: 0 0 !important;
    }
    .pt-sm-0
    {
        padding-top: 0 !important;
    }
    .pr-sm-0
    {
        padding-right: 0 !important;
    }
    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }
    .pl-sm-0
    {
        padding-left: 0 !important;
    }
    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-sm-1
    {
        padding-top: .25rem !important;
    }
    .pr-sm-1
    {
        padding-right: .25rem !important;
    }
    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-sm-1
    {
        padding-left: .25rem !important;
    }
    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-sm-2
    {
        padding-top: .5rem !important;
    }
    .pr-sm-2
    {
        padding-right: .5rem !important;
    }
    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-sm-2
    {
        padding-left: .5rem !important;
    }
    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-sm-3
    {
        padding-top: 1rem !important;
    }
    .pr-sm-3
    {
        padding-right: 1rem !important;
    }
    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3
    {
        padding-left: 1rem !important;
    }
    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-sm-5
    {
        padding-top: 3rem !important;
    }
    .pr-sm-5
    {
        padding-right: 3rem !important;
    }
    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5
    {
        padding-left: 3rem !important;
    }
    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mt-sm-auto
    {
        margin-top: auto !important;
    }
    .mr-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sm-auto
    {
        margin-left: auto !important;
    }
    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px)
{
    .m-md-0
    {
        margin: 0 0 !important;
    }
    .mt-md-0
    {
        margin-top: 0 !important;
    }
    .mr-md-0
    {
        margin-right: 0 !important;
    }
    .mb-md-0
    {
        margin-bottom: 0 !important;
    }
    .ml-md-0
    {
        margin-left: 0 !important;
    }
    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-md-1
    {
        margin-top: .25rem !important;
    }
    .mr-md-1
    {
        margin-right: .25rem !important;
    }
    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-md-1
    {
        margin-left: .25rem !important;
    }
    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-md-2
    {
        margin-top: .5rem !important;
    }
    .mr-md-2
    {
        margin-right: .5rem !important;
    }
    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-md-2
    {
        margin-left: .5rem !important;
    }
    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-md-3
    {
        margin-top: 1rem !important;
    }
    .mr-md-3
    {
        margin-right: 1rem !important;
    }
    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-md-3
    {
        margin-left: 1rem !important;
    }
    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-md-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-md-5
    {
        margin-top: 3rem !important;
    }
    .mr-md-5
    {
        margin-right: 3rem !important;
    }
    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-md-5
    {
        margin-left: 3rem !important;
    }
    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-md-0
    {
        padding: 0 0 !important;
    }
    .pt-md-0
    {
        padding-top: 0 !important;
    }
    .pr-md-0
    {
        padding-right: 0 !important;
    }
    .pb-md-0
    {
        padding-bottom: 0 !important;
    }
    .pl-md-0
    {
        padding-left: 0 !important;
    }
    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-md-1
    {
        padding-top: .25rem !important;
    }
    .pr-md-1
    {
        padding-right: .25rem !important;
    }
    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-md-1
    {
        padding-left: .25rem !important;
    }
    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-md-2
    {
        padding-top: .5rem !important;
    }
    .pr-md-2
    {
        padding-right: .5rem !important;
    }
    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-md-2
    {
        padding-left: .5rem !important;
    }
    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-md-3
    {
        padding-top: 1rem !important;
    }
    .pr-md-3
    {
        padding-right: 1rem !important;
    }
    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-md-3
    {
        padding-left: 1rem !important;
    }
    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-md-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4
    {
        padding-left: 1.5rem !important;
    }
    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-md-5
    {
        padding-top: 3rem !important;
    }
    .pr-md-5
    {
        padding-right: 3rem !important;
    }
    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-md-5
    {
        padding-left: 3rem !important;
    }
    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mt-md-auto
    {
        margin-top: auto !important;
    }
    .mr-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-auto
    {
        margin-bottom: auto !important;
    }
    .ml-md-auto
    {
        margin-left: auto !important;
    }
    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px)
{
    .m-lg-0
    {
        margin: 0 0 !important;
    }
    .mt-lg-0
    {
        margin-top: 0 !important;
    }
    .mr-lg-0
    {
        margin-right: 0 !important;
    }
    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }
    .ml-lg-0
    {
        margin-left: 0 !important;
    }
    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-lg-1
    {
        margin-top: .25rem !important;
    }
    .mr-lg-1
    {
        margin-right: .25rem !important;
    }
    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-lg-1
    {
        margin-left: .25rem !important;
    }
    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-lg-2
    {
        margin-top: .5rem !important;
    }
    .mr-lg-2
    {
        margin-right: .5rem !important;
    }
    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-lg-2
    {
        margin-left: .5rem !important;
    }
    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-lg-3
    {
        margin-top: 1rem !important;
    }
    .mr-lg-3
    {
        margin-right: 1rem !important;
    }
    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3
    {
        margin-left: 1rem !important;
    }
    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-lg-5
    {
        margin-top: 3rem !important;
    }
    .mr-lg-5
    {
        margin-right: 3rem !important;
    }
    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5
    {
        margin-left: 3rem !important;
    }
    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-lg-0
    {
        padding: 0 0 !important;
    }
    .pt-lg-0
    {
        padding-top: 0 !important;
    }
    .pr-lg-0
    {
        padding-right: 0 !important;
    }
    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }
    .pl-lg-0
    {
        padding-left: 0 !important;
    }
    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-lg-1
    {
        padding-top: .25rem !important;
    }
    .pr-lg-1
    {
        padding-right: .25rem !important;
    }
    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-lg-1
    {
        padding-left: .25rem !important;
    }
    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-lg-2
    {
        padding-top: .5rem !important;
    }
    .pr-lg-2
    {
        padding-right: .5rem !important;
    }
    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-lg-2
    {
        padding-left: .5rem !important;
    }
    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-lg-3
    {
        padding-top: 1rem !important;
    }
    .pr-lg-3
    {
        padding-right: 1rem !important;
    }
    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3
    {
        padding-left: 1rem !important;
    }
    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-lg-5
    {
        padding-top: 3rem !important;
    }
    .pr-lg-5
    {
        padding-right: 3rem !important;
    }
    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5
    {
        padding-left: 3rem !important;
    }
    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mt-lg-auto
    {
        margin-top: auto !important;
    }
    .mr-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ml-lg-auto
    {
        margin-left: auto !important;
    }
    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px)
{
    .m-xl-0
    {
        margin: 0 0 !important;
    }
    .mt-xl-0
    {
        margin-top: 0 !important;
    }
    .mr-xl-0
    {
        margin-right: 0 !important;
    }
    .mb-xl-0
    {
        margin-bottom: 0 !important;
    }
    .ml-xl-0
    {
        margin-left: 0 !important;
    }
    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-xl-1
    {
        margin-top: .25rem !important;
    }
    .mr-xl-1
    {
        margin-right: .25rem !important;
    }
    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-xl-1
    {
        margin-left: .25rem !important;
    }
    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-xl-2
    {
        margin-top: .5rem !important;
    }
    .mr-xl-2
    {
        margin-right: .5rem !important;
    }
    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-xl-2
    {
        margin-left: .5rem !important;
    }
    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-xl-3
    {
        margin-top: 1rem !important;
    }
    .mr-xl-3
    {
        margin-right: 1rem !important;
    }
    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3
    {
        margin-left: 1rem !important;
    }
    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-xl-5
    {
        margin-top: 3rem !important;
    }
    .mr-xl-5
    {
        margin-right: 3rem !important;
    }
    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5
    {
        margin-left: 3rem !important;
    }
    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-xl-0
    {
        padding: 0 0 !important;
    }
    .pt-xl-0
    {
        padding-top: 0 !important;
    }
    .pr-xl-0
    {
        padding-right: 0 !important;
    }
    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }
    .pl-xl-0
    {
        padding-left: 0 !important;
    }
    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-xl-1
    {
        padding-top: .25rem !important;
    }
    .pr-xl-1
    {
        padding-right: .25rem !important;
    }
    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-xl-1
    {
        padding-left: .25rem !important;
    }
    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-xl-2
    {
        padding-top: .5rem !important;
    }
    .pr-xl-2
    {
        padding-right: .5rem !important;
    }
    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-xl-2
    {
        padding-left: .5rem !important;
    }
    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-xl-3
    {
        padding-top: 1rem !important;
    }
    .pr-xl-3
    {
        padding-right: 1rem !important;
    }
    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3
    {
        padding-left: 1rem !important;
    }
    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-xl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5
    {
        padding-left: 3rem !important;
    }
    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mt-xl-auto
    {
        margin-top: auto !important;
    }
    .mr-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xl-auto
    {
        margin-left: auto !important;
    }
    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* Text utilities */
.text-justify
{
    text-align: justify !important;
}

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

.text-truncate
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

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

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

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

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

@media (min-width: 576px)
{
    .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;
    }
}

.text-gray
{
    color: #636c72;
}

.text-primary
{
    color: #333;
}

.text-success
{
    color: #5cb85c;
}

.text-info
{
    color: #5bc0de;
}

.text-warning
{
    color: #f0ad4e;
}

.text-danger
{
    color: #e31e24;
}

.text-white
{
    color: #fff;
}

.text-black
{
    color: #333;
}

.text-red
{
    color: #e31e24;
}

.hidden-xs-up
{
    display: none !important;
}

@media (max-width: 575px)
{
    .hidden-xs-down
    {
        display: none !important;
    }
}

@media (min-width: 576px)
{
    .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;
    }
}

.hidden-xl-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;
    }
}

.header-info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 30px;

    background-color: #21445a;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

header
{
    position: relative;
    z-index: 2;

    background-color: white;
}

.header-info__item
{
    font-size: .8125rem;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    margin-right: 1.4rem;
}
.header-info__item span
{
    padding-right: 4px; 

    color: #7691a3;
}
.header-info__item:last-child
{
    margin-right: 0;
}

.header-info__element
{
    color: white;
}

.exit
{
    font-size: .8125rem; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #6cd0ed;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.exit img
{
    margin-right: 5px;
}
.exit:hover
{
    color: #075d94;
}

.header-info__link
{
    color: white;
}
.header-info__link:hover
{
    color: #6cd0ed;
}

.header-info__link-mail
{
    color: #6cd0ed;
}
.header-info__link-mail:hover
{
    color: white;
}

.header-menu__items
{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-menu__item,
.mobile-menu__item
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 144px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header-menu__item:before,
.mobile-menu__item:before
{
    position: absolute;
    left: 0;

    width: 30px;
    height: 30px; 

    content: '';

    background: url('../images/menu_1.png') no-repeat;
    background-size: contain;
}
.header-menu__item:last-child,
.mobile-menu__item:last-child
{
    width: 105px;
}
.header-menu__item:last-child:before,
.mobile-menu__item:last-child:before
{
    width: 30px;
    height: 32px;

    background: url('../images/menu_6.png') no-repeat;
}
.header-menu__item:nth-child(2):before,
.mobile-menu__item:nth-child(2):before
{
    width: 24px;
    height: 31px;

    background: url('../images/menu_2.png') no-repeat;
}
.header-menu__item:nth-child(3):before,
.mobile-menu__item:nth-child(3):before
{
    width: 31px;
    height: 34px;

    background: url('../images/menu_3.png') no-repeat;
}
.header-menu__item:nth-child(4):before,
.mobile-menu__item:nth-child(4):before
{
    width: 34px;
    height: 34px;

    background: url('../images/menu_4.png') no-repeat;
}
.header-menu__item:nth-child(5):before,
.mobile-menu__item:nth-child(5):before
{
    width: 34px;
    height: 34px;

    background: url('../images/menu_5.png') no-repeat;
}

.mobile-menu__item
{
    width: auto;
    margin-bottom: 25px;
}
.mobile-menu__item:last-child
{
    width: auto;
}
.mobile-menu__item:before
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 35px !important;

    background-position: center !important; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.mobile-menu__link
{
    font-size: .9375rem;

    position: relative;
    z-index: 1; 

    padding-left: 50px;

    color: #075d94;
}
.mobile-menu__link.active,
.mobile-menu__link:hover
{
    color: #52b7d4;
}
.mobile-menu__link.active:before,
.mobile-menu__link:hover:before
{
    position: absolute;
    top: -6px;
    left: -15px;

    width: 3px;
    height: 33px;

    content: '';

    background-color: #52b7d4;
}

.mobile-menu__container
{
    position: absolute;
    top: -webkit-calc(100% + 2px);
    top:         calc(100% + 2px);
    right: -100%;

    display: none; 
            flex-direction: column;

    width: 90%;
    height: -webkit-calc(100vh - 60px);
    height:         calc(100vh - 60px);
    padding: 20px 15px;

    -webkit-transition: .25s;
            transition: .25s;

    background-color: white;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.mobile-menu__items
{
            flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.header-menu
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 14px 0;

    border-bottom: 2px solid #38a5d2;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header-menu.user-active .header-user__relative
{
    opacity: 1;
}
.header-menu.user-active .header-user__absolute
{
    opacity: 0;
}
.header-menu.user-active .header-user:before
{
    opacity: 1;
}
.header-menu.user-active .user-info__mobile
{
    z-index: 1;

    display: block; 

    opacity: 1;
}
.header-menu.menu-active .mobile-menu__container
{
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.mobile-info
{
    margin-top: 50px;
}
.mobile-info .header-info__item
{
    font-size: .9375rem;

    margin-bottom: 4px;
}
.mobile-info .header-info__item:last-child
{
    margin-bottom: 0;
}
.mobile-info .header-info__link
{
    color: #496c72;
}
.mobile-info span
{
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
}
.mobile-info .header-info__link-mail
{
    text-decoration: underline; 

    color: #52b7d4;
}

.header-menu__link
{
    font-size: .9375rem;
    line-height: 1.125rem;

    position: relative;
    z-index: 1; 

    padding-left: 40px;

    color: #075d94;
}
.header-menu__link:hover,
.header-menu__link.active
{
    color: #6cd0ed;
}
.header-menu__link:hover:before,
.header-menu__link.active:before
{
    position: absolute;
    bottom: -28px;
    left: 0; 

    width: 100%;
    height: 4px;

    content: '';

    background-color: #6cd0ed;
}

.hamburger
{
    margin-left: 15px; 

    cursor: pointer;
}
.hamburger .line
{
    display: block; 

    width: 17px;
    height: 3px;
    margin: 3px 0;

    background-color: #496c72;
}

.user-info__mobile
{
    font-size: .875rem;

    position: absolute;
    z-index: -1;
    top: -webkit-calc(100% + 2px);
    top:         calc(100% + 2px);
    right: 20px;
    left: 20px;

    display: none; 

    padding: 14px;

    -webkit-transition: .25s;
            transition: .25s;

    opacity: 0;
    background-color: white;
}

.user-info__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 10px; 

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.user-info__line .btn
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content; 
    height: 25px;
    padding: 4px 8px;

    text-transform: uppercase;
}

.user-info__line-name
{
    color: #809497; 

    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
            flex-basis: 70px;
}

.user-info__line-value
{
    color: #21445a; 

    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
}

.header-user
{
    position: relative;
}
.header-user:before
{
    position: absolute;
    top: 49%;
    left: 5px;

    content: '';
    -webkit-transition: .25s;
            transition: .25s;

    opacity: 0;
    border: 18px solid transparent;
    border-bottom: 18px solid white;
}

.header-user__relative
{
    -webkit-transition: .25s;
            transition: .25s; 

    opacity: 0;
}

.header-user__absolute
{
    position: absolute;
    top: 0;
    left: 0; 

    display: block;

    -webkit-transition: .25s;
            transition: .25s;

    opacity: 1;
}

main
{
    margin: 47px 0;
}

.authorization-container
{
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.h1-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.h1-container .h1
{
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
}

.form-container__block
{
    padding: 2rem; 

    background-color: #eff4f6;
}

.form-line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: .8rem; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.form-line:last-child
{
    margin-bottom: 0;
}

.form-line__label
{
    color: #809497; 

    -webkit-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
}

.form-line__input
{
    font-size: 1rem !important; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 60%;
    height: 39px;
    padding: 0 10px;

    color: #496c72;
    border: 1px solid #d5d6d6;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);

    -webkit-flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
            flex-basis: 57%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

::-webkit-input-placeholder
{
    font-family: 'Open Sans'; 

    color: rgba(73, 108, 114, .26) !important;
}

::-moz-placeholder
{
    font-family: 'Open Sans'; 

    color: rgba(73, 108, 114, .26) !important;
}

:-ms-input-placeholder
{
    font-family: 'Open Sans'; 

    color: rgba(73, 108, 114, .26) !important;
}

::placeholder
{
    font-family: 'Open Sans'; 

    color: rgba(73, 108, 114, .26) !important;
}

#forgot
{
    font-size: .9375rem;

    margin-top: -3px; 

    text-decoration: underline;

    color: #38a5d2;
}

.checked-container
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 10px; 
    padding-left: 26px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.checked-container__item
{
    position: absolute;
    left: 0;

    width: 18px;
    height: 18px;

    border: 1px solid #d5d6d6;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
}
.checked-container__item input
{
    position: absolute;
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;

    cursor: pointer; 

    opacity: 0;
}
.checked-container__item input:checked + span
{
    opacity: 1;
}
.checked-container__item span
{
    opacity: 0;
}
.checked-container__item span:before
{
    position: absolute;
    top: 10px;
    left: 0; 

    width: 9px;
    height: 1px;

    content: '';
    -webkit-transform: rotate(38deg);
        -ms-transform: rotate(38deg);
            transform: rotate(38deg);

    background-color: #38a5d2;
}
.checked-container__item span:after
{
    position: absolute;
    top: 7px;
    left: 5px; 

    width: 14px;
    height: 1px;

    content: '';
    -webkit-transform: rotate(-57deg);
        -ms-transform: rotate(-57deg);
            transform: rotate(-57deg);

    background-color: #38a5d2;
}

.label-check
{
    font-size: .9375rem;

    color: #496c72;
}
.label-check a
{
    text-decoration: underline; 

    color: #52b7d4;
}

.prev-link
{
    font-size: 14px;
    font-weight: 700;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 35px;
    margin-right: 20px; 
    padding: 2px 10px;

    color: #52b7d4;
    border: 2px solid #52b7d4;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    background-color: transparent;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.prev-link img
{
    margin-right: 8px;
}
.prev-link:hover
{
    color: #496c72;
    border: 2px solid #496c72;
}

.authorization-description
{
    font-size: 14px;
    line-height: 20px; 

    color: #8fb1b7;
}

.form-line__and
{
    line-height: 15px; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    opacity: .5;
    color: #809497;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.form-line__and:before
{
    width: 30px;
    height: 1px;
    margin-right: 12px; 

    content: '';

    opacity: .5;
    background-color: #9faeb1;
}
.form-line__and:after
{
    width: 30px;
    height: 1px;
    margin-left: 12px;

    content: '';

    opacity: .5;
    background-color: #9faeb1;
}

.and
{
    position: relative;
}

.blackout
{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: .25s;
            transition: .25s; 

    opacity: 0;
    background-color: rgba(81, 139, 156, .8);
}
.blackout.active
{
    z-index: 1;

    opacity: 1;
}

main.active
{
    -webkit-filter: blur(1px);
            filter: blur(1px);
}

.reminder
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 20px; 
    padding: 15px 14px;

    background-color: #f44236;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.reminder-close
{
    position: absolute;
    top: 0;
    right: 5px;

    cursor: pointer;
}

.reminder-name
{
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 33px; 

    color: white;
}

.reminder-value
{
    font-size: .875rem; 

    color: white;
}
.reminder-value span
{
    font-weight: 600;
}

.reminder-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.reminder-right .btn:first-child
{
    margin-right: 10px;
}

.information-client
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 11px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.information-client__name
{
    color: #809497; 

    -webkit-flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
}

.information-client__value
{
    font-weight: 600;

    color: #496c72;

    -webkit-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
}

.information-client__value-balans
{
    color: #f44236;
}

.information-client__form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.information-client__form-input
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%; 
    height: 39px;
    margin-right: 10px;
    padding: 2px 10px;

    border: 1px solid #d5d6d6;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.w-auto
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}

.ads-content
{
    display: block !important; 

    padding: 12px;

    border-left: 2px solid #52b7d4;
    background-color: #eff4f6;
}

.ads-title
{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 19px;

    display: block !important; 

    color: #496c72;
}

.ads-date
{
    font-size: .875rem; 

    margin: 4px 0 8px;

    color: #b3c0c5;
}

.ads-description
{
    font-size: .9375rem;
    font-weight: 400;
    line-height: 20px; 

    color: #809497;
}

.block-link
{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.625rem;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 151px;
    margin-top: 20px;
    padding: 20px;

    text-decoration: none; 

    color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.block-link:before
{
    display: block;

    margin-right: 20px; 

    content: '';
}
.block-link:hover
{
    color: white;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, .4);
            box-shadow: 2px 2px 15px rgba(0, 0, 0, .4);
}

.block-link__information
{
    background-color: #f44236;
}
.block-link__information:before
{
    content: url('../images/block-menu_1.png');
}

.block-link__statement
{
    background-color: #007db5;
}
.block-link__statement:before
{
    content: url('../images/block-menu_2.png');
}

.block-link__debts
{
    background-color: #8bc24a;
}
.block-link__debts:before
{
    content: url('../images/block-menu_3.png');
}

.block-link__receipt
{
    background-color: #fec107;
}
.block-link__receipt:before
{
    content: url('../images/block-menu_4.png');
}

.block-link__counters
{
    background-color: #52b7d4;
}
.block-link__counters:before
{
    content: url('../images/block-menu_5.png');
}

.block-link__pay
{
    background-color: #17aba6;
}
.block-link__pay:before
{
    content: url('../images/block-menu_6.png');
}

.table-tr
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.table-tr .table-td
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 60px;
    padding: 12px 0; 

    color: #2c76a4;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.table-tr .table-td:first-child
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 12px 22px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.table-tr .table-td:last-child
{
    font-weight: 600;
}
.table-tr:nth-child(2n)
{
    background-color: #f3f7f8;
}

.table-td__link
{
    font-size: 12px;

    text-decoration: underline; 

    color: #52b7d4;
}
.table-td__link:hover
{
    text-decoration: underline; 

    color: #2c76a4;
}

.table-tr__one
{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.table-th
{
    padding: 6px 0; 

    color: #809497;
}

.table-th,
.table-td
{
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
}
.table-th:nth-child(1),
.table-td:nth-child(1)
{
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
            flex-basis: 22%;
}
.table-th:nth-child(5),
.table-td:nth-child(5)
{
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
}

.date
{
    font-size: 18px; 
    font-weight: 600;

    color: #21445a;
}

.table-result
{
    font-size: 16px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 60px;

    color: white;
    background-color: #52b7d4;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.result-text__bold
{
    font-weight: 600;

    margin-right: 35px;
}

.table-result__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.table-accrued
{
    width: 100%;
}
.table-accrued .table-th,
.table-accrued .table-td
{
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
}
.table-accrued .table-th:first-child,
.table-accrued .table-td:first-child
{
    -webkit-flex-basis: 78%;
    -ms-flex-preferred-size: 78%;
            flex-basis: 78%;
}
.table-accrued .table-th:last-child,
.table-accrued .table-td:last-child
{
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
            flex-basis: 10%;
}
.table-accrued .table-td:last-child
{
    font-weight: 600;
}

.payment-receipt__container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 12px 20px;

    background-color: #eff4f6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.payment-receipt__right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.payment-receipt__right .btn:first-child
{
    margin-right: 10px;
}

.kvitok-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.payment-receipt__left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.payment-receipt__left .period
{
    margin-right: 10px; 

    color: #809497;
}

.form-pay__container
{
    background-color: #eff4f6;
}

.form-pay__container-top
{
    padding: 22px;

    border-bottom: 1px solid white;
}

.form-pay__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 22px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.form-pay__line:last-child
{
    margin-bottom: 0;
}
.form-pay__line:nth-child(2)
{
    margin-bottom: 42px;
}

.form-pay__value
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    color: #496c72; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.form-pay__input
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 180px;
    height: 39px;
    padding: 0 40px 0 10px; 

    border: 1px solid #d5d6d6;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.form-pay__value-input
{
    position: relative;
}

.form-pay__commission
{
    font-size: 12px;

    position: absolute;
    top: 105%; 

    margin-top: 2px;

    color: #496c72;
}

.form-pay__absolute
{
    position: absolute;
    top: 10px; 
    right: 10px;

    color: #9eadb0;
}

.form-pay__name
{
    color: #809497; 

    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
}

.form-pay__debt
{
    font-size: 18px;
    font-weight: 600; 

    color: #f44236;
}

.form-pay__container-bottom
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 22px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-pay__info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.form-pay__info span
{
    color: #809497;
}

.form-pay__sum
{
    font-size: 18px;
    font-weight: 600; 

    margin-left: 10px;

    color: #54757b;
}

.pay-items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.pay-item
{
    position: relative;

    margin-right: 5%;
    margin-bottom: 5%; 

    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
}
.pay-item:nth-child(3n)
{
    margin-right: 0;
}

.pay-item__pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 111px;

    -webkit-transition: .25s;
            transition: .25s; 

    border: 1px solid #eff4f6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.pay-item__radio
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer; 

    opacity: 0;
}
.pay-item__radio:checked + .pay-item__pic
{
    border: 2px solid #52b7d4;
}

.permitted_date
{
    font-size: 16px; 

    color: #496c72;
}
.permitted_date span
{
    font-weight: 600;
}
.permitted_date img
{
    margin-right: 5px;
}

.counter-table
{
    margin-top: 10px;
}

.counter-table__tr
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px;

    border-top: 1px solid white;
    background-color: #eff4f6;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.counter-table__th
{
    font-size: 16px; 

    color: #809497;
}

.counter-table__th,
.counter-table__td
{
    padding: 0 14px;

    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
            flex-basis: 18%;
}
.counter-table__th:nth-child(2),
.counter-table__td:nth-child(2)
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.counter-table__th:nth-child(3),
.counter-table__td:nth-child(3)
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
.counter-table__th .btn,
.counter-table__td .btn
{
    width: 100%;
    padding: 4px;

    text-align: center;
}

.counter-table__td:first-child
{
    font-weight: 600; 

    color: #496c72;
}

.counter-table__td:nth-child(4)
{
    color: #496c72;
}

.counter-table__relative
{
    position: relative;
}

.counter-table__input
{
    width: 100%;
    max-width: 190px;
    height: 39px;
    padding: 2px 40px 2px 10px;

    color: #496c72; 
    border: 1px solid #d5d6d6;
    background-color: white;
}

.counter-table__designation
{
    position: absolute;
    top: 8px;
    right: 8px; 

    color: #9eadb0;
}
.counter-table__designation sup
{
    font-size: 10px;
}

.btn-save
{
    margin-top: 30px; 
    padding: 5px 20px;
}

.pay-img
{
    display: none;
}

.collapse-history
{
    background-color: #e5ecee;
}

.collapse-history__body
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 24px 20px;

    border-top: 1px solid white;
}

.collapse-history__left
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

.collapse-history__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 10px; 

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.collapse-history__right
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

.collapse-history__name
{
    color: #809497; 

    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
}

.collapse-history__value
{
    font-weight: 600;

    color: #496c72;

    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
}

.collapse-history__th
{
    color: #809497;
}

.collapse-history__tr
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 5px 10px;

    color: #2c76a4; 
    border: 1px solid #dbddde;
    border-top: none;
    background: white;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.collapse-history__tr:first-child
{
    padding: 5px 0;

    border: none;
    border-bottom: 1px solid #dbddde; 
    background: transparent;
}

.btn-save__none
{
    border: 2px solid #c9d6db; 
    background-color: #c9d6db;
}
.btn-save__none:hover
{
    color: white; 
    border: 2px solid #c9d6db;
    background-color: #c9d6db;
}

.counter-table__relative-error .counter-table__input
{
    border: 1px solid #f44236; 
    background-color: #fff9f9;
}

.btn-save__container
{
    position: relative;
}

.input-error,
.save-container
{
    position: absolute;
    z-index: 1;
    top: -webkit-calc(100% + 12px);
    top:         calc(100% + 12px);
    left: 0;

    width: 296px;
    padding: 20px 25px 20px 86px; 

    background-color: white;
    -webkit-box-shadow: 0 2px 20px rgba(101, 125, 135, .2);
            box-shadow: 0 2px 20px rgba(101, 125, 135, .2);
}
.input-error:before,
.save-container:before
{
    position: absolute;
    top: -20px; 
    left: 90px;

    content: '';

    border: 10px solid transparent;
    border-bottom: 10px solid white;
}
.input-error:after,
.save-container:after
{
    position: absolute;
    top: 20px;
    left: 20px; 

    width: 52px;
    height: 52px;

    content: '';

    background: url('../images/error.png');
    background-size: contain;
}

.save-container
{
    top: -webkit-calc(100% + 6px);
    top:         calc(100% + 6px);
    right: 0; 
    left: auto;
}
.save-container:before
{
    right: 80px; 
    left: auto;
}
.save-container:after
{
    background: url('../images/succes.png');
}

.input-error__title,
.save__title
{
    color: #21445a;
}

.input-error__description,
.save__description
{
    font-size: 12px;

    margin: 6px 0; 

    color: #809497;
}

.input-error__btn,
.save__btn
{
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 64px;
    height: 29px;

    text-transform: uppercase;

    color: white;
    border: 2px solid #f44236; 
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background-color: #f44236;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.input-error__btn:hover,
.save__btn:hover
{
    color: #f44236;
    background-color: transparent;
}

.authorization-container .form-btn__flex .btn
{
    min-width: 220px;
}

.save__btn
{
    border: 2px solid #52b7d4; 
    background-color: #52b7d4;
}
.save__btn:hover
{
    color: #52b7d4;
    background-color: transparent;
}

footer
{
    font-size: .875rem; 

    padding: 21px 0;

    border-top: 2px solid #38a5d2;
    background-color: #eff4f6;
}

.footer-info
{
    font-size: .75rem;
    font-weight: 600;
    line-height: 1rem;

    margin-top: 1.1rem; 

    color: #496c72;
}

.footer-title
{
    margin-bottom: 16px; 

    color: #8fb1b7;
}

.footer-line
{
    line-height: 20px; 

    color: #496c72;
}

.footer-line__address
{
    color: #075d94;
}

.footer-link__phone
{
    line-height: 20px;

    display: block; 

    color: #075d94;
}
.footer-link__phone:hover
{
    color: #52b7d4;
}

.footer-link
{
    line-height: 20px;

    display: block;

    text-decoration: underline; 

    color: #52b7d4;
}
.footer-link:hover
{
    color: #075d94;
}

.developer-link
{
    font-size: .6875rem; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #a0a9b2;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.developer-link img
{
    padding-right: 8px;
}

.footer-confidentiality
{
    font-size: .6875rem;

    text-decoration: underline; 

    color: #52b7d4;
}
.footer-confidentiality:hover
{
    color: #075d94;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.select2-container
{
    position: relative;

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 180px !important; 
    margin: 0;

    vertical-align: middle;

    outline: none;
}

.select2-container .select2-selection--single
{
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 28px;

    cursor: pointer;
    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    font-size: 16px; 

    display: block;
    overflow: hidden;

    padding-right: 20px;
    padding-left: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-selection--single .select2-selection__clear
{
    position: relative;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered
{
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple
{
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 32px;

    cursor: pointer;
    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered
{
    display: inline-block;
    overflow: hidden;

    padding-left: 8px;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.select2-container .select2-search--inline
{
    float: left;
}

.select2-container .select2-search--inline .select2-search__field
{
    font-size: 100%;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5px;
    padding: 0; 

    border: none;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

.select2-dropdown
{
    position: absolute;
    z-index: 1051; 
    left: -100000px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;

    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: white;
}

.select2-results
{
    display: block;
}

.select2-results__options
{
    margin: 0;
    padding: 0; 

    list-style: none;
}

.select2-results__option
{
    padding: 6px;

    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.select2-results__option[aria-selected]
{
    font-size: 14px; 

    cursor: pointer;
}

.select2-container--open .select2-dropdown
{
    left: 0;
}

.select2-container--open .select2-dropdown--above
{
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; 
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below
{
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-search--dropdown
{
    display: none;

    padding: 4px;
}

.select2-search--dropdown .select2-search__field
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 100%;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button
{
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide
{
    display: none;
}

.select2-close-mask
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    display: block;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;

    opacity: 0;
    border: 0;
    background-color: #fff;

    filter: alpha(opacity=0);
}

.select2-hidden-accessible
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;

    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;

    white-space: nowrap !important; 

    border: 0 !important;

    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
}

.select2-container--default .select2-selection--single
{
    height: 39px;

    border: 1px solid #d5d6d6;
    outline: none; 
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
            box-shadow: inset 0 3px 0 rgba(0, 0, 0, .04);
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 39px; 

    color: #496c72;
}

.select2-container--default .select2-selection--single .select2-selection__clear
{
    font-weight: bold; 

    float: right;

    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
{
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 39px;
    height: 39px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    display: block;

    width: 10px;
    height: 5px; 

    background: url(../images/arrow.png);
    background-size: contain;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear
{
    float: left;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow
{
    right: auto; 
    left: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single
{
    cursor: default; 

    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear
{
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-width: 0 4px 5px 4px; 
    border-color: transparent transparent #888 transparent;
}

.select2-container--default .select2-selection--multiple
{
    cursor: text; 

    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; 
    margin: 0;
    padding: 0 5px;

    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li
{
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder
{
    float: left; 

    margin-top: 5px;

    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear
{
    font-weight: bold;

    float: right;

    margin-top: 5px;
    margin-right: 10px; 

    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    float: left;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px; 

    cursor: default;

    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    font-weight: bold;

    display: inline-block;

    margin-right: 2px; 

    cursor: pointer;

    color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #333;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline
{
    float: right;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice
{
    margin-right: auto; 
    margin-left: 5px;
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-right: auto; 
    margin-left: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple
{
    cursor: default; 

    background-color: #eee;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove
{
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple
{
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
{
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field
{
    border: none;
    outline: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-y: auto;
            flex-direction: column; 

    max-height: 200px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.select2-container--default .select2-results__option[role=group]
{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true]
{
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true]
{
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option
{
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group
{
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option
{
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    color: white; 
    background-color: #5897fb;
}

.select2-container--default .select2-results__group
{
    display: block;

    padding: 6px; 

    cursor: default;
}

.select2-container--classic .select2-selection--single
{
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    outline: 0;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus
{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered
{
    line-height: 28px; 

    color: #444;
}

.select2-container--classic .select2-selection--single .select2-selection__clear
{
    font-weight: bold;

    float: right;

    margin-right: 10px; 

    cursor: pointer;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder
{
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow
{
    position: absolute;
    top: 1px;
    right: 1px;

    width: 20px;
    height: 26px;

    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 0; 
    height: 0;
    margin-top: -2px;
    margin-left: -4px;

    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #888 transparent transparent transparent;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear
{
    float: left;
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow
{
    right: auto; 
    left: 1px;

    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single
{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow
{
    border: none; 
    background: transparent;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-width: 0 4px 5px 4px; 
    border-color: transparent transparent #888 transparent;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single
{
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single
{
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple
{
    cursor: text;

    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    outline: 0; 
    background-color: white;
}

.select2-container--classic .select2-selection--multiple:focus
{
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered
{
    margin: 0;
    padding: 0 5px; 

    list-style: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear
{
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice
{
    float: left;

    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px; 

    cursor: default;

    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #e4e4e4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove
{
    font-weight: bold;

    display: inline-block;

    margin-right: 2px; 

    cursor: pointer;

    color: #888;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover
{
    color: #555;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice
{
    float: right;

    margin-right: auto; 
    margin-left: 5px;
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove
{
    margin-right: auto; 
    margin-left: 2px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple
{
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple
{
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0; 
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field
{
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-container--classic .select2-dropdown
{
    border: 1px solid transparent; 
    background-color: #fff;
}

.select2-container--classic .select2-dropdown--above
{
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below
{
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options
{
    overflow-y: auto; 

    max-height: 200px;
}

.select2-container--classic .select2-results__option[role=group]
{
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true]
{
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]
{
    color: #fff; 
    background-color: #3875d7;
}

.select2-container--classic .select2-results__group
{
    display: block;

    padding: 6px; 

    cursor: default;
}

.select2-container--classic.select2-container--open .select2-dropdown
{
    border-color: #5897fb;
}

@media (max-width: 1200px)
{
    .container
    {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 991px)
{
    .header-menu__container
    {
        display: none;
    }
    .reminder
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .reminder-right
    {
        margin-top: 10px;
    }
    .table-accrued
    {
        width: 100%;
    }
    .table-accrued .table-th,
    .table-accrued .table-td
    {
        -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
                flex-basis: 15%;
    }
    .table-accrued .table-th:first-child,
    .table-accrued .table-td:first-child
    {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
                flex-basis: 70%;
    }
}

@media (max-width: 767px)
{
    .btn-save__container
    {
        width: 100%;
    }
    .input-error
    {
        right: 0;
        left: auto;

        width: 240px;
        height: auto; 
        padding: 12px 20px 12px 60px;
    }
    .input-error:before
    {
        right: 88px; 
        left: auto;
    }
    .input-error:after
    {
        top: 12px;
        left: 10px; 

        width: 40px;
        height: 40px;
    }
    .collapse-history__body
    {
        padding: 24px 10px;
    }
    .counter-table__tr
    {
                flex-direction: column;

        margin-bottom: 10px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .counter-table__tr:first-child
    {
        display: none;
    }
    .counter-table__td
    {
        font-size: 14px;

        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%; 
        margin-bottom: 8px;
        padding-left: 50%;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .counter-table__td:nth-child(1):before
    {
        font-weight: 400; 

        position: absolute;
        left: 0;

        width: 50%;

        content: 'Счетчик:';

        color: #809497;
    }
    .counter-table__td:nth-child(2):before
    {
        position: absolute;
        left: 0;

        width: 50%; 

        content: 'Предыдущее:';

        color: #809497;
    }
    .counter-table__td:nth-child(3):before
    {
        position: absolute;
        left: 0;

        width: 50%; 

        content: 'Текущее:';

        color: #809497;
    }
    .counter-table__td:nth-child(4)
    {
        font-weight: 600;
    }
    .counter-table__td:nth-child(4):before
    {
        font-weight: 400;

        position: absolute;
        left: 0;

        width: 50%; 

        content: 'Дата поверки:';

        color: #809497;
    }
    .counter-table__td:nth-child(5)
    {
        width: -webkit-fill-available; 
        margin: 10px -10px 0;
        padding: 10px 10px 0;

        border-top: 1px solid white;
    }
    .btn-save
    {
        width: 100%; 
        margin-top: 20px;
    }
    .counter-table
    {
        margin-top: 0;
    }
    .table-accrued .table-tr .table-td:nth-child(2):before
    {
        content: 'Начислено';
    }
    .table-accrued .table-tr .table-td:nth-child(3):before
    {
        font-weight: 400; 

        content: 'К оплате';
    }
    .payment-receipt__container
    {
                flex-direction: column;

        margin: 0 -20px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .payment-receipt__right
    {
        margin-top: 10px;
    }
    .payment-receipt__left
    {
        width: 100%;
    }
    .table-tr
    {
                flex-direction: column; 

        margin-bottom: 8px;

        border: 1px solid #dbe7ea;
        background-color: transparent !important;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .table-tr:first-child
    {
        display: none;
    }
    .table-tr .table-td
    {
        position: relative;

        width: 100%;
        height: 52px;
        padding: 12px;

        border-top: 1px solid #dbe7ea; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
                align-items: center;
    }
    .table-tr .table-td:first-child
    {
                flex-direction: row;

        padding: 12px;

        border: none;
        background-color: #f3f7f8;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .table-tr .table-td:nth-child(2)
    {
        padding-left: 65%;

        text-align: right;
    }
    .table-tr .table-td:nth-child(2):before
    {
        position: absolute;
        left: 12px;

        width: 60%;

        content: 'Задолженность на начало периода';
        text-align: left;

        color: #809497;
    }
    .table-tr .table-td:nth-child(3)
    {
        height: 37px; 
        padding-left: 65%;

        text-align: right;
    }
    .table-tr .table-td:nth-child(3):before
    {
        position: absolute;
        left: 12px;

        width: 60%;

        content: 'Начислено';
        text-align: left; 

        color: #809497;
    }
    .table-tr .table-td:nth-child(4)
    {
        height: 37px; 
        padding-left: 65%;

        text-align: right;
    }
    .table-tr .table-td:nth-child(4):before
    {
        position: absolute;
        left: 12px;

        width: 60%;

        content: 'Оплачено';
        text-align: left; 

        color: #809497;
    }
    .table-tr .table-td:nth-child(5)
    {
        padding-left: 65%;

        text-align: right;
    }
    .table-tr .table-td:nth-child(5):before
    {
        font-weight: 400; 

        position: absolute;
        left: 12px;

        width: 60%;

        content: 'Задолженность на конец периода';
        text-align: left;

        color: #809497;
    }
    .table-accrued .table-td
    {
        height: auto;
    }
    .table-result
    {
        font-size: 14px; 

                flex-direction: column;

        height: auto;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .table-result__item
    {
        width: 100%; 
        padding: 12px;
    }
    .table-result__item:last-child
    {
        border-top: 1px solid white;
    }
    .pay-text
    {
        display: none;
    }
    .pay-img
    {
        display: block;

        padding: 10px 0;
    }
    .result-text
    {
        padding-right: 10px; 

        -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
    }
    .result-text__bold
    {
        margin-right: 0; 

        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
    }
    #pay-system
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;
        height: 100px;
        margin-top: 10px; 

        border: 2px solid #52b7d4;
        background-color: white;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (max-width: 576px)
{
    .btn
    {
        font-size: 1.1rem;
    }
    .footer-info
    {
        width: 78%;
    }
    .footer-info br
    {
        display: none;
    }
    .collapse-history__body
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .pay-item
    {
        margin-right: 2%;
        margin-bottom: 2%; 

        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
                flex-basis: 49%;
    }
    .pay-item:nth-child(3n)
    {
        margin-right: 2%;
    }
    .pay-item:nth-child(2n)
    {
        margin-right: 0;
    }
    .form-pay__input
    {
        width: 130px;
    }
    .form-pay__container-bottom
    {
                flex-direction: column;

        padding: 12px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .form-pay__container-bottom .btn
    {
        width: 100%;
        margin-top: 10px;
    }
    .form-pay__name
    {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
                flex-basis: 48%;
    }
    .form-pay__line:last-child
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-pay__info
    {
        width: 100%;

        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .form-pay__container-top
    {
        padding: 12px;
    }
    .select2-container
    {
        width: 100% !important;
    }
    .payment-receipt__right .btn
    {
        padding: 10px 20px;
    }
    .h2,
    h2
    {
        font-size: 18px;
    }
    .block-link
    {
                flex-direction: column;

        text-align: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .block-link:before
    {
        width: 70%; 
        margin-right: 0;
    }
    .block-link span
    {
        font-size: 15px; 

        margin-top: 10px;
    }
    .modal-line
    {
                flex-direction: column;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .modal-left
    {
        margin-bottom: 4px;
    }
    .modal-right
    {
        width: 100%;
    }
    .modal-footer
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .modal-footer .btn
    {
        width: 100%;
        margin: 0;
    }
    .modal-footer .btn:first-child
    {
        margin-bottom: 5px;
    }
    .modal-dialog
    {
        width: 100%;
    }
    .information-client__form-submit
    {
        position: relative;
    }
    .information-client__form-submit input
    {
        position: absolute;
        z-index: 1;
        top: 0;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

        cursor: pointer;

        opacity: 0;
    }
    .information-client__form-submit:before
    {
        display: block; 

        width: 36px;
        height: 36px;

        content: '';

        background: url('../images/pencil.png');
    }
    .authorization-container
    {
        padding: 0 20px;
    }
    .information-client
    {
        font-size: .875rem;
    }
    .reminder
    {
        margin: -30px -20px 20px;
    }
    .reminder .btn
    {
        width: 100%;
    }
    .reminder-right
    {
                flex-direction: column; 

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .reminder-right .btn:first-child
    {
        margin-right: 0;
        margin-bottom: 10px;
    }
    main
    {
        margin: 30px 0;
    }
    h1,
    .h1
    {
        font-size: 1.075rem;
        line-height: 1.025rem;
    }
    .h1-container
    {
        margin-bottom: 20px;
    }
    .h1-container .h1
    {
        -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
                flex-basis: 90%;
    }
    .form-container__block
    {
        padding: 20px;
    }
    .form-line
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .form-line__input
    {
        width: 100%;
        margin-top: 6px;
    }
    html
    {
        font-size: 14px;
    }
    .form-btn__flex
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .form-btn__flex .btn
    {
        width: 100%;
        margin-bottom: 6px;

        text-align: center;
    }
    .form-btn__flex .btn:last-child
    {
        margin-bottom: 0;
    }
    .footer-line__address br
    {
        display: none;
    }
    .footer-title
    {
        margin-bottom: 8px;
    }
    .header-menu
    {
        padding: 8px 0;
    }
    .prev-link
    {
        margin-right: 10px;
    }
    .prev-link span
    {
        display: none;
    }
    .prev-link img
    {
        margin-right: 0;
    }
    .form-line__and
    {
        line-height: 13px; 

                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face
{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal; 

    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg
{
    font-size: 1.33333em;
    line-height: .75em;

    vertical-align: -15%;
}

.fa-2x
{
    font-size: 2em;
}

.fa-3x
{
    font-size: 3em;
}

.fa-4x
{
    font-size: 4em;
}

.fa-5x
{
    font-size: 5em;
}

.fa-fw
{
    width: 1.28571em;

    text-align: center;
}

.fa-ul
{
    margin-left: 2.14286em;
    padding-left: 0;

    list-style-type: none;
}
.fa-ul > li
{
    position: relative;
}

.fa-li
{
    position: absolute;
    top: .14286em;
    left: -2.14286em;

    width: 2.14286em;

    text-align: center;
}
.fa-li.fa-lg
{
    left: -1.85714em;
}

.fa-border
{
    padding: .2em .25em .15em;

    border: solid .08em #eee;
    -webkit-border-radius: .1em;
            border-radius: .1em;
}

.fa-pull-left
{
    float: left;
}

.fa-pull-right
{
    float: right;
}

.fa.fa-pull-left
{
    margin-right: .3em;
}

.fa.fa-pull-right
{
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right
{
    float: right;
}

.pull-left
{
    float: left;
}

.fa.pull-left
{
    margin-right: .3em;
}

.fa.pull-right
{
    margin-left: .3em;
}

.fa-spin
{
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
}

.fa-pulse
{
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

.fa-rotate-90
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270
{
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal
{
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical
{
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1); 

    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical
{
    -webkit-filter: none;
            filter: none;
}

.fa-stack
{
    line-height: 2em;

    position: relative;

    display: inline-block;

    width: 2em;
    height: 2em;

    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x
{
    position: absolute;
    left: 0;

    width: 100%;

    text-align: center;
}

.fa-stack-1x
{
    line-height: inherit;
}

.fa-stack-2x
{
    font-size: 2em;
}

.fa-inverse
{
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before
{
    content: '&#61440;';
}

.fa-music:before
{
    content: '&#61441;';
}

.fa-search:before
{
    content: '&#61442;';
}

.fa-envelope-o:before
{
    content: '&#61443;';
}

.fa-heart:before
{
    content: '&#61444;';
}

.fa-star:before
{
    content: '&#61445;';
}

.fa-star-o:before
{
    content: '&#61446;';
}

.fa-user:before
{
    content: '&#61447;';
}

.fa-film:before
{
    content: '&#61448;';
}

.fa-th-large:before
{
    content: '&#61449;';
}

.fa-th:before
{
    content: '&#61450;';
}

.fa-th-list:before
{
    content: '&#61451;';
}

.fa-check:before
{
    content: '&#61452;';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before
{
    content: '&#61453;';
}

.fa-search-plus:before
{
    content: '&#61454;';
}

.fa-search-minus:before
{
    content: '&#61456;';
}

.fa-power-off:before
{
    content: '&#61457;';
}

.fa-signal:before
{
    content: '&#61458;';
}

.fa-gear:before,
.fa-cog:before
{
    content: '&#61459;';
}

.fa-trash-o:before
{
    content: '&#61460;';
}

.fa-home:before
{
    content: '&#61461;';
}

.fa-file-o:before
{
    content: '&#61462;';
}

.fa-clock-o:before
{
    content: '&#61463;';
}

.fa-road:before
{
    content: '&#61464;';
}

.fa-download:before
{
    content: '&#61465;';
}

.fa-arrow-circle-o-down:before
{
    content: '&#61466;';
}

.fa-arrow-circle-o-up:before
{
    content: '&#61467;';
}

.fa-inbox:before
{
    content: '&#61468;';
}

.fa-play-circle-o:before
{
    content: '&#61469;';
}

.fa-rotate-right:before,
.fa-repeat:before
{
    content: '&#61470;';
}

.fa-refresh:before
{
    content: '&#61473;';
}

.fa-list-alt:before
{
    content: '&#61474;';
}

.fa-lock:before
{
    content: '&#61475;';
}

.fa-flag:before
{
    content: '&#61476;';
}

.fa-headphones:before
{
    content: '&#61477;';
}

.fa-volume-off:before
{
    content: '&#61478;';
}

.fa-volume-down:before
{
    content: '&#61479;';
}

.fa-volume-up:before
{
    content: '&#61480;';
}

.fa-qrcode:before
{
    content: '&#61481;';
}

.fa-barcode:before
{
    content: '&#61482;';
}

.fa-tag:before
{
    content: '&#61483;';
}

.fa-tags:before
{
    content: '&#61484;';
}

.fa-book:before
{
    content: '&#61485;';
}

.fa-bookmark:before
{
    content: '&#61486;';
}

.fa-print:before
{
    content: '&#61487;';
}

.fa-camera:before
{
    content: '&#61488;';
}

.fa-font:before
{
    content: '&#61489;';
}

.fa-bold:before
{
    content: '&#61490;';
}

.fa-italic:before
{
    content: '&#61491;';
}

.fa-text-height:before
{
    content: '&#61492;';
}

.fa-text-width:before
{
    content: '&#61493;';
}

.fa-align-left:before
{
    content: '&#61494;';
}

.fa-align-center:before
{
    content: '&#61495;';
}

.fa-align-right:before
{
    content: '&#61496;';
}

.fa-align-justify:before
{
    content: '&#61497;';
}

.fa-list:before
{
    content: '&#61498;';
}

.fa-dedent:before,
.fa-outdent:before
{
    content: '&#61499;';
}

.fa-indent:before
{
    content: '&#61500;';
}

.fa-video-camera:before
{
    content: '&#61501;';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before
{
    content: '&#61502;';
}

.fa-pencil:before
{
    content: '&#61504;';
}

.fa-map-marker:before
{
    content: '&#61505;';
}

.fa-adjust:before
{
    content: '&#61506;';
}

.fa-tint:before
{
    content: '&#61507;';
}

.fa-edit:before,
.fa-pencil-square-o:before
{
    content: '&#61508;';
}

.fa-share-square-o:before
{
    content: '&#61509;';
}

.fa-check-square-o:before
{
    content: '&#61510;';
}

.fa-arrows:before
{
    content: '&#61511;';
}

.fa-step-backward:before
{
    content: '&#61512;';
}

.fa-fast-backward:before
{
    content: '&#61513;';
}

.fa-backward:before
{
    content: '&#61514;';
}

.fa-play:before
{
    content: '&#61515;';
}

.fa-pause:before
{
    content: '&#61516;';
}

.fa-stop:before
{
    content: '&#61517;';
}

.fa-forward:before
{
    content: '&#61518;';
}

.fa-fast-forward:before
{
    content: '&#61520;';
}

.fa-step-forward:before
{
    content: '&#61521;';
}

.fa-eject:before
{
    content: '&#61522;';
}

.fa-chevron-left:before
{
    content: '&#61523;';
}

.fa-chevron-right:before
{
    content: '&#61524;';
}

.fa-plus-circle:before
{
    content: '&#61525;';
}

.fa-minus-circle:before
{
    content: '&#61526;';
}

.fa-times-circle:before
{
    content: '&#61527;';
}

.fa-check-circle:before
{
    content: '&#61528;';
}

.fa-question-circle:before
{
    content: '&#61529;';
}

.fa-info-circle:before
{
    content: '&#61530;';
}

.fa-crosshairs:before
{
    content: '&#61531;';
}

.fa-times-circle-o:before
{
    content: '&#61532;';
}

.fa-check-circle-o:before
{
    content: '&#61533;';
}

.fa-ban:before
{
    content: '&#61534;';
}

.fa-arrow-left:before
{
    content: '&#61536;';
}

.fa-arrow-right:before
{
    content: '&#61537;';
}

.fa-arrow-up:before
{
    content: '&#61538;';
}

.fa-arrow-down:before
{
    content: '&#61539;';
}

.fa-mail-forward:before,
.fa-share:before
{
    content: '&#61540;';
}

.fa-expand:before
{
    content: '&#61541;';
}

.fa-compress:before
{
    content: '&#61542;';
}

.fa-plus:before
{
    content: '&#61543;';
}

.fa-minus:before
{
    content: '&#61544;';
}

.fa-asterisk:before
{
    content: '&#61545;';
}

.fa-exclamation-circle:before
{
    content: '&#61546;';
}

.fa-gift:before
{
    content: '&#61547;';
}

.fa-leaf:before
{
    content: '&#61548;';
}

.fa-fire:before
{
    content: '&#61549;';
}

.fa-eye:before
{
    content: '&#61550;';
}

.fa-eye-slash:before
{
    content: '&#61552;';
}

.fa-warning:before,
.fa-exclamation-triangle:before
{
    content: '&#61553;';
}

.fa-plane:before
{
    content: '&#61554;';
}

.fa-calendar:before
{
    content: '&#61555;';
}

.fa-random:before
{
    content: '&#61556;';
}

.fa-comment:before
{
    content: '&#61557;';
}

.fa-magnet:before
{
    content: '&#61558;';
}

.fa-chevron-up:before
{
    content: '&#61559;';
}

.fa-chevron-down:before
{
    content: '&#61560;';
}

.fa-retweet:before
{
    content: '&#61561;';
}

.fa-shopping-cart:before
{
    content: '&#61562;';
}

.fa-folder:before
{
    content: '&#61563;';
}

.fa-folder-open:before
{
    content: '&#61564;';
}

.fa-arrows-v:before
{
    content: '&#61565;';
}

.fa-arrows-h:before
{
    content: '&#61566;';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before
{
    content: '&#61568;';
}

.fa-twitter-square:before
{
    content: '&#61569;';
}

.fa-facebook-square:before
{
    content: '&#61570;';
}

.fa-camera-retro:before
{
    content: '&#61571;';
}

.fa-key:before
{
    content: '&#61572;';
}

.fa-gears:before,
.fa-cogs:before
{
    content: '&#61573;';
}

.fa-comments:before
{
    content: '&#61574;';
}

.fa-thumbs-o-up:before
{
    content: '&#61575;';
}

.fa-thumbs-o-down:before
{
    content: '&#61576;';
}

.fa-star-half:before
{
    content: '&#61577;';
}

.fa-heart-o:before
{
    content: '&#61578;';
}

.fa-sign-out:before
{
    content: '&#61579;';
}

.fa-linkedin-square:before
{
    content: '&#61580;';
}

.fa-thumb-tack:before
{
    content: '&#61581;';
}

.fa-external-link:before
{
    content: '&#61582;';
}

.fa-sign-in:before
{
    content: '&#61584;';
}

.fa-trophy:before
{
    content: '&#61585;';
}

.fa-github-square:before
{
    content: '&#61586;';
}

.fa-upload:before
{
    content: '&#61587;';
}

.fa-lemon-o:before
{
    content: '&#61588;';
}

.fa-phone:before
{
    content: '&#61589;';
}

.fa-square-o:before
{
    content: '&#61590;';
}

.fa-bookmark-o:before
{
    content: '&#61591;';
}

.fa-phone-square:before
{
    content: '&#61592;';
}

.fa-twitter:before
{
    content: '&#61593;';
}

.fa-facebook-f:before,
.fa-facebook:before
{
    content: '&#61594;';
}

.fa-github:before
{
    content: '&#61595;';
}

.fa-unlock:before
{
    content: '&#61596;';
}

.fa-credit-card:before
{
    content: '&#61597;';
}

.fa-feed:before,
.fa-rss:before
{
    content: '&#61598;';
}

.fa-hdd-o:before
{
    content: '&#61600;';
}

.fa-bullhorn:before
{
    content: '&#61601;';
}

.fa-bell:before
{
    content: '&#61683;';
}

.fa-certificate:before
{
    content: '&#61603;';
}

.fa-hand-o-right:before
{
    content: '&#61604;';
}

.fa-hand-o-left:before
{
    content: '&#61605;';
}

.fa-hand-o-up:before
{
    content: '&#61606;';
}

.fa-hand-o-down:before
{
    content: '&#61607;';
}

.fa-arrow-circle-left:before
{
    content: '&#61608;';
}

.fa-arrow-circle-right:before
{
    content: '&#61609;';
}

.fa-arrow-circle-up:before
{
    content: '&#61610;';
}

.fa-arrow-circle-down:before
{
    content: '&#61611;';
}

.fa-globe:before
{
    content: '&#61612;';
}

.fa-wrench:before
{
    content: '&#61613;';
}

.fa-tasks:before
{
    content: '&#61614;';
}

.fa-filter:before
{
    content: '&#61616;';
}

.fa-briefcase:before
{
    content: '&#61617;';
}

.fa-arrows-alt:before
{
    content: '&#61618;';
}

.fa-group:before,
.fa-users:before
{
    content: '&#61632;';
}

.fa-chain:before,
.fa-link:before
{
    content: '&#61633;';
}

.fa-cloud:before
{
    content: '&#61634;';
}

.fa-flask:before
{
    content: '&#61635;';
}

.fa-cut:before,
.fa-scissors:before
{
    content: '&#61636;';
}

.fa-copy:before,
.fa-files-o:before
{
    content: '&#61637;';
}

.fa-paperclip:before
{
    content: '&#61638;';
}

.fa-save:before,
.fa-floppy-o:before
{
    content: '&#61639;';
}

.fa-square:before
{
    content: '&#61640;';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before
{
    content: '&#61641;';
}

.fa-list-ul:before
{
    content: '&#61642;';
}

.fa-list-ol:before
{
    content: '&#61643;';
}

.fa-strikethrough:before
{
    content: '&#61644;';
}

.fa-underline:before
{
    content: '&#61645;';
}

.fa-table:before
{
    content: '&#61646;';
}

.fa-magic:before
{
    content: '&#61648;';
}

.fa-truck:before
{
    content: '&#61649;';
}

.fa-pinterest:before
{
    content: '&#61650;';
}

.fa-pinterest-square:before
{
    content: '&#61651;';
}

.fa-google-plus-square:before
{
    content: '&#61652;';
}

.fa-google-plus:before
{
    content: '&#61653;';
}

.fa-money:before
{
    content: '&#61654;';
}

.fa-caret-down:before
{
    content: '&#61655;';
}

.fa-caret-up:before
{
    content: '&#61656;';
}

.fa-caret-left:before
{
    content: '&#61657;';
}

.fa-caret-right:before
{
    content: '&#61658;';
}

.fa-columns:before
{
    content: '&#61659;';
}

.fa-unsorted:before,
.fa-sort:before
{
    content: '&#61660;';
}

.fa-sort-down:before,
.fa-sort-desc:before
{
    content: '&#61661;';
}

.fa-sort-up:before,
.fa-sort-asc:before
{
    content: '&#61662;';
}

.fa-envelope:before
{
    content: '&#61664;';
}

.fa-linkedin:before
{
    content: '&#61665;';
}

.fa-rotate-left:before,
.fa-undo:before
{
    content: '&#61666;';
}

.fa-legal:before,
.fa-gavel:before
{
    content: '&#61667;';
}

.fa-dashboard:before,
.fa-tachometer:before
{
    content: '&#61668;';
}

.fa-comment-o:before
{
    content: '&#61669;';
}

.fa-comments-o:before
{
    content: '&#61670;';
}

.fa-flash:before,
.fa-bolt:before
{
    content: '&#61671;';
}

.fa-sitemap:before
{
    content: '&#61672;';
}

.fa-umbrella:before
{
    content: '&#61673;';
}

.fa-paste:before,
.fa-clipboard:before
{
    content: '&#61674;';
}

.fa-lightbulb-o:before
{
    content: '&#61675;';
}

.fa-exchange:before
{
    content: '&#61676;';
}

.fa-cloud-download:before
{
    content: '&#61677;';
}

.fa-cloud-upload:before
{
    content: '&#61678;';
}

.fa-user-md:before
{
    content: '&#61680;';
}

.fa-stethoscope:before
{
    content: '&#61681;';
}

.fa-suitcase:before
{
    content: '&#61682;';
}

.fa-bell-o:before
{
    content: '&#61602;';
}

.fa-coffee:before
{
    content: '&#61684;';
}

.fa-cutlery:before
{
    content: '&#61685;';
}

.fa-file-text-o:before
{
    content: '&#61686;';
}

.fa-building-o:before
{
    content: '&#61687;';
}

.fa-hospital-o:before
{
    content: '&#61688;';
}

.fa-ambulance:before
{
    content: '&#61689;';
}

.fa-medkit:before
{
    content: '&#61690;';
}

.fa-fighter-jet:before
{
    content: '&#61691;';
}

.fa-beer:before
{
    content: '&#61692;';
}

.fa-h-square:before
{
    content: '&#61693;';
}

.fa-plus-square:before
{
    content: '&#61694;';
}

.fa-angle-double-left:before
{
    content: '&#61696;';
}

.fa-angle-double-right:before
{
    content: '&#61697;';
}

.fa-angle-double-up:before
{
    content: '&#61698;';
}

.fa-angle-double-down:before
{
    content: '&#61699;';
}

.fa-angle-left:before
{
    content: '&#61700;';
}

.fa-angle-right:before
{
    content: '&#61701;';
}

.fa-angle-up:before
{
    content: '&#61702;';
}

.fa-angle-down:before
{
    content: '&#61703;';
}

.fa-desktop:before
{
    content: '&#61704;';
}

.fa-laptop:before
{
    content: '&#61705;';
}

.fa-tablet:before
{
    content: '&#61706;';
}

.fa-mobile-phone:before,
.fa-mobile:before
{
    content: '&#61707;';
}

.fa-circle-o:before
{
    content: '&#61708;';
}

.fa-quote-left:before
{
    content: '&#61709;';
}

.fa-quote-right:before
{
    content: '&#61710;';
}

.fa-spinner:before
{
    content: '&#61712;';
}

.fa-circle:before
{
    content: '&#61713;';
}

.fa-mail-reply:before,
.fa-reply:before
{
    content: '&#61714;';
}

.fa-github-alt:before
{
    content: '&#61715;';
}

.fa-folder-o:before
{
    content: '&#61716;';
}

.fa-folder-open-o:before
{
    content: '&#61717;';
}

.fa-smile-o:before
{
    content: '&#61720;';
}

.fa-frown-o:before
{
    content: '&#61721;';
}

.fa-meh-o:before
{
    content: '&#61722;';
}

.fa-gamepad:before
{
    content: '&#61723;';
}

.fa-keyboard-o:before
{
    content: '&#61724;';
}

.fa-flag-o:before
{
    content: '&#61725;';
}

.fa-flag-checkered:before
{
    content: '&#61726;';
}

.fa-terminal:before
{
    content: '&#61728;';
}

.fa-code:before
{
    content: '&#61729;';
}

.fa-mail-reply-all:before,
.fa-reply-all:before
{
    content: '&#61730;';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before
{
    content: '&#61731;';
}

.fa-location-arrow:before
{
    content: '&#61732;';
}

.fa-crop:before
{
    content: '&#61733;';
}

.fa-code-fork:before
{
    content: '&#61734;';
}

.fa-unlink:before,
.fa-chain-broken:before
{
    content: '&#61735;';
}

.fa-question:before
{
    content: '&#61736;';
}

.fa-info:before
{
    content: '&#61737;';
}

.fa-exclamation:before
{
    content: '&#61738;';
}

.fa-superscript:before
{
    content: '&#61739;';
}

.fa-subscript:before
{
    content: '&#61740;';
}

.fa-eraser:before
{
    content: '&#61741;';
}

.fa-puzzle-piece:before
{
    content: '&#61742;';
}

.fa-microphone:before
{
    content: '&#61744;';
}

.fa-microphone-slash:before
{
    content: '&#61745;';
}

.fa-shield:before
{
    content: '&#61746;';
}

.fa-calendar-o:before
{
    content: '&#61747;';
}

.fa-fire-extinguisher:before
{
    content: '&#61748;';
}

.fa-rocket:before
{
    content: '&#61749;';
}

.fa-maxcdn:before
{
    content: '&#61750;';
}

.fa-chevron-circle-left:before
{
    content: '&#61751;';
}

.fa-chevron-circle-right:before
{
    content: '&#61752;';
}

.fa-chevron-circle-up:before
{
    content: '&#61753;';
}

.fa-chevron-circle-down:before
{
    content: '&#61754;';
}

.fa-html5:before
{
    content: '&#61755;';
}

.fa-css3:before
{
    content: '&#61756;';
}

.fa-anchor:before
{
    content: '&#61757;';
}

.fa-unlock-alt:before
{
    content: '&#61758;';
}

.fa-bullseye:before
{
    content: '&#61760;';
}

.fa-ellipsis-h:before
{
    content: '&#61761;';
}

.fa-ellipsis-v:before
{
    content: '&#61762;';
}

.fa-rss-square:before
{
    content: '&#61763;';
}

.fa-play-circle:before
{
    content: '&#61764;';
}

.fa-ticket:before
{
    content: '&#61765;';
}

.fa-minus-square:before
{
    content: '&#61766;';
}

.fa-minus-square-o:before
{
    content: '&#61767;';
}

.fa-level-up:before
{
    content: '&#61768;';
}

.fa-level-down:before
{
    content: '&#61769;';
}

.fa-check-square:before
{
    content: '&#61770;';
}

.fa-pencil-square:before
{
    content: '&#61771;';
}

.fa-external-link-square:before
{
    content: '&#61772;';
}

.fa-share-square:before
{
    content: '&#61773;';
}

.fa-compass:before
{
    content: '&#61774;';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before
{
    content: '&#61776;';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before
{
    content: '&#61777;';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before
{
    content: '&#61778;';
}

.fa-euro:before,
.fa-eur:before
{
    content: '&#61779;';
}

.fa-gbp:before
{
    content: '&#61780;';
}

.fa-dollar:before,
.fa-usd:before
{
    content: '&#61781;';
}

.fa-rupee:before,
.fa-inr:before
{
    content: '&#61782;';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before
{
    content: '&#61783;';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before
{
    content: '&#61784;';
}

.fa-won:before,
.fa-krw:before
{
    content: '&#61785;';
}

.fa-bitcoin:before,
.fa-btc:before
{
    content: '&#61786;';
}

.fa-file:before
{
    content: '&#61787;';
}

.fa-file-text:before
{
    content: '&#61788;';
}

.fa-sort-alpha-asc:before
{
    content: '&#61789;';
}

.fa-sort-alpha-desc:before
{
    content: '&#61790;';
}

.fa-sort-amount-asc:before
{
    content: '&#61792;';
}

.fa-sort-amount-desc:before
{
    content: '&#61793;';
}

.fa-sort-numeric-asc:before
{
    content: '&#61794;';
}

.fa-sort-numeric-desc:before
{
    content: '&#61795;';
}

.fa-thumbs-up:before
{
    content: '&#61796;';
}

.fa-thumbs-down:before
{
    content: '&#61797;';
}

.fa-youtube-square:before
{
    content: '&#61798;';
}

.fa-youtube:before
{
    content: '&#61799;';
}

.fa-xing:before
{
    content: '&#61800;';
}

.fa-xing-square:before
{
    content: '&#61801;';
}

.fa-youtube-play:before
{
    content: '&#61802;';
}

.fa-dropbox:before
{
    content: '&#61803;';
}

.fa-stack-overflow:before
{
    content: '&#61804;';
}

.fa-instagram:before
{
    content: '&#61805;';
}

.fa-flickr:before
{
    content: '&#61806;';
}

.fa-adn:before
{
    content: '&#61808;';
}

.fa-bitbucket:before
{
    content: '&#61809;';
}

.fa-bitbucket-square:before
{
    content: '&#61810;';
}

.fa-tumblr:before
{
    content: '&#61811;';
}

.fa-tumblr-square:before
{
    content: '&#61812;';
}

.fa-long-arrow-down:before
{
    content: '&#61813;';
}

.fa-long-arrow-up:before
{
    content: '&#61814;';
}

.fa-long-arrow-left:before
{
    content: '&#61815;';
}

.fa-long-arrow-right:before
{
    content: '&#61816;';
}

.fa-apple:before
{
    content: '&#61817;';
}

.fa-windows:before
{
    content: '&#61818;';
}

.fa-android:before
{
    content: '&#61819;';
}

.fa-linux:before
{
    content: '&#61820;';
}

.fa-dribbble:before
{
    content: '&#61821;';
}

.fa-skype:before
{
    content: '&#61822;';
}

.fa-foursquare:before
{
    content: '&#61824;';
}

.fa-trello:before
{
    content: '&#61825;';
}

.fa-female:before
{
    content: '&#61826;';
}

.fa-male:before
{
    content: '&#61827;';
}

.fa-gittip:before,
.fa-gratipay:before
{
    content: '&#61828;';
}

.fa-sun-o:before
{
    content: '&#61829;';
}

.fa-moon-o:before
{
    content: '&#61830;';
}

.fa-archive:before
{
    content: '&#61831;';
}

.fa-bug:before
{
    content: '&#61832;';
}

.fa-vk:before
{
    content: '&#61833;';
}

.fa-weibo:before
{
    content: '&#61834;';
}

.fa-renren:before
{
    content: '&#61835;';
}

.fa-pagelines:before
{
    content: '&#61836;';
}

.fa-stack-exchange:before
{
    content: '&#61837;';
}

.fa-arrow-circle-o-right:before
{
    content: '&#61838;';
}

.fa-arrow-circle-o-left:before
{
    content: '&#61840;';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before
{
    content: '&#61841;';
}

.fa-dot-circle-o:before
{
    content: '&#61842;';
}

.fa-wheelchair:before
{
    content: '&#61843;';
}

.fa-vimeo-square:before
{
    content: '&#61844;';
}

.fa-turkish-lira:before,
.fa-try:before
{
    content: '&#61845;';
}

.fa-plus-square-o:before
{
    content: '&#61846;';
}

.fa-space-shuttle:before
{
    content: '&#61847;';
}

.fa-slack:before
{
    content: '&#61848;';
}

.fa-envelope-square:before
{
    content: '&#61849;';
}

.fa-wordpress:before
{
    content: '&#61850;';
}

.fa-openid:before
{
    content: '&#61851;';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before
{
    content: '&#61852;';
}

.fa-mortar-board:before,
.fa-graduation-cap:before
{
    content: '&#61853;';
}

.fa-yahoo:before
{
    content: '&#61854;';
}

.fa-google:before
{
    content: '&#61856;';
}

.fa-reddit:before
{
    content: '&#61857;';
}

.fa-reddit-square:before
{
    content: '&#61858;';
}

.fa-stumbleupon-circle:before
{
    content: '&#61859;';
}

.fa-stumbleupon:before
{
    content: '&#61860;';
}

.fa-delicious:before
{
    content: '&#61861;';
}

.fa-digg:before
{
    content: '&#61862;';
}

.fa-pied-piper-pp:before
{
    content: '&#61863;';
}

.fa-pied-piper-alt:before
{
    content: '&#61864;';
}

.fa-drupal:before
{
    content: '&#61865;';
}

.fa-joomla:before
{
    content: '&#61866;';
}

.fa-language:before
{
    content: '&#61867;';
}

.fa-fax:before
{
    content: '&#61868;';
}

.fa-building:before
{
    content: '&#61869;';
}

.fa-child:before
{
    content: '&#61870;';
}

.fa-paw:before
{
    content: '&#61872;';
}

.fa-spoon:before
{
    content: '&#61873;';
}

.fa-cube:before
{
    content: '&#61874;';
}

.fa-cubes:before
{
    content: '&#61875;';
}

.fa-behance:before
{
    content: '&#61876;';
}

.fa-behance-square:before
{
    content: '&#61877;';
}

.fa-steam:before
{
    content: '&#61878;';
}

.fa-steam-square:before
{
    content: '&#61879;';
}

.fa-recycle:before
{
    content: '&#61880;';
}

.fa-automobile:before,
.fa-car:before
{
    content: '&#61881;';
}

.fa-cab:before,
.fa-taxi:before
{
    content: '&#61882;';
}

.fa-tree:before
{
    content: '&#61883;';
}

.fa-spotify:before
{
    content: '&#61884;';
}

.fa-deviantart:before
{
    content: '&#61885;';
}

.fa-soundcloud:before
{
    content: '&#61886;';
}

.fa-database:before
{
    content: '&#61888;';
}

.fa-file-pdf-o:before
{
    content: '&#61889;';
}

.fa-file-word-o:before
{
    content: '&#61890;';
}

.fa-file-excel-o:before
{
    content: '&#61891;';
}

.fa-file-powerpoint-o:before
{
    content: '&#61892;';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before
{
    content: '&#61893;';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before
{
    content: '&#61894;';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before
{
    content: '&#61895;';
}

.fa-file-movie-o:before,
.fa-file-video-o:before
{
    content: '&#61896;';
}

.fa-file-code-o:before
{
    content: '&#61897;';
}

.fa-vine:before
{
    content: '&#61898;';
}

.fa-codepen:before
{
    content: '&#61899;';
}

.fa-jsfiddle:before
{
    content: '&#61900;';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before
{
    content: '&#61901;';
}

.fa-circle-o-notch:before
{
    content: '&#61902;';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before
{
    content: '&#61904;';
}

.fa-ge:before,
.fa-empire:before
{
    content: '&#61905;';
}

.fa-git-square:before
{
    content: '&#61906;';
}

.fa-git:before
{
    content: '&#61907;';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before
{
    content: '&#61908;';
}

.fa-tencent-weibo:before
{
    content: '&#61909;';
}

.fa-qq:before
{
    content: '&#61910;';
}

.fa-wechat:before,
.fa-weixin:before
{
    content: '&#61911;';
}

.fa-send:before,
.fa-paper-plane:before
{
    content: '&#61912;';
}

.fa-send-o:before,
.fa-paper-plane-o:before
{
    content: '&#61913;';
}

.fa-history:before
{
    content: '&#61914;';
}

.fa-circle-thin:before
{
    content: '&#61915;';
}

.fa-header:before
{
    content: '&#61916;';
}

.fa-paragraph:before
{
    content: '&#61917;';
}

.fa-sliders:before
{
    content: '&#61918;';
}

.fa-share-alt:before
{
    content: '&#61920;';
}

.fa-share-alt-square:before
{
    content: '&#61921;';
}

.fa-bomb:before
{
    content: '&#61922;';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before
{
    content: '&#61923;';
}

.fa-tty:before
{
    content: '&#61924;';
}

.fa-binoculars:before
{
    content: '&#61925;';
}

.fa-plug:before
{
    content: '&#61926;';
}

.fa-slideshare:before
{
    content: '&#61927;';
}

.fa-twitch:before
{
    content: '&#61928;';
}

.fa-yelp:before
{
    content: '&#61929;';
}

.fa-newspaper-o:before
{
    content: '&#61930;';
}

.fa-wifi:before
{
    content: '&#61931;';
}

.fa-calculator:before
{
    content: '&#61932;';
}

.fa-paypal:before
{
    content: '&#61933;';
}

.fa-google-wallet:before
{
    content: '&#61934;';
}

.fa-cc-visa:before
{
    content: '&#61936;';
}

.fa-cc-mastercard:before
{
    content: '&#61937;';
}

.fa-cc-discover:before
{
    content: '&#61938;';
}

.fa-cc-amex:before
{
    content: '&#61939;';
}

.fa-cc-paypal:before
{
    content: '&#61940;';
}

.fa-cc-stripe:before
{
    content: '&#61941;';
}

.fa-bell-slash:before
{
    content: '&#61942;';
}

.fa-bell-slash-o:before
{
    content: '&#61943;';
}

.fa-trash:before
{
    content: '&#61944;';
}

.fa-copyright:before
{
    content: '&#61945;';
}

.fa-at:before
{
    content: '&#61946;';
}

.fa-eyedropper:before
{
    content: '&#61947;';
}

.fa-paint-brush:before
{
    content: '&#61948;';
}

.fa-birthday-cake:before
{
    content: '&#61949;';
}

.fa-area-chart:before
{
    content: '&#61950;';
}

.fa-pie-chart:before
{
    content: '&#61952;';
}

.fa-line-chart:before
{
    content: '&#61953;';
}

.fa-lastfm:before
{
    content: '&#61954;';
}

.fa-lastfm-square:before
{
    content: '&#61955;';
}

.fa-toggle-off:before
{
    content: '&#61956;';
}

.fa-toggle-on:before
{
    content: '&#61957;';
}

.fa-bicycle:before
{
    content: '&#61958;';
}

.fa-bus:before
{
    content: '&#61959;';
}

.fa-ioxhost:before
{
    content: '&#61960;';
}

.fa-angellist:before
{
    content: '&#61961;';
}

.fa-cc:before
{
    content: '&#61962;';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before
{
    content: '&#61963;';
}

.fa-meanpath:before
{
    content: '&#61964;';
}

.fa-buysellads:before
{
    content: '&#61965;';
}

.fa-connectdevelop:before
{
    content: '&#61966;';
}

.fa-dashcube:before
{
    content: '&#61968;';
}

.fa-forumbee:before
{
    content: '&#61969;';
}

.fa-leanpub:before
{
    content: '&#61970;';
}

.fa-sellsy:before
{
    content: '&#61971;';
}

.fa-shirtsinbulk:before
{
    content: '&#61972;';
}

.fa-simplybuilt:before
{
    content: '&#61973;';
}

.fa-skyatlas:before
{
    content: '&#61974;';
}

.fa-cart-plus:before
{
    content: '&#61975;';
}

.fa-cart-arrow-down:before
{
    content: '&#61976;';
}

.fa-diamond:before
{
    content: '&#61977;';
}

.fa-ship:before
{
    content: '&#61978;';
}

.fa-user-secret:before
{
    content: '&#61979;';
}

.fa-motorcycle:before
{
    content: '&#61980;';
}

.fa-street-view:before
{
    content: '&#61981;';
}

.fa-heartbeat:before
{
    content: '&#61982;';
}

.fa-venus:before
{
    content: '&#61985;';
}

.fa-mars:before
{
    content: '&#61986;';
}

.fa-mercury:before
{
    content: '&#61987;';
}

.fa-intersex:before,
.fa-transgender:before
{
    content: '&#61988;';
}

.fa-transgender-alt:before
{
    content: '&#61989;';
}

.fa-venus-double:before
{
    content: '&#61990;';
}

.fa-mars-double:before
{
    content: '&#61991;';
}

.fa-venus-mars:before
{
    content: '&#61992;';
}

.fa-mars-stroke:before
{
    content: '&#61993;';
}

.fa-mars-stroke-v:before
{
    content: '&#61994;';
}

.fa-mars-stroke-h:before
{
    content: '&#61995;';
}

.fa-neuter:before
{
    content: '&#61996;';
}

.fa-genderless:before
{
    content: '&#61997;';
}

.fa-facebook-official:before
{
    content: '&#62000;';
}

.fa-pinterest-p:before
{
    content: '&#62001;';
}

.fa-whatsapp:before
{
    content: '&#62002;';
}

.fa-server:before
{
    content: '&#62003;';
}

.fa-user-plus:before
{
    content: '&#62004;';
}

.fa-user-times:before
{
    content: '&#62005;';
}

.fa-hotel:before,
.fa-bed:before
{
    content: '&#62006;';
}

.fa-viacoin:before
{
    content: '&#62007;';
}

.fa-train:before
{
    content: '&#62008;';
}

.fa-subway:before
{
    content: '&#62009;';
}

.fa-medium:before
{
    content: '&#62010;';
}

.fa-yc:before,
.fa-y-combinator:before
{
    content: '&#62011;';
}

.fa-optin-monster:before
{
    content: '&#62012;';
}

.fa-opencart:before
{
    content: '&#62013;';
}

.fa-expeditedssl:before
{
    content: '&#62014;';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before
{
    content: '&#62016;';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before
{
    content: '&#62017;';
}

.fa-battery-2:before,
.fa-battery-half:before
{
    content: '&#62018;';
}

.fa-battery-1:before,
.fa-battery-quarter:before
{
    content: '&#62019;';
}

.fa-battery-0:before,
.fa-battery-empty:before
{
    content: '&#62020;';
}

.fa-mouse-pointer:before
{
    content: '&#62021;';
}

.fa-i-cursor:before
{
    content: '&#62022;';
}

.fa-object-group:before
{
    content: '&#62023;';
}

.fa-object-ungroup:before
{
    content: '&#62024;';
}

.fa-sticky-note:before
{
    content: '&#62025;';
}

.fa-sticky-note-o:before
{
    content: '&#62026;';
}

.fa-cc-jcb:before
{
    content: '&#62027;';
}

.fa-cc-diners-club:before
{
    content: '&#62028;';
}

.fa-clone:before
{
    content: '&#62029;';
}

.fa-balance-scale:before
{
    content: '&#62030;';
}

.fa-hourglass-o:before
{
    content: '&#62032;';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before
{
    content: '&#62033;';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before
{
    content: '&#62034;';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before
{
    content: '&#62035;';
}

.fa-hourglass:before
{
    content: '&#62036;';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before
{
    content: '&#62037;';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before
{
    content: '&#62038;';
}

.fa-hand-scissors-o:before
{
    content: '&#62039;';
}

.fa-hand-lizard-o:before
{
    content: '&#62040;';
}

.fa-hand-spock-o:before
{
    content: '&#62041;';
}

.fa-hand-pointer-o:before
{
    content: '&#62042;';
}

.fa-hand-peace-o:before
{
    content: '&#62043;';
}

.fa-trademark:before
{
    content: '&#62044;';
}

.fa-registered:before
{
    content: '&#62045;';
}

.fa-creative-commons:before
{
    content: '&#62046;';
}

.fa-gg:before
{
    content: '&#62048;';
}

.fa-gg-circle:before
{
    content: '&#62049;';
}

.fa-tripadvisor:before
{
    content: '&#62050;';
}

.fa-odnoklassniki:before
{
    content: '&#62051;';
}

.fa-odnoklassniki-square:before
{
    content: '&#62052;';
}

.fa-get-pocket:before
{
    content: '&#62053;';
}

.fa-wikipedia-w:before
{
    content: '&#62054;';
}

.fa-safari:before
{
    content: '&#62055;';
}

.fa-chrome:before
{
    content: '&#62056;';
}

.fa-firefox:before
{
    content: '&#62057;';
}

.fa-opera:before
{
    content: '&#62058;';
}

.fa-internet-explorer:before
{
    content: '&#62059;';
}

.fa-tv:before,
.fa-television:before
{
    content: '&#62060;';
}

.fa-contao:before
{
    content: '&#62061;';
}

.fa-500px:before
{
    content: '&#62062;';
}

.fa-amazon:before
{
    content: '&#62064;';
}

.fa-calendar-plus-o:before
{
    content: '&#62065;';
}

.fa-calendar-minus-o:before
{
    content: '&#62066;';
}

.fa-calendar-times-o:before
{
    content: '&#62067;';
}

.fa-calendar-check-o:before
{
    content: '&#62068;';
}

.fa-industry:before
{
    content: '&#62069;';
}

.fa-map-pin:before
{
    content: '&#62070;';
}

.fa-map-signs:before
{
    content: '&#62071;';
}

.fa-map-o:before
{
    content: '&#62072;';
}

.fa-map:before
{
    content: '&#62073;';
}

.fa-commenting:before
{
    content: '&#62074;';
}

.fa-commenting-o:before
{
    content: '&#62075;';
}

.fa-houzz:before
{
    content: '&#62076;';
}

.fa-vimeo:before
{
    content: '&#62077;';
}

.fa-black-tie:before
{
    content: '&#62078;';
}

.fa-fonticons:before
{
    content: '&#62080;';
}

.fa-reddit-alien:before
{
    content: '&#62081;';
}

.fa-edge:before
{
    content: '&#62082;';
}

.fa-credit-card-alt:before
{
    content: '&#62083;';
}

.fa-codiepie:before
{
    content: '&#62084;';
}

.fa-modx:before
{
    content: '&#62085;';
}

.fa-fort-awesome:before
{
    content: '&#62086;';
}

.fa-usb:before
{
    content: '&#62087;';
}

.fa-product-hunt:before
{
    content: '&#62088;';
}

.fa-mixcloud:before
{
    content: '&#62089;';
}

.fa-scribd:before
{
    content: '&#62090;';
}

.fa-pause-circle:before
{
    content: '&#62091;';
}

.fa-pause-circle-o:before
{
    content: '&#62092;';
}

.fa-stop-circle:before
{
    content: '&#62093;';
}

.fa-stop-circle-o:before
{
    content: '&#62094;';
}

.fa-shopping-bag:before
{
    content: '&#62096;';
}

.fa-shopping-basket:before
{
    content: '&#62097;';
}

.fa-hashtag:before
{
    content: '&#62098;';
}

.fa-bluetooth:before
{
    content: '&#62099;';
}

.fa-bluetooth-b:before
{
    content: '&#62100;';
}

.fa-percent:before
{
    content: '&#62101;';
}

.fa-gitlab:before
{
    content: '&#62102;';
}

.fa-wpbeginner:before
{
    content: '&#62103;';
}

.fa-wpforms:before
{
    content: '&#62104;';
}

.fa-envira:before
{
    content: '&#62105;';
}

.fa-universal-access:before
{
    content: '&#62106;';
}

.fa-wheelchair-alt:before
{
    content: '&#62107;';
}

.fa-question-circle-o:before
{
    content: '&#62108;';
}

.fa-blind:before
{
    content: '&#62109;';
}

.fa-audio-description:before
{
    content: '&#62110;';
}

.fa-volume-control-phone:before
{
    content: '&#62112;';
}

.fa-braille:before
{
    content: '&#62113;';
}

.fa-assistive-listening-systems:before
{
    content: '&#62114;';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before
{
    content: '&#62115;';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before
{
    content: '&#62116;';
}

.fa-glide:before
{
    content: '&#62117;';
}

.fa-glide-g:before
{
    content: '&#62118;';
}

.fa-signing:before,
.fa-sign-language:before
{
    content: '&#62119;';
}

.fa-low-vision:before
{
    content: '&#62120;';
}

.fa-viadeo:before
{
    content: '&#62121;';
}

.fa-viadeo-square:before
{
    content: '&#62122;';
}

.fa-snapchat:before
{
    content: '&#62123;';
}

.fa-snapchat-ghost:before
{
    content: '&#62124;';
}

.fa-snapchat-square:before
{
    content: '&#62125;';
}

.fa-pied-piper:before
{
    content: '&#62126;';
}

.fa-first-order:before
{
    content: '&#62128;';
}

.fa-yoast:before
{
    content: '&#62129;';
}

.fa-themeisle:before
{
    content: '&#62130;';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before
{
    content: '&#62131;';
}

.fa-fa:before,
.fa-font-awesome:before
{
    content: '&#62132;';
}

.fa-handshake-o:before
{
    content: '&#62133;';
}

.fa-envelope-open:before
{
    content: '&#62134;';
}

.fa-envelope-open-o:before
{
    content: '&#62135;';
}

.fa-linode:before
{
    content: '&#62136;';
}

.fa-address-book:before
{
    content: '&#62137;';
}

.fa-address-book-o:before
{
    content: '&#62138;';
}

.fa-vcard:before,
.fa-address-card:before
{
    content: '&#62139;';
}

.fa-vcard-o:before,
.fa-address-card-o:before
{
    content: '&#62140;';
}

.fa-user-circle:before
{
    content: '&#62141;';
}

.fa-user-circle-o:before
{
    content: '&#62142;';
}

.fa-user-o:before
{
    content: '&#62144;';
}

.fa-id-badge:before
{
    content: '&#62145;';
}

.fa-drivers-license:before,
.fa-id-card:before
{
    content: '&#62146;';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before
{
    content: '&#62147;';
}

.fa-quora:before
{
    content: '&#62148;';
}

.fa-free-code-camp:before
{
    content: '&#62149;';
}

.fa-telegram:before
{
    content: '&#62150;';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before
{
    content: '&#62151;';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before
{
    content: '&#62152;';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before
{
    content: '&#62153;';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before
{
    content: '&#62154;';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before
{
    content: '&#62155;';
}

.fa-shower:before
{
    content: '&#62156;';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before
{
    content: '&#62157;';
}

.fa-podcast:before
{
    content: '&#62158;';
}

.fa-window-maximize:before
{
    content: '&#62160;';
}

.fa-window-minimize:before
{
    content: '&#62161;';
}

.fa-window-restore:before
{
    content: '&#62162;';
}

.fa-times-rectangle:before,
.fa-window-close:before
{
    content: '&#62163;';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before
{
    content: '&#62164;';
}

.fa-bandcamp:before
{
    content: '&#62165;';
}

.fa-grav:before
{
    content: '&#62166;';
}

.fa-etsy:before
{
    content: '&#62167;';
}

.fa-imdb:before
{
    content: '&#62168;';
}

.fa-ravelry:before
{
    content: '&#62169;';
}

.fa-eercast:before
{
    content: '&#62170;';
}

.fa-microchip:before
{
    content: '&#62171;';
}

.fa-snowflake-o:before
{
    content: '&#62172;';
}

.fa-superpowers:before
{
    content: '&#62173;';
}

.fa-wpexplorer:before
{
    content: '&#62174;';
}

.fa-meetup:before
{
    content: '&#62176;';
}

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