/* Minification failed. Returning unminified contents.
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(46,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(50,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@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: sans-serif;
    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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    font-family: Comfortaa !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[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 {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a.azzurro {
        color: #03a9f4;
    }

    a:hover {
        color: #0275a8;
        text-decoration: underline;
    }

    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.5rem;
}

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;
    flex: 1;
}


.container-fluid {
    width: 100%;
    /*  padding-right: 15px;
  padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: 1;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.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 !important;
    /* background-color: #03a9f4; */
    background-color: #0088c2 !important;
    border-color: #03a9f4 !important;
}

    .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;
    }

.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-input:lang(fr) ~ .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 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .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 {
        z-index: 2;
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.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: 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 !important;
    /*font-family: "Roboto", sans-serif, serif;*/
    font-family: Comfortaa !important;
    font-size: 14px !important;
    height: 100%;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.2px;
    padding-right: 0 !important;
}

a {
    color: #03a9f4;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
        color: #03a9f4;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #606676;
    font-weight: 300;
    /*font-family: "Roboto", sans-serif;*/
    font-family: Comfortaa;
}

.h5 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 30px;
}

img {
    max-width: 100%;
}

ul li {
    list-style: none;
    font-weight: 300;
}

    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;
}

.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;
    }

.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: paperIcons;
        }

    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; */
    /*background: url("../img/icon/icon-circles_2.png") no-repeat scroll center bottom;*/
}

.home-search {
    /* background: url("../img/icon/icon-circles.png") no-repeat scroll center bottom; */
    /*background: url("../img/icon/icon-circles_2.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; */
        color: #0088c2;
        font-weight: 900;
        /* font-size: 60px;*/
        font-size: 3rem;
    }

.masthead p {
    color: #86939e;
    font-weight: 100;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
    width: 70%;
}

.masthead form {
    position: relative;
    margin-top: 10px;
}

    .masthead form button {
        position: absolute;
        right: 25px;
        top: 25px;
        background: none;
        border: none;
        font-size: 30px;
        color: #86939e;
    }

.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:focus-visible {
    border-radius: 30px !important;
    border: 2px solid #008dc6 !important;
    outline: none;
}

.search-field {
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
    border: 2px solid #e1e8ee;
    padding: 0px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px;
    -webkit-appearance: none;
}

#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;*/
    overflow-x: hidden;
    overflow-y: 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; */
    color: #0088c2 !important;
}

    .btn-default:hover {
        /* border: 2px solid #03a9f4; */
        border: 2px solid #0088c2;
    }

.btn-fixed-top-left {
    position: fixed;
    left: 52px;
    top: 66px;
    z-index: 99;
}

.btn-primary {
    border-color: transparent !important;
    color: #fff !important;
}

    .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);
    }

.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;
}


    .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; */
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.youtube {
    background: #CA3737;
}

.linkedin {
    /* background: #90cadd; */
    background: #0A66C2;
}

.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;
}

.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 (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: 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;
}
.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;
}
.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;
}
.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;
}

a.text-red {
    color: #e84c3d;
}

.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;
    }
.parallel {
    overflow-x: hidden;
    width: 100%;
}

.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;
}

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: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: auto;
    height: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(30px);
    -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: '';
    }

.mainnav {
    padding: 0;
    z-index: 99;
    border-radius: 0;
    background: transparent;
    background: #fff;
    /*background-color: #FFDE14;*/
    border: none;
}

.xv-menuwrapper {
    float: right;
}

    .xv-menuwrapper .dl-trigger {
        display: 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 {

}
.dl-menuwrapper {
    width: 100%;
    float: left;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    /*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;
}

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;
  border-width: 2px;
  border-style: solid;*/
    }

        .navbar li a:hover, .navbar li a:focus {
            /*opacity: 0.8;*/
            text-decoration: none;
            outline: medium none;
            /*color: #03a9f4;*/
            /* color: #0088c2; */
            /*border: 2px solid #0088c2;*/
        }

    .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: 12px;
    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: "  ";
            }

