@charset "UTF-8";
/*
Table OF Contents
==========================
1- common core files
2- Basic or Must have Elements
3- Templates Specific Styles
4- Components
*/
/**
 *  common core files
 *  Command : gulp watch or gulp styles
 *
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #03a9f4;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ED5564;
    --orange: #fd7e14;
    --yellow: #FCCE54;
    --green: #7dc855;
    --teal: #20c997;
    --cyan: #78BCEE;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #03a9f4;
    --secondary: #6c757d;
    --success: #7dc855;
    --info: #78BCEE;
    --warning: #FCCE54;
    --danger: #ED5564;
    --light: #f8f9fa;
    --dark: #272C33;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    /*  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
*/
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: 'releans';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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

body {
    margin: 0;
    font-family: 'releans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #03a9f4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0275a8;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.2rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

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

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

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

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

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

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

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

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

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

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

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

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

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

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

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

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8e7fc;
}

.table-hover .table-primary:hover {
    background-color: #a0dffb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a0dffb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dbf0cf;
}

.table-hover .table-success:hover {
    background-color: #cceabc;
}

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

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9ecfa;
}

.table-hover .table-info:hover {
    background-color: #c2e1f7;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fef1cf;
}

.table-hover .table-warning:hover {
    background-color: #fdeab6;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #facfd4;
}

.table-hover .table-danger:hover {
    background-color: #f8b8bf;
}

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

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c3c4c6;
}

.table-hover .table-dark:hover {
    background-color: #b6b7ba;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b6b7ba;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #F5F8FA;
}

.table-hover .table-active:hover {
    background-color: #e4ecf2;
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

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

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

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

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

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

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

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

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #79d4fd;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

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

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

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

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

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

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

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #7dc855;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(125, 200, 85, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #7dc855;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #7dc855;
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #7dc855;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #7dc855;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #c7e7b5;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #9ad47c;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(125, 200, 85, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #7dc855;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ED5564;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(237, 85, 100, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ED5564;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ED5564;
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ED5564;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ED5564;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f9c8cd;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #f2838e;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(237, 85, 100, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ED5564;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

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

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

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

.btn-primary {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #038fce;
    border-color: #0286c2;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0286c2;
    border-color: #027db5;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #212529;
    background-color: #7dc855;
    border-color: #7dc855;
}

.btn-success:hover {
    color: #fff;
    background-color: #68ba3c;
    border-color: #63b139;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #7dc855;
    border-color: #7dc855;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #63b139;
    border-color: #5da736;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.5);
}

.btn-info {
    color: #212529;
    background-color: #78BCEE;
    border-color: #78BCEE;
}

.btn-info:hover {
    color: #212529;
    background-color: #56abea;
    border-color: #4ba6e8;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 188, 238, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #78BCEE;
    border-color: #78BCEE;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4ba6e8;
    border-color: #3fa0e7;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 188, 238, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #FCCE54;
    border-color: #FCCE54;
}

.btn-warning:hover {
    color: #212529;
    background-color: #fbc32e;
    border-color: #fbc022;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 206, 84, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FCCE54;
    border-color: #FCCE54;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #fbc022;
    border-color: #fbbc15;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 206, 84, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #e93244;
    border-color: #e8273a;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ED5564;
    border-color: #ED5564;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e8273a;
    border-color: #e71b2f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #272C33;
    border-color: #272C33;
}

.btn-dark:hover {
    color: #fff;
    background-color: #16191d;
    border-color: #111316;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 44, 51, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #272C33;
    border-color: #272C33;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #111316;
    border-color: #0b0d0f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 44, 51, 0.5);
}

.btn-outline-primary {
    color: #03a9f4;
    background-color: transparent;
    background-image: none;
    border-color: #03a9f4;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #03a9f4;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #7dc855;
    background-color: transparent;
    background-image: none;
    border-color: #7dc855;
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #7dc855;
    border-color: #7dc855;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #7dc855;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #7dc855;
    border-color: #7dc855;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 200, 85, 0.5);
}

.btn-outline-info {
    color: #78BCEE;
    background-color: transparent;
    background-image: none;
    border-color: #78BCEE;
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #78BCEE;
    border-color: #78BCEE;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 188, 238, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #78BCEE;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #78BCEE;
    border-color: #78BCEE;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 188, 238, 0.5);
}

.btn-outline-warning {
    color: #FCCE54;
    background-color: transparent;
    background-image: none;
    border-color: #FCCE54;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FCCE54;
    border-color: #FCCE54;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 206, 84, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FCCE54;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FCCE54;
    border-color: #FCCE54;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 206, 84, 0.5);
}

.btn-outline-danger {
    color: #ED5564;
    background-color: transparent;
    background-image: none;
    border-color: #ED5564;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ED5564;
    border-color: #ED5564;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ED5564;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ED5564;
    border-color: #ED5564;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 100, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #272C33;
    background-color: transparent;
    background-image: none;
    border-color: #272C33;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #272C33;
    border-color: #272C33;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 44, 51, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #272C33;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #272C33;
    border-color: #272C33;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 44, 51, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #03a9f4;
    background-color: transparent;
}

.btn-link:hover {
    color: #0275a8;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

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

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}
@media (min-width:600px){
    .collapse {
        display: block !important;
    }
}
.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #03a9f4;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

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

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

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #03a9f4;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ace4fe;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #03a9f4;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #03a9f4;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(3, 169, 244, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(3, 169, 244, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #03a9f4;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(3, 169, 244, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #79d4fd;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(121, 212, 253, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #79d4fd;
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #79d4fd;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}


.nav-link.disabled {
    color: #6c757d;
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #03a9f4;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

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

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #03a9f4;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #0275a8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #03a9f4;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0286c2;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #212529;
    background-color: #7dc855;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #63b139;
}

.badge-info {
    color: #212529;
    background-color: #78BCEE;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #4ba6e8;
}

.badge-warning {
    color: #212529;
    background-color: #FCCE54;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #fbc022;
}

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

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e8273a;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #272C33;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #111316;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #02587f;
    background-color: #cdeefd;
    border-color: #b8e7fc;
}

.alert-primary hr {
    border-top-color: #a0dffb;
}

.alert-primary .alert-link {
    color: #01354d;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #41682c;
    background-color: #e5f4dd;
    border-color: #dbf0cf;
}

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

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

.alert-info {
    color: #3e627c;
    background-color: #e4f2fc;
    border-color: #d9ecfa;
}

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

.alert-info .alert-link {
    color: #2d475a;
}

.alert-warning {
    color: #836b2c;
    background-color: #fef5dd;
    border-color: #fef1cf;
}

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

.alert-warning .alert-link {
    color: #5d4c1f;
}

.alert-danger {
    color: #7b2c34;
    background-color: #fbdde0;
    border-color: #facfd4;
}

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

.alert-danger .alert-link {
    color: #551f24;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #14171b;
    background-color: #d4d5d6;
    border-color: #c3c4c6;
}

.alert-dark hr {
    border-top-color: #b6b7ba;
}

.alert-dark .alert-link {
    color: black;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #03a9f4;
    transition: width 0.6s ease;
}

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

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    background-color: #fafdff;
    color: rgba(45, 155, 243, 1);
    font-weight: 600;
    text-decoration: none;
}


.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #02587f;
    background-color: #b8e7fc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #02587f;
    background-color: #a0dffb;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #02587f;
    border-color: #02587f;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #41682c;
    background-color: #dbf0cf;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #41682c;
    background-color: #cceabc;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #41682c;
    border-color: #41682c;
}

.list-group-item-info {
    color: #3e627c;
    background-color: #d9ecfa;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3e627c;
    background-color: #c2e1f7;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3e627c;
    border-color: #3e627c;
}

.list-group-item-warning {
    color: #836b2c;
    background-color: #fef1cf;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #836b2c;
    background-color: #fdeab6;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #836b2c;
    border-color: #836b2c;
}

.list-group-item-danger {
    color: #7b2c34;
    background-color: #facfd4;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7b2c34;
    background-color: #f8b8bf;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7b2c34;
    border-color: #7b2c34;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #14171b;
    background-color: #c3c4c6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #14171b;
    background-color: #b6b7ba;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #14171b;
    border-color: #14171b;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #03a9f4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0286c2 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #7dc855 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #63b139 !important;
}

.bg-info {
    background-color: #78BCEE !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #4ba6e8 !important;
}

.bg-warning {
    background-color: #FCCE54 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fbc022 !important;
}

.bg-danger {
    background-color: #ED5564 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #e8273a !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #272C33 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #111316 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #03a9f4 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #7dc855 !important;
}

.border-info {
    border-color: #78BCEE !important;
}

.border-warning {
    border-color: #FCCE54 !important;
}

.border-danger {
    border-color: #ED5564 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #272C33 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

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

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

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

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

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

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

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

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

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

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

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

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

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

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

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

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

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

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

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

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

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

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

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

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-lowercase {
    text-transform: lowercase !important;
}

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

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

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #03a9f4 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0286c2 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #7dc855 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #63b139 !important;
}

.text-info {
    color: #78BCEE !important;
}

a.text-info:hover, a.text-info:focus {
    color: #4ba6e8 !important;
}

.text-warning {
    color: #FCCE54 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #fbc022 !important;
}