.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;
    }
.overlay {
    z-index: -1;
    opacity: .50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    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;*/
            font-size: 1.06rem;
            color: #2E2D2C;
            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: "Roboto", 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;
}
.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: 18px;
        font-weight: 400;
        font-family: "Roboto", 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: 35px;
        }

            .topics-wrapper .topics-list li a {
                padding-left: 25px;
                color: #86939e;
                font-size: 12px;
                font-weight: 400;
                text-decoration: none;
                outline: 0 none;
            }

                .topics-wrapper .topics-list li a:hover {
                    color: #03a9f4;
                }

            .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: 300;
            padding-right: 10px;
        }

    .topics-wrapper .icon {
        color: #4ea9e0;
        font-weight: bold;
        margin-right: 15px;
    }

    .topics-wrapper.border-style {
        /* border: 3px solid #e1e8ee; */
        border: 3px solid #0088c2;
    }

        .topics-wrapper.border-style h3 {
            padding: 20px 40px 0;
        }

        .topics-wrapper.border-style .topics-list {
            padding: 10px 40px;
        }

            .topics-wrapper.border-style .topics-list li {
                position: relative;
                padding-left: 5px;
            }

        .topics-wrapper.border-style .topics-meta {
            background: #f5f8fa;
            padding: 7px 10px;
            text-align: center;
            border-top: 1px solid #e1e8ee;
        }

/* = 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;
}
/*
================================================================
    ADD STYLE CSS
================================================================
*/
.colorBlue {
    color: #0088C2;
}

#topBanner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.genre {
    background-color: #0088C2;
    padding-top: 6.3rem;
}

.colorWhite {
    color: #FFF;
}

#logoFooter {
    height: 12rem;
}

.titleSectionFooter {
    color: #2E2D2C;
    font-weight: bold;
    font-size: 1.38rem;
}

footer {
    background-color: #F5F5F5;
}

li.social {
    display: inline-block;
    /*    background-repeat: no-repeat;
    background-size: 27px 27px;*/
    margin-right: .5rem;
    cursor: pointer;
    height: 27px;
    line-height: 40px;
    width: 27px;
    position: relative;
}

    li.social a {
        line-height: 40px;
        height: 27px;
        width: 27px;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #0088c2;
    }

#social-facebook a i {
    /*background-image: url('/Content/images/facebook.png');*/
}

#social-instagram a span i.fa-instagram {
    /*background-image: url('/Content/images/instagram.png');*/
}

#social-youtube {
    /*    background-image: url('/Content/images/youtube.png');
    background-size: 55px 40px;
    width: 55px;*/
}

#social-linkedin {
    /*    background-image: url('/Content/images/linkedin.png');*/
}

ul.dl-menu li a span.showSize {
    display: none;
}

ul.dl-menu li a i {
    color: #2E2D2C;
    font-size: 1.18rem;
}

#topBanner h1 {
    color: #2E2D2C;
}

.icona-lingua {
    width: 1.18rem;
    height: auto;
}



.leftSearchBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.left-search-field {
    width: 90%;
    font-size: 12px;
    border-radius: 8px;
    border: 2px solid yellow;
    height: 45px;
    padding: 5px;
    margin-right: 2px;
    outline: none;
}


.topSearchBox {
/*    width: 100%;
    margin-bottom: 40px;
*/    display: none;
}


.top-search-field {
    font-size: 15px;
    border-radius: 8px;
    border: 2px solid yellow;
    height: 40px;
/*    padding: 5px;
    margin-left: 5px;*/
    outline: none;
}

    .top-search-field:focus {
        border: 2px solid yellow;
    }


.bottomMenuUtente {
    position: sticky;
    bottom: 0;
    left: 0%;
    width: 100%;
    background-color: yellow;
    z-index: 1000;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 2px;
    display: none;
}

.responsive-phone-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ui-autocomplete {
    background-color: black;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.cliccabile {
    cursor: pointer;
}

@media (max-width: 1031px) {
    /*    .s-128 {
        font-size: 128px !important;
    }
    .s-64 {
        font-size: 64px !important;
    }
    .s-48 {
        font-size: 48px !important;
    }
    .m-t-150 {
        margin-top: 50px;
    }
    .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);
    }
    .v_tabs .tabs-left li .nav-link.active::after {
        display: none;
    }
    .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;
        }*/
    .offcanvas-page {
        margin-left: 0;
    }
    .enable-offcanvas .paper-nav-toggle,
    .enable-offcanvas #paper-offcanvas {
        display: block;
    }
    .masthead h1 {
        font-size: 30px;
    }
    .masthead p {
        font-size: 22px;
    }
    .masthead form button {
        right: 5px;
    }
    .btn-big {
        font-size: 14px;
    }
    .big-heading {
        font-size: 72px;
    }
    .parallel {
        overflow: hidden;
        position: fixed;
    }
/*    .mainnav {
        padding: 15px;
    }*/
    nav li .divider {
        border-bottom: 1px dashed rgba(120, 130, 140, 0.13);
        margin: 5px 0;
    }
    .breadcrumbs {
        display: none;
    }
    .has-overlay {
        text-align: center;
    }
    .has-overlay img {
        margin: 0 auto;
        padding-top: 30px;
    }
    .hero {
        height: 45rem;
        margin-bottom: 12rem;
    }
    .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;
    }
    .relative-lg {
        position: relative;
    }
}

div.paper_menu{
    position:relative;
}
#btnCercaManuali-sx:focus {
    box-shadow: none !important;
}
#btnCercaManuali-top:focus {
    box-shadow: none !important;
}

.v-scrollbar-show {
    overflow-y: scroll;
    scrollbar-width: thin;
}

.v-scrollbar-hide {
    overflow-y: hidden;
}