.text-danger {
    color: #ED5564 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #e8273a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #272C33 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #111316 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

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

    pre {
        white-space: pre-wrap !important;
    }

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

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

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

@font-face {
    font-family: 'paperIcons';
    src: url("../fonts/paperIcons.eot?8quail");
    src: url("../fonts/paperIcons.eot?8quail#iefix") format("embedded-opentype"), url("../fonts/paperIcons.ttf?8quail") format("truetype"), url("../fonts/paperIcons.woff?8quail") format("woff"), url("../fonts/paperIcons.svg?8quail#paperIcons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'paperIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-3d_rotation:before {
    content: "\e84d";
}

.icon-ac_unit:before {
    content: "\ed94";
}

.icon-alarm:before {
    content: "\e855";
}

.icon-access_alarms:before {
    content: "\e191";
}

.icon-schedule:before {
    content: "\e8b5";
}

.icon-accessibility:before {
    content: "\e84e";
}

.icon-accessible:before {
    content: "\ed95";
}

.icon-account_balance:before {
    content: "\e84f";
}

.icon-account_balance_wallet:before {
    content: "\e850";
}

.icon-account_box:before {
    content: "\e851";
}

.icon-account_circle:before {
    content: "\e853";
}

.icon-adb:before {
    content: "\e60e";
}

.icon-add:before {
    content: "\e145";
}

.icon-add_a_photo:before {
    content: "\e439";
}

.icon-alarm_add:before {
    content: "\e856";
}

.icon-add_alert:before {
    content: "\e003";
}

.icon-add_box:before {
    content: "\e146";
}

.icon-add_circle:before {
    content: "\e147";
}

.icon-control_point:before {
    content: "\e3ba";
}

.icon-add_location:before {
    content: "\e567";
}

.icon-add_shopping_cart:before {
    content: "\e854";
}

.icon-queue:before {
    content: "\e03c";
}

.icon-add_to_queue:before {
    content: "\e05c";
}

.icon-adjust2:before {
    content: "\e39e";
}

.icon-airline_seat_flat:before {
    content: "\e630";
}

.icon-airline_seat_flat_angled:before {
    content: "\e631";
}

.icon-airline_seat_individual_suite:before {
    content: "\e632";
}

.icon-airline_seat_legroom_extra:before {
    content: "\e633";
}

.icon-airline_seat_legroom_normal:before {
    content: "\e634";
}

.icon-airline_seat_legroom_reduced:before {
    content: "\e635";
}

.icon-airline_seat_recline_extra:before {
    content: "\e636";
}

.icon-airline_seat_recline_normal:before {
    content: "\e637";
}

.icon-flight:before {
    content: "\e539";
}

.icon-airplanemode_inactive:before {
    content: "\e194";
}

.icon-airplay:before {
    content: "\e055";
}

.icon-airport_shuttle:before {
    content: "\ed96";
}

.icon-alarm_off:before {
    content: "\e857";
}

.icon-alarm_on:before {
    content: "\e858";
}

.icon-album:before {
    content: "\e019";
}

.icon-all_inclusive:before {
    content: "\ed97";
}

.icon-all_out:before {
    content: "\ed98";
}

.icon-android2:before {
    content: "\e859";
}

.icon-announcement:before {
    content: "\e85a";
}

.icon-apps:before {
    content: "\e5c3";
}

.icon-archive2:before {
    content: "\e149";
}

.icon-arrow_back:before {
    content: "\e5c4";
}

.icon-arrow_downward:before {
    content: "\e5db";
}

.icon-arrow_drop_down:before {
    content: "\e5c5";
}

.icon-arrow_drop_down_circle:before {
    content: "\e5c6";
}

.icon-arrow_drop_up:before {
    content: "\e5c7";
}

.icon-arrow_forward:before {
    content: "\e5c8";
}

.icon-arrow_upward:before {
    content: "\e5d8";
}

.icon-art_track:before {
    content: "\e060";
}

.icon-aspect_ratio:before {
    content: "\e85b";
}

.icon-poll:before {
    content: "\e801";
}

.icon-assignment:before {
    content: "\e85d";
}

.icon-assignment_ind:before {
    content: "\e85e";
}

.icon-assignment_late:before {
    content: "\e85f";
}

.icon-assignment_return:before {
    content: "\e860";
}

.icon-assignment_returned:before {
    content: "\e861";
}

.icon-assignment_turned_in:before {
    content: "\e862";
}

.icon-assistant:before {
    content: "\e39f";
}

.icon-flag10:before {
    content: "\e153";
}

.icon-attach_file:before {
    content: "\e226";
}

.icon-attach_money:before {
    content: "\e227";
}

.icon-attachment:before {
    content: "\e2bc";
}

.icon-audiotrack:before {
    content: "\e3a1";
}

.icon-autorenew:before {
    content: "\e863";
}

.icon-av_timer:before {
    content: "\e01b";
}

.icon-backspace:before {
    content: "\e14a";
}

.icon-cloud_upload:before {
    content: "\e2c3";
}

.icon-battery_alert:before {
    content: "\e19c";
}

.icon-battery_charging_full:before {
    content: "\e1a3";
}

.icon-battery_std:before {
    content: "\e1a5";
}

.icon-battery_unknown:before {
    content: "\e1a6";
}

.icon-beach_access:before {
    content: "\ed99";
}

.icon-beenhere:before {
    content: "\e52d";
}

.icon-block:before {
    content: "\e14b";
}

.icon-bluetooth2:before {
    content: "\e1a7";
}

.icon-bluetooth_searching:before {
    content: "\e1aa";
}

.icon-bluetooth_connected:before {
    content: "\e1a8";
}

.icon-bluetooth_disabled:before {
    content: "\e1a9";
}

.icon-blur_circular:before {
    content: "\e3a2";
}

.icon-blur_linear:before {
    content: "\e3a3";
}

.icon-blur_off:before {
    content: "\e3a4";
}

.icon-blur_on:before {
    content: "\e3a5";
}

.icon-class:before {
    content: "\e86e";
}

.icon-turned_in:before {
    content: "\e8e6";
}

.icon-turned_in_not:before {
    content: "\e8e7";
}

.icon-border_all:before {
    content: "\e228";
}

.icon-border_bottom:before {
    content: "\e229";
}

.icon-border_clear:before {
    content: "\e22a";
}

.icon-border_color:before {
    content: "\e22b";
}

.icon-border_horizontal:before {
    content: "\e22c";
}

.icon-border_inner:before {
    content: "\e22d";
}

.icon-border_left:before {
    content: "\e22e";
}

.icon-border_outer:before {
    content: "\e22f";
}

.icon-border_right:before {
    content: "\e230";
}

.icon-border_style:before {
    content: "\e231";
}

.icon-border_top:before {
    content: "\e232";
}

.icon-border_vertical:before {
    content: "\e233";
}

.icon-branding_watermark:before {
    content: "\e06b";
}

.icon-brightness_1:before {
    content: "\e3a6";
}

.icon-brightness_2:before {
    content: "\e3a7";
}

.icon-brightness_3:before {
    content: "\e3a8";
}

.icon-brightness_4:before {
    content: "\e3a9";
}

.icon-brightness_low:before {
    content: "\e1ad";
}

.icon-brightness_medium:before {
    content: "\e1ae";
}

.icon-brightness_high:before {
    content: "\e1ac";
}

.icon-brightness_auto:before {
    content: "\e1ab";
}

.icon-broken_image:before {
    content: "\e3ad";
}

.icon-brush:before {
    content: "\e3ae";
}

.icon-bubble_chart:before {
    content: "\e6dd";
}

.icon-bug_report:before {
    content: "\e868";
}

.icon-build:before {
    content: "\e869";
}

.icon-burst_mode:before {
    content: "\e43c";
}

.icon-domain:before {
    content: "\e7ee";
}

.icon-business_center:before {
    content: "\ed9a";
}

.icon-cached:before {
    content: "\e86a";
}

.icon-cake:before {
    content: "\e7e9";
}

.icon-phone2:before {
    content: "\e0cd";
}

.icon-call_end:before {
    content: "\e0b1";
}

.icon-call_made:before {
    content: "\e0b2";
}

.icon-merge_type:before {
    content: "\e252";
}

.icon-call_missed:before {
    content: "\e0b4";
}

.icon-call_missed_outgoing:before {
    content: "\e0e4";
}

.icon-call_received:before {
    content: "\e0b5";
}

.icon-call_split:before {
    content: "\e0b6";
}

.icon-call_to_action:before {
    content: "\e06c";
}

.icon-camera2:before {
    content: "\e3af";
}

.icon-photo_camera:before {
    content: "\e412";
}

.icon-camera_enhance:before {
    content: "\e8fc";
}

.icon-camera_front:before {
    content: "\e3b1";
}

.icon-camera_rear:before {
    content: "\e3b2";
}

.icon-camera_roll:before {
    content: "\e3b3";
}

.icon-cancel:before {
    content: "\e5c9";
}

.icon-redeem:before {
    content: "\e8b1";
}

.icon-card_membership:before {
    content: "\e8f7";
}

.icon-card_travel:before {
    content: "\e8f8";
}

.icon-casino:before {
    content: "\ed9b";
}

.icon-cast:before {
    content: "\e307";
}

.icon-cast_connected:before {
    content: "\e308";
}

.icon-center_focus_strong:before {
    content: "\e3b4";
}

.icon-center_focus_weak:before {
    content: "\e3b5";
}

.icon-change_history:before {
    content: "\e86b";
}

.icon-chat2:before {
    content: "\e0b7";
}

.icon-chat_bubble:before {
    content: "\e0ca";
}

.icon-chat_bubble_outline:before {
    content: "\e0cb";
}

.icon-check3:before {
    content: "\e5ca";
}

.icon-check_box:before {
    content: "\e834";
}

.icon-check_box_outline_blank:before {
    content: "\e835";
}

.icon-check_circle:before {
    content: "\e86c";
}

.icon-navigate_before:before {
    content: "\e408";
}

.icon-navigate_next:before {
    content: "\e409";
}

.icon-child_care:before {
    content: "\ed9c";
}

.icon-child_friendly:before {
    content: "\ed9d";
}

.icon-chrome_reader_mode:before {
    content: "\e86d";
}

.icon-close2:before {
    content: "\e5cd";
}

.icon-clear_all:before {
    content: "\e0b8";
}

.icon-closed_caption:before {
    content: "\e01c";
}

.icon-wb_cloudy:before {
    content: "\e42d";
}

.icon-cloud_circle:before {
    content: "\e2be";
}

.icon-cloud_done:before {
    content: "\e2bf";
}

.icon-cloud_download:before {
    content: "\e2c0";
}

.icon-cloud_off:before {
    content: "\e2c1";
}

.icon-cloud_queue:before {
    content: "\e2c2";
}

.icon-code2:before {
    content: "\e86f";
}

.icon-photo_library:before {
    content: "\e413";
}

.icon-collections_bookmark:before {
    content: "\e431";
}

.icon-palette:before {
    content: "\e40a";
}

.icon-colorize:before {
    content: "\e3b8";
}

.icon-comment2:before {
    content: "\e0b9";
}

.icon-compare:before {
    content: "\e3b9";
}

.icon-compare_arrows:before {
    content: "\ed9e";
}

.icon-laptop3:before {
    content: "\e31e";
}

.icon-confirmation_number:before {
    content: "\e638";
}

.icon-contact_mail:before {
    content: "\e0d0";
}

.icon-contact_phone:before {
    content: "\e0cf";
}

.icon-contacts:before {
    content: "\e0ba";
}

.icon-content_copy:before {
    content: "\e14d";
}

.icon-content_cut:before {
    content: "\e14e";
}

.icon-content_paste:before {
    content: "\e14f";
}

.icon-control_point_duplicate:before {
    content: "\e3bb";
}

.icon-copyright2:before {
    content: "\ed9f";
}

.icon-mode_edit:before {
    content: "\e254";
}

.icon-create_new_folder:before {
    content: "\e2cc";
}

.icon-payment:before {
    content: "\e8a1";
}

.icon-crop2:before {
    content: "\e3be";
}

.icon-crop_16_9:before {
    content: "\e3bc";
}

.icon-crop_3_2:before {
    content: "\e3bd";
}

.icon-crop_landscape:before {
    content: "\e3c3";
}

.icon-crop_7_5:before {
    content: "\e3c0";
}

.icon-crop_din:before {
    content: "\e3c1";
}

.icon-crop_free:before {
    content: "\e3c2";
}

.icon-crop_original:before {
    content: "\e3c4";
}

.icon-crop_portrait:before {
    content: "\e3c5";
}

.icon-crop_rotate:before {
    content: "\e437";
}

.icon-crop_square:before {
    content: "\e3c6";
}

.icon-dashboard2:before {
    content: "\e871";
}

.icon-data_usage:before {
    content: "\e1af";
}

.icon-date_range:before {
    content: "\eda0";
}

.icon-dehaze:before {
    content: "\e3c7";
}

.icon-delete:before {
    content: "\e872";
}

.icon-delete_forever:before {
    content: "\eda1";
}

.icon-delete_sweep:before {
    content: "\e16c";
}

.icon-description:before {
    content: "\e873";
}

.icon-desktop_mac:before {
    content: "\e30b";
}

.icon-desktop_windows:before {
    content: "\e30c";
}

.icon-details:before {
    content: "\e3c8";
}

.icon-developer_board:before {
    content: "\e30d";
}

.icon-developer_mode:before {
    content: "\e1b0";
}

.icon-device_hub:before {
    content: "\e335";
}

.icon-phonelink:before {
    content: "\e326";
}

.icon-devices_other:before {
    content: "\e337";
}

.icon-dialer_sip:before {
    content: "\e0bb";
}

.icon-dialpad:before {
    content: "\e0bc";
}

.icon-directions:before {
    content: "\e52e";
}

.icon-directions_bike:before {
    content: "\e52f";
}

.icon-directions_boat:before {
    content: "\e532";
}

.icon-directions_bus:before {
    content: "\e530";
}

.icon-directions_car:before {
    content: "\e531";
}

.icon-directions_railway:before {
    content: "\e534";
}

.icon-directions_run:before {
    content: "\e566";
}

.icon-directions_transit:before {
    content: "\e535";
}

.icon-directions_walk:before {
    content: "\e536";
}

.icon-disc_full:before {
    content: "\e610";
}

.icon-dns:before {
    content: "\e875";
}

.icon-not_interested:before {
    content: "\e033";
}

.icon-do_not_disturb_alt:before {
    content: "\e611";
}

.icon-do_not_disturb_off:before {
    content: "\e643";
}

.icon-remove_circle:before {
    content: "\e15c";
}

.icon-dock:before {
    content: "\e30e";
}

.icon-done:before {
    content: "\e876";
}

.icon-done_all:before {
    content: "\e877";
}

.icon-donut_large:before {
    content: "\eda2";
}

.icon-donut_small:before {
    content: "\eda3";
}

.icon-drafts:before {
    content: "\e151";
}

.icon-drag_handle:before {
    content: "\e25d";
}

.icon-time_to_leave:before {
    content: "\e62c";
}

.icon-dvr:before {
    content: "\e1b2";
}

.icon-edit_location:before {
    content: "\e568";
}

.icon-eject2:before {
    content: "\e8fb";
}

.icon-markunread:before {
    content: "\e159";
}

.icon-enhanced_encryption:before {
    content: "\e63f";
}

.icon-equalizer:before {
    content: "\e01d";
}

.icon-error:before {
    content: "\e000";
}

.icon-error_outline:before {
    content: "\e001";
}

.icon-euro_symbol:before {
    content: "\eda4";
}

.icon-ev_station:before {
    content: "\e56d";
}

.icon-insert_invitation:before {
    content: "\e24f";
}

.icon-event_available:before {
    content: "\e614";
}

.icon-event_busy:before {
    content: "\e615";
}

.icon-event_note:before {
    content: "\e616";
}

.icon-event_seat:before {
    content: "\eda5";
}

.icon-exit_to_app:before {
    content: "\e879";
}

.icon-expand_less:before {
    content: "\e5ce";
}

.icon-expand_more:before {
    content: "\e5cf";
}

.icon-explicit:before {
    content: "\e01e";
}

.icon-explore:before {
    content: "\e87a";
}

.icon-exposure:before {
    content: "\e3ca";
}

.icon-exposure_neg_1:before {
    content: "\e3cb";
}

.icon-exposure_neg_2:before {
    content: "\e3cc";
}

.icon-exposure_plus_1:before {
    content: "\e3cd";
}

.icon-exposure_plus_2:before {
    content: "\e3ce";
}

.icon-exposure_zero:before {
    content: "\e3cf";
}

.icon-extension:before {
    content: "\e87b";
}

.icon-face:before {
    content: "\e87c";
}

.icon-fast_forward:before {
    content: "\e01f";
}

.icon-fast_rewind:before {
    content: "\e020";
}

.icon-favorite:before {
    content: "\e87d";
}

.icon-favorite_border:before {
    content: "\e87e";
}

.icon-featured_play_list:before {
    content: "\e06d";
}

.icon-featured_video:before {
    content: "\e06e";
}

.icon-sms_failed:before {
    content: "\e626";
}

.icon-fiber_dvr:before {
    content: "\e05d";
}

.icon-fiber_manual_record:before {
    content: "\e061";
}

.icon-fiber_new:before {
    content: "\e05e";
}

.icon-fiber_pin:before {
    content: "\e06a";
}

.icon-fiber_smart_record:before {
    content: "\e062";
}

.icon-get_app:before {
    content: "\e884";
}

.icon-file_upload:before {
    content: "\e2c6";
}

.icon-filter2:before {
    content: "\e3d3";
}

.icon-filter_1:before {
    content: "\e3d0";
}

.icon-filter_2:before {
    content: "\e3d1";
}

.icon-filter_3:before {
    content: "\e3d2";
}

.icon-filter_4:before {
    content: "\e3d4";
}

.icon-filter_5:before {
    content: "\e3d5";
}

.icon-filter_6:before {
    content: "\e3d6";
}

.icon-filter_7:before {
    content: "\e3d7";
}

.icon-filter_8:before {
    content: "\e3d8";
}

.icon-filter_9:before {
    content: "\e3d9";
}

.icon-filter_9_plus:before {
    content: "\e3da";
}

.icon-filter_b_and_w:before {
    content: "\e3db";
}

.icon-filter_center_focus:before {
    content: "\e3dc";
}

.icon-filter_drama:before {
    content: "\e3dd";
}

.icon-filter_frames:before {
    content: "\e3de";
}

.icon-terrain:before {
    content: "\e564";
}

.icon-filter_list:before {
    content: "\e152";
}

.icon-filter_none:before {
    content: "\e3e0";
}

.icon-filter_tilt_shift:before {
    content: "\e3e2";
}

.icon-filter_vintage:before {
    content: "\e3e3";
}

.icon-find_in_page:before {
    content: "\e880";
}

.icon-find_replace:before {
    content: "\e881";
}

.icon-fingerprint:before {
    content: "\eda6";
}

.icon-first_page:before {
    content: "\e5dc";
}

.icon-fitness_center:before {
    content: "\eda7";
}

.icon-flare:before {
    content: "\e3e4";
}

.icon-flash_auto:before {
    content: "\e3e5";
}

.icon-flash_off:before {
    content: "\e3e6";
}

.icon-flash_on:before {
    content: "\e3e7";
}

.icon-flight_land:before {
    content: "\eda8";
}

.icon-flight_takeoff:before {
    content: "\eda9";
}

.icon-flip:before {
    content: "\e3e8";
}

.icon-flip_to_back:before {
    content: "\e882";
}

.icon-flip_to_front:before {
    content: "\e883";
}

.icon-folder7:before {
    content: "\e2c7";
}

.icon-folder_open:before {
    content: "\e2c8";
}

.icon-folder_shared:before {
    content: "\e2c9";
}

.icon-folder_special:before {
    content: "\e617";
}

.icon-font_download:before {
    content: "\e167";
}

.icon-format_align_center:before {
    content: "\e234";
}

.icon-format_align_justify:before {
    content: "\e235";
}

.icon-format_align_left:before {
    content: "\e236";
}

.icon-format_align_right:before {
    content: "\e237";
}

.icon-format_bold:before {
    content: "\e238";
}

.icon-format_clear:before {
    content: "\e239";
}

.icon-format_color_fill:before {
    content: "\e23a";
}

.icon-format_color_reset:before {
    content: "\e23b";
}

.icon-format_color_text:before {
    content: "\e23c";
}

.icon-format_indent_decrease:before {
    content: "\e23d";
}

.icon-format_indent_increase:before {
    content: "\e23e";
}

.icon-format_italic:before {
    content: "\e23f";
}

.icon-format_line_spacing:before {
    content: "\e240";
}

.icon-format_list_bulleted:before {
    content: "\e241";
}

.icon-format_list_numbered:before {
    content: "\e242";
}

.icon-format_paint:before {
    content: "\e243";
}

.icon-format_quote:before {
    content: "\e244";
}

.icon-format_shapes:before {
    content: "\e25e";
}

.icon-format_size:before {
    content: "\e245";
}

.icon-format_strikethrough:before {
    content: "\e246";
}

.icon-format_textdirection_l_to_r:before {
    content: "\e247";
}

.icon-format_textdirection_r_to_l:before {
    content: "\e248";
}

.icon-format_underlined:before {
    content: "\e249";
}

.icon-question_answer:before {
    content: "\e8af";
}

.icon-forward2:before {
    content: "\e154";
}

.icon-forward_10:before {
    content: "\e056";
}

.icon-forward_30:before {
    content: "\e057";
}

.icon-forward_5:before {
    content: "\e058";
}

.icon-free_breakfast:before {
    content: "\edaa";
}

.icon-fullscreen:before {
    content: "\e5d0";
}

.icon-fullscreen_exit:before {
    content: "\e5d1";
}

.icon-functions:before {
    content: "\e24a";
}

.icon-g_translate:before {
    content: "\edab";
}

.icon-games:before {
    content: "\e021";
}

.icon-gavel2:before {
    content: "\edac";
}

.icon-gesture:before {
    content: "\e155";
}

.icon-gif:before {
    content: "\edad";
}

.icon-goat:before {
    content: "\edae";
}

.icon-golf_course:before {
    content: "\edaf";
}

.icon-my_location:before {
    content: "\e55c";
}

.icon-location_searching:before {
    content: "\e1b7";
}

.icon-location_disabled:before {
    content: "\e1b6";
}

.icon-star4:before {
    content: "\e838";
}

.icon-gradient:before {
    content: "\e3e9";
}

.icon-grain:before {
    content: "\e3ea";
}

.icon-graphic_eq:before {
    content: "\e1b8";
}

.icon-grid_off:before {
    content: "\e3eb";
}

.icon-grid_on:before {
    content: "\e3ec";
}

.icon-people:before {
    content: "\e7fb";
}

.icon-group_add:before {
    content: "\e7f0";
}

.icon-group_work:before {
    content: "\e886";
}

.icon-hd:before {
    content: "\e052";
}

.icon-hdr_off:before {
    content: "\e3ed";
}

.icon-hdr_on:before {
    content: "\e3ee";
}

.icon-hdr_strong:before {
    content: "\e3f1";
}

.icon-hdr_weak:before {
    content: "\e3f2";
}

.icon-headset2:before {
    content: "\e310";
}

.icon-headset_mic:before {
    content: "\e311";
}

.icon-healing:before {
    content: "\e3f3";
}

.icon-hearing:before {
    content: "\e023";
}

.icon-help:before {
    content: "\e887";
}

.icon-help_outline:before {
    content: "\e8fd";
}

.icon-high_quality:before {
    content: "\e024";
}

.icon-highlight:before {
    content: "\e25f";
}

.icon-highlight_off:before {
    content: "\e888";
}

.icon-restore:before {
    content: "\e8b3";
}

.icon-home2:before {
    content: "\e88a";
}

.icon-hot_tub:before {
    content: "\edb0";
}

.icon-local_hotel:before {
    content: "\e549";
}

.icon-hourglass_empty:before {
    content: "\e88b";
}

.icon-hourglass_full:before {
    content: "\e88c";
}

.icon-http:before {
    content: "\edb1";
}

.icon-lock4:before {
    content: "\e897";
}

.icon-photo2:before {
    content: "\e410";
}

.icon-image_aspect_ratio:before {
    content: "\e3f5";
}

.icon-import_contacts:before {
    content: "\e0e0";
}

.icon-import_export:before {
    content: "\e0c3";
}

.icon-important_devices:before {
    content: "\edb2";
}

.icon-inbox4:before {
    content: "\e156";
}

.icon-indeterminate_check_box:before {
    content: "\edb3";
}

.icon-info2:before {
    content: "\e88e";
}

.icon-info_outline:before {
    content: "\e88f";
}

.icon-input:before {
    content: "\e890";
}

.icon-insert_comment:before {
    content: "\e24c";
}

.icon-insert_drive_file:before {
    content: "\e24d";
}

.icon-tag_faces:before {
    content: "\e420";
}

.icon-link2:before {
    content: "\e157";
}

.icon-invert_colors:before {
    content: "\e891";
}

.icon-invert_colors_off:before {
    content: "\e0c4";
}

.icon-iso:before {
    content: "\e3f6";
}

.icon-keyboard:before {
    content: "\e312";
}

.icon-keyboard_arrow_down:before {
    content: "\e313";
}

.icon-keyboard_arrow_left:before {
    content: "\e314";
}

.icon-keyboard_arrow_right:before {
    content: "\e315";
}

.icon-keyboard_arrow_up:before {
    content: "\e316";
}

.icon-keyboard_backspace:before {
    content: "\e317";
}

.icon-keyboard_capslock:before {
    content: "\e318";
}

.icon-keyboard_hide:before {
    content: "\e31a";
}

.icon-keyboard_return:before {
    content: "\e31b";
}

.icon-keyboard_tab:before {
    content: "\e31c";
}

.icon-keyboard_voice:before {
    content: "\e31d";
}

.icon-kitchen:before {
    content: "\edb4";
}

.icon-label:before {
    content: "\e892";
}

.icon-label_outline:before {
    content: "\e893";
}

.icon-language2:before {
    content: "\e894";
}

.icon-laptop_chromebook:before {
    content: "\e31f";
}

.icon-laptop_mac:before {
    content: "\e320";
}

.icon-laptop_windows:before {
    content: "\e321";
}

.icon-last_page:before {
    content: "\e5dd";
}

.icon-open_in_new:before {
    content: "\e89e";
}

.icon-layers:before {
    content: "\e53b";
}

.icon-layers_clear:before {
    content: "\e53c";
}

.icon-leak_add:before {
    content: "\e3f8";
}

.icon-leak_remove:before {
    content: "\e3f9";
}

.icon-lens:before {
    content: "\e3fa";
}

.icon-library_books:before {
    content: "\e02f";
}

.icon-library_music:before {
    content: "\e030";
}

.icon-lightbulb_outline:before {
    content: "\edb5";
}

.icon-line_style:before {
    content: "\edb6";
}

.icon-line_weight:before {
    content: "\edb7";
}

.icon-linear_scale:before {
    content: "\e260";
}

.icon-linked_camera:before {
    content: "\e438";
}

.icon-list4:before {
    content: "\e896";
}

.icon-live_help:before {
    content: "\e0c6";
}

.icon-live_tv:before {
    content: "\e639";
}

.icon-local_play:before {
    content: "\e553";
}

.icon-local_airport:before {
    content: "\e53d";
}

.icon-local_atm:before {
    content: "\e53e";
}

.icon-local_bar:before {
    content: "\e540";
}

.icon-local_cafe:before {
    content: "\e541";
}

.icon-local_car_wash:before {
    content: "\e542";
}

.icon-local_convenience_store:before {
    content: "\e543";
}

.icon-restaurant_menu:before {
    content: "\e561";
}

.icon-local_drink:before {
    content: "\e544";
}

.icon-local_florist:before {
    content: "\e545";
}

.icon-local_gas_station:before {
    content: "\e546";
}

.icon-shopping_cart:before {
    content: "\e8cc";
}

.icon-local_hospital:before {
    content: "\e548";
}

.icon-local_laundry_service:before {
    content: "\e54a";
}

.icon-local_library:before {
    content: "\e54b";
}

.icon-local_mall:before {
    content: "\e54c";
}

.icon-theaters:before {
    content: "\e8da";
}

.icon-local_offer:before {
    content: "\e54e";
}

.icon-local_parking:before {
    content: "\e54f";
}

.icon-local_pharmacy:before {
    content: "\e550";
}

.icon-local_pizza:before {
    content: "\e552";
}

.icon-print2:before {
    content: "\e8ad";
}

.icon-local_shipping:before {
    content: "\e558";
}

.icon-local_taxi:before {
    content: "\e559";
}

.icon-location_city:before {
    content: "\e7f1";
}

.icon-location_off:before {
    content: "\e0c7";
}

.icon-room:before {
    content: "\e8b4";
}

.icon-lock_open:before {
    content: "\e898";
}

.icon-lock_outline:before {
    content: "\e899";
}

.icon-looks:before {
    content: "\e3fc";
}

.icon-looks_3:before {
    content: "\e3fb";
}

.icon-looks_4:before {
    content: "\e3fd";
}

.icon-looks_5:before {
    content: "\e3fe";
}

.icon-looks_6:before {
    content: "\e3ff";
}

.icon-looks_one:before {
    content: "\e400";
}

.icon-looks_two:before {
    content: "\e401";
}

.icon-sync:before {
    content: "\e627";
}

.icon-loupe:before {
    content: "\e402";
}

.icon-low_priority:before {
    content: "\e16d";
}

.icon-loyalty:before {
    content: "\e89a";
}

.icon-mail_outline:before {
    content: "\e0e1";
}

.icon-map2:before {
    content: "\e55b";
}

.icon-markunread_mailbox:before {
    content: "\e89b";
}

.icon-memory:before {
    content: "\e322";
}

.icon-menu:before {
    content: "\e5d2";
}

.icon-message:before {
    content: "\e0c9";
}

.icon-mic:before {
    content: "\e029";
}

.icon-mic_none:before {
    content: "\e02a";
}

.icon-mic_off:before {
    content: "\e02b";
}

.icon-mms:before {
    content: "\e618";
}

.icon-mode_comment:before {
    content: "\e253";
}

.icon-monetization_on:before {
    content: "\e263";
}

.icon-money_off:before {
    content: "\e25c";
}

.icon-monochrome_photos:before {
    content: "\e403";
}

.icon-mood_bad:before {
    content: "\e7f3";
}

.icon-more:before {
    content: "\e619";
}

.icon-more_horiz:before {
    content: "\e5d3";
}

.icon-more_vert:before {
    content: "\e5d4";
}

.icon-motorcycle2:before {
    content: "\edb8";
}

.icon-mouse:before {
    content: "\e323";
}

.icon-move_to_inbox:before {
    content: "\e168";
}

.icon-movie_creation:before {
    content: "\e404";
}

.icon-movie_filter:before {
    content: "\e43a";
}

.icon-multiline_chart:before {
    content: "\e6df";
}

.icon-music_note:before {
    content: "\e405";
}

.icon-music_video:before {
    content: "\e063";
}

.icon-nature:before {
    content: "\e406";
}

.icon-nature_people:before {
    content: "\e407";
}

.icon-navigation:before {
    content: "\e55d";
}

.icon-near_me:before {
    content: "\e569";
}

.icon-network_cell:before {
    content: "\e1b9";
}

.icon-network_check:before {
    content: "\e640";
}

.icon-network_locked:before {
    content: "\e61a";
}

.icon-network_wifi:before {
    content: "\e1ba";
}

.icon-new_releases:before {
    content: "\e031";
}

.icon-next_week:before {
    content: "\e16a";
}

.icon-nfc:before {
    content: "\e1bb";
}

.icon-no_encryption:before {
    content: "\e641";
}

.icon-signal_cellular_no_sim:before {
    content: "\e1ce";
}

.icon-note3:before {
    content: "\e06f";
}

.icon-note_add:before {
    content: "\e89c";
}

.icon-notifications:before {
    content: "\e7f4";
}

.icon-notifications_active:before {
    content: "\e7f7";
}

.icon-notifications_none:before {
    content: "\e7f5";
}

.icon-notifications_off:before {
    content: "\e7f6";
}

.icon-notifications_paused:before {
    content: "\e7f8";
}

.icon-offline_pin:before {
    content: "\edb9";
}

.icon-ondemand_video:before {
    content: "\e63a";
}

.icon-opacity:before {
    content: "\edba";
}

.icon-open_in_browser:before {
    content: "\e89d";
}

.icon-open_with:before {
    content: "\e89f";
}

.icon-pages:before {
    content: "\e7f9";
}

.icon-pageview:before {
    content: "\e8a0";
}

.icon-pan_tool:before {
    content: "\edbb";
}

.icon-panorama:before {
    content: "\e40b";
}

.icon-radio_button_unchecked:before {
    content: "\e836";
}

.icon-panorama_horizontal:before {
    content: "\e40d";
}

.icon-panorama_vertical:before {
    content: "\e40e";
}

.icon-panorama_wide_angle:before {
    content: "\e40f";
}

.icon-party_mode:before {
    content: "\e7fa";
}

.icon-pause2:before {
    content: "\e034";
}

.icon-pause_circle_filled:before {
    content: "\e035";
}

.icon-pause_circle_outline:before {
    content: "\e036";
}

.icon-people_outline:before {
    content: "\e7fc";
}

.icon-perm_camera_mic:before {
    content: "\e8a2";
}

.icon-perm_contact_calendar:before {
    content: "\e8a3";
}

.icon-perm_data_setting:before {
    content: "\e8a4";
}

.icon-perm_device_information:before {
    content: "\e8a5";
}

.icon-person_outline:before {
    content: "\e7ff";
}

.icon-perm_media:before {
    content: "\e8a7";
}

.icon-perm_phone_msg:before {
    content: "\e8a8";
}

.icon-perm_scan_wifi:before {
    content: "\e8a9";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-person_add:before {
    content: "\e7fe";
}

.icon-person_pin:before {
    content: "\e55a";
}

.icon-person_pin_circle:before {
    content: "\e56a";
}

.icon-personal_video:before {
    content: "\e63b";
}

.icon-pets:before {
    content: "\edbc";
}

.icon-phone_android:before {
    content: "\e324";
}

.icon-phone_bluetooth_speaker:before {
    content: "\e61b";
}

.icon-phone_forwarded:before {
    content: "\e61c";
}

.icon-phone_in_talk:before {
    content: "\e61d";
}

.icon-phone_iphone:before {
    content: "\e325";
}

.icon-phone_locked:before {
    content: "\e61e";
}

.icon-phone_missed:before {
    content: "\e61f";
}

.icon-phone_paused:before {
    content: "\e620";
}

.icon-phonelink_erase:before {
    content: "\e0db";
}

.icon-phonelink_lock:before {
    content: "\e0dc";
}

.icon-phonelink_off:before {
    content: "\e327";
}

.icon-phonelink_ring:before {
    content: "\e0dd";
}

.icon-phonelink_setup:before {
    content: "\e0de";
}

.icon-photo_album:before {
    content: "\e411";
}

.icon-photo_filter:before {
    content: "\e43b";
}

.icon-photo_size_select_actual:before {
    content: "\e432";
}

.icon-photo_size_select_large:before {
    content: "\e433";
}

.icon-photo_size_select_small:before {
    content: "\e434";
}

.icon-picture_as_pdf:before {
    content: "\e415";
}

.icon-picture_in_picture:before {
    content: "\e8aa";
}

.icon-picture_in_picture_alt:before {
    content: "\edbd";
}

.icon-pie_chart:before {
    content: "\e6c4";
}

.icon-pie_chart_outlined:before {
    content: "\e6c5";
}

.icon-pin_drop:before {
    content: "\e55e";
}

.icon-play_arrow:before {
    content: "\e037";
}

.icon-play_circle_filled:before {
    content: "\e038";
}

.icon-play_circle_outline:before {
    content: "\e039";
}

.icon-play_for_work:before {
    content: "\edbe";
}

.icon-playlist_add:before {
    content: "\e03b";
}

.icon-playlist_add_check:before {
    content: "\e065";
}

.icon-playlist_play:before {
    content: "\e05f";
}

.icon-plus_one:before {
    content: "\e800";
}

.icon-polymer:before {
    content: "\e8ab";
}

.icon-pool:before {
    content: "\edbf";
}

.icon-portable_wifi_off:before {
    content: "\e0ce";
}

.icon-portrait:before {
    content: "\e416";
}

.icon-power:before {
    content: "\e63c";
}

.icon-power_input:before {
    content: "\e336";
}

.icon-power_settings_new:before {
    content: "\e8ac";
}

.icon-pregnant_woman:before {
    content: "\edc0";
}

.icon-present_to_all:before {
    content: "\e0df";
}

.icon-priority_high:before {
    content: "\e645";
}

.icon-public:before {
    content: "\e80b";
}

.icon-publish:before {
    content: "\e255";
}

.icon-queue_music:before {
    content: "\e03d";
}

.icon-queue_play_next:before {
    content: "\e066";
}

.icon-radio:before {
    content: "\e03e";
}

.icon-radio_button_checked:before {
    content: "\e837";
}

.icon-rate_review:before {
    content: "\e560";
}

.icon-receipt:before {
    content: "\e8b0";
}

.icon-recent_actors:before {
    content: "\e03f";
}

.icon-record_voice_over:before {
    content: "\edc1";
}

.icon-redo:before {
    content: "\e15a";
}

.icon-refresh2:before {
    content: "\e5d5";
}

.icon-remove2:before {
    content: "\e15b";
}

.icon-remove_circle_outline:before {
    content: "\e15d";
}

.icon-remove_from_queue:before {
    content: "\e067";
}

.icon-visibility:before {
    content: "\e8f4";
}

.icon-remove_shopping_cart:before {
    content: "\edc2";
}

.icon-reorder2:before {
    content: "\e8fe";
}

.icon-repeat2:before {
    content: "\e040";
}

.icon-repeat_one:before {
    content: "\e041";
}

.icon-replay:before {
    content: "\e042";
}

.icon-replay_10:before {
    content: "\e059";
}

.icon-replay_30:before {
    content: "\e05a";
}

.icon-replay_5:before {
    content: "\e05b";
}

.icon-reply2:before {
    content: "\e15e";
}

.icon-reply_all:before {
    content: "\e15f";
}

.icon-report2:before {
    content: "\e160";
}

.icon-warning4:before {
    content: "\e002";
}

.icon-restaurant:before {
    content: "\e56c";
}

.icon-restore_page:before {
    content: "\edc3";
}

.icon-ring_volume:before {
    content: "\e0d1";
}

.icon-room_service:before {
    content: "\edc4";
}

.icon-rotate_90_degrees_ccw:before {
    content: "\e418";
}

.icon-rotate_left:before {
    content: "\e419";
}

.icon-rotate_right:before {
    content: "\e41a";
}

.icon-rounded_corner:before {
    content: "\edc5";
}

.icon-router:before {
    content: "\e328";
}

.icon-rowing:before {
    content: "\edc6";
}

.icon-rss_feed:before {
    content: "\e0e5";
}

.icon-rv_hookup:before {
    content: "\e642";
}

.icon-satellite:before {
    content: "\e562";
}

.icon-save2:before {
    content: "\e161";
}

.icon-scanner:before {
    content: "\e329";
}

.icon-school:before {
    content: "\e80c";
}

.icon-screen_lock_landscape:before {
    content: "\e1be";
}

.icon-screen_lock_portrait:before {
    content: "\e1bf";
}

.icon-screen_lock_rotation:before {
    content: "\e1c0";
}

.icon-screen_rotation:before {
    content: "\e1c1";
}

.icon-screen_share:before {
    content: "\e0e2";
}

.icon-sd_storage:before {
    content: "\e1c2";
}

.icon-search4:before {
    content: "\e8b6";
}

.icon-security2:before {
    content: "\e32a";
}

.icon-select_all:before {
    content: "\e162";
}

.icon-send2:before {
    content: "\e163";
}

.icon-sentiment_dissatisfied:before {
    content: "\e811";
}

.icon-sentiment_neutral:before {
    content: "\e812";
}

.icon-sentiment_satisfied:before {
    content: "\e813";
}

.icon-sentiment_very_dissatisfied:before {
    content: "\e814";
}

.icon-sentiment_very_satisfied:before {
    content: "\e815";
}

.icon-settings2:before {
    content: "\e8b8";
}

.icon-settings_applications:before {
    content: "\e8b9";
}

.icon-settings_backup_restore:before {
    content: "\e8ba";
}

.icon-settings_bluetooth:before {
    content: "\e8bb";
}

.icon-settings_brightness:before {
    content: "\e8bd";
}

.icon-settings_cell:before {
    content: "\e8bc";
}

.icon-settings_ethernet:before {
    content: "\e8be";
}

.icon-settings_input_antenna:before {
    content: "\e8bf";
}

.icon-settings_input_composite:before {
    content: "\e8c1";
}

.icon-settings_input_hdmi:before {
    content: "\e8c2";
}

.icon-settings_input_svideo:before {
    content: "\e8c3";
}

.icon-settings_overscan:before {
    content: "\e8c4";
}

.icon-settings_phone:before {
    content: "\e8c5";
}

.icon-settings_power:before {
    content: "\e8c6";
}

.icon-settings_remote:before {
    content: "\e8c7";
}

.icon-settings_system_daydream:before {
    content: "\e1c3";
}

.icon-settings_voice:before {
    content: "\e8c8";
}

.icon-share2:before {
    content: "\e80d";
}

.icon-shop2:before {
    content: "\e8c9";
}

.icon-shop_two:before {
    content: "\e8ca";
}

.icon-shopping_basket:before {
    content: "\e8cb";
}

.icon-short_text:before {
    content: "\e261";
}

.icon-show_chart:before {
    content: "\e6e1";
}

.icon-shuffle:before {
    content: "\e043";
}

.icon-signal_cellular_4_bar:before {
    content: "\e1c8";
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd";
}

.icon-signal_cellular_null:before {
    content: "\e1cf";
}

.icon-signal_cellular_off:before {
    content: "\e1d0";
}

.icon-signal_wifi_4_bar:before {
    content: "\e1d8";
}

.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9";
}

.icon-signal_wifi_off:before {
    content: "\e1da";
}

.icon-sim_card:before {
    content: "\e32b";
}

.icon-sim_card_alert:before {
    content: "\e624";
}

.icon-skip_next:before {
    content: "\e044";
}

.icon-skip_previous:before {
    content: "\e045";
}

.icon-slideshow:before {
    content: "\e41b";
}

.icon-slow_motion_video:before {
    content: "\e068";
}

.icon-stay_primary_portrait:before {
    content: "\e0d6";
}

.icon-smoke_free:before {
    content: "\edc7";
}

.icon-smoking_rooms:before {
    content: "\edc8";
}

.icon-textsms:before {
    content: "\e0d8";
}

.icon-snooze:before {
    content: "\e046";
}

.icon-sort2:before {
    content: "\e164";
}

.icon-sort_by_alpha:before {
    content: "\e053";
}

.icon-spa:before {
    content: "\edc9";
}

.icon-space_bar:before {
    content: "\e256";
}

.icon-speaker:before {
    content: "\e32d";
}

.icon-speaker_group:before {
    content: "\e32e";
}

.icon-speaker_notes:before {
    content: "\e8cd";
}

.icon-speaker_notes_off:before {
    content: "\edca";
}

.icon-speaker_phone:before {
    content: "\e0d2";
}

.icon-spellcheck:before {
    content: "\e8ce";
}

.icon-star_border:before {
    content: "\e83a";
}

.icon-star_half:before {
    content: "\e839";
}

.icon-stars3:before {
    content: "\e8d0";
}

.icon-stay_primary_landscape:before {
    content: "\e0d5";
}

.icon-stop2:before {
    content: "\e047";
}

.icon-stop_screen_share:before {
    content: "\e0e3";
}

.icon-storage:before {
    content: "\e1db";
}

.icon-store_mall_directory:before {
    content: "\e563";
}

.icon-straighten:before {
    content: "\e41c";
}

.icon-streetview:before {
    content: "\e56e";
}

.icon-strikethrough_s:before {
    content: "\e257";
}

.icon-style:before {
    content: "\e41d";
}

.icon-subdirectory_arrow_left:before {
    content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
    content: "\e5da";
}

.icon-subject:before {
    content: "\e8d2";
}

.icon-subscriptions:before {
    content: "\e064";
}

.icon-subtitles:before {
    content: "\e048";
}

.icon-subway2:before {
    content: "\e56f";
}

.icon-supervisor_account:before {
    content: "\e8d3";
}

.icon-surround_sound:before {
    content: "\e049";
}

.icon-swap_calls:before {
    content: "\e0d7";
}

.icon-swap_horiz:before {
    content: "\e8d4";
}

.icon-swap_vert:before {
    content: "\e8d5";
}

.icon-swap_vertical_circle:before {
    content: "\e8d6";
}

.icon-switch_camera:before {
    content: "\e41e";
}

.icon-switch_video:before {
    content: "\e41f";
}

.icon-sync_disabled:before {
    content: "\e628";
}

.icon-sync_problem:before {
    content: "\e629";
}

.icon-system_update:before {
    content: "\e62a";
}

.icon-system_update_alt:before {
    content: "\e8d7";
}

.icon-tab:before {
    content: "\e8d8";
}

.icon-tab_unselected:before {
    content: "\e8d9";
}

.icon-tablet3:before {
    content: "\e32f";
}

.icon-tablet_android:before {
    content: "\e330";
}

.icon-tablet_mac:before {
    content: "\e331";
}

.icon-tap_and_play:before {
    content: "\e62b";
}

.icon-text_fields:before {
    content: "\e262";
}

.icon-text_format:before {
    content: "\e165";
}

.icon-texture:before {
    content: "\e421";
}

.icon-thumb_down:before {
    content: "\e8db";
}

.icon-thumb_up:before {
    content: "\e8dc";
}

.icon-thumbs_up_down:before {
    content: "\e8dd";
}

.icon-timelapse:before {
    content: "\e422";
}

.icon-timeline:before {
    content: "\edcb";
}

.icon-timer:before {
    content: "\e425";
}

.icon-timer_10:before {
    content: "\e423";
}

.icon-timer_3:before {
    content: "\e424";
}

.icon-timer_off:before {
    content: "\e426";
}

.icon-title:before {
    content: "\e264";
}

.icon-toc:before {
    content: "\e8de";
}

.icon-today:before {
    content: "\e8df";
}

.icon-toll:before {
    content: "\e8e0";
}

.icon-tonality:before {
    content: "\e427";
}

.icon-touch_app:before {
    content: "\edcc";
}

.icon-toys:before {
    content: "\e332";
}

.icon-track_changes:before {
    content: "\e8e1";
}

.icon-traffic:before {
    content: "\e565";
}

.icon-train2:before {
    content: "\e570";
}

.icon-tram:before {
    content: "\e571";
}

.icon-transfer_within_a_station:before {
    content: "\e572";
}

.icon-transform:before {
    content: "\e428";
}

.icon-translate:before {
    content: "\e8e2";
}

.icon-trending_down:before {
    content: "\e8e3";
}

.icon-trending_flat:before {
    content: "\e8e4";
}

.icon-trending_up:before {
    content: "\e8e5";
}

.icon-tune:before {
    content: "\e429";
}

.icon-tv2:before {
    content: "\e333";
}

.icon-unarchive:before {
    content: "\e169";
}

.icon-undo2:before {
    content: "\e166";
}

.icon-unfold_less:before {
    content: "\e5d6";
}

.icon-unfold_more:before {
    content: "\e5d7";
}

.icon-update:before {
    content: "\edcd";
}

.icon-usb2:before {
    content: "\e1e0";
}

.icon-verified_user:before {
    content: "\e8e8";
}

.icon-vertical_align_bottom:before {
    content: "\e258";
}

.icon-vertical_align_center:before {
    content: "\e259";
}

.icon-vertical_align_top:before {
    content: "\e25a";
}

.icon-vibration:before {
    content: "\e62d";
}

.icon-video_call:before {
    content: "\e070";
}

.icon-video_label:before {
    content: "\e071";
}

.icon-video_library:before {
    content: "\e04a";
}

.icon-videocam:before {
    content: "\e04b";
}

.icon-videocam_off:before {
    content: "\e04c";
}

.icon-videogame_asset:before {
    content: "\e338";
}

.icon-view_agenda:before {
    content: "\e8e9";
}

.icon-view_array:before {
    content: "\e8ea";
}

.icon-view_carousel:before {
    content: "\e8eb";
}

.icon-view_column:before {
    content: "\e8ec";
}

.icon-view_comfy:before {
    content: "\e42a";
}

.icon-view_compact:before {
    content: "\e42b";
}

.icon-view_day:before {
    content: "\e8ed";
}

.icon-view_headline:before {
    content: "\e8ee";
}

.icon-view_list:before {
    content: "\e8ef";
}

.icon-view_module:before {
    content: "\e8f0";
}

.icon-view_quilt:before {
    content: "\e8f1";
}

.icon-view_stream:before {
    content: "\e8f2";
}

.icon-view_week:before {
    content: "\e8f3";
}

.icon-vignette:before {
    content: "\e435";
}

.icon-visibility_off:before {
    content: "\e8f5";
}

.icon-voice_chat:before {
    content: "\e62e";
}

.icon-voicemail:before {
    content: "\e0d9";
}

.icon-volume_down:before {
    content: "\e04d";
}

.icon-volume_mute:before {
    content: "\e04e";
}

.icon-volume_off:before {
    content: "\e04f";
}

.icon-volume_up:before {
    content: "\e050";
}

.icon-vpn_key:before {
    content: "\e0da";
}

.icon-vpn_lock:before {
    content: "\e62f";
}

.icon-wallpaper:before {
    content: "\e1bc";
}

.icon-watch:before {
    content: "\e334";
}

.icon-watch_later:before {
    content: "\edce";
}

.icon-wb_auto:before {
    content: "\e42c";
}

.icon-wb_incandescent:before {
    content: "\e42e";
}

.icon-wb_iridescent:before {
    content: "\e436";
}

.icon-wb_sunny:before {
    content: "\e430";
}

.icon-wc:before {
    content: "\e63d";
}

.icon-web:before {
    content: "\e051";
}

.icon-web_asset:before {
    content: "\e069";
}

.icon-weekend:before {
    content: "\e16b";
}

.icon-whatshot:before {
    content: "\e80e";
}

.icon-widgets:before {
    content: "\e1bd";
}

.icon-wifi2:before {
    content: "\e63e";
}

.icon-wifi_lock:before {
    content: "\e1e1";
}

.icon-wifi_tethering:before {
    content: "\e1e2";
}

.icon-work:before {
    content: "\e8f9";
}

.icon-wrap_text:before {
    content: "\e25b";
}

.icon-youtube_searched_for:before {
    content: "\e8fa";
}

.icon-zoom_in:before {
    content: "\e8ff";
}

.icon-zoom_out:before {
    content: "\edcf";
}

.icon-zoom_out_map:before {
    content: "\e56b";
}

.icon-agenda:before {
    content: "\ed30";
}

.icon-analytics-1:before {
    content: "\ed31";
}

.icon-analytics-2:before {
    content: "\ed32";
}

.icon-analytics-3:before {
    content: "\ed33";
}

.icon-analytics:before {
    content: "\ed34";
}

.icon-axis:before {
    content: "\ed35";
}

.icon-bar-chart-1:before {
    content: "\ed36";
}

.icon-bar-chart2:before {
    content: "\ed37";
}

.icon-binoculars2:before {
    content: "\ed38";
}

.icon-budget:before {
    content: "\ed39";
}

.icon-calculator2:before {
    content: "\ed3a";
}

.icon-calendar2:before {
    content: "\ed3b";
}

.icon-cash-register:before {
    content: "\ed3c";
}

.icon-chat:before {
    content: "\ed3d";
}

.icon-check2:before {
    content: "\ed3e";
}

.icon-chess:before {
    content: "\ed3f";
}

.icon-coffee2:before {
    content: "\ed40";
}

.icon-credit-card-1:before {
    content: "\ed41";
}

.icon-credit-card-2:before {
    content: "\ed42";
}

.icon-credit-card2:before {
    content: "\ed43";
}

.icon-desktop2:before {
    content: "\ed44";
}

.icon-diamond2:before {
    content: "\ed45";
}

.icon-email2:before {
    content: "\ed46";
}

.icon-exchange2:before {
    content: "\ed47";
}

.icon-factory:before {
    content: "\ed48";
}

.icon-flask2:before {
    content: "\ed49";
}

.icon-focus:before {
    content: "\ed4a";
}

.icon-globalization:before {
    content: "\ed4b";
}

.icon-goal:before {
    content: "\ed4c";
}

.icon-goals-1:before {
    content: "\ed4d";
}

.icon-goals-2:before {
    content: "\ed4e";
}

.icon-goals:before {
    content: "\ed4f";
}

.icon-gold:before {
    content: "\ed50";
}

.icon-growth2:before {
    content: "\ed51";
}

.icon-handshake2:before {
    content: "\ed52";
}

.icon-headset:before {
    content: "\ed53";
}

.icon-id-card2:before {
    content: "\ed54";
}

.icon-investigation:before {
    content: "\ed55";
}

.icon-investment-1:before {
    content: "\ed56";
}

.icon-investment-2:before {
    content: "\ed57";
}

.icon-investment-3:before {
    content: "\ed58";
}

.icon-investment:before {
    content: "\ed59";
}

.icon-invoice-1:before {
    content: "\ed5a";
}

.icon-invoice:before {
    content: "\ed5b";
}

.icon-laptop2:before {
    content: "\ed5c";
}

.icon-light-bulb:before {
    content: "\ed5d";
}

.icon-line-chart-1:before {
    content: "\ed5e";
}

.icon-line-chart-2:before {
    content: "\ed5f";
}

.icon-line-chart2:before {
    content: "\ed60";
}

.icon-list3:before {
    content: "\ed61";
}

.icon-meeting:before {
    content: "\ed62";
}

.icon-megaphone:before {
    content: "\ed63";
}

.icon-money-1:before {
    content: "\ed64";
}

.icon-money-2:before {
    content: "\ed65";
}

.icon-money-3:before {
    content: "\ed66";
}

.icon-money-bag:before {
    content: "\ed67";
}

.icon-money2:before {
    content: "\ed68";
}

.icon-orders:before {
    content: "\ed69";
}

.icon-organization-1:before {
    content: "\ed6a";
}

.icon-organization-2:before {
    content: "\ed6b";
}

.icon-organization-3:before {
    content: "\ed6c";
}

.icon-organization-4:before {
    content: "\ed6d";
}

.icon-organization:before {
    content: "\ed6e";
}

.icon-pay-point:before {
    content: "\ed6f";
}

.icon-pie-chart-1:before {
    content: "\ed70";
}

.icon-pie-chart2:before {
    content: "\ed71";
}

.icon-piggy-bank:before {
    content: "\ed72";
}

.icon-placeholder2:before {
    content: "\ed73";
}

.icon-presentation-12:before {
    content: "\ed74";
}

.icon-presentation2:before {
    content: "\ed75";
}

.icon-profile-1:before {
    content: "\ed76";
}

.icon-profile-2:before {
    content: "\ed77";
}

.icon-profile-3:before {
    content: "\ed78";
}

.icon-profile-4:before {
    content: "\ed79";
}

.icon-profile:before {
    content: "\ed7a";
}

.icon-protection:before {
    content: "\ed7b";
}

.icon-report:before {
    content: "\ed7c";
}

.icon-safebox:before {
    content: "\ed7d";
}

.icon-security:before {
    content: "\ed7e";
}

.icon-settings:before {
    content: "\ed7f";
}

.icon-shop:before {
    content: "\ed80";
}

.icon-shopping-bag2:before {
    content: "\ed81";
}

.icon-shopping-basket2:before {
    content: "\ed82";
}

.icon-shopping-cart2:before {
    content: "\ed83";
}

.icon-skyscraper:before {
    content: "\ed84";
}

.icon-smartphone2:before {
    content: "\ed85";
}

.icon-startup:before {
    content: "\ed86";
}

.icon-suitcase2:before {
    content: "\ed87";
}

.icon-tablet2:before {
    content: "\ed88";
}

.icon-tags4:before {
    content: "\ed89";
}

.icon-target-12:before {
    content: "\ed8a";
}

.icon-target4:before {
    content: "\ed8b";
}

.icon-taxes:before {
    content: "\ed8c";
}

.icon-telephone:before {
    content: "\ed8d";
}

.icon-tie:before {
    content: "\ed8e";
}

.icon-time-is-money-1:before {
    content: "\ed8f";
}

.icon-time-is-money:before {
    content: "\ed90";
}

.icon-trophy7:before {
    content: "\ed91";
}

.icon-video-player:before {
    content: "\ed92";
}

.icon-wallet:before {
    content: "\ed93";
}

.icon-avatar:before {
    content: "\e900";
}

.icon-briefcase:before {
    content: "\e901";
}

.icon-building:before {
    content: "\e902";
}

.icon-coding:before {
    content: "\e903";
}

.icon-creativity:before {
    content: "\e904";
}

.icon-desk-chair:before {
    content: "\e905";
}

.icon-email:before {
    content: "\e906";
}

.icon-folder:before {
    content: "\e907";
}

.icon-graduation:before {
    content: "\e908";
}

.icon-growth:before {
    content: "\e909";
}

.icon-handshake:before {
    content: "\e90a";
}

.icon-house:before {
    content: "\e90b";
}

.icon-idea:before {
    content: "\e90c";
}

.icon-key:before {
    content: "\e90d";
}

.icon-list:before {
    content: "\e90e";
}

.icon-mail:before {
    content: "\e90f";
}

.icon-mask:before {
    content: "\e910";
}

.icon-medal:before {
    content: "\e911";
}

.icon-mortarboard:before {
    content: "\e912";
}

.icon-newspaper:before {
    content: "\e913";
}

.icon-padlock:before {
    content: "\e914";
}

.icon-path:before {
    content: "\e915";
}

.icon-placeholder:before {
    content: "\e916";
}

.icon-presentation-1:before {
    content: "\e917";
}

.icon-presentation:before {
    content: "\e918";
}

.icon-responsive:before {
    content: "\e919";
}

.icon-resume:before {
    content: "\e91a";
}

.icon-sir:before {
    content: "\e91b";
}

.icon-smartphone:before {
    content: "\e91c";
}

.icon-strength:before {
    content: "\e91d";
}

.icon-target-1:before {
    content: "\e91e";
}

.icon-target:before {
    content: "\e91f";
}

.icon-telescope:before {
    content: "\e920";
}

.icon-translator:before {
    content: "\e921";
}

.icon-trophy:before {
    content: "\e922";
}

.icon-ukelele:before {
    content: "\e923";
}

.icon-mail-envelope2:before {
    content: "\e924";
}

.icon-mail-envelope:before {
    content: "\e925";
}

.icon-mail-envelope-open:before {
    content: "\e926";
}

.icon-mail-envelope-open2:before {
    content: "\e927";
}

.icon-mail-envelope-closed:before {
    content: "\e928";
}

.icon-mail-envelope-closed2:before {
    content: "\e929";
}

.icon-mail-envelope-open3:before {
    content: "\e92a";
}

.icon-mail-envelope-open4:before {
    content: "\e92b";
}

.icon-mail-envelope-open5:before {
    content: "\e92c";
}

.icon-mail-envelope-open6:before {
    content: "\e92d";
}

.icon-mail-envelope-closed3:before {
    content: "\e92e";
}

.icon-mail-envelope-closed4:before {
    content: "\e92f";
}

.icon-mail-envelope-open7:before {
    content: "\e930";
}

.icon-mail-envelope-open8:before {
    content: "\e931";
}

.icon-mail-error:before {
    content: "\e932";
}

.icon-mail-error2:before {
    content: "\e933";
}

.icon-mail-checked:before {
    content: "\e934";
}

.icon-mail-checked2:before {
    content: "\e935";
}

.icon-mail-cancel:before {
    content: "\e936";
}

.icon-mail-cancel2:before {
    content: "\e937";
}

.icon-mail--forbidden:before {
    content: "\e938";
}

.icon-mail--forbidden2:before {
    content: "\e939";
}

.icon-mail-add:before {
    content: "\e93a";
}

.icon-mail-add2:before {
    content: "\e93b";
}

.icon-mail-remove:before {
    content: "\e93c";
}

.icon-mail-remove2:before {
    content: "\e93d";
}

.icon-flag2:before {
    content: "\e93e";
}

.icon-flag3:before {
    content: "\e93f";
}

.icon-flag4:before {
    content: "\e940";
}

.icon-flag5:before {
    content: "\e941";
}

.icon-flag6:before {
    content: "\e942";
}

.icon-flag7:before {
    content: "\e943";
}

.icon-flag8:before {
    content: "\e944";
}

.icon-flag9:before {
    content: "\e945";
}

.icon-bookmark2:before {
    content: "\e946";
}

.icon-bookmark3:before {
    content: "\e947";
}

.icon-bookmark-add:before {
    content: "\e948";
}

.icon-bookmark-add2:before {
    content: "\e949";
}

.icon-bookmark-remove:before {
    content: "\e94a";
}

.icon-bookmark-remove2:before {
    content: "\e94b";
}

.icon-eye-hidden:before {
    content: "\e94c";
}

.icon-eye-hidden2:before {
    content: "\e94d";
}

.icon-eye2:before {
    content: "\e94e";
}

.icon-eye3:before {
    content: "\e94f";
}

.icon-star2:before {
    content: "\e950";
}

.icon-star-3:before {
    content: "\e951";
}

.icon-key3:before {
    content: "\e952";
}

.icon-key4:before {
    content: "\e953";
}

.icon-key5:before {
    content: "\e954";
}

.icon-key6:before {
    content: "\e955";
}

.icon-trash-can:before {
    content: "\e956";
}

.icon-trash-can2:before {
    content: "\e957";
}

.icon-trash-can3:before {
    content: "\e958";
}

.icon-trash-can4:before {
    content: "\e959";
}

.icon-information:before {
    content: "\e95a";
}

.icon-information2:before {
    content: "\e95b";
}

.icon-information3:before {
    content: "\e95c";
}

.icon-information4:before {
    content: "\e95d";
}

.icon-book2:before {
    content: "\e95e";
}

.icon-book3:before {
    content: "\e95f";
}

.icon-book-bookmark:before {
    content: "\e960";
}

.icon-book-bookmark2:before {
    content: "\e961";
}

.icon-clipboard-edit:before {
    content: "\e962";
}

.icon-clipboard-edit2:before {
    content: "\e963";
}

.icon-clipboard-add:before {
    content: "\e964";
}

.icon-clipboard-add2:before {
    content: "\e965";
}

.icon-clipboard-remove:before {
    content: "\e966";
}

.icon-clipboard-remove2:before {
    content: "\e967";
}

.icon-clipboard2:before {
    content: "\e968";
}

.icon-clipboard3:before {
    content: "\e969";
}

.icon-clipboard-download:before {
    content: "\e96a";
}

.icon-clipboard-download2:before {
    content: "\e96b";
}

.icon-clipboard-upload:before {
    content: "\e96c";
}

.icon-clipboard-upload2:before {
    content: "\e96d";
}

.icon-clipboard-checked:before {
    content: "\e96e";
}

.icon-clipboard-checked2:before {
    content: "\e96f";
}

.icon-clipboard-text:before {
    content: "\e970";
}

.icon-clipboard-text2:before {
    content: "\e971";
}

.icon-clipboard-list:before {
    content: "\e972";
}

.icon-clipboard-list2:before {
    content: "\e973";
}

.icon-note:before {
    content: "\e974";
}

.icon-note2:before {
    content: "\e975";
}

.icon-note-add:before {
    content: "\e976";
}

.icon-note-add2:before {
    content: "\e977";
}

.icon-note-remove:before {
    content: "\e978";
}

.icon-note-remove2:before {
    content: "\e979";
}

.icon-note-text:before {
    content: "\e97a";
}

.icon-note-text2:before {
    content: "\e97b";
}

.icon-note-list:before {
    content: "\e97c";
}

.icon-note-list2:before {
    content: "\e97d";
}

.icon-note-checked:before {
    content: "\e97e";
}

.icon-note-checked2:before {
    content: "\e97f";
}

.icon-note-important:before {
    content: "\e980";
}

.icon-note-important2:before {
    content: "\e981";
}

.icon-notebook:before {
    content: "\e982";
}

.icon-notebook2:before {
    content: "\e983";
}

.icon-notebook3:before {
    content: "\e984";
}

.icon-notebook4:before {
    content: "\e985";
}

.icon-notebook5:before {
    content: "\e986";
}

.icon-notebook6:before {
    content: "\e987";
}

.icon-notebook7:before {
    content: "\e988";
}

.icon-notebook8:before {
    content: "\e989";
}

.icon-notebook-text:before {
    content: "\e98a";
}

.icon-notebook-text2:before {
    content: "\e98b";
}

.icon-notebook-list:before {
    content: "\e98c";
}

.icon-notebook-list2:before {
    content: "\e98d";
}

.icon-document:before {
    content: "\e98e";
}

.icon-document2:before {
    content: "\e98f";
}

.icon-document-text:before {
    content: "\e990";
}

.icon-document-text2:before {
    content: "\e991";
}

.icon-document-text3:before {
    content: "\e992";
}

.icon-document-text4:before {
    content: "\e993";
}

.icon-document-download:before {
    content: "\e994";
}

.icon-document-download2:before {
    content: "\e995";
}

.icon-document-upload:before {
    content: "\e996";
}

.icon-document-upload2:before {
    content: "\e997";
}

.icon-document-bookmark:before {
    content: "\e998";
}

.icon-document-bookmark2:before {
    content: "\e999";
}

.icon-document-diagrams:before {
    content: "\e99a";
}

.icon-document-diagrams2:before {
    content: "\e99b";
}

.icon-document-recording:before {
    content: "\e99c";
}

.icon-document-recording2:before {
    content: "\e99d";
}

.icon-document-table:before {
    content: "\e99e";
}

.icon-document-table2:before {
    content: "\e99f";
}

.icon-document-music:before {
    content: "\e9a0";
}

.icon-document-music2:before {
    content: "\e9a1";
}

.icon-document-movie:before {
    content: "\e9a2";
}

.icon-document-movie2:before {
    content: "\e9a3";
}

.icon-document-play:before {
    content: "\e9a4";
}

.icon-document-play2:before {
    content: "\e9a5";
}

.icon-document-graph:before {
    content: "\e9a6";
}

.icon-document-graph2:before {
    content: "\e9a7";
}

.icon-document-time:before {
    content: "\e9a8";
}

.icon-document-time2:before {
    content: "\e9a9";
}

.icon-document-text5:before {
    content: "\e9aa";
}

.icon-document-text6:before {
    content: "\e9ab";
}

.icon-document-code:before {
    content: "\e9ac";
}

.icon-document-code2:before {
    content: "\e9ad";
}

.icon-document-cloud:before {
    content: "\e9ae";
}

.icon-document-cloud2:before {
    content: "\e9af";
}

.icon-documents:before {
    content: "\e9b0";
}

.icon-documents2:before {
    content: "\e9b1";
}

.icon-documents3:before {
    content: "\e9b2";
}

.icon-documents4:before {
    content: "\e9b3";
}

.icon-document-search:before {
    content: "\e9b4";
}

.icon-document-search2:before {
    content: "\e9b5";
}

.icon-document-star:before {
    content: "\e9b6";
}

.icon-document-star2:before {
    content: "\e9b7";
}

.icon-document-unlocked:before {
    content: "\e9b8";
}

.icon-document-unlocked2:before {
    content: "\e9b9";
}

.icon-document-locked:before {
    content: "\e9ba";
}

.icon-document-locked2:before {
    content: "\e9bb";
}

.icon-document-error:before {
    content: "\e9bc";
}

.icon-document-error2:before {
    content: "\e9bd";
}

.icon-document-cancel:before {
    content: "\e9be";
}

.icon-document-cancel2:before {
    content: "\e9bf";
}

.icon-document-checked:before {
    content: "\e9c0";
}

.icon-document-checked2:before {
    content: "\e9c1";
}

.icon-document-add:before {
    content: "\e9c2";
}

.icon-document-add2:before {
    content: "\e9c3";
}

.icon-document-remove:before {
    content: "\e9c4";
}

.icon-document-remove2:before {
    content: "\e9c5";
}

.icon-document-forbidden:before {
    content: "\e9c6";
}

.icon-document-forbidden2:before {
    content: "\e9c7";
}

.icon-document-information:before {
    content: "\e9c8";
}

.icon-document-information2:before {
    content: "\e9c9";
}

.icon-folder-information:before {
    content: "\e9ca";
}

.icon-folder-information2:before {
    content: "\e9cb";
}

.icon-document-list:before {
    content: "\e9cc";
}

.icon-document-list2:before {
    content: "\e9cd";
}

.icon-document-font:before {
    content: "\e9ce";
}

.icon-document-font2:before {
    content: "\e9cf";
}

.icon-inbox2:before {
    content: "\e9d0";
}

.icon-inbox3:before {
    content: "\e9d1";
}

.icon-inboxes:before {
    content: "\e9d2";
}

.icon-inboxes2:before {
    content: "\e9d3";
}

.icon-inbox-document:before {
    content: "\e9d4";
}

.icon-inbox-document2:before {
    content: "\e9d5";
}

.icon-inbox-document-text:before {
    content: "\e9d6";
}

.icon-inbox-document-text2:before {
    content: "\e9d7";
}

.icon-inbox-download:before {
    content: "\e9d8";
}

.icon-inbox-download2:before {
    content: "\e9d9";
}

.icon-inbox-upload:before {
    content: "\e9da";
}

.icon-inbox-upload2:before {
    content: "\e9db";
}

.icon-folder-3:before {
    content: "\e9dc";
}

.icon-folder4:before {
    content: "\e9dd";
}

.icon-folder5:before {
    content: "\e9de";
}

.icon-folder6:before {
    content: "\e9df";
}

.icon-folders:before {
    content: "\e9e0";
}

.icon-folders2:before {
    content: "\e9e1";
}

.icon-folder-download:before {
    content: "\e9e2";
}

.icon-folder-download2:before {
    content: "\e9e3";
}

.icon-folder-upload:before {
    content: "\e9e4";
}

.icon-folder-upload2:before {
    content: "\e9e5";
}

.icon-folder-unlocked:before {
    content: "\e9e6";
}

.icon-folder-unlocked2:before {
    content: "\e9e7";
}

.icon-folder-locked:before {
    content: "\e9e8";
}

.icon-folder-locked2:before {
    content: "\e9e9";
}

.icon-folder-search:before {
    content: "\e9ea";
}

.icon-folder-search2:before {
    content: "\e9eb";
}

.icon-folder-error:before {
    content: "\e9ec";
}

.icon-folder-error2:before {
    content: "\e9ed";
}

.icon-folder-cancel:before {
    content: "\e9ee";
}

.icon-folder-cancel2:before {
    content: "\e9ef";
}

.icon-folder-checked:before {
    content: "\e9f0";
}

.icon-folder-checked2:before {
    content: "\e9f1";
}

.icon-folder-add:before {
    content: "\e9f2";
}

.icon-folder-add2:before {
    content: "\e9f3";
}

.icon-folder-remove:before {
    content: "\e9f4";
}

.icon-folder-remove2:before {
    content: "\e9f5";
}

.icon-folder-forbidden:before {
    content: "\e9f6";
}

.icon-folder-forbidden2:before {
    content: "\e9f7";
}

.icon-folder-bookmark:before {
    content: "\e9f8";
}

.icon-folder-bookmark2:before {
    content: "\e9f9";
}

.icon-document-zip:before {
    content: "\e9fa";
}

.icon-document-zip2:before {
    content: "\e9fb";
}

.icon-zip:before {
    content: "\e9fc";
}

.icon-zip2:before {
    content: "\e9fd";
}

.icon-search2:before {
    content: "\e9fe";
}

.icon-search3:before {
    content: "\e9ff";
}

.icon-search-plus2:before {
    content: "\ea00";
}

.icon-search-plus3:before {
    content: "\ea01";
}

.icon-search-minus2:before {
    content: "\ea02";
}

.icon-search-minus3:before {
    content: "\ea03";
}

.icon-lock2:before {
    content: "\ea04";
}

.icon-lock3:before {
    content: "\ea05";
}

.icon-lock-open:before {
    content: "\ea06";
}

.icon-lock-open2:before {
    content: "\ea07";
}

.icon-lock-open3:before {
    content: "\ea08";
}

.icon-lock-open4:before {
    content: "\ea09";
}

.icon-lock-stripes:before {
    content: "\ea0a";
}

.icon-lock-stripes2:before {
    content: "\ea0b";
}

.icon-lock-rounded:before {
    content: "\ea0c";
}

.icon-lock-rounded2:before {
    content: "\ea0d";
}

.icon-lock-rounded-open:before {
    content: "\ea0e";
}

.icon-lock-rounded-open2:before {
    content: "\ea0f";
}

.icon-lock-rounded-open3:before {
    content: "\ea10";
}

.icon-lock-rounded-open4:before {
    content: "\ea11";
}

.icon-combination-lock:before {
    content: "\ea12";
}

.icon-combination-lock2:before {
    content: "\ea13";
}

.icon-printer:before {
    content: "\ea14";
}

.icon-printer2:before {
    content: "\ea15";
}

.icon-printer-3:before {
    content: "\ea16";
}

.icon-printer4:before {
    content: "\ea17";
}

.icon-printer-text:before {
    content: "\ea18";
}

.icon-printer-text2:before {
    content: "\ea19";
}

.icon-printer-text3:before {
    content: "\ea1a";
}

.icon-printer-text4:before {
    content: "\ea1b";
}

.icon-document-shred:before {
    content: "\ea1c";
}

.icon-document-shred2:before {
    content: "\ea1d";
}

.icon-shredder:before {
    content: "\ea1e";
}

.icon-shredder2:before {
    content: "\ea1f";
}

.icon-document-scan:before {
    content: "\ea20";
}

.icon-document-scan2:before {
    content: "\ea21";
}

.icon-cloud-download2:before {
    content: "\ea22";
}

.icon-cloud-download3:before {
    content: "\ea23";
}

.icon-cloud-upload2:before {
    content: "\ea24";
}

.icon-cloud-upload3:before {
    content: "\ea25";
}

.icon-cloud-error:before {
    content: "\ea26";
}

.icon-cloud-error2:before {
    content: "\ea27";
}

.icon-cloud2:before {
    content: "\ea28";
}

.icon-cloud3:before {
    content: "\ea29";
}

.icon-inbox-filled:before {
    content: "\ea2a";
}

.icon-inbox-filled2:before {
    content: "\ea2b";
}

.icon-pen:before {
    content: "\ea2c";
}

.icon-pen2:before {
    content: "\ea2d";
}

.icon-pen-angled:before {
    content: "\ea2e";
}

.icon-pen-angled2:before {
    content: "\ea2f";
}

.icon-document-edit:before {
    content: "\ea30";
}

.icon-document-edit2:before {
    content: "\ea31";
}

.icon-document-certificate:before {
    content: "\ea32";
}

.icon-document-certificate2:before {
    content: "\ea33";
}

.icon-certificate2:before {
    content: "\ea34";
}

.icon-certificate3:before {
    content: "\ea35";
}

.icon-package:before {
    content: "\ea36";
}

.icon-package2:before {
    content: "\ea37";
}

.icon-box:before {
    content: "\ea38";
}

.icon-box2:before {
    content: "\ea39";
}

.icon-box-filled:before {
    content: "\ea3a";
}

.icon-box-filled2:before {
    content: "\ea3b";
}

.icon-box3:before {
    content: "\ea3c";
}

.icon-box4:before {
    content: "\ea3d";
}

.icon-box5:before {
    content: "\ea3e";
}

.icon-box6:before {
    content: "\ea3f";
}

.icon-box-bookmark:before {
    content: "\ea40";
}

.icon-box-bookmark2:before {
    content: "\ea41";
}

.icon-tag-cord:before {
    content: "\ea42";
}

.icon-tag-cord2:before {
    content: "\ea43";
}

.icon-tag2:before {
    content: "\ea44";
}

.icon-tag3:before {
    content: "\ea45";
}

.icon-tags2:before {
    content: "\ea46";
}

.icon-tags3:before {
    content: "\ea47";
}

.icon-tag-add:before {
    content: "\ea48";
}

.icon-tag-add2:before {
    content: "\ea49";
}

.icon-tag-remove:before {
    content: "\ea4a";
}

.icon-tag-remove2:before {
    content: "\ea4b";
}

.icon-tag-checked:before {
    content: "\ea4c";
}

.icon-tag-checked2:before {
    content: "\ea4d";
}

.icon-tag-cancel:before {
    content: "\ea4e";
}

.icon-tag-cancel2:before {
    content: "\ea4f";
}

.icon-paperclip2:before {
    content: "\ea50";
}

.icon-paperclip3:before {
    content: "\ea51";
}

.icon-basketball:before {
    content: "\ea52";
}

.icon-basketball2:before {
    content: "\ea53";
}

.icon-baseball:before {
    content: "\ea54";
}

.icon-baseball2:before {
    content: "\ea55";
}

.icon-tennis-ball:before {
    content: "\ea56";
}

.icon-tennis-ball2:before {
    content: "\ea57";
}

.icon-bowling-ball:before {
    content: "\ea58";
}

.icon-bowling-ball2:before {
    content: "\ea59";
}

.icon-billiard-ball:before {
    content: "\ea5a";
}

.icon-billiard-ball2:before {
    content: "\ea5b";
}

.icon-soccer-ball:before {
    content: "\ea5c";
}

.icon-soccer-ball2:before {
    content: "\ea5d";
}

.icon-soccer-court:before {
    content: "\ea5e";
}

.icon-soccer-court2:before {
    content: "\ea5f";
}

.icon-football:before {
    content: "\ea60";
}

.icon-football2:before {
    content: "\ea61";
}

.icon-football3:before {
    content: "\ea62";
}

.icon-football4:before {
    content: "\ea63";
}

.icon-basketball3:before {
    content: "\ea64";
}

.icon-basketball4:before {
    content: "\ea65";
}

.icon-baseball-set:before {
    content: "\ea66";
}

.icon-baseball-set2:before {
    content: "\ea67";
}

.icon-tennis-ball3:before {
    content: "\ea68";
}

.icon-tennis-ball4:before {
    content: "\ea69";
}

.icon-trophy3:before {
    content: "\ea6a";
}

.icon-trophy4:before {
    content: "\ea6b";
}

.icon-trophy-one:before {
    content: "\ea6c";
}

.icon-trophy-one2:before {
    content: "\ea6d";
}

.icon-trophy5:before {
    content: "\ea6e";
}

.icon-trophy6:before {
    content: "\ea6f";
}

.icon-medal2:before {
    content: "\ea70";
}

.icon-medal3:before {
    content: "\ea71";
}

.icon-medal4:before {
    content: "\ea72";
}

.icon-medal5:before {
    content: "\ea73";
}

.icon-weights:before {
    content: "\ea74";
}

.icon-weights2:before {
    content: "\ea75";
}

.icon-tennis-racket:before {
    content: "\ea76";
}

.icon-tennis-racket2:before {
    content: "\ea77";
}

.icon-basketball-hoop:before {
    content: "\ea78";
}

.icon-basketball-hoop2:before {
    content: "\ea79";
}

.icon-table-tennis:before {
    content: "\ea7a";
}

.icon-table-tennis2:before {
    content: "\ea7b";
}

.icon-volleyball:before {
    content: "\ea7c";
}

.icon-volleyball2:before {
    content: "\ea7d";
}

.icon-stop-watch:before {
    content: "\ea7e";
}

.icon-stop-watch2:before {
    content: "\ea7f";
}

.icon-stop-watch3:before {
    content: "\ea80";
}

.icon-stop-watch4:before {
    content: "\ea81";
}

.icon-hockey-stick:before {
    content: "\ea82";
}

.icon-hockey-stick2:before {
    content: "\ea83";
}

.icon-hockey-sticks:before {
    content: "\ea84";
}

.icon-hockey-sticks2:before {
    content: "\ea85";
}

.icon-shuttlecock:before {
    content: "\ea86";
}

.icon-shuttlecock2:before {
    content: "\ea87";
}

.icon-golf:before {
    content: "\ea88";
}

.icon-golf2:before {
    content: "\ea89";
}

.icon-move:before {
    content: "\ea8a";
}

.icon-move2:before {
    content: "\ea8b";
}

.icon-clipboard-move:before {
    content: "\ea8c";
}

.icon-clipboard-move2:before {
    content: "\ea8d";
}

.icon-award:before {
    content: "\ea8e";
}

.icon-award2:before {
    content: "\ea8f";
}

.icon-award3:before {
    content: "\ea90";
}

.icon-award4:before {
    content: "\ea91";
}

.icon-award5:before {
    content: "\ea92";
}

.icon-award6:before {
    content: "\ea93";
}

.icon-award7:before {
    content: "\ea94";
}

.icon-award8:before {
    content: "\ea95";
}

.icon-medal6:before {
    content: "\ea96";
}

.icon-medal7:before {
    content: "\ea97";
}

.icon-medal8:before {
    content: "\ea98";
}

.icon-medal9:before {
    content: "\ea99";
}

.icon-boxing-glove:before {
    content: "\ea9a";
}

.icon-boxing-glove2:before {
    content: "\ea9b";
}

.icon-whistle:before {
    content: "\ea9c";
}

.icon-whistle2:before {
    content: "\ea9d";
}

.icon-volleyball-water:before {
    content: "\ea9e";
}

.icon-volleyball-water2:before {
    content: "\ea9f";
}

.icon-checkered-flag:before {
    content: "\eaa0";
}

.icon-checkered-flag2:before {
    content: "\eaa1";
}

.icon-target-arrow:before {
    content: "\eaa2";
}

.icon-target-arrow2:before {
    content: "\eaa3";
}

.icon-target2:before {
    content: "\eaa4";
}

.icon-target3:before {
    content: "\eaa5";
}

.icon-sailing-boat:before {
    content: "\eaa6";
}

.icon-sailing-boat2:before {
    content: "\eaa7";
}

.icon-sailing-boat-water:before {
    content: "\eaa8";
}

.icon-sailing-boat-water2:before {
    content: "\eaa9";
}

.icon-bowling-pins:before {
    content: "\eaaa";
}

.icon-bowling-pins2:before {
    content: "\eaab";
}

.icon-bowling-pin-ball:before {
    content: "\eaac";
}

.icon-bowling-pin-ball2:before {
    content: "\eaad";
}

.icon-diving-goggles:before {
    content: "\eaae";
}

.icon-diving-goggles2:before {
    content: "\eaaf";
}

.icon-sports-shoe:before {
    content: "\eab0";
}

.icon-sports-shoe2:before {
    content: "\eab1";
}

.icon-soccer-shoe:before {
    content: "\eab2";
}

.icon-soccer-shoe2:before {
    content: "\eab3";
}

.icon-ice-skate:before {
    content: "\eab4";
}

.icon-ice-skate2:before {
    content: "\eab5";
}

.icon-cloud4:before {
    content: "\eab6";
}

.icon-cloud5:before {
    content: "\eab7";
}

.icon-cloud-sun:before {
    content: "\eab8";
}

.icon-cloud-sun2:before {
    content: "\eab9";
}

.icon-cloud-moon:before {
    content: "\eaba";
}

.icon-cloud-moon2:before {
    content: "\eabb";
}

.icon-cloud-rain:before {
    content: "\eabc";
}

.icon-cloud-rain2:before {
    content: "\eabd";
}

.icon-cloud-sun-rain:before {
    content: "\eabe";
}

.icon-cloud-sun-rain2:before {
    content: "\eabf";
}

.icon-cloud-moon-rain:before {
    content: "\eac0";
}

.icon-cloud-moon-rain2:before {
    content: "\eac1";
}

.icon-cloud-snow:before {
    content: "\eac2";
}

.icon-cloud-snow2:before {
    content: "\eac3";
}

.icon-cloud-sun-snow:before {
    content: "\eac4";
}

.icon-cloud-sun-snow2:before {
    content: "\eac5";
}

.icon-cloud-moon-snow:before {
    content: "\eac6";
}

.icon-cloud-moon-snow2:before {
    content: "\eac7";
}

.icon-cloud-lightning:before {
    content: "\eac8";
}

.icon-cloud-lightning2:before {
    content: "\eac9";
}

.icon-cloud-sun-lightning:before {
    content: "\eaca";
}

.icon-cloud-sun-lightning2:before {
    content: "\eacb";
}

.icon-cloud-moon-lightning:before {
    content: "\eacc";
}

.icon-cloud-moon-lightning2:before {
    content: "\eacd";
}

.icon-cloud-wind:before {
    content: "\eace";
}

.icon-cloud-wind2:before {
    content: "\eacf";
}

.icon-cloud-raindrops:before {
    content: "\ead0";
}

.icon-cloud-raindrops2:before {
    content: "\ead1";
}

.icon-cloud-sun-raindrops:before {
    content: "\ead2";
}

.icon-cloud-sun-raindrops2:before {
    content: "\ead3";
}

.icon-cloud-moon-raindrops:before {
    content: "\ead4";
}

.icon-cloud-moon-raindrops2:before {
    content: "\ead5";
}

.icon-cloud-snowflakes:before {
    content: "\ead6";
}

.icon-cloud-snowflakes2:before {
    content: "\ead7";
}

.icon-cloud-sun-snowflakes:before {
    content: "\ead8";
}

.icon-cloud-sun-snowflakes2:before {
    content: "\ead9";
}

.icon-cloud-moon-snowflakes:before {
    content: "\eada";
}

.icon-cloud-moon-snowflakes2:before {
    content: "\eadb";
}

.icon-clouds:before {
    content: "\eadc";
}

.icon-clouds2:before {
    content: "\eadd";
}

.icon-cloud-add:before {
    content: "\eade";
}

.icon-cloud-add2:before {
    content: "\eadf";
}

.icon-cloud-remove:before {
    content: "\eae0";
}

.icon-cloud-remove2:before {
    content: "\eae1";
}

.icon-cloud-error-3:before {
    content: "\eae2";
}

.icon-cloud-error4:before {
    content: "\eae3";
}

.icon-cloud-fog:before {
    content: "\eae4";
}

.icon-cloud-fog2:before {
    content: "\eae5";
}

.icon--cloud-sun-fog:before {
    content: "\eae6";
}

.icon--cloud-sun-fog2:before {
    content: "\eae7";
}

.icon-cloud-moon-fog:before {
    content: "\eae8";
}

.icon-cloud-moon-fog2:before {
    content: "\eae9";
}

.icon-moon-stars:before {
    content: "\eaea";
}

.icon-moon-stars2:before {
    content: "\eaeb";
}

.icon-moon:before {
    content: "\eaec";
}

.icon-moon2:before {
    content: "\eaed";
}

.icon-sun:before {
    content: "\eaee";
}

.icon-sun2:before {
    content: "\eaef";
}

.icon-sunrise:before {
    content: "\eaf0";
}

.icon-sunrise2:before {
    content: "\eaf1";
}

.icon-sunset:before {
    content: "\eaf2";
}

.icon-sunset2:before {
    content: "\eaf3";
}

.icon-sunset3:before {
    content: "\eaf4";
}

.icon-sunset4:before {
    content: "\eaf5";
}

.icon-sunset5:before {
    content: "\eaf6";
}

.icon-sunset6:before {
    content: "\eaf7";
}

.icon-rainbow:before {
    content: "\eaf8";
}

.icon-rainbow2:before {
    content: "\eaf9";
}

.icon-umbrella2:before {
    content: "\eafa";
}

.icon-umbrella3:before {
    content: "\eafb";
}

.icon-raindrops:before {
    content: "\eafc";
}

.icon-raindrops2:before {
    content: "\eafd";
}

.icon-raindrop:before {
    content: "\eafe";
}

.icon-raindrop2:before {
    content: "\eaff";
}

.icon-sunglasses:before {
    content: "\eb00";
}

.icon-sunglasses2:before {
    content: "\eb01";
}

.icon-stars:before {
    content: "\eb02";
}

.icon-stars2:before {
    content: "\eb03";
}

.icon-clouds3:before {
    content: "\eb04";
}

.icon-clouds4:before {
    content: "\eb05";
}

.icon-moonrise:before {
    content: "\eb06";
}

.icon-moonrise2:before {
    content: "\eb07";
}

.icon-moonset:before {
    content: "\eb08";
}

.icon-moonset2:before {
    content: "\eb09";
}

.icon-wind:before {
    content: "\eb0a";
}

.icon-wind2:before {
    content: "\eb0b";
}

.icon-full-moon:before {
    content: "\eb0c";
}

.icon-full-moon2:before {
    content: "\eb0d";
}

.icon-crescent:before {
    content: "\eb0e";
}

.icon-crescent2:before {
    content: "\eb0f";
}

.icon-half-moon:before {
    content: "\eb10";
}

.icon-half-moon2:before {
    content: "\eb11";
}

.icon-gibbous-moon:before {
    content: "\eb12";
}

.icon-gibbous-moon2:before {
    content: "\eb13";
}

.icon-moon3:before {
    content: "\eb14";
}

.icon-moon4:before {
    content: "\eb15";
}

.icon-gibbous-moon3:before {
    content: "\eb16";
}

.icon-gibbous-moon4:before {
    content: "\eb17";
}

.icon-half-moon3:before {
    content: "\eb18";
}

.icon-half-moon4:before {
    content: "\eb19";
}

.icon-crescent3:before {
    content: "\eb1a";
}

.icon-crescent4:before {
    content: "\eb1b";
}

.icon-barometer:before {
    content: "\eb1c";
}

.icon-barometer2:before {
    content: "\eb1d";
}

.icon-compass-north:before {
    content: "\eb1e";
}

.icon-compass-north2:before {
    content: "\eb1f";
}

.icon-compass-west:before {
    content: "\eb20";
}

.icon-compass-west2:before {
    content: "\eb21";
}

.icon-compass-east:before {
    content: "\eb22";
}

.icon-compass-east2:before {
    content: "\eb23";
}

.icon-compass-south:before {
    content: "\eb24";
}

.icon-compass-south2:before {
    content: "\eb25";
}

.icon-air-sock:before {
    content: "\eb26";
}

.icon-air-sock2:before {
    content: "\eb27";
}

.icon-tornado:before {
    content: "\eb28";
}

.icon-tornado2:before {
    content: "\eb29";
}

.icon-degree-fahrenheit:before {
    content: "\eb2a";
}

.icon-degree-fahrenheit2:before {
    content: "\eb2b";
}

.icon-degree-celsius:before {
    content: "\eb2c";
}

.icon-degree-celsius2:before {
    content: "\eb2d";
}

.icon-warning2:before {
    content: "\eb2e";
}

.icon-warning3:before {
    content: "\eb2f";
}

.icon-compass2:before {
    content: "\eb30";
}

.icon-compass3:before {
    content: "\eb31";
}

.icon-compass4:before {
    content: "\eb32";
}

.icon-compass5:before {
    content: "\eb33";
}

.icon-compass6:before {
    content: "\eb34";
}

.icon-compass7:before {
    content: "\eb35";
}

.icon-compass8:before {
    content: "\eb36";
}

.icon-compass9:before {
    content: "\eb37";
}

.icon-thermometer2:before {
    content: "\eb38";
}

.icon-thermometer-3:before {
    content: "\eb39";
}

.icon-thermometer-low:before {
    content: "\eb3a";
}

.icon-thermometer-low2:before {
    content: "\eb3b";
}

.icon-thermometer-quarter2:before {
    content: "\eb3c";
}

.icon-thermometer-quarter-3:before {
    content: "\eb3d";
}

.icon-thermometer-half2:before {
    content: "\eb3e";
}

.icon-thermometer-half3:before {
    content: "\eb3f";
}

.icon-thermometer-three-quarters2:before {
    content: "\eb40";
}

.icon-thermometer-three-quarters3:before {
    content: "\eb41";
}

.icon-thermometer-full2:before {
    content: "\eb42";
}

.icon-thermometer-full3:before {
    content: "\eb43";
}

.icon-lightning:before {
    content: "\eb44";
}

.icon-lightning2:before {
    content: "\eb45";
}

.icon-wind-turbine:before {
    content: "\eb46";
}

.icon-wind-turbine2:before {
    content: "\eb47";
}

.icon-snowflake:before {
    content: "\eb48";
}

.icon-snowflake2:before {
    content: "\eb49";
}

.icon-flashed-face:before {
    content: "\eb4a";
}

.icon-flashed-face2:before {
    content: "\eb4b";
}

.icon-flashed-face3:before {
    content: "\eb4c";
}

.icon-flashed-face4:before {
    content: "\eb4d";
}

.icon-flashed-face-glasses:before {
    content: "\eb4e";
}

.icon-flashed-face-glasses2:before {
    content: "\eb4f";
}

.icon-face-missing-moth:before {
    content: "\eb50";
}

.icon-face-missing-moth2:before {
    content: "\eb51";
}

.icon-neutral-face:before {
    content: "\eb52";
}

.icon-neutral-face2:before {
    content: "\eb53";
}

.icon-smiling-face:before {
    content: "\eb54";
}

.icon-smiling-face2:before {
    content: "\eb55";
}

.icon-sad-face:before {
    content: "\eb56";
}

.icon-sad-face2:before {
    content: "\eb57";
}

.icon-face-open-mouth:before {
    content: "\eb58";
}

.icon-face-open-mouth2:before {
    content: "\eb59";
}

.icon-face-open-mouth3:before {
    content: "\eb5a";
}

.icon-face-open-mouth4:before {
    content: "\eb5b";
}

.icon-winking-face:before {
    content: "\eb5c";
}

.icon-winking-face2:before {
    content: "\eb5d";
}

.icon-laughing-face:before {
    content: "\eb5e";
}

.icon-laughing-face2:before {
    content: "\eb5f";
}

.icon-laughing-face3:before {
    content: "\eb60";
}

.icon-laughing-face4:before {
    content: "\eb61";
}

.icon-smirking-face:before {
    content: "\eb62";
}

.icon-smirking-face2:before {
    content: "\eb63";
}

.icon-stubborn-face:before {
    content: "\eb64";
}

.icon-stubborn-face2:before {
    content: "\eb65";
}

.icon-neutral-face3:before {
    content: "\eb66";
}

.icon-neutral-face4:before {
    content: "\eb67";
}

.icon-sad-face3:before {
    content: "\eb68";
}

.icon-sad-face4:before {
    content: "\eb69";
}

.icon-smiling-face3:before {
    content: "\eb6a";
}

.icon-smiling-face4:before {
    content: "\eb6b";
}

.icon-smiling-face-eyebrows:before {
    content: "\eb6c";
}

.icon-smiling-face-eyebrows2:before {
    content: "\eb6d";
}

.icon-grinning-face-eyebrows:before {
    content: "\eb6e";
}

.icon-grinning-face-eyebrows2:before {
    content: "\eb6f";
}

.icon-sad-face-eyebrows:before {
    content: "\eb70";
}

.icon-sad-face-eyebrows2:before {
    content: "\eb71";
}

.icon-neutral-face-eyebrows:before {
    content: "\eb72";
}

.icon-neutral-face-eyebrows2:before {
    content: "\eb73";
}

.icon-angry-face:before {
    content: "\eb74";
}

.icon-angry-face2:before {
    content: "\eb75";
}

.icon-worried-face:before {
    content: "\eb76";
}

.icon-worried-face2:before {
    content: "\eb77";
}

.icon-winking-face3:before {
    content: "\eb78";
}

.icon-winking-face4:before {
    content: "\eb79";
}

.icon-angry-face-eyebrows:before {
    content: "\eb7a";
}

.icon-angry-face-eyebrows2:before {
    content: "\eb7b";
}

.icon-grinning-face:before {
    content: "\eb7c";
}

.icon-grinning-face2:before {
    content: "\eb7d";
}

.icon-sad-face5:before {
    content: "\eb7e";
}

.icon-sad-face6:before {
    content: "\eb7f";
}

.icon-grinning-face-eyebrows3:before {
    content: "\eb80";
}

.icon-grinning-face-eyebrows4:before {
    content: "\eb81";
}

.icon-fake-grinning-face-eyebrows:before {
    content: "\eb82";
}

.icon-fake-grinning-face-eyebrows2:before {
    content: "\eb83";
}

.icon-worried-face-eyebrows:before {
    content: "\eb84";
}

.icon-worried-face-eyebrows2:before {
    content: "\eb85";
}

.icon-face-stuck-out-tongue:before {
    content: "\eb86";
}

.icon-face-stuck-out-tongue2:before {
    content: "\eb87";
}

.icon-face-stuck-out-tongue3:before {
    content: "\eb88";
}

.icon-face-stuck-out-tongue4:before {
    content: "\eb89";
}

.icon-kissing-face:before {
    content: "\eb8a";
}

.icon-kissing-face2:before {
    content: "\eb8b";
}

.icon-grinning-face-teeth:before {
    content: "\eb8c";
}

.icon-grinning-face-teeth2:before {
    content: "\eb8d";
}

.icon-angry-face-teeth:before {
    content: "\eb8e";
}

.icon-angry-face-teeth2:before {
    content: "\eb8f";
}

.icon-worried-face-teeth:before {
    content: "\eb90";
}

.icon-worried-face-teeth2:before {
    content: "\eb91";
}

.icon-grinning-face-teeth3:before {
    content: "\eb92";
}

.icon-grinning-face-teeth4:before {
    content: "\eb93";
}

.icon-face-open-mouth-eyebrows:before {
    content: "\eb94";
}

.icon-face-open-mouth-eyebrows2:before {
    content: "\eb95";
}

.icon-face-open-mouth-eyebrows3:before {
    content: "\eb96";
}

.icon-face-open-mouth-eyebrows4:before {
    content: "\eb97";
}

.icon-angry-face-open-mouth-eyebrows:before {
    content: "\eb98";
}

.icon-angry-face-open-mouth-eyebrows2:before {
    content: "\eb99";
}

.icon-unamused-face-tightly-closed-eyes:before {
    content: "\eb9a";
}

.icon-unamused-face-tightly-closed-eyes2:before {
    content: "\eb9b";
}

.icon-sad-face--tightly-closed-eyes:before {
    content: "\eb9c";
}

.icon-sad-face--tightly-closed-eyes2:before {
    content: "\eb9d";
}

.icon-kissing-face3:before {
    content: "\eb9e";
}

.icon-kissing-face4:before {
    content: "\eb9f";
}

.icon-face-closed-meyes:before {
    content: "\eba0";
}

.icon-face-closed-meyes2:before {
    content: "\eba1";
}

.icon-amused-face:before {
    content: "\eba2";
}

.icon-amused-face2:before {
    content: "\eba3";
}

.icon-amused-face-closed-eyes:before {
    content: "\eba4";
}

.icon-amused-face-closed-eyes2:before {
    content: "\eba5";
}

.icon-amused-face-closed-eyes3:before {
    content: "\eba6";
}

.icon-amused-face-closed-eyes4:before {
    content: "\eba7";
}

.icon-face-closed-eyes-open-mouth:before {
    content: "\eba8";
}

.icon-face-closed-eyes-open-mouth2:before {
    content: "\eba9";
}

.icon-face-closed-eyes-open-mouth3:before {
    content: "\ebaa";
}

.icon-face-closed-eyes-open-mouth4:before {
    content: "\ebab";
}

.icon-face-closed-eyes-open-mouth5:before {
    content: "\ebac";
}

.icon-face-closed-eyes-open-mouth6:before {
    content: "\ebad";
}

.icon-laughing-face5:before {
    content: "\ebae";
}

.icon-laughing-face6:before {
    content: "\ebaf";
}

.icon-smiling-face5:before {
    content: "\ebb0";
}

.icon-smiling-face6:before {
    content: "\ebb1";
}

.icon-grinning-face3:before {
    content: "\ebb2";
}

.icon-grinning-face4:before {
    content: "\ebb3";
}

.icon-sad-face7:before {
    content: "\ebb4";
}

.icon-sad-face8:before {
    content: "\ebb5";
}

.icon-sad-face9:before {
    content: "\ebb6";
}

.icon-sad-face10:before {
    content: "\ebb7";
}

.icon-sad-face-closed-eyes:before {
    content: "\ebb8";
}

.icon-sad-face-closed-eyes2:before {
    content: "\ebb9";
}

.icon-sad-face11:before {
    content: "\ebba";
}

.icon-sad-face12:before {
    content: "\ebbb";
}

.icon-smiling-face7:before {
    content: "\ebbc";
}

.icon-smiling-face8:before {
    content: "\ebbd";
}

.icon-astonished-face:before {
    content: "\ebbe";
}

.icon-astonished-face2:before {
    content: "\ebbf";
}

.icon-astonished-face3:before {
    content: "\ebc0";
}

.icon-astonished-face4:before {
    content: "\ebc1";
}

.icon-face-moustache:before {
    content: "\ebc2";
}

.icon-face-moustache2:before {
    content: "\ebc3";
}

.icon-face-moustache3:before {
    content: "\ebc4";
}

.icon-face-moustache4:before {
    content: "\ebc5";
}

.icon-face-glasses:before {
    content: "\ebc6";
}

.icon-face-glasses2:before {
    content: "\ebc7";
}

.icon-face-sunglasses:before {
    content: "\ebc8";
}

.icon-face-sunglasses2:before {
    content: "\ebc9";
}

.icon-smirking-face-sunglasses:before {
    content: "\ebca";
}

.icon-smirking-face-sunglasses2:before {
    content: "\ebcb";
}

.icon-middle-finger:before {
    content: "\ebcc";
}

.icon-middle-finger2:before {
    content: "\ebcd";
}

.icon-rock-n-roll:before {
    content: "\ebce";
}

.icon-rock-n-roll2:before {
    content: "\ebcf";
}

.icon-high-five:before {
    content: "\ebd0";
}

.icon-high-five2:before {
    content: "\ebd1";
}

.icon-thumb-up:before {
    content: "\ebd2";
}

.icon-thumb-up2:before {
    content: "\ebd3";
}

.icon-thumb-down:before {
    content: "\ebd4";
}

.icon-thumb-down2:before {
    content: "\ebd5";
}

.icon-thumb-up3:before {
    content: "\ebd6";
}

.icon-thumb-up4:before {
    content: "\ebd7";
}

.icon-thumb-down3:before {
    content: "\ebd8";
}

.icon-thumb-down4:before {
    content: "\ebd9";
}

.icon-two-fingers-swipe-left:before {
    content: "\ebda";
}

.icon-two-fingers-swipe-left2:before {
    content: "\ebdb";
}

.icon-two-fingers-swipe-right:before {
    content: "\ebdc";
}

.icon-two-fingers-swipe-right2:before {
    content: "\ebdd";
}

.icon-two-fingers-swipe-up:before {
    content: "\ebde";
}

.icon-two-fingers-swipe-up2:before {
    content: "\ebdf";
}

.icon-two-fingers-swipe-down:before {
    content: "\ebe0";
}

.icon-two-fingers-swipe-down2:before {
    content: "\ebe1";
}

.icon-two-fingers:before {
    content: "\ebe2";
}

.icon-two-fingers2:before {
    content: "\ebe3";
}

.icon-three-fingers-double-tap:before {
    content: "\ebe4";
}

.icon-three-fingers-double-tap2:before {
    content: "\ebe5";
}

.icon-two-fingers-res-out:before {
    content: "\ebe6";
}

.icon-two-fingers-res-out2:before {
    content: "\ebe7";
}

.icon-two-fingers-res-in:before {
    content: "\ebe8";
}

.icon-two-fingers-res-in2:before {
    content: "\ebe9";
}

.icon-two-fingers-rotate:before {
    content: "\ebea";
}

.icon-two-fingers-rotate2:before {
    content: "\ebeb";
}

.icon-one-finger-swipe-left:before {
    content: "\ebec";
}

.icon-one-finger-swipe-left2:before {
    content: "\ebed";
}

.icon-one-finger-swipe-right:before {
    content: "\ebee";
}

.icon-one-finger-swipe-right2:before {
    content: "\ebef";
}

.icon-one-finger-swipe-up:before {
    content: "\ebf0";
}

.icon-one-finger-swipe-up2:before {
    content: "\ebf1";
}

.icon-one-finger-swipe-down:before {
    content: "\ebf2";
}

.icon-one-finger-swipe-down2:before {
    content: "\ebf3";
}

.icon-one-finger:before {
    content: "\ebf4";
}

.icon-one-finger2:before {
    content: "\ebf5";
}

.icon-one-finger-double-tap:before {
    content: "\ebf6";
}

.icon-one-finger-double-tap2:before {
    content: "\ebf7";
}

.icon-one-finger-tap:before {
    content: "\ebf8";
}

.icon-one-finger-tap2:before {
    content: "\ebf9";
}

.icon-one-finger-tap-hold:before {
    content: "\ebfa";
}

.icon-one-finger-tap-hold2:before {
    content: "\ebfb";
}

.icon-thumb-finger-tap:before {
    content: "\ebfc";
}

.icon-thumb-finger-tap2:before {
    content: "\ebfd";
}

.icon-one-finger-click:before {
    content: "\ebfe";
}

.icon-one-finger-click2:before {
    content: "\ebff";
}

.icon-three-fingers-swipe-left:before {
    content: "\ec00";
}

.icon-three-fingers-swipe-left2:before {
    content: "\ec01";
}

.icon-three-fingers-swipe-right:before {
    content: "\ec02";
}

.icon-three-fingers-swipe-right2:before {
    content: "\ec03";
}

.icon-three-fingers-swipe-up:before {
    content: "\ec04";
}

.icon-three-fingers-swipe-up2:before {
    content: "\ec05";
}

.icon-three-fingers-swipe-down:before {
    content: "\ec06";
}

.icon-three-fingers-swipe-down2:before {
    content: "\ec07";
}

.icon-three-fingers:before {
    content: "\ec08";
}

.icon-three-fingers2:before {
    content: "\ec09";
}

.icon-three-fingers-double-tap3:before {
    content: "\ec0a";
}

.icon-three-fingers-double-tap4:before {
    content: "\ec0b";
}

.icon-two-fingers-swipe-up3:before {
    content: "\ec0c";
}

.icon-two-fingers-swipe-up4:before {
    content: "\ec0d";
}

.icon-one-finger-double-tap3:before {
    content: "\ec0e";
}

.icon-one-finger-double-tap4:before {
    content: "\ec0f";
}

.icon-two-fingers-swipe-down3:before {
    content: "\ec10";
}

.icon-two-fingers-swipe-down4:before {
    content: "\ec11";
}

.icon-two-fingers-swipe-right3:before {
    content: "\ec12";
}

.icon-two-fingers-swipe-right4:before {
    content: "\ec13";
}

.icon-two-fingers-swipe-left3:before {
    content: "\ec14";
}

.icon-two-fingers-swipe-left4:before {
    content: "\ec15";
}

.icon-one-finger-tap3:before {
    content: "\ec16";
}

.icon-one-finger-tap4:before {
    content: "\ec17";
}

.icon-one-finger-tap-hold3:before {
    content: "\ec18";
}

.icon-one-finger-tap-hold4:before {
    content: "\ec19";
}

.icon-one-finger-click3:before {
    content: "\ec1a";
}

.icon-one-finger-click4:before {
    content: "\ec1b";
}

.icon-one-finger-swipe-horizontally:before {
    content: "\ec1c";
}

.icon-one-finger-swipe-horizontally2:before {
    content: "\ec1d";
}

.icon-one-finger-swipe:before {
    content: "\ec1e";
}

.icon-one-finger-swipe2:before {
    content: "\ec1f";
}

.icon-two-fingers-double-tap:before {
    content: "\ec20";
}

.icon-two-fingers-double-tap2:before {
    content: "\ec21";
}

.icon-two-fingers-tap:before {
    content: "\ec22";
}

.icon-two-fingers-tap2:before {
    content: "\ec23";
}

.icon-one-finger-swipe-left3:before {
    content: "\ec24";
}

.icon-one-finger-swipe-left4:before {
    content: "\ec25";
}

.icon-one-finger-swipe-right3:before {
    content: "\ec26";
}

.icon-one-finger-swipe-right4:before {
    content: "\ec27";
}

.icon-one-finger-swipe-up3:before {
    content: "\ec28";
}

.icon-one-finger-swipe-up4:before {
    content: "\ec29";
}

.icon-one-finger-swipe-down3:before {
    content: "\ec2a";
}

.icon-one-finger-swipe-down4:before {
    content: "\ec2b";
}

.icon-file-numbers:before {
    content: "\ec2c";
}

.icon-file-numbers2:before {
    content: "\ec2d";
}

.icon-file-pages:before {
    content: "\ec2e";
}

.icon-file-pages2:before {
    content: "\ec2f";
}

.icon-file-app:before {
    content: "\ec30";
}

.icon-file-app2:before {
    content: "\ec31";
}

.icon-file-png:before {
    content: "\ec32";
}

.icon-file-png2:before {
    content: "\ec33";
}

.icon-file-pdf:before {
    content: "\ec34";
}

.icon-file-pdf2:before {
    content: "\ec35";
}

.icon-file-mp3:before {
    content: "\ec36";
}

.icon-file-mp32:before {
    content: "\ec37";
}

.icon-file-mp4:before {
    content: "\ec38";
}

.icon-file-mp42:before {
    content: "\ec39";
}

.icon-file-mov:before {
    content: "\ec3a";
}

.icon-file-mov2:before {
    content: "\ec3b";
}

.icon-file-jpg:before {
    content: "\ec3c";
}

.icon-file-jpg2:before {
    content: "\ec3d";
}

.icon-file-key:before {
    content: "\ec3e";
}

.icon-file-key2:before {
    content: "\ec3f";
}

.icon-file-html:before {
    content: "\ec40";
}

.icon-file-html2:before {
    content: "\ec41";
}

.icon-file-css:before {
    content: "\ec42";
}

.icon-file-css2:before {
    content: "\ec43";
}

.icon-file-java:before {
    content: "\ec44";
}

.icon-file-java2:before {
    content: "\ec45";
}

.icon-file-psd:before {
    content: "\ec46";
}

.icon-file-psd2:before {
    content: "\ec47";
}

.icon-file-ai:before {
    content: "\ec48";
}

.icon-file-ai2:before {
    content: "\ec49";
}

.icon-file-bmp:before {
    content: "\ec4a";
}

.icon-file-bmp2:before {
    content: "\ec4b";
}

.icon-file-dwg:before {
    content: "\ec4c";
}

.icon-file-dwg2:before {
    content: "\ec4d";
}

.icon-file-eps:before {
    content: "\ec4e";
}

.icon-file-eps2:before {
    content: "\ec4f";
}

.icon-file-tiff:before {
    content: "\ec50";
}

.icon-file-tiff2:before {
    content: "\ec51";
}

.icon-file-ots:before {
    content: "\ec52";
}

.icon-file-ots2:before {
    content: "\ec53";
}

.icon-file-php:before {
    content: "\ec54";
}

.icon-file-php2:before {
    content: "\ec55";
}

.icon-file-py:before {
    content: "\ec56";
}

.icon-file-py2:before {
    content: "\ec57";
}

.icon-file-c:before {
    content: "\ec58";
}

.icon-file-c2:before {
    content: "\ec59";
}

.icon-file-sql:before {
    content: "\ec5a";
}

.icon-file-sql2:before {
    content: "\ec5b";
}

.icon-file-rb:before {
    content: "\ec5c";
}

.icon-file-rb2:before {
    content: "\ec5d";
}

.icon-file-cpp:before {
    content: "\ec5e";
}

.icon-file-cpp2:before {
    content: "\ec5f";
}

.icon-file-tga:before {
    content: "\ec60";
}

.icon-file-tga2:before {
    content: "\ec61";
}

.icon-file-dxf:before {
    content: "\ec62";
}

.icon-file-dxf2:before {
    content: "\ec63";
}

.icon-file-doc:before {
    content: "\ec64";
}

.icon-file-doc2:before {
    content: "\ec65";
}

.icon-file-odt:before {
    content: "\ec66";
}

.icon-file-odt2:before {
    content: "\ec67";
}

.icon-file-xls:before {
    content: "\ec68";
}

.icon-file-xls2:before {
    content: "\ec69";
}

.icon-file-docx:before {
    content: "\ec6a";
}

.icon-file-docx2:before {
    content: "\ec6b";
}

.icon-file-ppt:before {
    content: "\ec6c";
}

.icon-file-ppt2:before {
    content: "\ec6d";
}

.icon-file-asp:before {
    content: "\ec6e";
}

.icon-file-asp2:before {
    content: "\ec6f";
}

.icon-file-ics:before {
    content: "\ec70";
}

.icon-file-ics2:before {
    content: "\ec71";
}

.icon-file-dat:before {
    content: "\ec72";
}

.icon-file-dat2:before {
    content: "\ec73";
}

.icon-file-xml:before {
    content: "\ec74";
}

.icon-file-xml2:before {
    content: "\ec75";
}

.icon-file-yml:before {
    content: "\ec76";
}

.icon-file-yml2:before {
    content: "\ec77";
}

.icon-file-h:before {
    content: "\ec78";
}

.icon-file-h2:before {
    content: "\ec79";
}

.icon-file-exe:before {
    content: "\ec7a";
}

.icon-file-exe2:before {
    content: "\ec7b";
}

.icon-file-avi:before {
    content: "\ec7c";
}

.icon-file-avi2:before {
    content: "\ec7d";
}

.icon-file-odp:before {
    content: "\ec7e";
}

.icon-file-odp2:before {
    content: "\ec7f";
}

.icon-file-dotx:before {
    content: "\ec80";
}

.icon-file-dotx2:before {
    content: "\ec81";
}

.icon-file-xlsx:before {
    content: "\ec82";
}

.icon-file-xlsx2:before {
    content: "\ec83";
}

.icon-file-ods:before {
    content: "\ec84";
}

.icon-file-ods2:before {
    content: "\ec85";
}

.icon-file-pps:before {
    content: "\ec86";
}

.icon-file-pps2:before {
    content: "\ec87";
}

.icon-file-dot:before {
    content: "\ec88";
}

.icon-file-dot2:before {
    content: "\ec89";
}

.icon-file-txt:before {
    content: "\ec8a";
}

.icon-file-txt2:before {
    content: "\ec8b";
}

.icon-file-rtf:before {
    content: "\ec8c";
}

.icon-file-rtf2:before {
    content: "\ec8d";
}

.icon-file-m4v:before {
    content: "\ec8e";
}

.icon-file-m4v2:before {
    content: "\ec8f";
}

.icon-file-flv:before {
    content: "\ec90";
}

.icon-file-flv2:before {
    content: "\ec91";
}

.icon-file-mpg:before {
    content: "\ec92";
}

.icon-file-mpg2:before {
    content: "\ec93";
}

.icon-file-quicktime:before {
    content: "\ec94";
}

.icon-file-quicktime2:before {
    content: "\ec95";
}

.icon-file-mid:before {
    content: "\ec96";
}

.icon-file-mid2:before {
    content: "\ec97";
}

.icon-file-3gp:before {
    content: "\ec98";
}

.icon-file-3gp2:before {
    content: "\ec99";
}

.icon-file-aiff:before {
    content: "\ec9a";
}

.icon-file-aiff2:before {
    content: "\ec9b";
}

.icon-file-aac:before {
    content: "\ec9c";
}

.icon-file-aac2:before {
    content: "\ec9d";
}

.icon-file-wav:before {
    content: "\ec9e";
}

.icon-file-wav2:before {
    content: "\ec9f";
}

.icon-file-zip:before {
    content: "\eca0";
}

.icon-file-zip2:before {
    content: "\eca1";
}

.icon-file-ott:before {
    content: "\eca2";
}

.icon-file-ott2:before {
    content: "\eca3";
}

.icon-file-tgz:before {
    content: "\eca4";
}

.icon-file-tgz2:before {
    content: "\eca5";
}

.icon-file-dmg:before {
    content: "\eca6";
}

.icon-file-dmg2:before {
    content: "\eca7";
}

.icon-file-iso:before {
    content: "\eca8";
}

.icon-file-iso2:before {
    content: "\eca9";
}

.icon-file-rar:before {
    content: "\ecaa";
}

.icon-file-rar2:before {
    content: "\ecab";
}

.icon-file-gif:before {
    content: "\ecac";
}

.icon-file-gif2:before {
    content: "\ecad";
}

.icon-document-file-numbers:before {
    content: "\ecae";
}

.icon-document-file-numbers2:before {
    content: "\ecaf";
}

.icon-document-file-pages:before {
    content: "\ecb0";
}

.icon-document-file-pages2:before {
    content: "\ecb1";
}

.icon-document-file-app:before {
    content: "\ecb2";
}

.icon-document-file-app2:before {
    content: "\ecb3";
}

.icon-document-file-png:before {
    content: "\ecb4";
}

.icon-document-file-png2:before {
    content: "\ecb5";
}

.icon-document-file-pdf:before {
    content: "\ecb6";
}

.icon-document-file-pdf2:before {
    content: "\ecb7";
}

.icon-document-file-mp3:before {
    content: "\ecb8";
}

.icon-document-file-mp32:before {
    content: "\ecb9";
}

.icon-document-file-mp4:before {
    content: "\ecba";
}

.icon-document-file-mp42:before {
    content: "\ecbb";
}

.icon-document-file-mov:before {
    content: "\ecbc";
}

.icon-document-file-mov2:before {
    content: "\ecbd";
}

.icon-document-file-jpg:before {
    content: "\ecbe";
}

.icon-document-file-jpg2:before {
    content: "\ecbf";
}

.icon-document-file-key:before {
    content: "\ecc0";
}

.icon-document-file-key2:before {
    content: "\ecc1";
}

.icon-document-file-html:before {
    content: "\ecc2";
}

.icon-document-file-html2:before {
    content: "\ecc3";
}

.icon-document-file-css:before {
    content: "\ecc4";
}

.icon-document-file-css2:before {
    content: "\ecc5";
}

.icon-document-file-java:before {
    content: "\ecc6";
}

.icon-document-file-java2:before {
    content: "\ecc7";
}

.icon-document-file-psd:before {
    content: "\ecc8";
}

.icon-document-file-psd2:before {
    content: "\ecc9";
}

.icon-document-file-ai:before {
    content: "\ecca";
}

.icon-document-file-ai2:before {
    content: "\eccb";
}

.icon-document-file-bmp:before {
    content: "\eccc";
}

.icon-document-file-bmp2:before {
    content: "\eccd";
}

.icon-document-file-dwg:before {
    content: "\ecce";
}

.icon-document-file-dwg2:before {
    content: "\eccf";
}

.icon-document-file-eps:before {
    content: "\ecd0";
}

.icon-document-file-eps2:before {
    content: "\ecd1";
}

.icon-document-file-tiff:before {
    content: "\ecd2";
}

.icon-document-file-tiff2:before {
    content: "\ecd3";
}

.icon-document-file-ots:before {
    content: "\ecd4";
}

.icon-document-file-ots2:before {
    content: "\ecd5";
}

.icon-document-file-php:before {
    content: "\ecd6";
}

.icon-document-file-php2:before {
    content: "\ecd7";
}

.icon-document-file-py:before {
    content: "\ecd8";
}

.icon-document-file-py2:before {
    content: "\ecd9";
}

.icon-document-file-c:before {
    content: "\ecda";
}

.icon-document-file-c2:before {
    content: "\ecdb";
}

.icon-document-file-sql:before {
    content: "\ecdc";
}

.icon-document-file-sql2:before {
    content: "\ecdd";
}

.icon-document-file-rb:before {
    content: "\ecde";
}

.icon-document-file-rb2:before {
    content: "\ecdf";
}

.icon-document-file-cpp:before {
    content: "\ece0";
}

.icon-document-file-cpp2:before {
    content: "\ece1";
}

.icon-document-file-tga:before {
    content: "\ece2";
}

.icon-document-file-tga2:before {
    content: "\ece3";
}

.icon-document-file-dxf:before {
    content: "\ece4";
}

.icon-document-file-dxf2:before {
    content: "\ece5";
}

.icon-document-file-doc:before {
    content: "\ece6";
}

.icon-document-file-doc2:before {
    content: "\ece7";
}

.icon-document-file-odt:before {
    content: "\ece8";
}

.icon-document-file-odt2:before {
    content: "\ece9";
}

.icon-document-file-xls:before {
    content: "\ecea";
}

.icon-document-file-xls2:before {
    content: "\eceb";
}

.icon-document-file-docx:before {
    content: "\ecec";
}

.icon-document-file-docx2:before {
    content: "\eced";
}

.icon-document-file-ppt:before {
    content: "\ecee";
}

.icon-document-file-ppt2:before {
    content: "\ecef";
}

.icon-document-file-asp:before {
    content: "\ecf0";
}

.icon-document-file-asp2:before {
    content: "\ecf1";
}

.icon-document-file-ics:before {
    content: "\ecf2";
}

.icon-document-file-ics2:before {
    content: "\ecf3";
}

.icon-document-file-dat:before {
    content: "\ecf4";
}

.icon-document-file-dat2:before {
    content: "\ecf5";
}

.icon-document-file-xml:before {
    content: "\ecf6";
}

.icon-document-file-xml2:before {
    content: "\ecf7";
}

.icon-document-file-yml:before {
    content: "\ecf8";
}

.icon-document-file-yml2:before {
    content: "\ecf9";
}

.icon-document-file-h:before {
    content: "\ecfa";
}

.icon-document-file-h2:before {
    content: "\ecfb";
}

.icon-document-file-exe:before {
    content: "\ecfc";
}

.icon-document-file-exe2:before {
    content: "\ecfd";
}

.icon-document-file-avi:before {
    content: "\ecfe";
}

.icon-document-file-avi2:before {
    content: "\ecff";
}

.icon-document-file-odp:before {
    content: "\ed00";
}

.icon-document-file-odp2:before {
    content: "\ed01";
}

.icon-document-file-dotx:before {
    content: "\ed02";
}

.icon-document-file-dotx2:before {
    content: "\ed03";
}

.icon-document-file-xlsx:before {
    content: "\ed04";
}

.icon-document-file-xlsx2:before {
    content: "\ed05";
}

.icon-document-file-ods:before {
    content: "\ed06";
}

.icon-document-file-ods2:before {
    content: "\ed07";
}

.icon-document-file-pps:before {
    content: "\ed08";
}

.icon-document-file-pps2:before {
    content: "\ed09";
}

.icon-document-file-dot:before {
    content: "\ed0a";
}

.icon-document-file-dot2:before {
    content: "\ed0b";
}

.icon-document-file-txt:before {
    content: "\ed0c";
}

.icon-document-file-txt2:before {
    content: "\ed0d";
}

.icon-document-file-rtf:before {
    content: "\ed0e";
}

.icon-document-file-rtf2:before {
    content: "\ed0f";
}

.icon-document-file-m4v:before {
    content: "\ed10";
}

.icon-document-file-m4v2:before {
    content: "\ed11";
}

.icon-document-file-flv:before {
    content: "\ed12";
}

.icon-document-file-flv2:before {
    content: "\ed13";
}

.icon-document-file-mpg:before {
    content: "\ed14";
}

.icon-document-file-mpg2:before {
    content: "\ed15";
}

.icon-document-file-qt:before {
    content: "\ed16";
}

.icon-document-file-qt2:before {
    content: "\ed17";
}

.icon-document-file-mid:before {
    content: "\ed18";
}

.icon-document-file-mid2:before {
    content: "\ed19";
}

.icon-document-file-3gp:before {
    content: "\ed1a";
}

.icon-document-file-3gp2:before {
    content: "\ed1b";
}

.icon-document-file-aiff:before {
    content: "\ed1c";
}

.icon-document-file-aiff2:before {
    content: "\ed1d";
}

.icon-document-file-aac:before {
    content: "\ed1e";
}

.icon-document-file-aac2:before {
    content: "\ed1f";
}

.icon-document-file-wav:before {
    content: "\ed20";
}

.icon-document-file-wav2:before {
    content: "\ed21";
}

.icon-document-file-zip:before {
    content: "\ed22";
}

.icon-document-file-zip2:before {
    content: "\ed23";
}

.icon-document-file-ott:before {
    content: "\ed24";
}

.icon-document-file-ott2:before {
    content: "\ed25";
}

.icon-document-file-tgz:before {
    content: "\ed26";
}

.icon-document-file-tgz2:before {
    content: "\ed27";
}

.icon-document-file-dmg:before {
    content: "\ed28";
}

.icon-document-file-dmg2:before {
    content: "\ed29";
}

.icon-document-file-iso:before {
    content: "\ed2a";
}

.icon-document-file-iso2:before {
    content: "\ed2b";
}

.icon-document-file-rar:before {
    content: "\ed2c";
}

.icon-document-file-rar2:before {
    content: "\ed2d";
}

.icon-document-file-gif:before {
    content: "\ed2e";
}

.icon-document-file-gif2:before {
    content: "\ed2f";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-plus:before {
    content: "\f067";
}

.icon-question:before {
    content: "\f128";
}

.icon-minus:before {
    content: "\f068";
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-o:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-o:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-check:before {
    content: "\f00c";
}

.icon-close:before {
    content: "\f00d";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-times:before {
    content: "\f00d";
}

.icon-search-plus:before {
    content: "\f00e";
}

.icon-search-minus:before {
    content: "\f010";
}

.icon-power-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-cog:before {
    content: "\f013";
}

.icon-gear:before {
    content: "\f013";
}

.icon-trash-o:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-o:before {
    content: "\f016";
}

.icon-clock-o:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download:before {
    content: "\f019";
}

.icon-arrow-circle-o-down:before {
    content: "\f01a";
}

.icon-arrow-circle-o-up:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle-o:before {
    content: "\f01d";
}

.icon-repeat:before {
    content: "\f01e";
}

.icon-rotate-right:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list2:before {
    content: "\f03a";
}

.icon-dedent:before {
    content: "\f03b";
}

.icon-outdent:before {
    content: "\f03b";
}

.icon-indent:before {
    content: "\f03c";
}

.icon-video-camera:before {
    content: "\f03d";
}

.icon-image:before {
    content: "\f03e";
}

.icon-photo:before {
    content: "\f03e";
}

.icon-picture-o:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-pencil-square-o:before {
    content: "\f044";
}

.icon-share-square-o:before {
    content: "\f045";
}

.icon-check-square-o:before {
    content: "\f046";
}

.icon-arrows:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-circle:before {
    content: "\f055";
}

.icon-minus-circle:before {
    content: "\f056";
}

.icon-times-circle:before {
    content: "\f057";
}

.icon-check-circle:before {
    content: "\f058";
}

.icon-question-circle:before {
    content: "\f059";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-crosshairs:before {
    content: "\f05b";
}

.icon-times-circle-o:before {
    content: "\f05c";
}

.icon-check-circle-o:before {
    content: "\f05d";
}

.icon-ban:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before {
    content: "\f064";
}

.icon-share:before {
    content: "\f064";
}

.icon-expand:before {
    content: "\f065";
}

.icon-compress:before {
    content: "\f066";
}

.icon-exclamation-circle:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye:before {
    content: "\f06e";
}

.icon-eye-slash:before {
    content: "\f070";
}

.icon-exclamation-triangle:before {
    content: "\f071";
}

.icon-warning:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder2:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-arrows-v:before {
    content: "\f07d";
}

.icon-arrows-h:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-bar-chart-o:before {
    content: "\f080";
}

.icon-twitter-square:before {
    content: "\f081";
}

.icon-facebook-square:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key2:before {
    content: "\f084";
}

.icon-cogs:before {
    content: "\f085";
}

.icon-gears:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-o-up:before {
    content: "\f087";
}

.icon-thumbs-o-down:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-o:before {
    content: "\f08a";
}

.icon-sign-out:before {
    content: "\f08b";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-thumb-tack:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-sign-in:before {
    content: "\f090";
}

.icon-trophy2:before {
    content: "\f091";
}

.icon-github-square:before {
    content: "\f092";
}

.icon-upload:before {
    content: "\f093";
}

.icon-lemon-o:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-square-o:before {
    content: "\f096";
}

.icon-bookmark-o:before {
    content: "\f097";
}

.icon-phone-square:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-feed:before {
    content: "\f09e";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd-o:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell-o:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-o-right:before {
    content: "\f0a4";
}

.icon-hand-o-left:before {
    content: "\f0a5";
}

.icon-hand-o-up:before {
    content: "\f0a6";
}

.icon-hand-o-down:before {
    content: "\f0a7";
}

.icon-arrow-circle-left:before {
    content: "\f0a8";
}

.icon-arrow-circle-right:before {
    content: "\f0a9";
}

.icon-arrow-circle-up:before {
    content: "\f0aa";
}

.icon-arrow-circle-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase2:before {
    content: "\f0b1";
}

.icon-arrows-alt:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-users:before {
    content: "\f0c0";
}

.icon-chain:before {
    content: "\f0c1";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-flask:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-scissors:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-files-o:before {
    content: "\f0c5";
}

.icon-paperclip:before {
    content: "\f0c6";
}

.icon-floppy-o:before {
    content: "\f0c7";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-square:before {
    content: "\f0c8";
}

.icon-bars:before {
    content: "\f0c9";
}

.icon-navicon:before {
    content: "\f0c9";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-square:before {
    content: "\f0d3";
}

.icon-google-plus-square:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-unsorted:before {
    content: "\f0dc";
}

.icon-sort-desc:before {
    content: "\f0dd";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-asc:before {
    content: "\f0de";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before {
    content: "\f0e2";
}

.icon-undo:before {
    content: "\f0e2";
}

.icon-gavel:before {
    content: "\f0e3";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-tachometer:before {
    content: "\f0e4";
}

.icon-comment-o:before {
    content: "\f0e5";
}

.icon-comments-o:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-flash:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-clipboard:before {
    content: "\f0ea";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb-o:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-cutlery:before {
    content: "\f0f5";
}

.icon-file-text-o:before {
    content: "\f0f6";
}

.icon-building-o:before {
    content: "\f0f7";
}

.icon-hospital-o:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-square:before {
    content: "\f0fd";
}

.icon-plus-square:before {
    content: "\f0fe";
}

.icon-angle-double-left:before {
    content: "\f100";
}

.icon-angle-double-right:before {
    content: "\f101";
}

.icon-angle-double-up:before {
    content: "\f102";
}

.icon-angle-double-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile:before {
    content: "\f10b";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-o:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before {
    content: "\f112";
}

.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-o:before {
    content: "\f114";
}

.icon-folder-open-o:before {
    content: "\f115";
}

.icon-smile-o:before {
    content: "\f118";
}

.icon-frown-o:before {
    content: "\f119";
}

.icon-meh-o:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard-o:before {
    content: "\f11c";
}

.icon-flag-o:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-star-half-empty:before {
    content: "\f123";
}

.icon-star-half-full:before {
    content: "\f123";
}

.icon-star-half-o:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-chain-broken:before {
    content: "\f127";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-slash:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-o:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-circle-left:before {
    content: "\f137";
}

.icon-chevron-circle-right:before {
    content: "\f138";
}

.icon-chevron-circle-up:before {
    content: "\f139";
}

.icon-chevron-circle-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-h:before {
    content: "\f141";
}

.icon-ellipsis-v:before {
    content: "\f142";
}

.icon-rss-square:before {
    content: "\f143";
}

.icon-play-circle:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-square:before {
    content: "\f146";
}

.icon-minus-square-o:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-square:before {
    content: "\f14a";
}

.icon-pencil-square:before {
    content: "\f14b";
}

.icon-external-link-square:before {
    content: "\f14c";
}

.icon-share-square:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-caret-square-o-down:before {
    content: "\f150";
}

.icon-toggle-down:before {
    content: "\f150";
}

.icon-caret-square-o-up:before {
    content: "\f151";
}

.icon-toggle-up:before {
    content: "\f151";
}

.icon-caret-square-o-right:before {
    content: "\f152";
}

.icon-toggle-right:before {
    content: "\f152";
}

.icon-eur:before {
    content: "\f153";
}

.icon-euro:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before {
    content: "\f155";
}

.icon-usd:before {
    content: "\f155";
}

.icon-inr:before {
    content: "\f156";
}

.icon-rupee:before {
    content: "\f156";
}

.icon-cny:before {
    content: "\f157";
}

.icon-jpy:before {
    content: "\f157";
}

.icon-rmb:before {
    content: "\f157";
}

.icon-yen:before {
    content: "\f157";
}

.icon-rouble:before {
    content: "\f158";
}

.icon-rub:before {
    content: "\f158";
}

.icon-ruble:before {
    content: "\f158";
}

.icon-krw:before {
    content: "\f159";
}

.icon-won:before {
    content: "\f159";
}

.icon-bitcoin:before {
    content: "\f15a";
}

.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-alpha-asc:before {
    content: "\f15d";
}

.icon-sort-alpha-desc:before {
    content: "\f15e";
}

.icon-sort-amount-asc:before {
    content: "\f160";
}

.icon-sort-amount-desc:before {
    content: "\f161";
}

.icon-sort-numeric-asc:before {
    content: "\f162";
}

.icon-sort-numeric-desc:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-square:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-square:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stack-overflow:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-square:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-square:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-gratipay:before {
    content: "\f184";
}

.icon-sun-o:before {
    content: "\f185";
}

.icon-moon-o:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.icon-pagelines:before {
    content: "\f18c";
}

.icon-stack-exchange:before {
    content: "\f18d";
}

.icon-arrow-circle-o-right:before {
    content: "\f18e";
}

.icon-arrow-circle-o-left:before {
    content: "\f190";
}

.icon-caret-square-o-left:before {
    content: "\f191";
}

.icon-toggle-left:before {
    content: "\f191";
}

.icon-dot-circle-o:before {
    content: "\f192";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-vimeo-square:before {
    content: "\f194";
}

.icon-try:before {
    content: "\f195";
}

.icon-turkish-lira:before {
    content: "\f195";
}

.icon-plus-square-o:before {
    content: "\f196";
}

.icon-space-shuttle:before {
    content: "\f197";
}

.icon-slack:before {
    content: "\f198";
}

.icon-envelope-square:before {
    content: "\f199";
}

.icon-wordpress:before {
    content: "\f19a";
}

.icon-openid:before {
    content: "\f19b";
}

.icon-bank:before {
    content: "\f19c";
}

.icon-institution:before {
    content: "\f19c";
}

.icon-university:before {
    content: "\f19c";
}

.icon-graduation-cap:before {
    content: "\f19d";
}

.icon-mortar-board:before {
    content: "\f19d";
}

.icon-yahoo:before {
    content: "\f19e";
}

.icon-google:before {
    content: "\f1a0";
}

.icon-reddit:before {
    content: "\f1a1";
}

.icon-reddit-square:before {
    content: "\f1a2";
}

.icon-stumbleupon-circle:before {
    content: "\f1a3";
}

.icon-stumbleupon:before {
    content: "\f1a4";
}

.icon-delicious:before {
    content: "\f1a5";
}

.icon-digg:before {
    content: "\f1a6";
}

.icon-pied-piper-pp:before {
    content: "\f1a7";
}

.icon-pied-piper-alt:before {
    content: "\f1a8";
}

.icon-drupal:before {
    content: "\f1a9";
}

.icon-joomla:before {
    content: "\f1aa";
}

.icon-language:before {
    content: "\f1ab";
}

.icon-fax:before {
    content: "\f1ac";
}

.icon-building2:before {
    content: "\f1ad";
}

.icon-child:before {
    content: "\f1ae";
}

.icon-paw:before {
    content: "\f1b0";
}

.icon-spoon:before {
    content: "\f1b1";
}

.icon-cube:before {
    content: "\f1b2";
}

.icon-cubes:before {
    content: "\f1b3";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-behance-square:before {
    content: "\f1b5";
}

.icon-steam:before {
    content: "\f1b6";
}

.icon-steam-square:before {
    content: "\f1b7";
}

.icon-recycle:before {
    content: "\f1b8";
}

.icon-automobile:before {
    content: "\f1b9";
}

.icon-car:before {
    content: "\f1b9";
}

.icon-cab:before {
    content: "\f1ba";
}

.icon-taxi:before {
    content: "\f1ba";
}

.icon-tree:before {
    content: "\f1bb";
}

.icon-spotify:before {
    content: "\f1bc";
}

.icon-deviantart:before {
    content: "\f1bd";
}

.icon-soundcloud:before {
    content: "\f1be";
}

.icon-database:before {
    content: "\f1c0";
}

.icon-file-pdf-o:before {
    content: "\f1c1";
}

.icon-file-word-o:before {
    content: "\f1c2";
}

.icon-file-excel-o:before {
    content: "\f1c3";
}

.icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.icon-file-image-o:before {
    content: "\f1c5";
}

.icon-file-photo-o:before {
    content: "\f1c5";
}

.icon-file-picture-o:before {
    content: "\f1c5";
}

.icon-file-archive-o:before {
    content: "\f1c6";
}

.icon-file-zip-o:before {
    content: "\f1c6";
}

.icon-file-audio-o:before {
    content: "\f1c7";
}

.icon-file-sound-o:before {
    content: "\f1c7";
}

.icon-file-movie-o:before {
    content: "\f1c8";
}

.icon-file-video-o:before {
    content: "\f1c8";
}

.icon-file-code-o:before {
    content: "\f1c9";
}

.icon-vine:before {
    content: "\f1ca";
}

.icon-codepen:before {
    content: "\f1cb";
}

.icon-jsfiddle:before {
    content: "\f1cc";
}

.icon-life-bouy:before {
    content: "\f1cd";
}

.icon-life-buoy:before {
    content: "\f1cd";
}

.icon-life-ring:before {
    content: "\f1cd";
}

.icon-life-saver:before {
    content: "\f1cd";
}

.icon-support:before {
    content: "\f1cd";
}

.icon-circle-o-notch:before {
    content: "\f1ce";
}

.icon-ra:before {
    content: "\f1d0";
}

.icon-rebel:before {
    content: "\f1d0";
}

.icon-resistance:before {
    content: "\f1d0";
}

.icon-empire:before {
    content: "\f1d1";
}

.icon-ge:before {
    content: "\f1d1";
}

.icon-git-square:before {
    content: "\f1d2";
}

.icon-git:before {
    content: "\f1d3";
}

.icon-hacker-news:before {
    content: "\f1d4";
}

.icon-y-combinator-square:before {
    content: "\f1d4";
}

.icon-yc-square:before {
    content: "\f1d4";
}

.icon-tencent-weibo:before {
    content: "\f1d5";
}

.icon-qq:before {
    content: "\f1d6";
}

.icon-wechat:before {
    content: "\f1d7";
}

.icon-weixin:before {
    content: "\f1d7";
}

.icon-paper-plane:before {
    content: "\f1d8";
}

.icon-send:before {
    content: "\f1d8";
}

.icon-paper-plane-o:before {
    content: "\f1d9";
}

.icon-send-o:before {
    content: "\f1d9";
}

.icon-history:before {
    content: "\f1da";
}

.icon-circle-thin:before {
    content: "\f1db";
}

.icon-header:before {
    content: "\f1dc";
}

.icon-paragraph:before {
    content: "\f1dd";
}

.icon-sliders:before {
    content: "\f1de";
}

.icon-share-alt:before {
    content: "\f1e0";
}

.icon-share-alt-square:before {
    content: "\f1e1";
}

.icon-bomb:before {
    content: "\f1e2";
}

.icon-futbol-o:before {
    content: "\f1e3";
}

.icon-soccer-ball-o:before {
    content: "\f1e3";
}

.icon-tty:before {
    content: "\f1e4";
}

.icon-binoculars:before {
    content: "\f1e5";
}

.icon-plug:before {
    content: "\f1e6";
}

.icon-slideshare:before {
    content: "\f1e7";
}

.icon-twitch:before {
    content: "\f1e8";
}

.icon-yelp:before {
    content: "\f1e9";
}

.icon-newspaper-o:before {
    content: "\f1ea";
}

.icon-wifi:before {
    content: "\f1eb";
}

.icon-calculator:before {
    content: "\f1ec";
}

.icon-paypal:before {
    content: "\f1ed";
}

.icon-google-wallet:before {
    content: "\f1ee";
}

.icon-cc-visa:before {
    content: "\f1f0";
}

.icon-cc-mastercard:before {
    content: "\f1f1";
}

.icon-cc-discover:before {
    content: "\f1f2";
}

.icon-cc-amex:before {
    content: "\f1f3";
}

.icon-cc-paypal:before {
    content: "\f1f4";
}

.icon-cc-stripe:before {
    content: "\f1f5";
}

.icon-bell-slash:before {
    content: "\f1f6";
}

.icon-bell-slash-o:before {
    content: "\f1f7";
}

.icon-trash:before {
    content: "\f1f8";
}

.icon-copyright:before {
    content: "\f1f9";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-eyedropper:before {
    content: "\f1fb";
}

.icon-paint-brush:before {
    content: "\f1fc";
}

.icon-birthday-cake:before {
    content: "\f1fd";
}

.icon-area-chart:before {
    content: "\f1fe";
}

.icon-pie-chart:before {
    content: "\f200";
}

.icon-line-chart:before {
    content: "\f201";
}

.icon-lastfm:before {
    content: "\f202";
}

.icon-lastfm-square:before {
    content: "\f203";
}

.icon-toggle-off:before {
    content: "\f204";
}

.icon-toggle-on:before {
    content: "\f205";
}

.icon-bicycle:before {
    content: "\f206";
}

.icon-bus:before {
    content: "\f207";
}

.icon-ioxhost:before {
    content: "\f208";
}

.icon-angellist:before {
    content: "\f209";
}

.icon-cc:before {
    content: "\f20a";
}

.icon-ils:before {
    content: "\f20b";
}

.icon-shekel:before {
    content: "\f20b";
}

.icon-sheqel:before {
    content: "\f20b";
}

.icon-meanpath:before {
    content: "\f20c";
}

.icon-buysellads:before {
    content: "\f20d";
}

.icon-connectdevelop:before {
    content: "\f20e";
}

.icon-dashcube:before {
    content: "\f210";
}

.icon-forumbee:before {
    content: "\f211";
}

.icon-leanpub:before {
    content: "\f212";
}

.icon-sellsy:before {
    content: "\f213";
}

.icon-shirtsinbulk:before {
    content: "\f214";
}

.icon-simplybuilt:before {
    content: "\f215";
}

.icon-skyatlas:before {
    content: "\f216";
}

.icon-cart-plus:before {
    content: "\f217";
}

.icon-cart-arrow-down:before {
    content: "\f218";
}

.icon-diamond:before {
    content: "\f219";
}

.icon-ship:before {
    content: "\f21a";
}

.icon-user-secret:before {
    content: "\f21b";
}

.icon-motorcycle:before {
    content: "\f21c";
}

.icon-street-view:before {
    content: "\f21d";
}

.icon-heartbeat:before {
    content: "\f21e";
}

.icon-venus:before {
    content: "\f221";
}

.icon-mars:before {
    content: "\f222";
}

.icon-mercury:before {
    content: "\f223";
}

.icon-intersex:before {
    content: "\f224";
}

.icon-transgender:before {
    content: "\f224";
}

.icon-transgender-alt:before {
    content: "\f225";
}

.icon-venus-double:before {
    content: "\f226";
}

.icon-mars-double:before {
    content: "\f227";
}

.icon-venus-mars:before {
    content: "\f228";
}

.icon-mars-stroke:before {
    content: "\f229";
}

.icon-mars-stroke-v:before {
    content: "\f22a";
}

.icon-mars-stroke-h:before {
    content: "\f22b";
}

.icon-neuter:before {
    content: "\f22c";
}

.icon-genderless:before {
    content: "\f22d";
}

.icon-facebook-official:before {
    content: "\f230";
}

.icon-pinterest-p:before {
    content: "\f231";
}

.icon-whatsapp:before {
    content: "\f232";
}

.icon-server:before {
    content: "\f233";
}

.icon-user-plus:before {
    content: "\f234";
}

.icon-user-times:before {
    content: "\f235";
}

.icon-bed:before {
    content: "\f236";
}

.icon-hotel:before {
    content: "\f236";
}

.icon-viacoin:before {
    content: "\f237";
}

.icon-train:before {
    content: "\f238";
}

.icon-subway:before {
    content: "\f239";
}

.icon-medium:before {
    content: "\f23a";
}

.icon-y-combinator:before {
    content: "\f23b";
}

.icon-yc:before {
    content: "\f23b";
}

.icon-optin-monster:before {
    content: "\f23c";
}

.icon-opencart:before {
    content: "\f23d";
}

.icon-expeditedssl:before {
    content: "\f23e";
}

.icon-battery:before {
    content: "\f240";
}

.icon-battery-4:before {
    content: "\f240";
}

.icon-battery-full:before {
    content: "\f240";
}

.icon-battery-3:before {
    content: "\f241";
}

.icon-battery-three-quarters:before {
    content: "\f241";
}

.icon-battery-2:before {
    content: "\f242";
}

.icon-battery-half:before {
    content: "\f242";
}

.icon-battery-1:before {
    content: "\f243";
}

.icon-battery-quarter:before {
    content: "\f243";
}

.icon-battery-0:before {
    content: "\f244";
}

.icon-battery-empty:before {
    content: "\f244";
}

.icon-mouse-pointer:before {
    content: "\f245";
}

.icon-i-cursor:before {
    content: "\f246";
}

.icon-object-group:before {
    content: "\f247";
}

.icon-object-ungroup:before {
    content: "\f248";
}

.icon-sticky-note:before {
    content: "\f249";
}

.icon-sticky-note-o:before {
    content: "\f24a";
}

.icon-cc-jcb:before {
    content: "\f24b";
}

.icon-cc-diners-club:before {
    content: "\f24c";
}

.icon-clone:before {
    content: "\f24d";
}

.icon-balance-scale:before {
    content: "\f24e";
}

.icon-hourglass-o:before {
    content: "\f250";
}

.icon-hourglass-1:before {
    content: "\f251";
}

.icon-hourglass-start:before {
    content: "\f251";
}

.icon-hourglass-2:before {
    content: "\f252";
}

.icon-hourglass-half:before {
    content: "\f252";
}

.icon-hourglass-3:before {
    content: "\f253";
}

.icon-hourglass-end:before {
    content: "\f253";
}

.icon-hourglass:before {
    content: "\f254";
}

.icon-hand-grab-o:before {
    content: "\f255";
}

.icon-hand-rock-o:before {
    content: "\f255";
}

.icon-hand-paper-o:before {
    content: "\f256";
}

.icon-hand-stop-o:before {
    content: "\f256";
}

.icon-hand-scissors-o:before {
    content: "\f257";
}

.icon-hand-lizard-o:before {
    content: "\f258";
}

.icon-hand-spock-o:before {
    content: "\f259";
}

.icon-hand-pointer-o:before {
    content: "\f25a";
}

.icon-hand-peace-o:before {
    content: "\f25b";
}

.icon-trademark:before {
    content: "\f25c";
}

.icon-registered:before {
    content: "\f25d";
}

.icon-creative-commons:before {
    content: "\f25e";
}

.icon-gg:before {
    content: "\f260";
}

.icon-gg-circle:before {
    content: "\f261";
}

.icon-tripadvisor:before {
    content: "\f262";
}

.icon-odnoklassniki:before {
    content: "\f263";
}

.icon-odnoklassniki-square:before {
    content: "\f264";
}

.icon-get-pocket:before {
    content: "\f265";
}

.icon-wikipedia-w:before {
    content: "\f266";
}

.icon-safari:before {
    content: "\f267";
}

.icon-chrome:before {
    content: "\f268";
}

.icon-firefox:before {
    content: "\f269";
}

.icon-opera:before {
    content: "\f26a";
}

.icon-internet-explorer:before {
    content: "\f26b";
}

.icon-television:before {
    content: "\f26c";
}

.icon-tv:before {
    content: "\f26c";
}

.icon-contao:before {
    content: "\f26d";
}

.icon-500px:before {
    content: "\f26e";
}

.icon-amazon:before {
    content: "\f270";
}

.icon-calendar-plus-o:before {
    content: "\f271";
}

.icon-calendar-minus-o:before {
    content: "\f272";
}

.icon-calendar-times-o:before {
    content: "\f273";
}

.icon-calendar-check-o:before {
    content: "\f274";
}

.icon-industry:before {
    content: "\f275";
}

.icon-map-pin:before {
    content: "\f276";
}

.icon-map-signs:before {
    content: "\f277";
}

.icon-map-o:before {
    content: "\f278";
}

.icon-map:before {
    content: "\f279";
}

.icon-commenting:before {
    content: "\f27a";
}

.icon-commenting-o:before {
    content: "\f27b";
}

.icon-houzz:before {
    content: "\f27c";
}

.icon-vimeo:before {
    content: "\f27d";
}

.icon-black-tie:before {
    content: "\f27e";
}

.icon-fonticons:before {
    content: "\f280";
}

.icon-reddit-alien:before {
    content: "\f281";
}

.icon-edge:before {
    content: "\f282";
}

.icon-credit-card-alt:before {
    content: "\f283";
}

.icon-codiepie:before {
    content: "\f284";
}

.icon-modx:before {
    content: "\f285";
}

.icon-fort-awesome:before {
    content: "\f286";
}

.icon-usb:before {
    content: "\f287";
}

.icon-product-hunt:before {
    content: "\f288";
}

.icon-mixcloud:before {
    content: "\f289";
}

.icon-scribd:before {
    content: "\f28a";
}

.icon-pause-circle:before {
    content: "\f28b";
}

.icon-pause-circle-o:before {
    content: "\f28c";
}

.icon-stop-circle:before {
    content: "\f28d";
}

.icon-stop-circle-o:before {
    content: "\f28e";
}

.icon-shopping-bag:before {
    content: "\f290";
}

.icon-shopping-basket:before {
    content: "\f291";
}

.icon-hashtag:before {
    content: "\f292";
}

.icon-bluetooth:before {
    content: "\f293";
}

.icon-bluetooth-b:before {
    content: "\f294";
}

.icon-percent:before {
    content: "\f295";
}

.icon-gitlab:before {
    content: "\f296";
}

.icon-wpbeginner:before {
    content: "\f297";
}

.icon-wpforms:before {
    content: "\f298";
}

.icon-envira:before {
    content: "\f299";
}

.icon-universal-access:before {
    content: "\f29a";
}

.icon-wheelchair-alt:before {
    content: "\f29b";
}

.icon-question-circle-o:before {
    content: "\f29c";
}

.icon-blind:before {
    content: "\f29d";
}

.icon-audio-description:before {
    content: "\f29e";
}

.icon-volume-control-phone:before {
    content: "\f2a0";
}

.icon-braille:before {
    content: "\f2a1";
}

.icon-assistive-listening-systems:before {
    content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.icon-asl-interpreting:before {
    content: "\f2a3";
}

.icon-deaf:before {
    content: "\f2a4";
}

.icon-deafness:before {
    content: "\f2a4";
}

.icon-hard-of-hearing:before {
    content: "\f2a4";
}

.icon-glide:before {
    content: "\f2a5";
}

.icon-glide-g:before {
    content: "\f2a6";
}

.icon-sign-language:before {
    content: "\f2a7";
}

.icon-signing:before {
    content: "\f2a7";
}

.icon-low-vision:before {
    content: "\f2a8";
}

.icon-viadeo:before {
    content: "\f2a9";
}

.icon-viadeo-square:before {
    content: "\f2aa";
}

.icon-snapchat:before {
    content: "\f2ab";
}

.icon-snapchat-ghost:before {
    content: "\f2ac";
}

.icon-snapchat-square:before {
    content: "\f2ad";
}

.icon-pied-piper:before {
    content: "\f2ae";
}

.icon-first-order:before {
    content: "\f2b0";
}

.icon-yoast:before {
    content: "\f2b1";
}

.icon-themeisle:before {
    content: "\f2b2";
}

.icon-google-plus-circle:before {
    content: "\f2b3";
}

.icon-google-plus-official:before {
    content: "\f2b3";
}

.icon-fa:before {
    content: "\f2b4";
}

.icon-font-awesome:before {
    content: "\f2b4";
}

.icon-handshake-o:before {
    content: "\f2b5";
}

.icon-envelope-open:before {
    content: "\f2b6";
}

.icon-envelope-open-o:before {
    content: "\f2b7";
}

.icon-linode:before {
    content: "\f2b8";
}

.icon-address-book:before {
    content: "\f2b9";
}

.icon-address-book-o:before {
    content: "\f2ba";
}

.icon-address-card:before {
    content: "\f2bb";
}

.icon-vcard:before {
    content: "\f2bb";
}

.icon-address-card-o:before {
    content: "\f2bc";
}

.icon-vcard-o:before {
    content: "\f2bc";
}

.icon-user-circle:before {
    content: "\f2bd";
}

.icon-user-circle-o:before {
    content: "\f2be";
}

.icon-user-o:before {
    content: "\f2c0";
}

.icon-id-badge:before {
    content: "\f2c1";
}

.icon-drivers-license:before {
    content: "\f2c2";
}

.icon-id-card:before {
    content: "\f2c2";
}

.icon-drivers-license-o:before {
    content: "\f2c3";
}

.icon-id-card-o:before {
    content: "\f2c3";
}

.icon-quora:before {
    content: "\f2c4";
}

.icon-free-code-camp:before {
    content: "\f2c5";
}

.icon-telegram:before {
    content: "\f2c6";
}

.icon-thermometer:before {
    content: "\f2c7";
}

.icon-thermometer-4:before {
    content: "\f2c7";
}

.icon-thermometer-full:before {
    content: "\f2c7";
}

.icon-thermometer-3:before {
    content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
    content: "\f2c8";
}

.icon-thermometer-2:before {
    content: "\f2c9";
}

.icon-thermometer-half:before {
    content: "\f2c9";
}

.icon-thermometer-1:before {
    content: "\f2ca";
}

.icon-thermometer-quarter:before {
    content: "\f2ca";
}

.icon-thermometer-0:before {
    content: "\f2cb";
}

.icon-thermometer-empty:before {
    content: "\f2cb";
}

.icon-shower:before {
    content: "\f2cc";
}

.icon-bath:before {
    content: "\f2cd";
}

.icon-bathtub:before {
    content: "\f2cd";
}

.icon-s15:before {
    content: "\f2cd";
}

.icon-podcast:before {
    content: "\f2ce";
}

.icon-window-maximize:before {
    content: "\f2d0";
}

.icon-window-minimize:before {
    content: "\f2d1";
}

.icon-window-restore:before {
    content: "\f2d2";
}

.icon-times-rectangle:before {
    content: "\f2d3";
}

.icon-window-close:before {
    content: "\f2d3";
}

.icon-times-rectangle-o:before {
    content: "\f2d4";
}

.icon-window-close-o:before {
    content: "\f2d4";
}

.icon-bandcamp:before {
    content: "\f2d5";
}

.icon-grav:before {
    content: "\f2d6";
}

.icon-etsy:before {
    content: "\f2d7";
}

.icon-imdb:before {
    content: "\f2d8";
}

.icon-ravelry:before {
    content: "\f2d9";
}

.icon-eercast:before {
    content: "\f2da";
}

.icon-microchip:before {
    content: "\f2db";
}

.icon-snowflake-o:before {
    content: "\f2dc";
}

.icon-superpowers:before {
    content: "\f2dd";
}

.icon-wpexplorer:before {
    content: "\f2de";
}

.icon-meetup:before {
    content: "\f2e0";
}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/roboto/roboto-v16-latin-100.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto/roboto-v16-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-100.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-100.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-100.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-100.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/roboto/roboto-v16-latin-100italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/roboto/roboto-v16-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-100italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-100italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-100italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-100italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto/roboto-v16-latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/roboto-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-300.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-300.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-300.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/roboto/roboto-v16-latin-300italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto/roboto-v16-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-300italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-300italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-300italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-300italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto/roboto-v16-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/roboto/roboto-v16-latin-italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto/roboto-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto/roboto-v16-latin-500.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto/roboto-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-500.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-500.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-500.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/roboto/roboto-v16-latin-500italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/roboto/roboto-v16-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-500italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-500italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-500italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-500italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto/roboto-v16-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-700.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-700.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/roboto/roboto-v16-latin-700italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto/roboto-v16-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-700italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-700italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-700italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-700italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/roboto/roboto-v16-latin-900.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto/roboto-v16-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-900.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-900.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-900.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-900.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/roboto/roboto-v16-latin-900italic.eot");
    /* IE9 Compat Modes */
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/roboto/roboto-v16-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v16-latin-900italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v16-latin-900italic.woff") format("woff"), url("../fonts/roboto/roboto-v16-latin-900italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v16-latin-900italic.svg#Roboto") format("svg");
    /* Legacy iOS */
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slowest {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.delay-1000 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3000 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
    opacity: 0;
}

.lightSpeedInRight,
.lightSpeedInLeft {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }
    60% {
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }
    60% {
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInRight.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    60% {
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    60% {
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }
    60% {
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }
    60% {
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounceInUp.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }
    60% {
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    60% {
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounceInDown.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

.fadeIn {
    opacity: 0;
}

.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes growIn {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.growIn {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
}

.growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}

.shake.go {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes shakeUp {
    0%,
    100% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateY(10px);
    }
}

.shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

.fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
}

.fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}

.fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft.go {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft.go {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight.go {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight.go {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn.go {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
    }
    10% {
        -webkit-transform: skewX(-8deg);
    }
    20% {
        -webkit-transform: skewX(7deg);
    }
    30% {
        -webkit-transform: skewX(-6deg);
    }
    40% {
        -webkit-transform: skewX(5deg);
    }
    50% {
        -webkit-transform: skewX(-4deg);
    }
    60% {
        -webkit-transform: skewX(3deg);
    }
    70% {
        -webkit-transform: skewX(-2deg);
    }
    80% {
        -webkit-transform: skewX(1deg);
    }
    90% {
        -webkit-transform: skewX(0deg);
    }
    100% {
        -webkit-transform: skewX(0deg);
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }
    10% {
        transform: skewX(-8deg);
    }
    20% {
        transform: skewX(7deg);
    }
    30% {
        transform: skewX(-6deg);
    }
    40% {
        transform: skewX(5deg);
    }
    50% {
        transform: skewX(-4deg);
    }
    60% {
        transform: skewX(3deg);
    }
    70% {
        transform: skewX(-2deg);
    }
    80% {
        transform: skewX(1deg);
    }
    90% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
    }
}

.wiggle.go {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.swing.go {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.tada.go {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        transform: translateX(0%);
    }
}

.wobble.go {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/********
* pulse *
*********/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse.go {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedInRight {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedInRight.go {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(20%) skewX(-30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedInLeft {
    0% {
        transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(20%) skewX(-30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0%) skewX(15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedInLeft.go {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

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

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

.bounceOut.goAway {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.bounceOutUp.goAway {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.bounceOutDown.goAway {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.bounceOutLeft.goAway {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.bounceOutRight.goAway {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut.goAway {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.fadeOutUp.goAway {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.fadeOutDown.goAway {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.fadeOutLeft.goAway {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.fadeOutRight.goAway {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX.goAway {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutRight {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOutRight.goAway {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOutLeft.goAway {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut.goAway {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft.goAway {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft.goAway {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight.goAway {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut.goAway {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}

/*
 * Core Styling
 * Should be at top of all other
 */
/*

@include tablet-and-phone {
    display: none;
}

*/
@media (max-width: 1031px) {
    .responsive {
        text-align: center !important;
    }

    .responsive h1, .responsive h2, .responsive h3, .responsive p, .responsive a, .responsive .text-left, .responsive .text-right, .responsive img {
        text-align: center !important;
    }
}

@media (max-width: 420px) {
    .responsive-phone {
        text-align: center;
    }
}

/* =Transition
-------------------------------------------------------------- */
/* = Icons
-------------------------------------------------------------- */
.icon-left-arrow {
    background: url("../img/icon/icon-left-arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 51px;
    height: 37px;
}

.icon-right-arrow {
    background: url("../img/icon/icon-right-arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 51px;
    height: 37px;
}

.icon-yes {
    background: url("../img/icon/icon-yes.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-not {
    background: url("../img/icon/icon-not.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-article {
    background: url("../img/icon/icon-article.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 32px;
}

.icon-video {
    background: url("../img/icon/icon-video.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-img {
    background: url("../img/icon/icon-photo.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-envelope-line {
    background: url("../img/icon/icon-envelope.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
}

.icon-download {
    background: url("../img/icon/icon-download.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-rocket {
    background: url("../img/icon/icon-rocket.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
}

/*body {
  color: #86939e;
  font-family: "Roboto", sans-serif, serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding-right: 0 !important;
}*/
body {
    position: relative;
    background-color: #FFFFFF;
    color: rgba(36, 55, 78, 1);
    font-family: 'releans', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    max-width: 1600px;
    margin: 0 auto;
}

a {
    color: #03a9f4;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #03a9f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #233659;
    font-weight: 400;
    font-family: "releans", sans-serif;
}

.h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 30px;
}

img {
    max-width: 100%;
}

ul li {
    list-style: none;
    font-weight: 400;
}

ul li i {
    padding-right: 15px;
}

header h2 {
    line-height: 60px;
}

.overflow-hide {
    overflow: hidden;
}

.section {
    padding: 50px 0;
}

.section header {
    text-align: center;
    padding-bottom: 50px;
}

.section-heading {
    text-align: center;
    padding-bottom: 40px;
}

.section-title {
    font-weight: 300;
    color: #43484d;
}

@media (min-width: 1031px) {
    .section-title {
        font-size: 52px;
    }
}

.section-subtitle {
    font-size: 22px;
    font-weight: 100;
    line-height: 32px;
    color: #5e6977;
    width: 55%;
    margin: 20px auto 40px;
}

.page .search-section, .page .page-header {
    padding: 30px;
}

.page .search-section h1, .page .page-header h1 {
    font-size: 28px;
}

.page .search-section h1 small, .page .page-header h1 small {
    background: #03a9f4;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 10px;
    vertical-align: middle;
}

#page_wrap {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.offcanvas #page_wrap {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page_wrap::after {
    background: rgba(245, 248, 250, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s ease 0s;
    z-index: 101;
}

@media (min-width: 1031px) {
    .enable-offcanvas .paper-nav-toggle,
    .enable-offcanvas #paper-offcanvas {
        display: block;
    }
}

.block {
    font-size: 14px;
}

.block img {
    border-radius: 3px;
    margin: 15px 0 20px;
    max-width: 100%;
}

.service-sidebar.sidebar-wrapper {
    background-color: #f9f9fb;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 20px;
}

.service-sidebar.sidebar-wrapper h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 0;
    text-transform: capitalize;
}

.paper-block {
    padding: 15px;
    border: 3px solid #f5f8fa;
    border-radius: 3px;
    margin-bottom: 30px;
}

.lSAction > .lSNext {
    right: 30px;
}

.lSPager {
    margin-top: 30px !important;
}

ul {
    padding: 0;
}

ul.iconList li {
    line-height: 3;
    padding-left: 30px;
    position: relative;
}

ul.iconList li:before {
    color: #03a9f4;
    content: "";
    display: inline-block;
    font-family: 'releans';
}

ul.arrowIcon li:before {
    content: "";
}

ul li:before {
    position: absolute;
    left: 0;
    top: 0;
}

.hero-header {
    position: relative;
    width: 100%;
    background-size: cover;
    background: rgba(28, 36, 65, 0.93);
    background-position: center;
    background-repeat: no-repeat;
}

.hero-header .table {
    display: table;
    height: 100%;
}

.hero-header .header-text {
    display: table-cell;
    vertical-align: middle;
}

.hero-header .container {
    height: 100%;
}

.cut-top {
    content: ' ';
    position: absolute;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 30px solid white;
}

.cut-bottom {
    content: ' ';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid transparent;
    border-left: 30px solid white;
}

.cut-top-left {
    z-index: +2;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    top: 0;
    right: 0;
    border-width: 0 900px 80px 0;
    border-color: transparent #fff transparent transparent;
}

.cut-top-right {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    top: 0;
    left: 0;
    border-width: 80px 450px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.cut-bottom-left {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    bottom: 0;
    right: 0;
    border-width: 0 0 50px 893px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}

.cut-bottom-right {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    bottom: 0;
    left: 0;
    border-width: 50px 0 0 650px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}

.portfolio-masonry .masonry-post {
    padding: 0 10px;
}

@media (min-width: 1400px) {
    .inside {
        margin: 0 auto;
        background: #fff;
        width: 80%;
    }
}

.section-heading-icon {
    padding-top: 84px;
    background: transparent url("../img/icon/icon-stone1.png") no-repeat scroll center bottom;
}

.masthead {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 170px 0 120px;
    text-align: center;
}

.card-header {
    position: relative;
}

.card-header .card-handle {
    position: absolute;
    right: 20px;
}

.content-wrapper {
    padding: 40px 0;
}

.section {
    padding: 50px 0;
}

.section header {
    text-align: center;
    padding-bottom: 50px;
}

.section header h1 {
    text-transform: uppercase;
}

/***************************** Header ****************************/
.circles-header {
    background: url("../img/icon/icon-circles.png") no-repeat scroll center bottom;
}

/*.home-search {
  background: url("../img/icon/icon-circles.png") no-repeat scroll center bottom;
  margin-bottom: 100px;
}
*/
/*.home-search::after {
  background: transparent url("../img/icon/icon-telescope.png") no-repeat scroll center bottom;
  bottom: -65px;
  content: "";
  display: block;
  height: 128px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 128px;
}
*/
.search-section {
    background-color: #F5F8FA;
    position: relative;
    /*  border-bottom: 1px solid #e1e8ee;
/* border-top: 1px solid #e1e8ee;*/
}

.masthead {
    padding: 100px 0 80px 0;
    text-align: center;
}

/*.masthead h1 {
  color: #86939e;
  font-weight: 900;
  font-size: 60px;
}*/

@media (max-width: 1031px) {
    .masthead h1 {
        font-size: 26px;
    }
}

/*.masthead p {
  color: #86939e;
  font-weight: 100;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 30px;
  text-align: center;
  width: 70%;
}
*/
@media (min-width: 1031px) {
    .masthead p {
        font-size: 22px;
    }
}

.masthead form {
    position: relative;
    margin-top: 10px;
}

.masthead form button {
    position: absolute;
    left: 82px;
    top: 9px;
    background: none;
    border: none;
    font-size: 20px;
    color: #cadff9;
}
@media (max-width: 375px){
    .masthead form button {
        left: 43px;
    }
}
@media (max-width:600px) and (min-width:500px){
    .masthead form button {
        left: 52px;
    }
}
@media (max-width:475px) and (min-width:400px){
    .masthead form button {
        left: 45px;
    }
}
@media (max-width:1024px) and (min-width:700px){
    .masthead form button {
        left: 70px;
    }
}
input {
    font-weight: 400;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}
@media (max-width: 1031px) {
    .masthead form button {
        right: 5px;
    }
}

.masthead .btn-hero {
    border: 3px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 50px;
}

.masthead .btn-hero:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 500ms ease-out 0.2s;
    -moz-transition: background-color 500ms ease-out 0.2s;
    -o-transition: background-color 500ms ease-out 0.2s;
    transition: background-color 500ms ease-out 0.2s;
}

.section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section header {
    text-align: center;
    padding: 40px;
}

.template-genre .overlay {
    background: rgba(2, 28, 53, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.search-field {
    border-radius: 4px;
    box-sizing: border-box;
    color: #999;
    height: 50px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 80%;
    border: 1px solid #e5f0fa!important;
}

#app {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.loaded {
    overflow: visible;
}

.loader-fade {
    display: none;
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #03a9f4;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #03a9f4, 0 0 5px #03a9f4;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #03a9f4;
    border-left-color: #03a9f4;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

/* Fancy blur effect */
/* Remove these to get rid of the spinner */
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

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

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-group-addon {
    min-height: 3rem;
    border-color: #e1e8ee;
    background: #F5F8FA;
    padding: 0.7rem 1rem;
}

.form-control {
    border: 1px solid #e1e8ee;
    box-shadow: none;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    font-weight: 300;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1BB1F5;
}

.form-group {
    position: relative;
}

.form-group.has-icon i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px;
}

.form-group.has-icon i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #e1e8ee;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group.has-icon input {
    padding-left: 68px;
}

.has-warning .form-control {
    border-color: orange;
}

form label {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
    border: 2px solid #e1e8ee;
    border-radius: 5px;
    color: #43484d;
    font-size: 14px;
    height: 50px;
    padding: 15px;
    width: 100%;
}

.form-control-lg:focus, .input-group-lg > .form-control:focus,
.input-group-lg > .input-group-prepend > .input-group-text:focus,
.input-group-lg > .input-group-append > .input-group-text:focus,
.input-group-lg > .input-group-prepend > .btn:focus,
.input-group-lg > .input-group-append > .btn:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus {
    border-color: #03a9f4 !important;
}

textarea.form-control-lg, .input-group-lg > textarea.form-control,
.input-group-lg > .input-group-prepend > textarea.input-group-text,
.input-group-lg > .input-group-append > textarea.input-group-text,
.input-group-lg > .input-group-prepend > textarea.btn,
.input-group-lg > .input-group-append > textarea.btn {
    min-height: 100px;
    padding: 0 .85rem;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px !important;
}

.btn {
    border-radius: 2px;
    font-weight: 300;
}

.btn i {
    padding-right: 10px;
}

.btn .icon {
    padding-right: 15px;
}

.btn:hover {
    border: 1px solid transparent;
}

.btn-default {
    border: 2px solid #e1e8ee;
    background: #f5f8fa;
    color: #03a9f4 !important;
}

.btn-default:hover {
    border: 2px solid #03a9f4;
}

.btn-fixed-top-left {
    position: fixed;
    left: 52px;
    top: 66px;
    z-index: 99;
}

.btn-primary {
    border-color: transparent;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.8;
    color: #fff;
    background: #03a9f4;
}

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

.btn-danger:hover, .btn-danger:focus {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.8;
    color: #fff;
    background: #ED5564;
}

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

.btn-warning:hover, .btn-warning:focus {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.8;
    color: #fff;
    background: #FCCE54;
}

.btn-success {
    border-color: transparent;
    color: #fff;
}

.btn-success:hover, .btn-success:focus {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.8;
    color: #fff;
    background: #7dc855;
}

.badge-success, .badge-warning {
    color: #fff;
}

.btn-social {
    color: #fff;
}

.btn-social:hover, .btn-social:focus {
    color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
}

.btn-big {
    padding: 15px 40px !important;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400 !important;
}

.btn-big:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
}

@media (max-width: 1031px) {
    .btn-big {
        font-size: 14px;
    }
}

.btn-img img:hover {
    transition: box-shadow 500ms ease-out 0.05s;
    background: transparent;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
}

.btn-line {
    display: inline-block;
    color: #fff;
    padding: 10px 22px;
    line-height: 1;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    font-weight: 100;
    margin: 4px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: transparent;
}

.btn-line:hover, .btn-line:focus {
    transition: box-shadow 500ms ease-out 0.05s;
    opacity: 0.8;
    color: #fff;
    border: 1px solid;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 13px 25px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-fab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.btn-fab:hover {
    text-decoration: none;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
}

.btn-fab i {
    font-size: 24px;
    vertical-align: middle;
}

.btn-fab.btn-fab-md {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.paper-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.paper-nav-toggle.active i::before, .paper-nav-toggle.active i::after, .paper-nav-toggle.dl-active i::before, .paper-nav-toggle.dl-active i::after {
    background: #03a9f4;
}

.paper-nav-toggle:hover, .paper-nav-toggle:focus, .paper-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
    opacity: 0.8;
}

.paper-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #03a9f4;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #03a9f4;
    transition: all .2s ease-out;
}

.paper-nav-toggle i::before, .paper-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #03a9f4;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.paper-nav-toggle.paper-nav-white > i {
    color: #fff;
    background: #fff;
}

.paper-nav-toggle.paper-nav-white > i::before, .paper-nav-toggle.paper-nav-white > i::after {
    background: #fff;
}

.paper-nav-toggle.left {
    left: 0;
    right: auto;
}

.paper-nav-toggle i::before {
    top: -7px;
}

.paper-nav-toggle i::after {
    bottom: -7px;
}

.paper-nav-toggle:hover i::before {
    top: -10px;
}

.paper-nav-toggle:hover i::after {
    bottom: -10px;
}

.paper-nav-toggle.active i, .paper-nav-toggle.dl-active i {
    background: transparent;
}

.paper-nav-toggle.active i::before, .paper-nav-toggle.dl-active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.paper-nav-toggle.active i::after, .paper-nav-toggle.dl-active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.paper-nav-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: block;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
    text-align: center;
}

@media (max-width: 1031px) {
    .paper-nav-toggle {
        position: absolute;
        display: block;
    }
}

.paper-nav-toggle .left {
    left: 15px;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.1;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.glow {
    color: #444;
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.social {
    list-style: none;
    padding: 35px 0;
}

.social li {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
    text-align: center;
}

.social li a {
    color: #fff;
}

.social li i {
    padding: 0;
}

.social.square li {
    border-radius: 0;
}

.social.rounded li {
    border-radius: 10px;
}

.facebook {
    background: #507cbe;
}

.twitter {
    background: #63cdf1;
}

.gplus {
    background: #f16261;
}

.instagram {
    background: #444444;
}

.youtube {
    background: #CA3737;
}

.linkedin {
    background: #90cadd;
}

.dribbble {
    background: #d97aa6;
}

.behance {
    background: #0785f3;
}

.offcanvas-page {
    margin-left: 270px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
}

@media (max-width: 1031px) {
    .offcanvas-page {
        margin-left: 0;
    }
}

.user_avatar {
    width: 60px;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

.user-panel {
    padding: 40px 20px;
}

.user-panel .user_avatar {
    margin-right: 10px;
}

.sidebar-collapse .offcanvas-page {
    margin-left: 0;
}

.offcanvas {
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
    overflow: hidden;
}

.offcanvas .dl-menuwrapper {
    top: 0;
    right: auto;
}

.offcanvas .dl-menuwrapper .dl-menu {
    box-shadow: none;
    border-radius: 0;
}

.offcanvas .sidebar-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.offcanvas .sidebar-menu > li {
    border-bottom: 1px solid #f8f8f8;
}

.offcanvas .sidebar-menu > li.active:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #03A9F4;
    position: absolute;
    right: 0;
    bottom: 0;
}

.offcanvas .sidebar-menu > li > .treeview-menu {
    background-color: #fafafa;
}

.offcanvas .sidebar-menu > li > .treeview-menu > li {
    border-bottom: 1px solid #f8f8f8;
    padding: 3px 0;
}

.offcanvas .sidebar-menu > li > .treeview-menu > li .treeview-menu {
    background-color: #fff;
}

.sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: paperIcons;
    position: absolute;
}

.sidebar-toggle:before {
    content: "";
    font-size: 22px;
    color: #55ACEE;
}

.logo-offcanvas {
    padding: 70px 0;
    text-align: center;
}

.sidebar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu > li > a {
    display: block;
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    color: #86939e;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .icon,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
    margin-right: 10px;
}

.sidebar-menu > li .label {
    margin-right: 5px;
}

.sidebar-menu > li .badge {
    margin-right: 5px;
    margin-top: 3px;
}

.sidebar-menu li.header {
    font-size: 12px;
    padding: 10px 25px 10px 15px;
}

.sidebar-menu li > a > .icon-angle-left,
.sidebar-menu li > a > .pull-right-container > .icon-angle-left {
    height: auto;
    margin-right: 10px;
    padding: 0;
    width: auto;
}

.sidebar-menu li > a > .icon-angle-left {
    margin-top: -8px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.sidebar-menu li.active > a > .icon-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .icon-angle-left {
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 5px 5px 15px;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .icon,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
    margin-right: 10px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .icon-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .icon-angle-down {
    width: auto;
}

.sidebar-menu .treeview-menu > li > a > .icon-angle-left,
.sidebar-menu .treeview-menu > li > a > .icon-angle-down {
    width: auto;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .offcanvas-page,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 70px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        transform: translate(0px, 0px);
        width: 70px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        font-size: 26px;
        padding-left: 22px;
        margin-right: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        border-bottom-right-radius: 4px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        left: 50px;
        position: absolute;
        width: 180px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        background-color: inherit;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        top: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        float: right;
        left: 180px !important;
        position: relative !important;
        top: -22px !important;
        width: auto !important;
        z-index: 900;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        margin-left: 0;
        top: 44px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form {
        display: none !important;
        transform: translateZ(0px);
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
        display: none !important;
        transform: translateZ(0px);
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        transform: translateZ(0px);
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        font-size: 18px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.main-sidebar .user-panel {
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-menu > li.header {
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu li > a > .pull-right {
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.main-sidebar,
.left-side {
    top: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    width: 270px;
    z-index: 810;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (min-width: 1031px) {
    .relative-lg {
        position: relative;
    }
}

@media (max-width: 1025px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        transform: translate(-330px, 0);
    }
}

@media (min-width: 1025px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        transform: translate(-330px, 0);
    }
}

@media (max-width: 1024px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

pre {
    padding: 20px;
    font-size: 13px;
    color: #fff;
    background-color: #082c46;
    border-radius: 3px;
}

code {
    color: #fff;
    background-color: #03a9f4;
    font-weight: lighter;
}

.modal-footer {
    background: #F5F8FA;
}

.progress.progress-xs {
    height: 0.25rem;
}

.nav-material {
    border-bottom: 2px solid #e1e8ee;
}

.nav-material > li {
    position: relative;
}

.nav-material > li .nav-link.active {
    border: 0;
    background: transparent;
    border-bottom: 2px solid #03a9f4;
}

.nav-material > li > .nav-link {
    border: none;
}

.nav-material > li > a:hover {
    border: none;
    color: #03a9f4 !important;
    background: transparent;
}

.nav-material > li > a::after {
    content: "";
    background: #03a9f4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-material > li:hover > a::after {
    transform: scale(1);
}

.nav-material.nav-material-white {
    border: none;
}

.nav-material.nav-material-white > li .nav-link.active {
    border-color: #fff;
}

.nav-material.nav-material-white > li .nav-link > a {
    color: #fff !important;
}

.nav-material.nav-material-white > li .nav-link > a:hover {
    color: #fff !important;
}

.nav-material.nav-material-white > li .nav-link > a::after {
    background: #fff !important;
}

.nav-material > li > a::after {
    background: #03a9f4 none repeat scroll 0% 0%;
    color: #fff;
}

.v_tabs .tabs-left,
.v_tabs .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.v_tabs .tabs-left {
    border-right: 3px solid #f5f8fa;
    padding-right: 70px;
}

.v_tabs .tabs-right {
    border-left: 3px solid #f5f8fa;
}

.v_tabs .tabs-left > li,
.v_tabs .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.v_tabs .tabs-left > li {
    margin-right: -1px;
}

.v_tabs .tabs-right > li {
    margin-left: -1px;
}

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

.v_tabs .tab-pane li {
    padding-bottom: 20px;
    color: #86939e;
}

.v_tabs .tabs-left li .nav-link {
    position: relative;
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #86939e;
    border: none;
}

.v_tabs .tabs-left li .nav-link:hover {
    background-color: #03A9F4;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link:focus {
    border: 3px solid #f5f8fa;
    border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link.active {
    border: 3px solid #f5f8fa;
    border-radius: 5px;
}

.v_tabs .tabs-left li .nav-link.active::after {
    border: 2px solid #f5f8fa;
    color: wheat;
    content: "";
    height: 3px;
    position: absolute;
    right: -74px;
    top: 50%;
    width: 73px;
}

@media (max-width: 1031px) {
    .v_tabs .tabs-left li .nav-link.active::after {
        display: none;
    }
}

@media (max-width: 980px) {
    .tabs-left li.active::after {
        left: 208px;
    }
}

@media (max-width: 768px) {
    #lightSlider li img {
        width: 73%;
        margin-right: 20px;
    }

    .mokupSlider li a {
        height: 360px;
    }
}

@media (max-width: 420px) {
    #lightSlider li img {
        width: 75%;
        margin: 0;
    }

    .mokupSlider li a {
        height: 130px;
    }

    .tabs-left {
        padding-right: 10px;
    }

    .tabs-left li.active::after {
        border: none;
    }
}

.alert {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 300;
}

.alert strong {
    font-weight: 500;
}

.alert.alert-info {
    background-color: #f6fafd;
    border-color: #d9eff7;
}

.alert.alert-warning {
    background-color: rgba(252, 248, 227, 0.3);
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert.alert-danger {
    background-color: rgba(242, 222, 222, 0.3);
    border-color: #ebccd1;
    color: #a94442;
}

.alert.alert-success {
    background-color: rgba(223, 240, 216, 0.3);
    border-color: #d6e9c6;
    color: #3c763d;
}

.thumbnail {
    padding: 15px;
    border: 3px solid #f5f8fa;
}

.thumbnail iframe {
    height: 180px;
    width: 100%;
}

.badge {
    border-radius: 0;
    padding: 6px 10px;
    font-weight: 300;
}

.badge.badge-mini {
    padding: 0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    position: absolute;
    left: 18px;
    top: 2px;
}

.panel {
    border-radius: 1px;
}

.panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 15px;
}

.list-group-item {
    border: none;
}

.btn-secondary {
    color: #86939e;
}

.well {
    padding: 40px;
    background-color: #F5F8FA;
    border: 1px solid #F5F8FA;
}

.pagination li a {
    border-color: #e1e8ee;
}

.list-group-item {
    border: 1px solid #e1e8ee;
}

.thumbnail {
    margin-bottom: 15px;
}

.thumbnail .caption {
    padding: 25px 4px 10px;
}

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

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-b-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-t-b-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-t-b-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-t-b-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.p-t-b-80 {
    padding: 80px 0 !important;
}

.p-t-b-100 {
    padding: 100px 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-150 {
    margin-top: 150px;
}

@media (max-width: 1031px) {
    .m-t-150 {
        margin-top: 50px;
    }
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-b-50 {
    margin: 50px 0 !important;
}

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

.b-b {
    border-bottom: 1px solid #e1e8ee !important;
}

@media (min-width: 1031px) {
    .b-r {
        border-right: 1px solid #e1e8ee;
    }

    .b-l {
        border-left: 1px solid #e1e8ee;
    }

    .b-r-o {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
    }

    .b-l-o {
        border-left: 1px solid rgba(0, 0, 0, 0.09);
    }
}

.b-t {
    border-top: 1px solid #e1e8ee;
}

.b-t-b {
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee;
}

.border {
    border: 1px solid #e1e8ee;
}

.section-text-white h1, .section-text-white h2, .section-text-white h3, .section-text-white h4, .section-text-white h5, .section-text-white h6, .section-text-white p, .section-text-white span {
    color: #fff !important;
}

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

.no-m {
    margin: 0 !important;
}

.no-b, .b-0, .no-b .mainnav, .no-b li {
    border: medium none !important;
}

.no-r, .r-0 {
    border-radius: 0 !important;
}

.separator {
    border-bottom: 1px solid #edf0f2;
}

.grid img {
    border-radius: 0;
}

.r-3 {
    border-radius: 3px !important;
}

.r-5 {
    border-radius: 5px !important;
}

.r-10 {
    border-radius: 10px !important;
}

.r-15 {
    border-radius: 15px !important;
}

.r-20 {
    border-radius: 20px !important;
}

.r-30 {
    border-radius: 30px !important;
}

.paper-card {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.shadow1 {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.26);
}

.shadow2 {
    box-shadow: 0 0 25px 0 #e5f0fa;
}

.no-shadow {
    box-shadow: none !important;
}

.text-big-bold {
    font-size: 62px;
    font-weight: 800;
    line-height: 62px;
}

.font-weight-lighter, .thin {
    font-weight: 100 !important;
}

.font-weight-bolder, .bolder {
    font-weight: 900 !important;
}

.l-s-1 {
    letter-spacing: .2rem;
}

.l-s-2 {
    letter-spacing: .4rem;
}

.l-s-3 {
    letter-spacing: .6rem;
}

.l-s-4 {
    letter-spacing: .8rem;
}

.l-s-5 {
    letter-spacing: 1rem;
}

.s-12 {
    font-size: 12px !important;
}

.s-14 {
    font-size: 14px !important;
}

.s-18 {
    font-size: 18px !important;
}

.s-24 {
    font-size: 24px !important;
}

.s-36 {
    font-size: 36px !important;
}

@media (min-width: 1031px) {
    .s-48 {
        font-size: 48px !important;
    }
}

@media (min-width: 1031px) {
    .s-64 {
        font-size: 64px !important;
    }
}

@media (min-width: 1031px) {
    .s-128 {
        font-size: 128px !important;
    }
}

.s-256 {
    font-size: 256px !important;
}

@media (max-width: 420px) {
    .s-256 {
        font-size: 128px !important;
    }
}

.img-40 {
    width: 40px;
    height: 40px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.img-80 {
    width: 80px;
}

.img-100 {
    width: 100px;
}

.img-150 {
    width: 150px;
}

.height-50 {
    height: 50px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

.height-full {
    background: #F3F5F8;
    min-height: 100vh;
}

.width-400 {
    max-width: 400px;
}

.width-250 {
    width: 250px !important;
}

.width-900 {
    max-width: 900px;
}

.img-border {
    padding: 5px;
    border: 1px solid #e1e8ee;
}

.text-white {
    color: #fff !important;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white strong,
.text-white a,
.text-white b,
.text-white li,
.text-white i {
    color: #fff !important;
}

.text-blue {
    color: #4ea9e0 !important;
}

.text-red {
    color: #e84c3d !important;
}

.text-green {
    color: #40d17d !important;
}

.text-purple {
    color: #9b58b5 !important;
}

.text-black {
    color: #000 !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.white {
    background: #fff !important;
}

.light {
    background-color: #F5F8FA;
}

.light-2 {
    background: #F6FAFD;
}

.text-light-blue {
    color: #03a9f4 !important;
}

.light-blue {
    background-color: #03a9f4 !important;
}

.dark-blue {
    background-color: #26374A !important;
}

.blue4 {
    background-color: #274da8 !important;
}

.blue3 {
    background-color: #375EBC !important;
}

.blue2 {
    background-color: #4CA5E8 !important;
}

.blue1 {
    background-color: #78BCEE !important;
}

.success {
    background-color: #68ba3c !important;
}

.strawberry, .danger {
    background-color: #ED5564 !important;
}

.sunfollower, warning {
    background-color: #FCCE54 !important;
}

.grey-black {
    background-color: #454545 !important;
}

.dark-grey {
    background-color: #2B2D34 !important;
}

.paper-white {
    background: #f5f8fa;
}

.mint {
    background-color: #45CFC0 !important;
}

.gradient {
    border: none;
    background: #4c88ef;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4c88ef), color-stop(100%, #17e4d9));
    background: -webkit-linear-gradient(-45deg, #4c88ef 0%, #17e4d9 100%);
    background: -webkit-linear-gradient(315deg, #4c88ef 0%, #17e4d9 100%);
    background: linear-gradient(135deg, #4c88ef 0%, #17e4d9 100%);
}

.gradient-green {
    background-image: linear-gradient(45deg, #00E3AE 0%, #9BE15D 100%);
}

.center {
    margin: 0 auto;
}

.border-list li {
    border-bottom: 1px solid #eee;
}

.border-list li:last-child {
    border: none;
}

@media (min-width: 1031px) {
    .big-heading {
        font-size: 72px;
    }
}

.parallel {
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 1031px) {
    .parallel {
        overflow: hidden;
        position: fixed;
    }
}

.overlay-light::before {
    content: '';
    background: rgba(255, 255, 255, 0.78);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-light::before {
    content: '';
    background: rgba(255, 255, 255, 0.78);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-light::before {
    content: '';
    background: rgba(255, 255, 255, 0.78);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-dark::before {
    content: '';
    background: rgba(0, 0, 0, 0.78);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section {
    position: relative;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}

[data-bg-repeat='false'] {
    background-repeat: no-repeat !important;
}

[data-bg-possition='bottom'] {
    background-position: bottom !important;
}

[data-bg-possition='top'] {
    background-position: top !important;
}

[data-bg-possition='center'] {
    background-position: center !important;
}

[data-bg-possition='centerleft'] {
    background-position: center left !important;
}

.grid [class*='col-'], .grid figure {
    padding: 0;
    margin: 0;
}

@media (min-width: 1031px) {
    .grid.grid-border [class*='col-'] {
        border-right: 1px solid #eee;
    }

    .grid.grid-border [class*='col-']:last-child {
        border-right: 0;
    }

    .grid.grid-border.row {
        border-top: 1px solid #eee;
    }

    .grid.grid-border.row:nth-of-type(1) {
        border-top: none !important;
    }
}

ul.list-group.list-group-striped li:nth-of-type(even) {
    background: #F5F8FA;
}

ul.list-group.list-group-hover li:hover {
    background: red;
}

/*
 * Basic or Must have Elements
 * You might not want to comment or delete them
 */
/* Common styles of menus */
.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-top: 25px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: #f5f8fa;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'paperIcons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 18px;
    right: 22px;
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.6);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menuwrapper .dl-menu.dl-subview li,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menuwrapper .dl-menu.dl-subview li.dl-subview,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */
.dl-menuwrapper .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menuwrapper .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    0% {
    }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    0% {
    }
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    0% {
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    0% {
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    0% {
    }
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% {
    }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    0% {
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    0% {
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    0% {
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    0% {
    }
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menuwrapper .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menuwrapper .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menuwrapper .dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
    background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}

.mainnav {
    padding: 0;
    z-index: 99;
    border-radius: 0;
    background: transparent;
    border: none;
}

@media (max-width: 1031px) {
    .mainnav {
        padding: 15px;
    }
}

@media (min-width: 1031px) {
    .mainnav .dl-trigger {
        display: none;
    }
}

.xv-menuwrapper {
    float: right;
}

.xv-menuwrapper .dl-trigger {
    display: none;
}

.xv-menuwrapper .dl-menu {
    margin: 0;
    display: flex;
    position: static;
    padding: 0;
    text-align: left;
    float: none;
}

.xv-menuwrapper .dl-menu > li.parent {
    position: relative;
}

.xv-menuwrapper .dl-menu > li.parent > a:after {
    content: "";
    position: absolute;
    color: #86939e;
    font-family: paperIcons;
    right: 0;
}

.xv-menuwrapper .dl-menu > li.parent:hover > a:after {
    content: "";
    position: absolute;
    font-family: paperIcons;
    top: 43%;
    font-size: 36px;
    left: 32px;
    color: rgba(120, 130, 140, 0.13);
}

.xv-menuwrapper .dl-menu > li.active > a {
    color: #03a9f4;
}

.xv-menuwrapper .dl-menu > li > a {
    padding: 0 20px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #86939e;
    line-height: 90px;
    position: relative;
    margin-left: 15px;
}

.xv-menuwrapper .dl-menu > li.megamenu.active > a:after {
    font-family: paperIcons;
    content: "f0d8";
    width: 100%;
    text-align: center;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 4px;
    color: #fff;
    font-size: 20px;
    bottom: 42px;
}

.xv-menuwrapper .dl-menu > li.megamenu.active:after {
    display: none;
}

.xv-menuwrapper .dl-menu > li .btn {
    color: #fff;
    line-height: 20px !important;
    vertical-align: middle;
}

.xv-menuwrapper .dl-menu li.parent {
    position: relative;
}

.xv-menuwrapper .dl-menu li.parent.megamenu {
    position: static;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu {
    display: flex !important;
    align-content: center !important;
    flex-wrap: wrap !important;
    width: auto;
    text-align: justify;
    left: auto;
    right: 0;
    padding: 15px 20px 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu.lg-submenu-left {
    left: 20%;
    right: auto !important;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu::after {
    width: 100%;
    display: inline-block;
    content: ".";
    visibility: hidden;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu > li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
    padding: 20px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu > li:before {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    border-right: 1px dashed rgba(120, 130, 140, 0.13);
    top: 0;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu > li:nth-child(2):before {
    border: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu > li > a {
    font-weight: 400;
    display: block;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu figure {
    overflow: hidden;
    max-width: 330px;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > .lg-submenu figure img {
    width: 100%;
    height: auto;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > ul > li {
    border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu > ul > li.parent ul li {
    border-top: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li {
    list-style: none;
}

.xv-menuwrapper .dl-menu li.parent.megamenu li a {
    line-height: 25px;
    margin-bottom: 15px;
}

.xv-menuwrapper .dl-menu li.parent:last-child > ul {
    left: auto;
    right: 0;
}

.xv-menuwrapper .dl-menu li.parent:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent > ul {
    background: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 215px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    border-radius: 5px;
    box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
}

.xv-menuwrapper .dl-menu li.parent > ul > li {
    display: block;
    list-style: none;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding: 8px 10px;
}

.xv-menuwrapper .dl-menu li.parent > ul > li > a {
    display: block;
    line-height: 30px;
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent:after {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    font-family: paperIcons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: #86939e;
}

.xv-menuwrapper .dl-menu li.parent > ul > li.parent:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu li.parent:last-child > ul > li.parent > ul {
    left: auto;
    right: 100%;
}

.xv-menuwrapper .dl-menu a {
    font-size: 12px;
}

.xv-menuwrapper .dl-menu a i {
    padding-right: 15px;
}

.xv-menuwrapper button:after {
    display: none;
}

.xv-menuwrapper .dl-back {
    display: none !important;
}

.dl-menuwrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dl-menuwrapper .dl-menu {
    box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
    z-index: 9999;
    border-radius: 2px;
}

.dl-menuwrapper .dl-menu .btn {
    border-radius: 0;
    padding: 0;
}

.dl-menuwrapper button {
    background: #03a9f4;
    float: right;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
    background: #03a9f4;
}

.dl-menuwrapper ul {
    background: #fff;
}

.dl-menuwrapper ul li {
    border-bottom: 1px solid #fafafa;
}

.dl-menuwrapper ul li:last-child {
    border: none;
}

.dl-menuwrapper ul li a {
    color: #86939e;
}

.fixed-navigation.dl-menuwrapper {
    position: fixed;
    right: -80px;
    top: 40px;
    z-index: 9999;
}

.dl-trigger-wrapper {
    position: relative;
}

.lg-submenu:hover:active:focus::before {
    content: "";
    position: absolute;
    font-family: paperIcons;
    top: -11px;
    font-size: 22px;
    left: 32px;
    color: #ddd;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-toggle:hover {
    background-color: transparent;
    color: #03a9f4;
}

.mini-nav .paper-nav-toggle, .nav-offcanvas-desktop .paper-nav-toggle {
    display: block;
}

.xv-menuwrapper .dl-menu > li.megamenu .lg-submenu li {
    line-height: 30px;
}

.xv-menuwrapper .dl-menu > li.megamenu .lg-submenu li .icon {
    margin-left: 0;
}

.tags li a, .widget-tags a, .xv-menuwrapper .dl-menu > li.parent > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul, .navbar-default ul.dropdown-menu li a, .widget-cart-items {
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 768px) {
    .mini-nav .navbar {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        border: none !important;
        padding: 15px 0;
    }
}

.nav-absolute nav {
    position: absolute;
    right: 0;
    left: 0;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu > li > a {
    color: #fff;
}

.nav-absolute nav.original .xv-menuwrapper .dl-menu > li.parent > a:after {
    color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu > li > a {
    color: #fff;
}

.nav-light nav .xv-menuwrapper .dl-menu > li.parent > a:after {
    color: #fff;
}

.nav-border nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-border-dark nav {
    border-bottom: 1px solid #e1e8ee !important;
}

.nav-slim .xv-menuwrapper .dl-menu > li > a {
    line-height: 60px;
}

.nav-slim .xv-menuwrapper li.parent.megamenu > .lg-submenu.lg-submenu-left {
    left: auto;
}

.nav-sticky.sticky nav {
    position: relative !important;
    transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

nav ul {
    padding: 0;
}

nav strong {
    font-weight: 400;
    font-size: 12px;
}

@media (min-width: 1031px) {
    nav li .divider {
        border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
        margin: 5px 0;
    }
}

nav .b-l, nav .b-r {
    border-color: rgba(255, 255, 255, 0.2);
}

nav .user-avatar img {
    width: 40px;
    margin-left: 5px;
}

nav.nav-inverse .xv-menuwrapper .dl-menu > li.parent ul {
    background: #272C33;
}

nav.nav-flat .dl-menu > li > a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 100;
}

nav.nav-flat .navbar-brand {
    font-size: 2.1rem;
}

nav .badge, .offcanvas .badge {
    border-radius: 1px;
    padding: 4px 7px;
    margin-left: 5px;
    border-radius: 2px;
}

/*
---------------------------------------------------------------------
| Bootstrap Default nav
|--------------------------------------------------------------------
*/
.navbar {
    margin-bottom: 0;
}

.navbar .brand img {
    padding-top: 25px;
}

.navbar li a {
    padding-right: 20px;
    color: #86939e;
}

.navbar li a:hover, .navbar li a:focus {
    opacity: 0.8;
    text-decoration: none;
    outline: medium none;
    color: #03a9f4;
}

.navbar .nav-btn {
    border-radius: 3px;
    padding: 8px 20px !important;
}

.navbar .dropdown .dropdown-item {
    padding: 0.25rem 1.0rem;
    font-size: 12px;
    font-weight: 300;
}

.navbar .icon {
    margin-left: 10px;
}

.masonry-container.masonry-post-margin .masonry-post, .paper-items.masonry-post-margin .masonry-post {
    margin-bottom: 20px;
}

.masonry-container.masonry-post-margin .masonry-post .lightSlider, .masonry-container.masonry-post-margin .masonry-post .lSSlide, .paper-items.masonry-post-margin .masonry-post .lightSlider, .paper-items.masonry-post-margin .masonry-post .lSSlide {
    width: 400px !important;
}

.masonry-container figure, .paper-items figure {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.masonry-container figure.figure, .paper-items figure.figure {
    box-shadow: none;
    margin: 0;
}

.masonry-container figure .img-wrapper, .paper-items figure .img-wrapper {
    position: relative;
    overflow: hidden;
}

.masonry-container figure img, .paper-items figure img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
}

.masonry-container figure:hover img, .paper-items figure:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.masonry-container figure:hover .img-overlay, .paper-items figure:hover .img-overlay {
    opacity: 1;
}

.masonry-container figure:hover .img-overlay .buttons a, .paper-items figure:hover .img-overlay .buttons a {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.masonry-container figure .img-overlay, .paper-items figure .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.masonry-container figure .buttons, .paper-items figure .buttons {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.masonry-container figure figcaption, .masonry-container figure .figcaption, .paper-items figure figcaption, .paper-items figure .figcaption {
    padding: 20px 25px;
    margin-top: 0;
    color: #86939e;
}

.masonry-container figure figcaption h5, .masonry-container figure .figcaption h5, .paper-items figure figcaption h5, .paper-items figure .figcaption h5 {
    margin: 0;
}

.masonry-container figure figcaption p, .masonry-container figure .figcaption p, .paper-items figure figcaption p, .paper-items figure .figcaption p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.masonry-container figure .figcaption, .paper-items figure .figcaption {
    padding: 50px 25px;
}

.masonry-container figure .figcaption p, .paper-items figure .figcaption p {
    margin-bottom: 20px;
}

.masonry-container figure.style2, .paper-items figure.style2 {
    box-shadow: none;
}

.masonry-container figure.style2 figcaption, .paper-items figure.style2 figcaption {
    padding: 20px 0;
}

.masonry-container.thumb-300 .img-wrapper, .paper-items.thumb-300 .img-wrapper {
    height: 300px;
    overflow: hidden;
    padding: 10px;
}

.breadcrumbs {
    background: #fff;
    padding: 24px 122px;
    border-bottom: 1px solid #e1e8ee;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
}

.breadcrumbs ol li {
    display: inline-block;
    color: #5e6977;
    font-size: 14px;
}

.breadcrumbs ol li a {
    text-decoration: none;
    color: #03a9f4;
}

.breadcrumbs ol li::after {
    content: " / ";
    padding: 0 10px;
    color: #e1e8ee;
}

.breadcrumbs ol li:last-child::after {
    content: "  ";
}

@media (max-width: 1031px) {
    .breadcrumbs {
        display: none;
    }
}

.comments .comment-list li {
    position: relative;
    margin-bottom: 15px;
    overflow: visible;
    list-style: none;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 5px;
}

.comments .comment-list li .avatar {
    border-radius: 50%;
    margin-left: -28px;
    margin-top: 15px;
    padding: 5px;
    position: absolute;
    border: 1px solid #eeeeee;
    height: 58px;
}

.comments .comment-list li .description {
    padding: 15px 30px 10px 48px;
}

.comments .comment-list li .description li {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}

.comments .comment-list li .reply {
    float: right;
}

.comments .comment-list li .comments-meta {
    border-top: 1px solid #eeeeee;
    background: #f5f8fa;
    padding: 5px 20px;
}

.comments .comment-list li .comments-meta li {
    background: none;
    display: inline;
    border: none;
    margin-top: 0;
}

.comments .comment-list li .comments-meta time::before {
    content: "|";
    display: inline-block;
    padding: 0 30px;
}

.comments .comment-list li .comments-meta a {
    font-size: 14px;
    font-weight: 300;
}

.comments .comment-list li ol.comment-list-child {
    padding: 0;
}

.comments .comment-list li ol.comment-list-child .comment {
    margin-top: 0;
    border: none;
}

.comments .comment-list li ol.comment-list-child .comment .description {
    padding: 15px 48px 10px 30px;
}

.comments .comment-list li ol.comment-list-child .comment .avatar {
    right: -28px;
}

.comments .comment-list.no-m li {
    margin-bottom: 0 !important;
}

.page-header-style1 {
    background: #fff;
    text-align: center;
    border-bottom: none;
    padding: 45px 0 60px;
}

.page-header-style1 h1 {
    color: #606676;
    font-size: 24px;
}

.page-header-style1 p {
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    width: 60%;
}

.has-overlay {
    z-index: 0;
    background-position: center;
    background-size: cover !important;
    position: relative;
}

.has-overlay .container {
    z-index: 1;
}

.has-overlay small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.has-overlay h1 {
    font-weight: 100;
    font-size: 36px;
    background-size: cover !important;
}

.has-overlay p {
    font-size: 18px;
    font-weight: 100;
    line-height: 36px;
    margin-top: 20px;
}

@media (max-width: 1031px) {
    .has-overlay {
        text-align: center;
    }

    .has-overlay img {
        margin: 0 auto;
        padding-top: 30px;
    }
}

.overlay {
    z-index: -1;
    opacity: .50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 35px 0 0;
}

@media (max-width: 420px) {
    footer .brand {
        text-align: center;
    }
}

footer h6 {
    font-weight: 400;
}

footer .brand img {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer ul {
    padding: 0;
}

footer .footer-links {
    padding-top: 5px;
}

footer .footer-links li {
    display: block;
    list-style: none;
}

footer .footer-links li a {
    color: #86939e;
    line-height: 26px;
}

footer .footer-links li a:hover {
    color: #03a9f4;
}

footer .social {
    padding: 20px 0;
}

footer .copyright {
    color: #5e6977;
}

footer li {
    position: relative;
}

footer .customeIconList {
    margin-top: 30px;
}

footer .customeIconList li {
    position: relative;
    padding-left: 15px;
    display: block;
    margin-bottom: 25px;
}

footer ul.customeIconList > li {
    padding-left: 30px;
}

footer .customeIconList li .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #5fb7ea;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer .copyrights {
    padding: 10px 0;
    font-weight: 300;
}

ul.arrow-list {
    padding: 0;
}

ul.arrow-list li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

ul.arrow-list li::before {
    content: "";
    display: block;
    font-family: paperIcons;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
}

/*----------------------- Widgets ----------------------*/
.widget {
    border: 3px solid #f5f8fa;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 5px 20px 20px;
}

.widget a {
    color: #86939e;
}

.widget h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.widget h3::after {
    background: #1bb1f5;
    content: "";
    display: block;
    height: 3px;
    margin-top: 9px;
    width: 60px;
}

.widget .icon {
    float: right;
    padding-right: 10px;
    padding-right: 20px;
}

.widget-support-forum {
    margin-bottom: 24px;
    margin-top: 50px;
}

.widget-support-forum p {
    font-size: 16px;
    font-weight: 400;
    color: #86939e;
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget_categories li {
    list-style: none;
    padding-left: 5px;
    padding-top: 15px;
}

.widget_categories li a {
    padding-left: 15px;
    color: #86939e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'releans', sans-serif;
    text-decoration: none;
    outline: 0 none;
}

.widget_categories li a:hover {
    color: #03a9f4;
}

.widget_categories li ul {
    padding-left: 30px;
    padding-bottom: 20px;
}

.widget_categories li ul li:before {
    font-family: paperIcons;
    content: "";
}

.widget_categories li:before {
    font-family: paperIcons;
    content: "";
    color: #b5bfc7;
    font-size: 18px;
}

.search-widget {
    border: none;
    position: relative;
    width: 100%;
    padding: 0;
}

.search-widget button {
    background: none;
    border-style: none;
    color: #e1e8ee;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 0;
    width: 35px;
    font-size: 20px;
}

.search-widget button:hover {
    color: #03a9f4;
}

.shop-product {
    padding: 15px 0;
}

.shop-product .product-info {
    padding-top: 16px;
}

.shop-product .product-info > a {
    font-size: 12px;
    padding-top: 25px;
    font-weight: 400;
}

.shop-product figure {
    float: left;
    width: 80px;
}

.shop-product:last-child {
    border: none;
}

.subscribe form, .newsletter form {
    padding: 30px 0;
}

.subscribe form .icon-btn, .newsletter form .icon-btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #86939e;
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 44px;
}

.subscribe form .subscribe, .newsletter form .subscribe {
    margin-top: 30px;
}

.hero {
    text-align: center;
}

@media (min-width: 1031px) {
    .hero {
        height: 45rem;
        margin-bottom: 12rem;
    }
}

.hero .section-heading h2 {
    color: #86939e;
    padding-bottom: 20px;
}

.hero .section-heading p {
    font-size: 16px;
}

.hero img {
    max-width: 100%;
}

.hero-circles-bg {
    padding: 50px 0;
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee;
    background: #f5f8fa url("../../img/icon/icon-circles.png") no-repeat scroll center bottom;
}

.services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services h3 {
    color: #43484d;
    font-size: 15px !important;
    text-align: center;
    font-weight: 400;
}

.services p {
    color: #86939e;
    font-size: 16px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
}

.newsletter {
    background: url("../../img/basic/fan.png") no-repeat scroll center bottom;
    background-color: #f5f8fa;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.testimonials {
    padding: 0 0 90px;
    color: #5e6977;
    margin: 0 auto;
}

.testimonials .testimonial-content {
    font-weight: 100;
    font-size: 20px;
    max-width: 670px;
    margin: 0 auto;
}

.icon-heading {
    background: transparent url("../../img/icon/icon-stone1.png") no-repeat scroll center bottom;
    height: 258px;
    margin-bottom: 36px;
    padding-top: 84px;
}

.users-slider {
    margin: 0 auto;
    max-width: 864px;
    position: relative;
}

.users-slider .lSSlideWrapper {
    position: absolute;
    bottom: 0;
}

.users-slider .lSSlideOuter {
    height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.users-slider .lSSlideOuter img {
    width: 80px;
    margin: 0 auto;
    margin-top: 35px;
}

.users-slider .lSSlideOuter .active img {
    transition: all 0.3s;
    width: 160px;
}

.clients {
    padding: 100px 0;
}

#home2carousel {
    margin: 20px 0 100px;
}

#home2carousel img {
    border-radius: 5px;
}

.ab-brand img {
    float: right;
    position: absolute;
    right: 65px;
    top: 24px;
    width: 40px;
}

/***************************** 3- Topics ****************************/
.topics {
    padding: 50px 0;
}

.topics header {
    border-bottom: 1px solid #eee;
    position: relative;
}

.topics header h2 {
    font-size: 38px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #43484d;
}

.topics header p {
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #5e6977;
}

.topics .topics-btn {
    margin-top: 30px;
}

.topics .topics-btn .btn {
    margin-top: 60px;
    color: #358ed7;
}

.topics .topics-btn span {
    display: inline;
    padding-left: 30px;
}

.topics h3 a {
    font-size: 22px;
    font-weight: 600;
    font-family: "releans", sans-serif;
    color: #43484d;
    text-decoration: none;
}

.media-border {
    border-bottom: 1px solid #eeeeee;
}

.topics-wrapper {
    border-radius: 5px;
    margin-bottom: 40px;
}

.topics-wrapper h3 {
    padding: 0;
}

.topics-wrapper .topics-list {
    padding: 20px 0;
}

.topics-wrapper .topics-list li {
    list-style: none;
    line-height: 18px;
}

.topics-wrapper .topics-list li a {
    /*padding-left: 25px;*/
    /*color: #86939e;*/
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    outline: 0 none;
}

.topics-wrapper .topics-list li a:hover {
    color: #03a9f4;
    text-decoration: underline;
}

/*.topics-wrapper .topics-list li:before {*/
    /*font-family: paperIcons;*/
    /*content: "\e992";*/
    /*color: #b5bfc7;*/
    /*font-size: 18px;*/
/*}*/

.topics-wrapper .topics-meta {
    padding: 7px 0;
    margin: 0;
    border-top: 1px solid #e1e8ee;
}

.topics-wrapper .topics-meta li {
    list-style: none;
    display: inline-block;
    color: #5e6977;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.topics-wrapper .icon {
    color: #4ea9e0;
    font-weight: bold;
    margin-right: 15px;
}

.topics-wrapper.border-style {
    box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.10);

}

.topics-wrapper.border-style h3 {
    padding: 20px 40px 0;
}

.topics-wrapper.border-style .topics-list {
    padding: 20px 36px 5px;
}

.topics-wrapper.border-style .topics-list li {
    position: relative;
    padding-left: 5px;
    padding-bottom: 10px;
}

.topics-wrapper.border-style .topics-meta {
    background: #f5f8fa;
    padding: 7px 10px;
    text-align: center;
    border-top: 1px solid #e1e8ee;
}
@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}
@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}
/* = Icons
-------------------------------------------------------------- */
.icon-left-arrow {
    background: url("../img/icon/icon-left-arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 51px;
    height: 37px;
}

.icon-right-arrow {
    background: url("../img/icon/icon-right-arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 51px;
    height: 37px;
}

.icon-yes {
    background: url("../img/icon/icon-yes.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-not {
    background: url("../img/icon/icon-not.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-article {
    background: url("../img/icon/icon-article.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 32px;
}

.icon-video {
    background: url("../img/icon/icon-video.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-img {
    background: url("../img/icon/icon-photo.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.icon-envelope-line {
    background: url("../img/icon/icon-envelope.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
}

.icon-download {
    background: url("../img/icon/icon-download.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-rocket {
    background: url("../img/icon/icon-rocket.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px;
}

/*
 * Templates Specific Styles
 */
.blog .post {
    border: 3px solid #f5f8fa;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 25px;
}

.blog .ico {
    position: absolute;
    top: 50px;
    font-size: 40px;
    color: #E1E8EE;
}

.blog h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 100px;
}

.blog h2 a {
    color: #43484d;
}

.blog .pagination > li > a,
.blog .pagination > li > span {
    color: #03a9f4;
}

.error-page .content-area {
    background: url("../img/icon/icon-stone.png") no-repeat scroll center center;
    background-color: #f5f8fa;
}

.error-page .content-area header {
    padding: 30px 0 120px;
}

.error-page .content-area .message p {
    font-size: 180px;
    font-weight: 700;
    text-align: center;
}

/*
 * Components
 */
.service-blocks .service-block {
    margin-bottom: 35px;
}

.service-blocks .service-block .service-icon {
    float: left;
}

.service-blocks .service-block .service-icon i {
    border-radius: 100%;
    color: #86939e;
    height: 70px;
    width: 70px;
    display: flex;
    flex-direction: column;
}

.service-blocks .service-block:hover .service-icon i {
    opacity: 0.5;
}

.service-blocks .service-block .service-icon i::before {
    font-size: 60px;
}

.service-blocks .service-block .service-content {
    overflow: hidden;
}

.service-blocks .service-block .service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}

.service-blocks .service-block .service-content h3 a {
    color: #606676;
}

.service-blocks .service-block .service-content h3 a:hover {
    color: #03a9f4;
}

.service-blocks .service-block .btn {
    margin: 20px 0 10px 0;
}

.service-blocks .service-block.s1 .service-icon {
    float: none;
}

.service-blocks .service-block.s2 {
    padding: 20px;
}

.service-blocks .service-block.s2 .service-icon i::before {
    font-size: 40px;
}

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

.service-blocks .center .service-icon {
    float: none !important;
}

.service-blocks .center .service-icon i {
    margin: 0 auto;
}

.single-service-contents {
    padding: 100px 0 65px;
}

.blog .blog-default article {
    text-align: center;
    margin-bottom: 100px;
}

.blog .blog-default .post-type {
    border: 3px solid #f5f8fa;
    border-radius: 50%;
    color: #a2acb4;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 45px;
    width: 50px;
}

.latest-posts {
    margin: 50px 0;
}

.blog-box .post {
    border: 3px solid #f5f8fa;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 25px;
}

.blog-box .post h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 100px;
}

.blog-box .post h2 a {
    color: #43484d;
}

.blog-box .post h2 a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #03a9f4;
}

.blog-box .icon-article {
    position: absolute;
    top: 50px;
}

.content-wrapper {
    padding: 40px 0;
}

.post .featured img {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.post .meta {
    margin: 20px 0 0;
    padding-bottom: 10px;
}

.post .meta p {
    padding: 15px 0;
}

.post .meta li {
    display: inline-block;
    font-weight: 300;
    color: #86939e;
}

.post .meta li i {
    padding-right: 5px;
}

.post .meta li span {
    color: #43484d;
}

.post .meta li::after {
    content: "|";
    padding: 0 20px;
}

.post .meta li:last-child::after {
    content: none;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post blockquote {
    background: #082c46 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    margin: 30px 0;
    padding: 30px 50px;
    line-height: 30px;
}

.feedback {
    border-top: 1px solid #eee;
    margin-top: 50px;
}

.feedback input[type="text"] {
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #e1e8ee;
    color: #43484d;
    height: 60px;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
}

.feedback .count {
    padding-right: 15px;
    padding-top: 18px;
    vertical-align: middle;
}

.feedback .feedback-btn {
    display: inline-block;
    padding-left: 5px;
    padding-top: 20px;
    vertical-align: middle;
}

.single-masthead {
    padding: 30px;
}

.single .post h1 {
    text-align: center;
}

.single .post .meta {
    text-align: center;
    margin: 20px;
    border-bottom: 1px solid #e1e8ee;
}

.single .post img {
    padding-bottom: 25px;
}

.single .post .excerpt {
    font-size: 20px;
    font-weight: 100;
    padding: 40px 0;
}

.single .post-comments {
    background-color: #f5f8fa;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    margin-bottom: 50px;
    text-align: center;
}

.single .post-comments .btn {
    margin-top: 15px;
}

.mini li:after {
    padding: 0 13px !important;
}

.logo-title {
    transition: color 0.2 ease;
    font-size: 16px;
    margin: 0 0 0 10px;
    font-weight: 600;
}

@media (min-width: 1160px) {
    .header {
        padding: 0;
        width: 90%;
    }
}

.header {
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
}

.logo a {
    text-decoration: none !important;
    color: rgba(36, 55, 78, 1) !important;
    display: flex !important;
    align-items: center !important;
}

.nav-link {
    font-weight: normal;
}

.logo img {
    height: 40px;
    width: 40px;
}


@media (max-width: 480px) {
    .logo-title {
        display: none;
    }
}

.logo-title:hover {
    color: rgba(45, 155, 243, 1);
}

.home-page-title {
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 0;
    font-size:32px;
}

.home-page-desc {
    margin-top: 0;
    text-align: center;
    color: rgba(36, 55, 78, .7);
    font-size: 22px;
    line-height: 34px;
}


@media (max-width: 1031px) {
    .home-page-title h1 {
        font-size: 26px;
    }
}

.footer {
    border-top: 1px solid #e5f0fa;
    margin-top: 60px;
    padding: 30px 0;
}


@media (min-width: 1160px) {
    .footer-inner {
        padding: 0;
        width: 90%;
    }
}

.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer a {
    color: #446894;
}


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

.footer-language-selector {
    color: #446894;
    display: inline-block;
    font-weight: 300;
}

.footer-link {
    display: flex;
    align-items: center;
}

.footer-link svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.link-arical {
    color: #233659;
}

.link-arical:hover {
    color: #233659;
    text-decoration: none !important;

}

.list-group, .li_link {
    color: #233659;
}

.list-group-item:hover a {
    background-color: #fafdff;
    color: rgba(45, 155, 243, 1);
    text-decoration: none;
}
.list-group-item:hover{
    background-color: #fafdff;
    color: rgba(45, 155, 243, 1);
    text-decoration: none;
}
.list-group-item a{
    text-decoration: none;
}


.ma-q1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bp {
    border: none;
}


.article-footer {
    border-top: 1px solid #e5f0fa;
    border-bottom: 1px solid #e5f0fa;
    padding: 30px 0;
    text-align: center;
}

.text-bold {
    font-size: 16px;
    font-weight: 400;
}

.form {
    width: 640px;
}


.form label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.form input {
    border: 1px solid #e5f0fa;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.form p {
    color: #446894;
    font-size: 12px;
    margin: 5px 0;
}

.requset-title {

    text-align: left;;
    font-weight: 600 !important;
    margin-bottom: 0;
}

/* 11. Icon Fonts */
@font-face {
    font-family: 'osfont';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.os-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-menu {
    width: 32px;
    height: 32px;
    content: "";
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cG9seWxpbmUgZmlsbD0iIzAxMDEwMSIgcG9pbnRzPSIyMC4xLDM5LjMgODAuMSwzOS4zIDgwLjEsMzcuMyAyMC4xLDM3LjMgICIvPjxwb2x5bGluZSBmaWxsPSIjMDEwMTAxIiBwb2ludHM9IjIwLjEsNTMuOCA4MC4xLDUzLjggODAuMSw1MS44IDIwLjEsNTEuOCAgIi8+PHBvbHlsaW5lIGZpbGw9IiMwMTAxMDEiIHBvaW50cz0iMjAuMSw2OC4zIDgwLjEsNjguMyA4MC4xLDY2LjMgMjAuMSw2Ni4zICAiLz48L2c+PC9zdmc+);
    background-size: 32px;
}
.help-block{
    font-size:12px;
    color:red;
}
.btn-submit{
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    background: #B81448;
    color: #fff;
    font-family: 'releans', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.1);
    line-height: 16px;
}