.domanda {
    margin-bottom: 0px;
    font-weight: 600;
}
.risposta {
    margin-left: 1rem;
    font-style: italic;
    line-height: 1.2rem;
}
@media (min-width:1400px) {
    /*
    ======= XXL
    */
    .mainnav .dl-trigger {
        display: none;
    }
    .xv-menuwrapper .dl-menu {
        margin: 0;
        display: flex;
        position: static;
        padding: 0;
        text-align: left;
        float: none;
    }
    .dl-menuwrapper {
        max-width: 300px;
        position: relative;
    }
    #topBanner h1 {
        font-size: 2.5rem;
    }

    .section-title,
    #title-cerca {
        font-size: 3rem;
    }

    nav.mainnav {
        min-height: 130px;
        margin: 0px;
    }

    footer {
        min-height: 192px;
    }
        footer div.text-footer {
            font-size: .8rem;
        }
    ul.set-width {
        width: 262px;
    }
    .nome-prodotto {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    .titolo-manuale {
        font-size: 1.3rem;
        margin-bottom: 5px;
        line-height: normal;
        font-weight: 800;
    }
    .icona-manuale {
        padding-top: .4rem;
    }
    .pdf-icon {
        font-size: 45px;
    }
    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: .8rem;
    }
    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: .8rem;
    }
    .img-size {
        max-width: 240px !important;
    }
    #box-manuali-body,
    .box-manuali-body {
        height: 500px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    div#box-ricerca-min input.search-field-min {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div#box-ricerca-min button {
        top: 25px;
    }
    .topSearchBox,
    .form-topSearchBox {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    /*
    ======= XL
    */
    .mainnav .dl-trigger {
        display: none;
    }
    .xv-menuwrapper .dl-menu {
        margin: 0;
        display: flex;
        position: static;
        padding: 0;
        text-align: left;
        float: none;
    }
    .dl-menuwrapper {
        max-width: 300px;
        position: relative;
    }
    #topBanner h1 {
        font-size: 2.5rem;
    }

    #title-cerca,
    .section-title {
        font-size: 3rem;
    }

    nav.mainnav {
        min-height: 130px;
        margin: 0px;
    }

    footer {
        min-height: 192px;
    }
        footer div.text-footer {
            font-size: .8rem;
        }

    .container {
        max-width: 1140px;
    }
    ul.set-width {
        width: 210px;
    }
    .nome-prodotto {
        font-size: 1.6rem;
        margin-bottom:2px;
    }
    .titolo-manuale {
        font-size: 1.5rem;
        margin-bottom: 0px;
        line-height: normal;
        font-weight: 800;
    }
    .icona-manuale{
        padding-top:.5rem;
    }
    .pdf-icon {
        font-size: 45px;
    }
    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: .75rem;
    }
    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: .8rem;
    }
    .img-size {
        max-width: 205px !important;
    }
    #box-manuali-body,
    .box-manuali-body {
        height: 500px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    div#box-ricerca-min input.search-field-min {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div#box-ricerca-min button {
        top: 25px;
    }
    .topSearchBox,
    .form-topSearchBox {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    /*
    ======== LG
    */
    .mainnav .dl-trigger {
        display: none;
    }
    .xv-menuwrapper .dl-menu {
        margin: 0;
        display: flex;
        position: static;
        padding: 0;
        text-align: left;
        float: none;
    }
    #topBanner h1 {
        font-size: 2.5rem;
    }

    .section-title,
    #title-cerca {
        font-size: 2rem;
    }

    .container {
        max-width: 960px;
    }
    .dl-menuwrapper {
        max-width: 300px;
        position: relative;
    }

    .dl-menuwrapper .dl-menu {
        margin-left: -100px;
        margin-top: 25px;
    }
    ul.set-width {
        width: 180px;
    }
    footer div.text-footer {
        font-size: .8rem;
    }
    .nome-prodotto {
        font-size: 1.3rem;
    }
    .titolo-manuale {
        font-size: 1.1rem;
        margin-bottom: 0px;
        line-height: normal;
        font-weight: 800;
    }
    .pdf-icon {
        font-size: 45px;
    }
    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: 0.9rem;
    }
    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: 0.95rem;
    }
    .img-size {
        max-width: 170px !important;
    }
    #box-manuali-body,
    .box-manuali-body {
        height: 500px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    div#box-ricerca-min input.search-field-min {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div#box-ricerca-min button {
        top: 25px;
    }
    .topSearchBox,
    .form-topSearchBox {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {

    /*
    ======== MD
    */
    .paper-nav-toggle {
        position: absolute;
        display: block;
    }
    .section-title,
    #title-cerca {
        font-size: 2rem;
    }
    .container {
        max-width: 720px;
    }
    #dl-menu {
        position: absolute;
    }
    .dl-menuwrapper ul li {
        min-width:100px;
    }
    .saluto-utente {
        display: none;
    }
    .dl-menuwrapper:first-child {
        margin-top: 0px !important;
    }

    ul.dl-menu li a span.showSize {
        font-size: 1.4rem;
        display: inline;
    }

    .dl-menuwrapper .dl-menu {
        margin-left: -135px;
        margin-top: -10px;
    }

    .leftSearchBox {
        display: block;
    }

    .topSearchBox,
    .form-topSearchBox {
        display: none;
    }

    .leftMenuUtente {
        display: block;
    }

    .bottomMenuUtente {
        display: none;
    }
    .left-search-field {
        width: 65%;
    }
    ul.set-width {
        width: 170px;
    }
    footer div.text-footer {
        font-size: .8rem;
    }
    .nome-prodotto {
        font-size: 1.4rem; 
        margin-bottom: 3px;
    }
    .titolo-manuale {
        font-size: 1rem;
        margin-bottom: 0px;
        line-height: normal;
        font-weight: 800;
    }
    .pdf-icon {
        font-size: 35px;
    }
    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: 0.65rem;
    }
    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: 0.7rem;
    }
    .img-size {
        max-width: 110px !important;
    }
    #box-manuali-body,
    .box-manuali-body {
        height: 480px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    div#box-ricerca-min input.search-field-min {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div#box-ricerca-min button {
        top: 25px;
    }
}

@media (min-width:576px) and (max-width:767px) {

    /*
    ============ SM
    */
    .paper-nav-toggle {
        position: absolute;
        display: block;
    }
    .section-title,
    #title-cerca {
        font-size: 2rem;
    }

    .container {
        max-width: 540px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
        flex: 1;
    }

    #topBanner h1 {
        margin-left: -55px;
        font-size: 2rem;
    }

    .paper-nav-toggle {
        right: -25px
    }
    #dl-menu {
        position: absolute;
    }
    .dl-menuwrapper ul li {
        min-width: 100px;
    }
    .saluto-utente {
        display: none;
    }
    .dl-menuwrapper li a{
        padding-left:15px;
        padding-right:15px;
    }
    .dl-menuwrapper .dl-menu {
        margin-left: -95px;
        margin-top: -10px;
    }

    .leftSearchBox {
        display: none;
    }

    .topSearchBox,
    .form-topSearchBox {
        display: block;
    }

    .leftMenuUtente {
        display: none;
    }

    .bottomMenuUtente {
        display: block;
    }

    .bottomMenuUtente ul {
        padding: 1rem 0px;
    }

    .bottomMenuUtente ul li {
        width: 100px;
        text-align: center;
    }
    .titleSectionFooter {
        font-size: 1.2rem;
    }
    footer .footer-links li a {
        font-size: .9rem;
    }
    div.copyrights > p {
        font-size: .7rem;
    }
    .text-footer {
        margin-bottom: 1rem;
        font-size: .7rem;
    }
    .nome-prodotto {
        font-size: 1.15rem;
        margin-bottom: 3px;
    }
    .titolo-manuale {
        font-size: 1rem;
        margin-bottom: 0px;
        line-height: normal;
        font-weight: 800;
    }
    .pdf-icon {
        font-size: 30px;
    }
    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: 0.65rem;
    }
    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: 0.7rem;
    }
    .img-size {
        max-width: 110px !important;
    }
    #box-manuali-body,
    .box-manuali-body {
        height: 440px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }
    div#box-ricerca-min input.search-field-min {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    div#box-ricerca-min button {
        top: 6px;
    }
}

@media (max-width: 575px) {
    /*
    ======= XS
    */
    .paper-nav-toggle {
        position: absolute;
        display: block;
    }

    .paper-nav-toggle {
        right: 0px
    }

    #dl-menu {
        position: absolute;
    }

    .dl-menuwrapper ul li {
        min-width: 100px;
    }

    .saluto-utente {
        display: none;
    }

    .dl-menuwrapper li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dl-menuwrapper .dl-menu {
        margin-left: -110px;
    }

    #topBanner h1 {
        margin-left: -55px;
        font-size: 1.4rem;
    }

    .mainnav {
        padding: 4px;
    }

    .search-field {
        padding: 0 15px;
    }

    .section-title,
    #title-cerca {
        font-size: 2rem;
    }

    .responsive-phone-logo {
        display: flex !important;
        justify-content: center !important;
    }

    .container {
        width: 100%;
        flex: 1;
    }

    .leftSearchBox {
        display: none;
    }

    .topSearchBox,
    .form-topSearchBox {
        display: block;
    }

    .leftMenuUtente {
        display: none;
    }

    .bottomMenuUtente {
        display: block;
    }

        .bottomMenuUtente ul {
            padding: .9rem 0px;
        }

            .bottomMenuUtente ul li {
                width: 80px;
                text-align: center;
            }

    .titleSectionFooter {
        font-size: 1.2rem;
    }

    footer .footer-links li a {
        font-size: .9rem;
    }

    div.copyrights > p {
        font-size: .7rem;
    }

    .text-footer {
        padding-bottom: 1rem;
        font-size: .7rem;
    }

    .fa-xs-2 {
        font-size: 28px;
    }

    .nome-prodotto {
        font-size: .8rem;
        margin-bottom: 2px;
    }

    .titolo-manuale {
        font-size: .8rem;
        margin-bottom: 0px;
        line-height: normal;
        font-weight: 800;
    }

    .pdf-icon {
        font-size: 25px;
    }

    p.metadati-manuale {
        margin-bottom: 0px;
        line-height: normal;
        font-size: .7rem;
    }

    p.codice-prodotto {
        line-height: normal;
        margin-bottom: 0px;
        font-size: .7rem;
    }

    #box-manuali-body,
    .box-manuali-body {
        height: 400px;
        /*overflow-y: scroll;*/
        overflow-x: hidden;
    }

    div#box-ricerca-min input.search-field-min {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    div#box-ricerca-min button {
        top: 6px;
    }
    .row .lisciani-image-number {
        font-size: 25px !important;
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
        margin-top: 10px !important;
    }

    .row .lisciani-image {
        max-width: 80% !important;
    }
}


/* Media Attivazione WiFi*/
@media (max-width: 767px) {

    .row .lisciani-image-number {
        font-size: 35px !important;
        width: 75px !important;
        height: 75px !important;
        line-height: 75px !important;
        margin-top: 25px !important;
    }

    .row .lisciani-image {
        max-width: 80% !important;
    }

}


.hide{
    display:none !important;
}
.ui-autocomplete{
    max-height:10rem;
    overflow-y:auto;
    background-color:rgba(255,255,255,0.7);
    position:absolute !important;
    top:140px;
}
ul.ui-autocomplete-opaca {
    max-height: 10rem;
    overflow-y: auto;
    background-color: rgba(255,255,255,1.0) !important;
    position: absolute !important;
    z-index: 1000;
}
.ui-menu {
    opacity: 1;
    background-color: white;
}
.ui-autocomplete .ui-menu-item{
    padding:.5rem .2rem;
    cursor:pointer;
    text-align:left;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.ui-autocomplete .ui-menu-item:hover {
    background-color:rgba(240,240,240,0.8);
}
i.fa-magnifying-glass{
    cursor:pointer;
}
div#box-ricerca-min input.search-field-min {
    width: 100%;
    font-size: 1rem;
    border-radius: 30px;
    border: 2px solid #e1e8ee;
    padding: 0px 30px;
/*    margin-top: 20px;
    margin-bottom: 20px;*/
    height: 40px;
    -webkit-appearance: none;
}
div#box-ricerca-min button {
    position: absolute;
    right: 25px;
    /*top: 25px;*/
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #86939e;
}
.img-thumbnail-prodotto {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100px;
    height: auto;
}
h3.nome-prodotto{
    margin-bottom:0rem;
    line-height:normal;
}
.attivo {
    font-weight: 900;
    color: #0088c2;
}
.attivo2 {
    font-weight: 700;
    color: #333333;
}
.attivo3 {
    font-weight: 700;
    color: #333333;
}
.btn-round {
    border-radius: 1.5rem !important;
}
.forget-pass {
    margin-bottom: 0rem !important;
    margin-top: 1rem;
    font-weight: 900;
    color: #0088c2;
}
.check-lg{
    width:1.3rem;
    height:1.3rem;
    margin-right:.8rem !important;
}
div.form-check label{
    margin-left:.8rem;
}
div#boxEtichetteReg div h3{
    cursor:pointer;
}
div.box-informativa iframe {
    width: 100%;
    border: none;
    height: 20rem;
    overflow-y: hidden;
}
ul.list-pwd{
    margin-bottom:0px;
}
#boxMenuUtente {
    border: solid .1rem #eee;
    border-radius: .2rem;
    padding: .3rem;
}
ul.menuUtente {
    margin-bottom:0rem;
}
    ul.menuUtente li {
        text-transform: uppercase;
        margin-bottom: .6rem;
        margin-top: .6rem;
    }
        ul.menuUtente li a {
            color: #2E2D2C;
        }
            ul.menuUtente li a.attivo {
/*                color: #03a9f4;
                font-weight: 800;*/
            }
.row-prodotto{
    margin-bottom:2rem;
}
