/* asap-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/asap/asap-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-300italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/asap/asap-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/asap/asap-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/asap/asap-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/asap/asap-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-500italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/asap/asap-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/asap/asap-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/asap/asap-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-800 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/asap/asap-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* asap-900 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Asap';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/asap/asap-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*----------------------------------------------------------------------------------------
                                    COMMON
-----------------------------------------------------------------------------------------*/

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -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;
}

section,
header,
footer {
    position: relative;
    z-index: 1;
}

#wrap {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}

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

hr {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    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;
    padding-left: 0;
}

ol:not(.light-page):not(.dark-page) ol,
ul:not(.light-page):not(.dark-page) ul,
ol:not(.light-page):not(.dark-page) ul,
ul:not(.light-page):not(.dark-page) ol {
    margin-bottom: 0;
}

ul {
    list-style: disc inside;
}

dt {
    font-weight: 700;
}

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


dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

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

sub {
    bottom: -.75em;
}

sup {
    top: -1em;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

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

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

a:focus,
button: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,
svg {
    vertical-align: middle;
    border-style: none;
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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"] {
    -webkit-box-sizing: border-box;
    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;
}

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

h1 sup,
h1 sub,
h2 sup,
h2 sub {
    font-size: 35%;
    top: -2em;
}

h3 sup,
h3 sub {
    font-size: 50%;
    top: -1.5em;
}

.lead {
    font-size: 120%;
}

hr {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

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

/*
mark,
.mark {
    padding: 0.2em;
}
*/

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

ul.list-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

ul.list-inline > li {
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 2px;
}

ul.list-inline > li > a {
    vertical-align: middle;
}

ul.list-inline > li + li,
ul.list-justify > li + li {
    margin-left: 15px;
}

ul.padding-x2-list li > .icon-pos-right {
    margin: 0 0 0 1em;
}

ul.padding-x2-list li > .icon-pos-left {
    margin: 0 1em 0 0;
}

ul.lead li > .icon-pos-right {
    margin: 0 0 0 1em;
}

ul.lead li > .icon-pos-left {
    margin: 0 1em 0 0;
}

[class*="inline-group"] > * {
    display: inline-block;
}

.inline-group > *:not(:last-child) {
    margin-right: 0.5rem;
}

.inline-group-x2 > *:not(:last-child) {
    margin-right: 1rem;
}

.inline-group-x3 > *:not(:last-child) {
    margin-right: 2rem;
}

.padding-x05-list li {
    padding: 0.25em 0;
}

.padding-x05-list.list-inline li {
    padding: 0.25em;
}

.padding-list li {
    padding: 0.5em 0;
}

.padding-list.list-inline li {
    padding: 0.5em;
}

.padding-x2-list li {
    padding: 1em 0;
}

.padding-x2-list.list-inline li {
    padding: 1em;
}

.separate-list li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.separate-list li:last-child {
    border-bottom-width: 0;
}

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

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

.img-thumbnail {
    padding: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
}

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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




/*----------------------------------------------------------------------------------------
                                    GRID
-----------------------------------------------------------------------------------------*/

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

.boxed {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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



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

@media (min-width: 1230px) {
    .container-fluid.offset-left {
        width: calc(50% + 600px);
        margin-right: 0;
    }
    .container-fluid.offset-right {
        width: calc(50% + 600px);
        margin-left: 0;
    }
    section .container-fluid:not(.offset-left):not(.offset-right),
    footer .container-fluid:not(.offset-left):not(.offset-right) {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

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

.container-fluid > .row.no-gutters,
.modal .container-fluid > .row.no-gutters {
    margin-left: -30px;
    margin-right: -30px;
}

@media (min-width: 1230px) {
    section .container-fluid > .row.no-gutters,
    footer .container-fluid > .row.no-gutters {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.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;
    z-index: 1;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1230px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}



/*----------------------------------------------------------------------------------------
                                    FORM
-----------------------------------------------------------------------------------------*/

.form-control {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: inherit;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border-style: solid;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

.form-control:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
}

.form-control::placeholder {
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 1;
}

.select-group select::-ms-expand {
    display: none;
}

.select-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-group select,
.datepicker-group input,
.file-group label {
    padding-right: 40px;
}

.select-group,
.datepicker-group,
.file-group {
    position: relative
}

.select-group .icon,
.datepicker-group .icon,
.file-group .icon {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    pointer-events: none;
}

.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-group label.form-control {
    font-size: inherit;
    font-weight: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.file-group label.form-control:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 0px;
}

form label.error {
    display: inline-block;
    font-size: 0.8em;
    position: relative;
    margin: -1px 0 0 0;
    color: #e44646;
    padding: 3px 5px;
}

form label.valid {
    display: none !important;
}

input.form-control.error,
textarea.form-control.error,
select.form-control.error,
.input-group.error,
.dark .input-group.error,
.dark input.form-control.error,
.dark textarea.form-control.error,
.dark select.form-control.error {
    border-color: #e44646;
}


/* Hiding default checkbox and Radio button design */

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 20px;
    height: 20px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}


/* Disable outline when clicked*/

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox] + .lbl,
input[type=radio] + .lbl {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    line-height: 20px;
    min-height: 20px;
    min-width: 22px;
}


/* Basic Checkbox styles */

input[type=checkbox] + .lbl::before,
input[type=radio] + .lbl::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    height: 18px;
    width: 18px;
    top: 1px;
    left: 0;
}

input[type=checkbox].error + .lbl::before,
input[type=radio].error + .lbl::before {
    border: 1px solid #e44646;
}

input[type=checkbox] + .lbl::after,
input[type=radio] + .lbl::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #444;
    border: none;
    border-radius: 0;
    height: 4px;
    width: 4px;
    top: 8px;
    left: 7px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


/* Checked state styles */

input[type=checkbox]:checked + .lbl::after,
input[type=radio]:checked + .lbl::after {
    height: 14px;
    width: 14px;
    top: 3px;
    left: 2px;
    opacity: 1;
}


/* Hover state styles */

input[type=checkbox]:hover + .lbl::after,
input[type=radio]:hover + .lbl::after,
input[type=checkbox] + .lbl:hover::after,
input[type=radio] + .lbl:hover::after {
    opacity: 1;
}


/* Disabled state styles */

input[type=checkbox]:disabled + .lbl::before,
input[type=radio]:disabled + .lbl::before,
input[type=checkbox][disabled] + .lbl::before,
input[type=radio][disabled] + .lbl::before,
input[type=checkbox].disabled + .lbl::before,
input[type=radio].disabled + .lbl::before,
input[type=checkbox]:disabled + .lbl::after,
input[type=radio]:disabled + .lbl::after,
input[type=checkbox][disabled] + .lbl::after,
input[type=radio][disabled] + .lbl::after,
input[type=checkbox].disabled + .lbl::after,
input[type=radio].disabled + .lbl::after {
    background-color: #eee !important;
    border-color: #eee !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* Styles for Radio button */

input[type=radio] + .lbl::before {
    border-radius: 50%;
}

input[type=radio] + .lbl::after {
    border-radius: 50%;
}

input[type=radio]:checked + .lbl::after {
    opacity: 1;
}

.radio-inline,
.radio label,
.checkbox label,
.label-name {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    font-weight: inherit;
    display: inline-block;
}

div.radio,
.checkbox.form-group,
p.txt-form {
    display: block;
    padding: 1rem 0;
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.form-inline > .form-group {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 150px;
}

.form-inline > .textarea-group {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-inline > .btn-link,
.form-inline > .btn-link:hover {
    text-decoration: none;
    border-width: 0;
}

.form-inline label.error {
    position: absolute;
    top: 100%;
}

@media (min-width: 576px) {

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




/*----------------------------------------------------------------------------------------
                                    BUTTONS
-----------------------------------------------------------------------------------------*/

.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: inherit;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: 2px solid transparent;
    padding: 0.75rem 1rem;
    line-height: 1.25;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

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

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

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


/*------------------ PRIMARY & SECONDARY----------------*/

.btn-primary,
.badge-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary,
.badge-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-origin: border-box !important;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: transparent;
    background-image: none;
}



/*------------------ SUCCESS ----------------*/

.btn-success {
    color: #fff !important;
    background-color: #48B54A !important;
    border-color: #48B54A !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #36A838 !important;
    border-color: #36A838 !important;
}

.btn-outline-success {
    color: #48B54A !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #48B54A !important;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
    border-color: #36A838 !important;
}


/*------------------ INFO ----------------*/

.btn-info {
    color: #fff !important;
    background-color: #44ADC7 !important;
    border-color: #44ADC7 !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #0FA2BA !important;
    border-color: #0FA2BA !important;
}

.btn-outline-info {
    color: #44ADC7 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #44ADC7 !important;
}

.btn-outline-info:hover,
btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
    border-color: #0FA2BA !important;
}


/*------------------ WARNING ----------------*/

.btn-warning {
    color: #222 !important;
    background-color: #FFDB46 !important;
    border-color: #FFDB46 !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #222 !important;
    background-color: #FFEA50 !important;
    border-color: #FFEA50 !important;
}

.btn-outline-warning {
    color: #222 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #FFDB46 !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
    border-color: #FFEA50 !important;
}


/*------------------ DANGER ----------------*/

.btn-danger {
    color: #fff !important;
    background-color: #D24136 !important;
    border-color: #D24136 !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #C4372C !important;
    border-color: #C4372C !important;
}

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

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
    border-color: #C4372C !important;
}


/*------------------ LIGHT ----------------*/

.btn-light {
    color: #222 !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.btn-light:hover,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #222 !important;
    background-color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
}

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

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
    color: #F4F4F4 !important;
    border-color: #F4F4F4 !important;
}


/*------------------ DARK ----------------*/

.btn-dark {
    color: #fff !important;
    background-color: #232122 !important;
    border-color: #232122 !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #111 !important;
    border-color: #111 !important;
}

.btn-outline-dark {
    color: #232122 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #232122 !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
    border-color: #111 !important;
}


/*------------------ LINK ----------------*/

.btn-link {
    font-weight: inherit;
    color: inherit;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: inherit !important;
    text-decoration: underline;
    background-color: transparent;
}

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


/*------------------ IMAGE ----------------*/

.btn.btn-image {
    padding: 0;
}


/*------------------ FACEBOOK ----------------*/

.btn-fb {
    color: #fff;
    background-color: #4460A0;
    border-color: #4460A0;
}

.btn-fb:hover,
.btn-fb:active,
.btn-fb.active {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-outline-fb {
    color: #4460A0;
    background-color: transparent;
    background-image: none;
    border-color: #4460A0;
}

.btn-outline-fb:hover,
.btn-outline-fb:active,
.btn-outline-fb.active {
    border-color: #2e4c89;
}


/*------------------ TWITTER ----------------*/

.btn-tw {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
}

.btn-tw:hover,
.btn-tw:active,
.btn-tw.active {
    color: #fff;
    background-color: #009ed9;
    border-color: #009ed9;
}

.btn-outline-tw {
    color: #00aced;
    background-color: transparent;
    background-image: none;
    border-color: #00aced;
}

.btn-outline-tw:hover,
.btn-outline-tw:active,
.btn-outline-tw.active {
    border-color: #0394cb;
}


/*------------------ GOOGLE ----------------*/

.btn-gp {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-gp:hover,
.btn-gp:active,
.btn-gp.active {
    color: #fff;
    background-color: #d1412f;
    border-color: #d1412f;
}

.btn-outline-gp {
    color: #dd4b39;
    background-color: transparent;
    background-image: none;
    border-color: #dd4b39;
}

.btn-outline-gp:hover,
.btn-outline-gp:active,
.btn-outline-gp.active {
    border-color: #c33d2c;
}


/*------------------ LINKEDIN ----------------*/

.btn-li {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-li:hover,
.btn-li:active,
.btn-li.active {
    color: #fff;
    background-color: #0673a7;
    border-color: #0673a7;
}

.btn-outline-li {
    color: #007bb6;
    background-color: transparent;
    background-image: none;
    border-color: #007bb6;
}

.btn-outline-li:hover,
.btn-outline-li:active,
.btn-outline-li.active {
    border-color: #066d9f;
}



/*------------------ COMMON BUTTON ----------------*/

.btn-lg,
.btn-group-lg > .btn {
    padding: 1rem 1.5rem;
    font-size: 120%;
}

.btn-lg > .icon-pos-left {
    margin-right: 1rem;
}

.btn-lg > .icon-pos-right {
    margin-left: 1rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.5rem 0.7rem;
    font-size: 80%;
    border-width: 1px !important;
}

.goodshare.btn-sm {
    padding: 0.35rem 0.5rem;
}

.btn-sm > .icon-pos-left {
    margin-right: 0.4rem;
}

.btn-sm > .icon-pos-right {
    margin-left: 0.4rem;
}

.btn + .btn {
    margin: 0 0 0 0.5rem;
}

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

.btn-group .btn,
.btn-group .btn.btn-block {
    margin: 0
}

.btn-cloud .btn {
    margin: 0 0.25rem 0.25rem 0
}


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


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

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    visibility: hidden;
}

.fade.show {
    opacity: 1;
    visibility: visible;
}

.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;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

a[data-toggle="collapse"],
a[data-toggle="collapse"]:focus,
a[data-toggle="collapse"]:hover,
a[data-toggle="tab"],
a[data-toggle="tab"]:focus,
a[data-toggle="tab"]:hover {
    text-decoration: none !important;
}


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

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}

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

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3;
}

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

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
    margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}



/*----------------------------------------------------------------------------------------
                                    NAVIGATION
-----------------------------------------------------------------------------------------*/

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 1rem 1.25rem;
}

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

.nav-link.disabled {
    opacity: 0.65;
}

.nav-link > .badge {
    position: relative;
    top: -1px;
}

.nav-link > .icon-pos-right {
    margin-right: -0.5rem;
}

.nav-link > .icon-pos-left {
    margin-left: -0.5rem;
}

.nav-tabs {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

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

.nav-tabs .nav-link {
    border: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    text-decoration: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    text-decoration: none;
}

.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: #007bff;
}

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    z-index: 20;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

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

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    /*
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
*/
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.navbar .navbar-collapse > *:not(:last-child) {
    margin-right: 1.5rem;
}

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

.navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #444;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
    width: 12px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    width: 0px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left;
    transform-origin: left;
}

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


.navbar-search .search-box {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
}

.navbar-search .search-box > * {
    margin-left: 20px;
    opacity: 0;
}

.navbar-search .search-box.show > * {
    -webkit-transition: all 0.25s ease 0.25s;
    transition: all 0.25s ease 0.25s;
    margin-left: 0;
    opacity: 1;
}

.navbar-search .search-box input {
    border: none;
    background-color: transparent;
}

.navbar-cart .cart-list {
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.navbar-cart .cart-list > *:not(:last-child):not(:empty) {
    margin-bottom: 1rem;
}

.navbar-profile > *:not(:first-child):not(:empty),
.navbar-cart > *:not(:first-child):not(:empty) {
    margin-left: 0.5rem;
}

.navbar-profile p,
.navbar-cart p {
    line-height: 1.2;
    margin-bottom: 0;
}


@media (max-width: 575px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar.navbar-expand-sm.sticky-top .navbar-collapse,
    .navbar.navbar-expand-sm.fixed-top .navbar-collapse {
        max-height: 480px;
        overflow-y: scroll;
    }
    .navbar.navbar-expand-sm .navbar-collapse > * {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .navbar.navbar-expand-sm .navbar-nav .sub-menu,
    .navbar.navbar-expand-sm .navbar-nav .mega-menu-container {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .navbar.navbar-expand-sm .navbar-nav .sub-menu {
        padding: 1rem;
    }
    .navbar.navbar-expand-sm .navbar-nav .sub-menu .sub-menu {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }
    .navbar.navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }
    .navbar.navbar-expand-sm .hover-wrap-block .hover-block {
        display: none;
    }
    .navbar.navbar-expand-sm .navbar-search .search-box {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar.navbar-expand-sm .navbar-search .toogle-btn,
    .navbar.navbar-expand-sm .navbar-search .toogle-btn-close {
        display: none;
    }
    .navbar.navbar-expand-sm .navbar-search .search-box > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767px) {

    .navbar.navbar-expand-md.sticky-top .navbar-collapse,
    .navbar.navbar-expand-md.fixed-top .navbar-collapse {
        max-height: 480px;
        overflow-y: scroll;
    }
    .navbar.navbar-expand-md .navbar-collapse > * {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .navbar.navbar-expand-md .navbar-nav .sub-menu,
    .navbar.navbar-expand-md .navbar-nav .mega-menu-container {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .navbar.navbar-expand-md .navbar-nav .sub-menu {
        padding: 1rem;
    }
    .navbar.navbar-expand-md .navbar-nav .sub-menu .sub-menu {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }
    .navbar.navbar-expand-md .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }
    .navbar.navbar-expand-md .hover-wrap-block .hover-block {
        display: none;
    }
    .navbar.navbar-expand-md .navbar-search .search-box {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar.navbar-expand-md .navbar-search .toogle-btn,
    .navbar.navbar-expand-md .navbar-search .toogle-btn-close {
        display: none;
    }
    .navbar.navbar-expand-md .navbar-search .search-box > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1399px) {

    .navbar.navbar-expand-lg.sticky-top .navbar-collapse,
    .navbar.navbar-expand-lg.fixed-top .navbar-collapse {
        max-height: 480px;
        overflow-y: scroll;
    }
    .navbar.navbar-expand-lg .navbar-collapse > * {
        margin-right: 0;
        margin-top: 1rem;
    }
    .navbar.navbar-expand-lg .navbar-collapse > *:last-child {
        margin-bottom: 1rem;
    }
    .navbar.navbar-expand-lg .navbar-nav .sub-menu,
    .navbar.navbar-expand-lg .navbar-nav .mega-menu-container {
        position: relative;
        margin: 0;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .navbar.navbar-expand-lg .navbar-nav .sub-menu {
        padding: 1rem;
    }
    .navbar.navbar-expand-lg .navbar-nav .sub-menu .sub-menu {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: auto;
    }
    .navbar.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0;
    }
    .navbar.navbar-expand-lg .hover-wrap-block .hover-block {
        display: none;
    }
    .navbar.navbar-expand-lg .navbar-search .search-box {
        position: relative;
        padding: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar.navbar-expand-lg .navbar-search .toogle-btn,
    .navbar.navbar-expand-lg .navbar-search .toogle-btn-close {
        display: none;
    }
    .navbar.navbar-expand-lg .navbar-search .search-box > * {
        margin-left: 0px;
        opacity: 1;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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: 1rem;
    padding-left: 1rem;
}

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

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

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

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



/*----------------------------------------------------------------------------------------
                                MEGAMENU NAV
-----------------------------------------------------------------------------------------*/

.navbar .navbar-nav .sub-menu,
.navbar .navbar-nav .mega-menu-container {
    list-style: none;
    position: absolute;
    display: none;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
}

.fixed-bottom.navbar .navbar-nav .sub-menu,
.fixed-bottom.navbar .navbar-nav .mega-menu-container {
    bottom: 100%;
}

.navbar .navbar-nav .mega-menu-container {
    right: 0;
    left: 0;
    padding: 30px 0;
}

.navbar .navbar-nav ul.sub-menu > li {
    position: relative;
    float: none;
    white-space: nowrap;
    padding: 0.6rem 1.5rem;
    display: block;
}

.sub-menu-link + .icon {
    margin-right: -0.5em;
}


.navbar .navbar-nav .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
    margin-top: 0;
}

.fixed-bottom.navbar .navbar-nav .sub-menu .sub-menu {
    top: auto;
    bottom: -10px;
}

.navbar:not(.touchmenu) .navbar-nav li:hover > .sub-menu,
.navbar:not(.touchmenu) .navbar-nav li:hover > .mega-menu-container {
    display: block;
}

.navbar.touchmenu .navbar-nav li.tap > .sub-menu,
.navbar.touchmenu .navbar-nav li.tap > .mega-menu-container {
    display: block;
}

.navbar .navbar-nav .nav-item.mega-menu-item {
    position: inherit;
}



/*----------------------------------------------------------------------------------------
                                    BREADCRUMB & PAGINATOR
-----------------------------------------------------------------------------------------*/

.breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

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

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

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

.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
}

.page-item.active .page-link {
    z-index: 2;
    text-decoration: none;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.75rem 1rem;
    margin-left: -1px;
    border-width: 1px;
    border-style: solid;
}

a.page-link,
a.page-link:hover {
    text-decoration: none !important;
}


.pagination-lg .page-link {
    padding: 1rem 1.5rem;
    font-size: 120%;
    line-height: 1.5;
}


.pagination-sm .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 80%;
    line-height: 1.5;
}


/*----------------------------------------------------------------------------------------
                                    BADGES
-----------------------------------------------------------------------------------------*/

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

.badge:empty {
    display: none;
}

.btn .badge {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

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

.badge-success {
    color: #fff;
    background-color: #48B54A;
}

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

.badge-info {
    color: #fff;
    background-color: #44ADC7;
}

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

.badge-warning {
    color: #111;
    background-color: #FFDB46;
}

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

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

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

.badge-light {
    color: #222;
    background-color: #FFFFFF;
}

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

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

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



/*----------------------------------------------------------------------------------------
                                    ALERT
-----------------------------------------------------------------------------------------*/

.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 .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #2e3133;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.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: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}




/*----------------------------------------------------------------------------------------
                                    PROGRESS BAR
-----------------------------------------------------------------------------------------*/

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eee;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}

.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 {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}



/*----------------------------------------------------------------------------------------
                                    MEDIA & CLOSE
-----------------------------------------------------------------------------------------*/

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

.media {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 40px;
}

.media-body > .media {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.media-content > *:last-child {
    margin-bottom: 0;
}

.close {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

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

button.close {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}




/*----------------------------------------------------------------------------------------
                                    ACCORDION
-----------------------------------------------------------------------------------------*/

.accordion-header {}



/*----------------------------------------------------------------------------------------
                                    MODAL
-----------------------------------------------------------------------------------------*/

.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.fade .modal-content {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.modal .slide.modal-content {
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
}

.modal .zoom.modal-content {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.modal.show .modal-content {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 30px 0;
}

.modal-dialog {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto !important;
    position: relative;
    width: auto;
    pointer-events: none;
}

.modal-content {
    pointer-events: auto;
    background-clip: padding-box;
    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-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

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

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




/*----------------------------------------------------------------------------------------
                                    ALIGN
-----------------------------------------------------------------------------------------*/

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



/*----------------------------------------------------------------------------------------
                               SEPARATOR
-----------------------------------------------------------------------------------------*/

hr.sep-vertical,
hr.sep-vertical-x2 {
    width: 0;
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin: 0;
}

hr.sep-vertical-x2 {
    border-right-width: 2px;
}

@media (min-width: 576px) {
    hr.sep-vertical-sm,
    hr.sep-vertical-x2-sm {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.sep-vertical-x2-sm {
        border-right-width: 2px;
    }
}

@media (min-width: 768px) {
    hr.sep-vertical-md,
    hr.sep-vertical-x2-md {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.sep-vertical-x2-md {
        border-right-width: 2px;
    }
}

@media (min-width: 1230px) {
    hr.sep-vertical-lg,
    hr.sep-vertical-x2-lg {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.sep-vertical-x2-lg {
        border-right-width: 2px;
    }
}


@media (min-width: 1600px) {
    hr.sep-vertical-xl,
    hr.sep-vertical-x2-xl {
        width: 0;
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border: 0;
        border-right-width: 1px;
        border-right-style: solid;
        margin: 0;
    }
    hr.sep-vertical-x2-xl {
        border-right-width: 2px;
    }
}



/*----------------------------------------------------------------------------------------
                               BORDERS
-----------------------------------------------------------------------------------------*/

[class*=border] {
    border-style: solid;
    border-width: 0;
}

.border,
.border-sm,
.border-md,
.border-lg,
.border-xl {
    border-width: 1px;
}

.border-x2 {
    border-width: 2px;
}

.border-top,
.border-sm-top,
.border-md-top,
.border-lg-top,
.border-xl-top {
    border-top-width: 1px;
}

.border-right,
.border-sm-right,
.border-md-right,
.border-lg-right,
.border-lg-right {
    border-right-width: 1px;
}

.border-bottom,
.border-sm-bottom,
.border-md-bottom,
.border-lg-bottom,
.border-lg-bottom {
    border-bottom-width: 1px;
}

.border-left,
.border-sm-left,
.border-md-left,
.border-lg-left,
.border-lg-left {
    border-left-width: 1px;
}

@media (max-width: 575px) {
    [class*="border-sm"] {
        border-width: 0px;
    }
}

@media (max-width: 767px) {
    [class*="border-md"] {
        border-width: 0px;
    }
}

@media (max-width: 1199px) {
    [class*="border-lg"] {
        border-width: 0px;
    }
}

@media (max-width: 1599px) {
    [class*="border-xl"] {
        border-width: 0px;
    }
}


.border-grid .border {
    margin-top: -1px;
    margin-left: -1px;
}

.border-grid .border-x2 {
    margin-top: -2px;
    margin-left: -2px;
}



/*----------------------------------------------------------------------------------------
                                    ROUNDED
-----------------------------------------------------------------------------------------*/

.rounded {
    border-radius: 1em !important;
    position: relative;
    overflow: hidden;
}

.rounded-circle {
    border-radius: 50% !important;
    position: relative;
    overflow: hidden;
}

.rounded-0 {
    border-radius: 0 !important;
}



/*----------------------------------------------------------------------------------------
                                    DISPLAY
-----------------------------------------------------------------------------------------*/

.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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}




/*----------------------------------------------------------------------------------------
                        VISIBILITY
----------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-expand-md .hidden-expand,
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1230px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-lg .hidden-expand {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-xl {
        display: none !important;
    }
}




/*----------------------------------------------------------------------------------------
                                    EMBED
-----------------------------------------------------------------------------------------*/

.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.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}


/*----------------------------------------------------------------------------------------
                                    FLEX
-----------------------------------------------------------------------------------------*/

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

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

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

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

.flex-equal-items > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1230px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}



/*----------------------------------------------------------------------------------------
                                    FLOAT
-----------------------------------------------------------------------------------------*/

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

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

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

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@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: 1230px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

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



/*----------------------------------------------------------------------------------------
                                    POSITION
-----------------------------------------------------------------------------------------*/

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-inherit {
    position: inherit !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

@media (max-width: 575px) {
    .zeroing-sm {
        position: relative !important;
        width: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    .zeroing-md {
        position: relative !important;
        width: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.t-0 {
    top: 0;
}

.t-25 {
    top: 25%;
}

.t-50 {
    top: 50%;
}

.t-75 {
    top: 75%;
}

.t-100 {
    top: 100%;
}

.r-0 {
    right: 0;
}

.r-25 {
    right: 25%;
}

.r-50 {
    right: 50%;
}

.r-75 {
    right: 75%;
}

.r-100 {
    right: 100%;
}

.b-0 {
    bottom: 0;
}

.b-25 {
    bottom: 25%;
}

.b-50 {
    bottom: 50%;
}

.b-75 {
    bottom: 75%;
}

.b-100 {
    bottom: 100%;
}

.l-0 {
    left: 0;
}

.l-25 {
    left: 25%;
}

.l-50 {
    left: 50%;
}

.l-75 {
    left: 75%;
}

.l-100 {
    left: 100%;
}

.centered {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overall {
    position: relative;
    z-index: 10;
}

.underall {
    position: relative;
    z-index: -10;
}

.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-left,
.fixed-right,
.fixed-center {
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
}

.fixed-right {
    right: 0;
}

.fixed-left {
    left: 0;
}

.fixed-center {
    right: 0;
    left: 0;
}

.fixed-top,
.show-on-scroll,
.hide-on-scroll {
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        /*position: -webkit-sticky;*/
        /*position: sticky;*/
        top: 0;
        z-index: 1020;
    }
}

.show-on-scroll {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.show-on-scroll.show {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.hide-on-scroll {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.hide-on-scroll.hide {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}



/*----------------------------------------------------------------------------------------
                                    WIDTH & HEIGHT
-----------------------------------------------------------------------------------------*/

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




/*----------------------------------------------------------------------------------------
                        PADDING & MARGIN
-----------------------------------------------------------------------------------------*/

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

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

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pt-250 {
    padding-top: 250px !important;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.pt-300 {
    padding-top: 300px !important;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.pt-350 {
    padding-top: 350px !important;
}

.pb-350 {
    padding-bottom: 350px !important;
}

.pt-400 {
    padding-top: 400px !important;
}

.pb-400 {
    padding-bottom: 400px !important;
}

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

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

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

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

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt--30 {
    margin-top: -30px !important;
}

.mb--30 {
    margin-bottom: -30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt--50 {
    margin-top: -50px !important;
}

.mb--50 {
    margin-bottom: -50px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px !important;
}

.mb--100 {
    margin-bottom: -100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.mt--200 {
    margin-top: -200px !important;
}

.mb--200 {
    margin-bottom: -200px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.mt--300 {
    margin-top: -300px !important;
}

.mb--300 {
    margin-bottom: -300px !important;
}

@media (min-width: 576px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }
    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pt-sm-75 {
        padding-top: 75px !important;
    }

    .pb-sm-75 {
        padding-bottom: 75px !important;
    }

    .pt-sm-100 {
        padding-top: 100px !important;
    }

    .pb-sm-100 {
        padding-bottom: 100px !important;
    }

    .pt-sm-150 {
        padding-top: 150px !important;
    }

    .pb-sm-150 {
        padding-bottom: 150px !important;
    }

    .pt-sm-200 {
        padding-top: 200px !important;
    }

    .pb-sm-200 {
        padding-bottom: 200px !important;
    }

    .pt-sm-250 {
        padding-top: 250px !important;
    }

    .pb-sm-250 {
        padding-bottom: 250px !important;
    }

    .pt-sm-300 {
        padding-top: 300px !important;
    }

    .pb-sm-300 {
        padding-bottom: 300px !important;
    }

    .pt-sm-350 {
        padding-top: 350px !important;
    }

    .pb-sm-350 {
        padding-bottom: 350px !important;
    }

    .pt-sm-400 {
        padding-top: 400px !important;
    }

    .pb-sm-400 {
        padding-bottom: 400px !important;
    }

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

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

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

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

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mt-sm--30 {
        margin-top: -30px !important;
    }

    .mb-sm--30 {
        margin-bottom: -30px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .mt-sm--50 {
        margin-top: 50px !important;
    }

    .mb-sm--50 {
        margin-bottom: -50px !important;
    }

    .mt-sm-75 {
        margin-top: 75px !important;
    }

    .mb-sm-75 {
        margin-bottom: 75px !important;
    }

    .mt-sm-100 {
        margin-top: 100px !important;
    }

    .mb-sm-100 {
        margin-bottom: 100px !important;
    }

    .mt-sm--100 {
        margin-top: -100px !important;
    }

    .mb-sm--100 {
        margin-bottom: -100px !important;
    }

    .mt-sm-150 {
        margin-top: 150px !important;
    }

    .mb-sm-150 {
        margin-bottom: 150px !important;
    }

    .mt-sm-200 {
        margin-top: 200px !important;
    }

    .mb-sm-200 {
        margin-bottom: 200px !important;
    }

    .mt-sm--200 {
        margin-top: -200px !important;
    }

    .mb-sm--200 {
        margin-bottom: -200px !important;
    }

    .mt-sm-250 {
        margin-top: 250px !important;
    }

    .mb-sm-250 {
        margin-bottom: 250px !important;
    }

    .mt-sm-300 {
        margin-top: 300px !important;
    }

    .mb-sm-300 {
        margin-bottom: 300px !important;
    }

    .mt-sm--300 {
        margin-top: -300px !important;
    }

    .mb-sm--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0 !important;
    }

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

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pt-md-75 {
        padding-top: 75px !important;
    }

    .pb-md-75 {
        padding-bottom: 75px !important;
    }

    .pt-md-100 {
        padding-top: 100px !important;
    }

    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .pt-md-150 {
        padding-top: 150px !important;
    }

    .pb-md-150 {
        padding-bottom: 150px !important;
    }

    .pt-md-200 {
        padding-top: 200px !important;
    }

    .pb-md-200 {
        padding-bottom: 200px !important;
    }

    .pt-md-250 {
        padding-top: 250px !important;
    }

    .pb-md-250 {
        padding-bottom: 250px !important;
    }

    .pt-md-300 {
        padding-top: 300px !important;
    }

    .pb-md-300 {
        padding-bottom: 300px !important;
    }

    .pt-md-350 {
        padding-top: 350px !important;
    }

    .pb-md-350 {
        padding-bottom: 350px !important;
    }

    .pt-md-400 {
        padding-top: 400px !important;
    }

    .pb-md-400 {
        padding-bottom: 400px !important;
    }

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

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

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

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

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mt-md--30 {
        margin-top: -30px !important;
    }

    .mb-md--30 {
        margin-bottom: -30px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .mt-md--50 {
        margin-top: -50px !important;
    }

    .mb-md--50 {
        margin-bottom: -50px !important;
    }

    .mt-md-75 {
        margin-top: 75px !important;
    }

    .mb-md-75 {
        margin-bottom: 75px !important;
    }

    .mt-md-100 {
        margin-top: 100px !important;
    }

    .mb-md-100 {
        margin-bottom: 100px !important;
    }

    .mt-md--100 {
        margin-top: -100px !important;
    }

    .mb-md--100 {
        margin-bottom: -100px !important;
    }

    .mt-md-150 {
        margin-top: 150px !important;
    }

    .mb-md-150 {
        margin-bottom: 150px !important;
    }

    .mt-md-200 {
        margin-top: 200px !important;
    }

    .mb-md-200 {
        margin-bottom: 200px !important;
    }

    .mt-md--200 {
        margin-top: -200px !important;
    }

    .mb-md--200 {
        margin-bottom: -200px !important;
    }

    .mt-md-250 {
        margin-top: 250px !important;
    }

    .mb-md-250 {
        margin-bottom: 250px !important;
    }

    .mt-md-300 {
        margin-top: 300px !important;
    }

    .mb-md-300 {
        margin-bottom: 300px !important;
    }

    .mt-md--300 {
        margin-top: -300px !important;
    }

    .mb-md--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1230px) {
    .pt-lg-0 {
        padding-top: 0 !important;
    }

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

    .pt-lg-10 {
        padding-top: 10px !important;
    }

    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .pt-lg-20 {
        padding-top: 20px !important;
    }

    .pb-lg-20 {
        padding-bottom: 20px !important;
    }

    .pt-lg-30 {
        padding-top: 30px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .pt-lg-50 {
        padding-top: 50px !important;
    }

    .pb-lg-50 {
        padding-bottom: 50px !important;
    }

    .pt-lg-75 {
        padding-top: 75px !important;
    }

    .pb-lg-75 {
        padding-bottom: 75px !important;
    }

    .pt-lg-100 {
        padding-top: 100px !important;
    }

    .pb-lg-100 {
        padding-bottom: 100px !important;
    }

    .pt-lg-150 {
        padding-top: 150px !important;
    }

    .pb-lg-150 {
        padding-bottom: 150px !important;
    }

    .pt-lg-200 {
        padding-top: 200px !important;
    }

    .pb-lg-200 {
        padding-bottom: 200px !important;
    }

    .pt-lg-250 {
        padding-top: 250px !important;
    }

    .pb-lg-250 {
        padding-bottom: 250px !important;
    }

    .pt-lg-300 {
        padding-top: 300px !important;
    }

    .pb-lg-300 {
        padding-bottom: 300px !important;
    }

    .pt-lg-350 {
        padding-top: 350px !important;
    }

    .pb-lg-350 {
        padding-bottom: 350px !important;
    }

    .pt-lg-400 {
        padding-top: 400px !important;
    }

    .pb-lg-400 {
        padding-bottom: 400px !important;
    }

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

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

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

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

    .mt-lg-10 {
        margin-top: 10px !important;
    }

    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .mt-lg-20 {
        margin-top: 20px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .mt-lg--30 {
        margin-top: -30px !important;
    }

    .mb-lg--30 {
        margin-bottom: -30px !important;
    }

    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .mt-lg--50 {
        margin-top: -50px !important;
    }

    .mb-lg--50 {
        margin-bottom: -50px !important;
    }

    .mt-lg-75 {
        margin-top: 75px !important;
    }

    .mb-lg-75 {
        margin-bottom: 75px !important;
    }

    .mt-lg-100 {
        margin-top: 100px !important;
    }

    .mb-lg-100 {
        margin-bottom: 100px !important;
    }

    .mt-lg--100 {
        margin-top: -100px !important;
    }

    .mb-lg--100 {
        margin-bottom: -100px !important;
    }

    .mt-lg-150 {
        margin-top: 150px !important;
    }

    .mb-lg-150 {
        margin-bottom: 150px !important;
    }

    .mt-lg-200 {
        margin-top: 200px !important;
    }

    .mb-lg-200 {
        margin-bottom: 200px !important;
    }

    .mt-lg--200 {
        margin-top: -200px !important;
    }

    .mb-lg--200 {
        margin-bottom: -200px !important;
    }

    .mt-lg-250 {
        margin-top: 250px !important;
    }

    .mb-lg-250 {
        margin-bottom: 250px !important;
    }

    .mt-lg-300 {
        margin-top: 300px !important;
    }

    .mb-lg-300 {
        margin-bottom: 300px !important;
    }

    .mt-lg--300 {
        margin-top: -300px !important;
    }

    .mb-lg--300 {
        margin-bottom: -300px !important;
    }
}

@media (min-width: 1600px) {
    .pt-xl-0 {
        padding-top: 0 !important;
    }

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

    .pt-xl-10 {
        padding-top: 10px !important;
    }

    .pb-xl-10 {
        padding-bottom: 10px !important;
    }

    .pt-xl-20 {
        padding-top: 20px !important;
    }

    .pb-xl-20 {
        padding-bottom: 20px !important;
    }

    .pt-xl-30 {
        padding-top: 30px !important;
    }

    .pb-xl-30 {
        padding-bottom: 30px !important;
    }

    .pt-xl-50 {
        padding-top: 50px !important;
    }

    .pb-xl-50 {
        padding-bottom: 50px !important;
    }

    .pt-xl-75 {
        padding-top: 75px !important;
    }

    .pb-xl-75 {
        padding-bottom: 75px !important;
    }

    .pt-xl-100 {
        padding-top: 100px !important;
    }

    .pb-xl-100 {
        padding-bottom: 100px !important;
    }

    .pt-xl-150 {
        padding-top: 150px !important;
    }

    .pb-xl-150 {
        padding-bottom: 150px !important;
    }

    .pt-xl-200 {
        padding-top: 200px !important;
    }

    .pb-xl-200 {
        padding-bottom: 200px !important;
    }

    .pt-xl-250 {
        padding-top: 250px !important;
    }

    .pb-xl-250 {
        padding-bottom: 250px !important;
    }

    .pt-xl-300 {
        padding-top: 300px !important;
    }

    .pb-xl-300 {
        padding-bottom: 300px !important;
    }

    .pt-xl-350 {
        padding-top: 350px !important;
    }

    .pb-xl-350 {
        padding-bottom: 350px !important;
    }

    .pt-xl-400 {
        padding-top: 400px !important;
    }

    .pb-xl-400 {
        padding-bottom: 400px !important;
    }

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

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

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

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

    .mt-xl-10 {
        margin-top: 10px !important;
    }

    .mb-xl-10 {
        margin-bottom: 10px !important;
    }

    .mt-xl-20 {
        margin-top: 20px !important;
    }

    .mb-xl-20 {
        margin-bottom: 20px !important;
    }

    .mt-xl-30 {
        margin-top: 30px !important;
    }

    .mb-xl-30 {
        margin-bottom: 30px !important;
    }

    .mt-xl--30 {
        margin-top: -30px !important;
    }

    .mb-xl--30 {
        margin-bottom: -30px !important;
    }

    .mt-xl-50 {
        margin-top: 50px !important;
    }

    .mb-xl-50 {
        margin-bottom: 50px !important;
    }

    .mt-xl--50 {
        margin-top: 50px !important;
    }

    .mb-xl--50 {
        margin-bottom: -50px !important;
    }

    .mt-xl-75 {
        margin-top: 75px !important;
    }

    .mb-xl-75 {
        margin-bottom: 75px !important;
    }

    .mt-xl-100 {
        margin-top: 100px !important;
    }

    .mb-xl-100 {
        margin-bottom: 100px !important;
    }

    .mt-xl--100 {
        margin-top: -100px !important;
    }

    .mb-xl--100 {
        margin-bottom: -100px !important;
    }

    .mt-xl-150 {
        margin-top: 150px !important;
    }

    .mb-xl-150 {
        margin-bottom: 150px !important;
    }

    .mt-xl-200 {
        margin-top: 200px !important;
    }

    .mb-xl-200 {
        margin-bottom: 200px !important;
    }

    .mt-xl--200 {
        margin-top: -200px !important;
    }

    .mb-xl--200 {
        margin-bottom: -200px !important;
    }

    .mt-xl-250 {
        margin-top: 250px !important;
    }

    .mb-xl-250 {
        margin-bottom: 250px !important;
    }

    .mt-xl-300 {
        margin-top: 300px !important;
    }

    .mb-xl-300 {
        margin-bottom: 300px !important;
    }

    .mt-xl--300 {
        margin-top: -300px !important;
    }

    .mb-xl--300 {
        margin-bottom: -300px !important;
    }
}

/*-----------------  HORIZONTAL  ------------------*/

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

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

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

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

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

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

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

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


@media (min-width: 576px) {
    .pl-sm-0 {
        padding-left: 0 !important;
    }

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

    .pl-sm-15 {
        padding-left: 15px !important;
    }

    .pr-sm-15 {
        padding-right: 15px !important;
    }

    .pl-sm-30 {
        padding-left: 30px !important;
    }

    .pr-sm-30 {
        padding-right: 30px !important;
    }

    .pl-sm-50 {
        padding-left: 50px !important;
    }

    .pr-sm-50 {
        padding-right: 50px !important;
    }

    .pl-sm-100 {
        padding-left: 100px !important;
    }

    .pr-sm-100 {
        padding-right: 100px !important;
    }

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

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

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

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

    .ml-sm-10 {
        margin-left: 10px !important;
    }

    .mr-sm-10 {
        margin-right: 10px !important;
    }

    .ml-sm-20 {
        margin-left: 20px !important;
    }

    .mr-sm-20 {
        margin-right: 20px !important;
    }

    .ml-sm-30 {
        margin-left: 30px !important;
    }

    .mr-sm-30 {
        margin-right: 30px !important;
    }

    .ml-sm-50 {
        margin-left: 50px !important;
    }

    .mr-sm-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

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

    .pl-md-15 {
        padding-left: 15px !important;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .pr-md-30 {
        padding-right: 30px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }

    .pr-md-50 {
        padding-right: 50px !important;
    }

    .pl-md-100 {
        padding-left: 100px !important;
    }

    .pr-md-100 {
        padding-right: 100px !important;
    }

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

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

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

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

    .ml-md-10 {
        margin-left: 10px !important;
    }

    .mr-md-10 {
        margin-right: 10px !important;
    }

    .ml-md-20 {
        margin-left: 20px !important;
    }

    .mr-md-20 {
        margin-right: 20px !important;
    }

    .ml-md-30 {
        margin-left: 30px !important;
    }

    .mr-md-30 {
        margin-right: 30px !important;
    }

    .ml-md-50 {
        margin-left: 50px !important;
    }

    .mr-md-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 1230px) {
    .pl-lg-0 {
        padding-left: 0 !important;
    }

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

    .pl-lg-15 {
        padding-left: 15px !important;
    }

    .pr-lg-15 {
        padding-right: 15px !important;
    }

    .pl-lg-30 {
        padding-left: 30px !important;
    }

    .pr-lg-30 {
        padding-right: 30px !important;
    }

    .pl-lg-50 {
        padding-left: 50px !important;
    }

    .pr-lg-50 {
        padding-right: 50px !important;
    }

    .pl-lg-100 {
        padding-left: 100px !important;
    }

    .pr-lg-100 {
        padding-right: 100px !important;
    }

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

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

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

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

    .ml-lg-10 {
        margin-left: 10px !important;
    }

    .mr-lg-10 {
        margin-right: 10px !important;
    }

    .ml-lg-20 {
        margin-left: 20px !important;
    }

    .mr-lg-20 {
        margin-right: 20px !important;
    }

    .ml-lg-30 {
        margin-left: 30px !important;
    }

    .mr-lg-30 {
        margin-right: 30px !important;
    }

    .ml-lg-50 {
        margin-left: 50px !important;
    }

    .mr-lg-50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 1600px) {
    .pl-xl-0 {
        padding-left: 0 !important;
    }

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

    .pl-xl-15 {
        padding-left: 15px !important;
    }

    .pr-xl-15 {
        padding-right: 15px !important;
    }

    .pl-xl-30 {
        padding-left: 30px !important;
    }

    .pr-xl-30 {
        padding-right: 30px !important;
    }

    .pl-xl-50 {
        padding-left: 50px !important;
    }

    .pr-xl-50 {
        padding-right: 50px !important;
    }

    .pl-xl-100 {
        padding-left: 100px !important;
    }

    .pr-xl-100 {
        padding-right: 100px !important;
    }

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

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

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

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

    .ml-xl-10 {
        margin-left: 10px !important;
    }

    .mr-xl-10 {
        margin-right: 10px !important;
    }

    .ml-xl-20 {
        margin-left: 20px !important;
    }

    .mr-xl-20 {
        margin-right: 20px !important;
    }

    .ml-xl-30 {
        margin-left: 30px !important;
    }

    .mr-sxl30 {
        margin-right: 30px !important;
    }

    .ml-xl-50 {
        margin-left: 50px !important;
    }

    .mr-xl-50 {
        margin-right: 50px !important;
    }
}




/*----------------------------------------------------------------------------------------
                                    TEXT
-----------------------------------------------------------------------------------------*/

.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: 1230px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}




/*----------------------------------------------------------------------------------------
                                    SECTION BACKGROUND
-----------------------------------------------------------------------------------------*/

.bg,
.bg-wrap,
.nav-bg {
    position: absolute;
    overflow: hidden;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-box {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-box::before {
    display: block;
    content: "";
}


.bg-box.col-1,
.bg-box.col-2,
.bg-box.col-3,
.bg-box.col-4,
.bg-box.col-5,
.bg-box.col-6,
.bg-box.col-7,
.bg-box.col-8,
.bg-box.col-9,
.bg-box.col-10,
.bg-box.col-11,
.bg-box.col-12 {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
}

.bg-box.col-1:last-child ,
.bg-box.col-2:last-child ,
.bg-box.col-3:last-child ,
.bg-box.col-4:last-child ,
.bg-box.col-5:last-child ,
.bg-box.col-6:last-child ,
.bg-box.col-7:last-child ,
.bg-box.col-8:last-child ,
.bg-box.col-9:last-child ,
.bg-box.col-10:last-child ,
.bg-box.col-11:last-child ,
.bg-box.col-12:last-child  {
    right: 0;
    left: auto;
}


@media (min-width: 576px) {
    .bg-box[class*="col-sm-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-sm-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-sm-"]:last-child {
        right: 0;
    }
}

@media (min-width: 768px) {
    .bg-box[class*="col-md-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-md-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-md-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1230px) {
    .bg-box[class*="col-lg-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-lg-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-lg-"]:last-child {
        right: 0;
    }
}

@media (min-width: 1600px) {
    .bg-box[class*="col-xl-"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .bg-box[class*="col-xl-"]:first-child {
        left: 0;
    }
    .bg-box[class*="col-xl-"]:last-child {
        right: 0;
    }
}

.bg.parallax[data-rellax-speed="1"],
.bg.parallax[data-rellax-speed="-1"] {
    top: -10vh;
    bottom: -10vh;
}

.bg.parallax[data-rellax-speed="2"],
.bg.parallax[data-rellax-speed="-2"] {
    top: -20vh;
    bottom: -20vh;
}

.bg.parallax[data-rellax-speed="3"],
.bg.parallax[data-rellax-speed="-3"] {
    top: -30vh;
    bottom: -30vh;
}

.bg.parallax[data-rellax-speed="4"],
.bg.parallax[data-rellax-speed="-4"] {
    top: -40vh;
    bottom: -40vh;
}

.bg.parallax[data-rellax-speed="5"],
.bg.parallax[data-rellax-speed="-5"] {
    top: -50vh;
    bottom: -50vh;
}

.bg.parallax video {
    width: auto!important;
}

/*----------------------------------------------------------------------------------------
                                SECTION LAYOUTS
-----------------------------------------------------------------------------------------*/

.full-height {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-sep {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.section-sep.sep-center {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-sep.sep-bottom {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.section-carousel {}

.border-bottom-container::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .border-bottom-container::after {
        max-width: 900px;
    }
}

@media (min-width: 1230px) {
    .border-bottom-container::after {
        max-width: 1170px;
    }
}




/*----------------------------------------------------------------------------------------
						        SVG & ICONS
----------------------------------------------------------------------------------------*/

svg[style*="fill"] path,
svg[style*="fill"] polygon,
svg[style*="fill"] rect,
svg[style*="fill"] g,
svg[class*="svg-"] path,
svg[class*="svg-"] polygon,
svg[class*="svg-"] rect,
svg[class*="svg-"] g {
    fill: inherit;
}

svg.icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible !important;
}

.icon-pos-left {
    margin-right: 0.5rem;
}

.icon-pos-right {
    margin-left: 0.5rem;
}



/*----------------------------------------------------------------------------------------
                                CONTENT BOX
-----------------------------------------------------------------------------------------*/

.content-box,
.chart-box {
    position: relative;
}



/*----------------------------------------------------------------------------------------
                                MODAL ALERT & PANELS
-----------------------------------------------------------------------------------------*/

.modal-alert,
.modal-panel {
    z-index: 1100;
    visibility: hidden;
}

.modal-alert.show,
.modal-panel.show {
    visibility: visible;
}

.fixed-top.slide {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.fixed-right.slide {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.fixed-bottom.slide {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.fixed-left.slide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.slide,
.fade {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.slide.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}



/*----------------------------------------------------------------------------------------
                                TOOGLE STYLES
-----------------------------------------------------------------------------------------*/

a.toogle-btn {
    cursor: pointer;
    text-decoration: none !important;
}

a.toogle-btn > * {
    display: block;
}




/*----------------------------------------------------------------------------------------
                                HOVER WRAP STYLES
-----------------------------------------------------------------------------------------*/

.hover-wrap-block {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hover-wrap-block .hover-block {
    position: absolute;
    top: 100%;
    right: -1rem;
    z-index: 2;
    display: none;
}

.fixed-bottom .hover-wrap-block .hover-block {
    top: auto;
    bottom: 100%;
}

.hover-wrap-block:hover .hover-block {
    display: block;
}

.profile-block {
    position: relative;
    line-height: 1;
}

.profile-block .badge {
    position: absolute;
    top: -3px;
    right: -6px;
    font-size: 9px;
    line-height: 14px;
    min-height: 14px;
    min-width: 14px;
    border-radius: 14px;
    padding: 0 2px;
}

.profile-block .badge:empty {
    display: block;
    top: -4px;
    right: -4px;
    min-height: 8px;
    min-width: 8px;
}




/*----------------------------------------------------------------------------------------
                        GALLERY STYLES
----------------------------------------------------------------------------------------*/

.gallery-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gallery-item .item-title > *:first-child {
    margin-top: 0;
}

.gallery-item .item-title > *:last-child {
    margin-bottom: 0;
}

.gallery-item .item-img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    /*    -webkit-backface-visibility: hidden;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-item .item-icon,
.gallery-item .item-title {
    padding-top: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-item .item-icon:empty,
.gallery-item .item-title:empty {
    display: none;
}


.gallery-item .item-icon img + img,
.gallery-item .item-icon svg + svg,
.gallery-item .item-icon a + a {
    margin-left: 15px;
}

a.image-popup:not(.btn) {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-item.padding,
.gallery-item.padding-x2,
.gallery-item.padding-x3,
.gallery-item.padding-x4 {
    padding: 0 !important;
}

.gallery-item.padding .item-icon,
.gallery-item.padding .item-title {
    padding: 15px;
}

.gallery-item.padding-x2 .item-icon,
.gallery-item.padding-x2 .item-title {
    padding: 30px;
}

.gallery-item.padding-x3 .item-icon,
.gallery-item.padding-x3 .item-title {
    padding: 60px;
}

.gallery-item.padding-x4 .item-icon,
.gallery-item.padding-x4 .item-title {
    padding: 90px;
}


/*---------------  STYLE 1 ---------------*/

.gallery-style-1[class*="padding"] .item-icon {
    padding-top: 0 !important;
}



/*---------------  STYLE 2 ---------------*/

.gallery-item.gallery-style-2 .item-title {
    float: left;
    width: 70%;
}

.gallery-item.gallery-style-2 .item-icon {
    float: right;
    width: 30%;
    text-align: right;
}

.gallery-style-2[class*="padding"] .item-title {
    padding-right: 0 !important;
}


.gallery-style-2[class*="padding"] .item-icon {
    padding-left: 0 !important;
}




/*---------------  STYLE 3 ---------------*/

.gallery-item.gallery-style-3 .item-icon,
.gallery-item.gallery-style-3 .item-title {
    position: absolute;
    opacity: 0;
}

.gallery-item.gallery-style-3 .item-title {
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.gallery-item.gallery-style-3 .item-icon {
    left: 0px;
    top: 0px;
    right: 0px;
}

.gallery-item.gallery-style-3:hover .item-title,
.gallery-item.gallery-style-3:hover .item-icon {
    opacity: 1;
}




/*---------------  STYLE 4 ---------------*/

.gallery-item.gallery-style-4 .item-icon,
.gallery-item.gallery-style-4 .item-title {
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-item.gallery-style-4:hover .item-title,
.gallery-item.gallery-style-4:hover .item-icon {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-item.gallery-style-4 .item-icon {
    right: 0px;
    bottom: 0px;
}

.gallery-item.gallery-style-4 .item-title {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    background-color: inherit;
}



/*---------------  STYLE 5 ---------------*/

.gallery-item.gallery-style-5 .item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-item.gallery-style-5 .item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
}

.gallery-item.gallery-style-5:hover .item-icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.gallery-item.gallery-style-5:hover .item-img {
    opacity: 0.1;
}



/*---------------  STYLE 6 ---------------*/

.gallery-item.gallery-style-6 .item-icon,
.gallery-item.gallery-style-6 .item-title {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.gallery-style-6[class*="padding"] .item-title {
    padding-bottom: 0 !important;
}

.gallery-item.gallery-style-6 .item-title {
    bottom: 51%;
}

.gallery-item.gallery-style-6 .item-icon {
    top: 51%;
}

.gallery-item.gallery-style-6:hover .item-title {
    opacity: 1;
    bottom: 50%;
}

.gallery-item.gallery-style-6:hover .item-icon {
    opacity: 1;
    top: 50%;
}

.gallery-item.gallery-style-6:hover .item-img {
    opacity: 0.1;
}


/*---------------  STYLE 7 ---------------*/

.gallery-item.gallery-style-7 .item-icon,
.gallery-item.gallery-style-7 .item-title {
    position: absolute;
    opacity: 0;
}

.gallery-item.gallery-style-7 .item-title {
    bottom: 0;
    left: 0;
    background-color: inherit;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
}

.gallery-item.gallery-style-7 .item-icon {
    top: 0;
    left: 0;
    background-color: inherit;
    opacity: 1;
}

.gallery-item.gallery-style-7:hover .item-title {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-item.gallery-style-7:hover .item-img {
    opacity: 0.75;
}


/*---------------  STYLE 8 ---------------*/

.gallery-item.gallery-style-8 .item-icon,
.gallery-item.gallery-style-8 .item-title {
    position: absolute;
}

.gallery-item.gallery-style-8 .item-title {
    top: 0;
    left: 0;
    right: 0;
}

.gallery-item.gallery-style-8 .item-icon {
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-item.gallery-style-8 .item-img {
    opacity: 0.8;
}

.gallery-item.gallery-style-8:hover .item-img {
    opacity: 0.1;
}


/*---------------  STYLE 9 ---------------*/

.gallery-item.gallery-style-9 .item-icon,
.gallery-item.gallery-style-9 .item-title {
    position: absolute;
}

.gallery-item.gallery-style-9 .item-title {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-item.gallery-style-9 .item-icon {
    bottom: 0;
    right: 0;
}

.gallery-item.gallery-style-9 .item-img {
    opacity: 0.75;
}

.gallery-item.gallery-style-9:hover .item-img {
    opacity: 0.1;
}


/*---------------  STYLE 10 ---------------*/

.gallery-item.gallery-style-10 .item-icon,
.gallery-item.gallery-style-10 .item-title {
    position: absolute;
}

.gallery-item.gallery-style-10 .item-title {
    bottom: 0;
    left: 0;
    background-color: inherit;
}

.gallery-item.gallery-style-10 .item-icon {
    top: 0;
    right: 0;
}



/*----------------------------------------------------------------------------------------
                                ADDITIONAL STYLES
-----------------------------------------------------------------------------------------*/

.shadow {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .07);
}

.hard-shadow {
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.padding {
    padding: 15px !important;
}

.padding-x2 {
    padding: 30px !important;
}

.padding-x3 {
    padding: 60px !important;
}

.padding-x4 {
    padding: 90px !important;
}

.margin {
    margin: 15px !important;
}

.margin-x2 {
    margin: 30px !important;
}

.margin-x3 {
    margin: 60px !important;
}

.margin-x4 {
    margin: 90px !important;
}

@media (max-width: 575px) {
    .padding-x3,
    .padding-x4 {
        padding: 30px !important;
    }
    .margin-x3,
    .margin-x4 {
        margin: 30px !important;
    }
}

a.video-box {
    display: inline-block;
    position: relative;
}

a.video-box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

a.video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a.video-box:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.blockquote::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    left: 50%;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: inherit;
    border-color: inherit;
    border-width: inherit;
    border-style: inherit;
    border-top: none;
    border-left: none;
}

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

.blockquote-footer {
    margin-bottom: 0;
}




/*----------------------------------------------------------------------------------------
										OWL CAROUSEL STYLES
----------------------------------------------------------------------------------------*/

.owl-theme .owl-dots {
    margin: 0 0 40px 0;
    line-height: 0;
}

.owl-theme .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dot span {
    width: 40px;
    height: 1px;
    margin: 10px 0;
    background-color: transparent;
    border: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.owl-theme .owl-nav {
    margin: 40px 0 0 0;
    line-height: 0;
}

.owl-theme .owl-nav [class *=owl-] {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.owl-theme .owl-nav [class *=owl-]::before {
    content: "";
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    margin: 25px;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: inherit;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.owl-theme .owl-nav [class *=owl-]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    left: 0;
    right: 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.owl-theme .owl-nav .owl-next::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-theme .owl-nav .owl-next::after {
    right: 25px;
}

.owl-theme .owl-nav .owl-prev::before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.owl-theme .owl-nav .owl-prev::after {
    left: 25px;
}

.full-height .carousel-single,
.full-height .owl-stage-outer {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.carousel-stretch .owl-stage,
.carousel-stretch .owl-stage .owl-item {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}



.carousel-nav-none .owl-nav,
.carousel-dots-none .owl-dots {
    display: none;
}

.carousel-nav-center-bottom .owl-nav,
.carousel-nav-left-bottom .owl-nav,
.carousel-nav-right-bottom .owl-nav {
    position: absolute;
    z-index: 2;
    margin: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.carousel-nav-center-bottom .owl-nav {
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.carousel-nav-left-bottom .owl-nav {
    left: 30px;
}

.carousel-nav-right-bottom .owl-nav {
    right: 30px;
}

.carousel-nav-aside-center .owl-nav .owl-prev,
.carousel-nav-aside-center .owl-nav .owl-next,
.carousel-nav-aside-bottom .owl-nav .owl-prev,
.carousel-nav-aside-bottom .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    margin: 0;
}

.carousel-nav-aside-center .owl-nav,
.carousel-nav-aside-bottom .owl-nav {
    margin: 0;
}

.carousel-nav-aside-center .owl-nav .owl-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-nav-aside-center .owl-nav .owl-next {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-nav-aside-bottom .owl-nav .owl-prev {
    left: 0;
    bottom: 1px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.carousel-nav-aside-bottom .owl-nav .owl-next {
    right: 0;
    bottom: 1px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.carousel-dots-center-bottom .owl-dots,
.carousel-dots-left-bottom .owl-dots,
.carousel-dots-right-bottom .owl-dots {
    position: absolute;
    z-index: 1;
    margin: 0;
    bottom: 10px;
}

.carousel-dots-left-bottom .owl-dots {
    left: 30px;
}

.carousel-dots-right-bottom .owl-dots {
    right: 30px;
}

.carousel-dots-center-bottom .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.carousel-dots-aside-bottom .owl-dots,
.carousel-dots-aside-top .owl-dots {
    position: absolute;
    z-index: 1;
    margin: 0;
}

.carousel-dots-aside-bottom .owl-dots {
    bottom: 1px;
    left: 0;
    width: 100%;
    display: table;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.carousel-dots-aside-top .owl-dots {
    top: 1px;
    left: 0;
    width: 100%;
    display: table;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-dots-aside-bottom .owl-dot,
.carousel-dots-aside-top .owl-dot {
    display: table-cell;
}

.carousel-dots-aside-bottom .owl-dot span,
.carousel-dots-aside-top .owl-dot span {
    width: 100%;
}



/*----------------------------------------------------------------------------------------
										CHART STYLES
----------------------------------------------------------------------------------------*/

p.chart-line {
    background-color: #444;
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 0;
}

.circular-chart {
    stroke: #AF9F8C;
}

.circle-bg {
    fill: none;
    stroke: inherit;
    stroke-width: 1;
    opacity: 0.1;
}

.circle {
    fill: none;
    stroke: inherit;
    stroke-width: 1;
}

.circular-play .circle {
    -webkit-animation: circular-progress 1s ease-out forwards;
    animation: circular-progress 1s ease-out forwards;
}

@-webkit-keyframes circular-progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@keyframes circular-progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


/*----------------------------------------------------------------------------------------
										INSTAFEED
----------------------------------------------------------------------------------------*/

.instafeed {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instafeed img {
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.instafeed > a {
    position: relative;
    overflow: hidden;
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
}

.instafeed > a:hover > img {
    opacity: 0.5;
}


/*----------------------------------------------------------------------------------------
										TWITTERFEED
----------------------------------------------------------------------------------------*/

.twitterfeed > ul {
    padding-left: 0;
    list-style: none;
}

.twitterfeed > ul > li:not(:last-child) {
    margin-bottom: 30px;
}

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

.twitterfeed .user {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 80%;
}

.twitterfeed .user img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
}

.twitterfeed .timePosted {
    font-size: 80%;
    opacity: 0.5;
}
/*----------------------- BUTTON ----------------------*/

.fx-btn-3d {
    border: none !important;
    -webkit-box-shadow: inset 0 -0.2em 0 0 rgba(0, 0, 0, 0.15), inset 0 -2em 3em -1em rgba(0, 0, 0, 0.2), 0 0.4em 0.6em -0.2em rgba(0, 0, 0, .15);
    box-shadow: inset 0 -0.2em 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -2em 3em -1em rgba(0, 0, 0, 0.2),
    0px 1px 0 0 rgba(0, 0, 0, .1),
    0px 3px 0 -1px rgba(0, 0, 0, .1),
    0px 5px 0 -2px rgba(0, 0, 0, .075),
    0px 7px 0 -3px rgba(0, 0, 0, .035),
    0px 9px 0 -4px rgba(0, 0, 0, .035),
    0px 11px 0 -5px rgba(0, 0, 0, .02),
    0px 13px 0 -6px rgba(0, 0, 0, .02),
    0px 15px 0 -7px rgba(0, 0, 0, .01),
    0px 17px 0 -8px rgba(0, 0, 0, .01);
    text-shadow: 0 -1px 0px rgba(0, 0, 0, .1);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, transform .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.fx-btn-3d:active {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15), inset 0 -2em 3em -1em rgba(0, 0, 0, 0.1), 0 0 0.1em 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15), inset 0 -2em 3em -1em rgba(0, 0, 0, 0.1), 0 0 0.1em 0 rgba(0, 0, 0, .2);
    -webkit-transform: translate(0, 0.1em);
    transform: translate(0, 0.1em);
}

.fx-btn-zoom,
.fx-btn-up {
    -webkit-transition: transform .1s ease-in-out;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.fx-btn-up:hover {
    -webkit-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
}

.fx-btn-zoom:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.fx-btn-shadow {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.1), 0 0.6em 0.5em -0.4em rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.7em 1.4em rgba(0, 0, 0, 0.1), 0 0.6em 0.5em -0.4em rgba(0, 0, 0, 0.15);
}

.fx-btn-shadow:active {
    -webkit-transform: translateY(0.25em);
    transform: translateY(0.25em);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .3), 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .3), 0 0 0 0 rgba(0, 0, 0, .5);
}

.fx-btn-hard-shadow {
    -webkit-box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, transform .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, transform .1s ease-in-out, -webkit-box-shadow .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.fx-btn-hard-shadow:active {
    -webkit-transform: translate(0.1em, 0.1em);
    transform: translate(0.1em, 0.1em);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.fx-btn-hidden-icon > .icon {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    width: 0px;
    overflow: hidden;
}

.fx-btn-hidden-icon:not(:hover) > .icon {
    margin: 0;
}

.fx-btn-hidden-icon:hover > .icon {
    opacity: 1;
    width: auto;
}

.fx-btn-blick {
    position: relative;
    overflow: hidden;
}

.fx-btn-blick:before {
    content: "";
    background-color: #fff;
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    opacity: 0;
    -webkit-animation: left-slide 2s infinite;
    animation: left-slide 2s infinite;
}

@-webkit-keyframes left-slide {
    0% {
        left: -50%;
        opacity: 0.1;
    }
    50%,
    100% {
        left: 150%;
        opacity: 0.75;
    }
}

@keyframes left-slide {
    0% {
        left: -50%;
        opacity: 0.1;
    }
    50%,
    100% {
        left: 150%;
        opacity: 0.75;
    }
}

.fx-btn-wave {
    position: relative;
    z-index: 1;
}

.fx-btn-wave:before {
    content: "";
    display: block;
    background-color: inherit;
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    -webkit-animation: waves 1s infinite;
    animation: waves 1s infinite;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.fx-btn-glow {
    -webkit-animation: glow 2s infinite;
    animation: glow 2s infinite;
}

@-webkit-keyframes glow {
    from,
    to {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    25% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    27% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0), 0 0 0.1em rgba(255, 255, 255, 0), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    29% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    31% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0.5), 0 0 0.1em rgba(255, 255, 255, 0.25), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    33% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    66% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    68% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0.5), 0 0 0.1em rgba(255, 255, 255, 0), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    70% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
}

@keyframes glow {
    from,
    to {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    25% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    27% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0), 0 0 0.1em rgba(255, 255, 255, 0), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    29% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    31% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0.5), 0 0 0.1em rgba(255, 255, 255, 0.25), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    33% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    66% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
    68% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 0.5), 0 0 0.1em rgba(255, 255, 255, 0), 0 0 1em rgba(255, 255, 255, 0), 0 0 2em rgba(255, 255, 255, 0);
    }
    70% {
        text-shadow: 0 0 0.05em rgba(255, 255, 255, 1), 0 0 0.1em rgba(255, 255, 255, 1), 0 0 1em rgba(255, 255, 255, 0.75), 0 0 2em rgba(255, 255, 255, 0.5);
    }
}

.fx-btn-pill {
    border-radius: 10em !important;
}

/*----------------------- TEXT ----------------------*/

.fx-text-shadow {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.fx-text-thin-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.fx-text-hard-shadow {
    text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.fx-text-glow {
    -webkit-animation: glow 3s infinite;
    animation: glow 3s infinite;
}

.fx-text-pushed-shadow {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.35);
}

.fx-text-3d {
    text-shadow: 0 0.01em 0 #bbb,
    0 0.02em 0 #aaa,
    0 0.03em 0 #999,
    0 0.04em 0 #888,
    0 0.15em 0.1em rgba(0, 0, 0, 0.15),
    0 0.25em 0.02em rgba(0, 0, 0, 0.075),
    0 0.34em 0.3em rgba(0, 0, 0, 0.1);
}

.fx-text-anaglyphic {
    text-shadow: -0.05em 0 0 #F22613, 0.05em 0 0 #00FFFF;

}

.fx-text-isometric {
    text-shadow: -0.01em -0.01em 0 #222,
    -0.02em -0.02em 0 #222,
    -0.03em -0.03em 0 #222,
    -0.04em -0.04em 0 #222,
    -0.05em -0.05em 0 #222,
    -0.06em -0.06em 0 #222,
    -0.07em -0.07em 0 #222,
    -0.08em -0.08em 0 #222,
    -0.09em -0.09em 0 #222,
    -0.10em -0.10em 0 #222,
    -0.11em -0.11em 0 #222,
    -0.12em -0.12em 0 #222,
    -0.13em -0.13em 0 #222,
    -0.14em -0.14em 0 #222,
    -0.15em -0.15em 0 #222,
    -0.16em -0.16em 0 #222,
    -0.17em -0.17em 0 #222,
    -0.18em -0.18em 0 #222,
    -0.19em -0.19em 0 #222,
    -0.20em -0.20em 0 #222;

}

.fx-text-isometric-shadow {
    text-shadow: 0.01em 0.01em 0 rgba(0, 0, 0, 0.1),
    0.02em 0.02em 0 rgba(0, 0, 0, 0.1),
    0.03em 0.03em 0 rgba(0, 0, 0, 0.075),
    0.04em 0.04em 0 rgba(0, 0, 0, 0.075),
    0.05em 0.05em 0 rgba(0, 0, 0, 0.05),
    0.06em 0.06em 0 rgba(0, 0, 0, 0.05),
    0.07em 0.07em 0 rgba(0, 0, 0, 0.03),
    0.08em 0.08em 0 rgba(0, 0, 0, 0.03),
    0.09em 0.09em 0 rgba(0, 0, 0, 0.03),
    0.1em 0.1em 0 rgba(0, 0, 0, 0.025),
    0.11em 0.11em 0 rgba(0, 0, 0, 0.025),
    0.12em 0.12em 0 rgba(0, 0, 0, 0.02),
    0.13em 0.13em 0 rgba(0, 0, 0, 0.02),
    0.14em 0.14em 0 rgba(0, 0, 0, 0.015),
    0.15em 0.15em 0 rgba(0, 0, 0, 0.015),
    0.16em 0.16em 0 rgba(0, 0, 0, 0.01),
    0.17em 0.17em 0 rgba(0, 0, 0, 0.01),
    0.18em 0.18em 0 rgba(0, 0, 0, 0.01),
    0.19em 0.19em 0 rgba(0, 0, 0, 0.005),
    0.2em 0.2em 0 rgba(0, 0, 0, 0.005);
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../fonts/fontawesome/fa-brands-400.eot");src:url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"),url("../fonts/fontawesome/fa-brands-400.woff") format("woff"),url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"),url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:block;src:url("../fonts/fontawesome/fa-regular-400.eot");src:url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"),url("../fonts/fontawesome/fa-regular-400.woff") format("woff"),url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"),url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:block;src:url("../fonts/fontawesome/fa-solid-900.eot");src:url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),url("../fonts/fontawesome/fa-solid-900.woff") format("woff"),url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"),url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
@font-face{font-family:'iconsmind';src:url('../fonts/iconsmind.eot?#iefix-rdmvgc') format('embedded-opentype');src:url('../fonts/iconsmind.woff') format('woff'),url('../fonts/iconsmind.ttf') format('truetype');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'iconsmind';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-A-Z:before{content:"\e600"}.icon-Aa:before{content:"\e601"}.icon-Add-Bag:before{content:"\e602"}.icon-Add-Basket:before{content:"\e603"}.icon-Add-Cart:before{content:"\e604"}.icon-Add-File:before{content:"\e605"}.icon-Add-SpaceAfterParagraph:before{content:"\e606"}.icon-Add-SpaceBeforeParagraph:before{content:"\e607"}.icon-Add-User:before{content:"\e608"}.icon-Add-UserStar:before{content:"\e609"}.icon-Add-Window:before{content:"\e60a"}.icon-Add:before{content:"\e60b"}.icon-Address-Book:before{content:"\e60c"}.icon-Address-Book2:before{content:"\e60d"}.icon-Administrator:before{content:"\e60e"}.icon-Aerobics-2:before{content:"\e60f"}.icon-Aerobics-3:before{content:"\e610"}.icon-Aerobics:before{content:"\e611"}.icon-Affiliate:before{content:"\e612"}.icon-Aim:before{content:"\e613"}.icon-Air-Balloon:before{content:"\e614"}.icon-Airbrush:before{content:"\e615"}.icon-Airship:before{content:"\e616"}.icon-Alarm-Clock:before{content:"\e617"}.icon-Alarm-Clock2:before{content:"\e618"}.icon-Alarm:before{content:"\e619"}.icon-Alien-2:before{content:"\e61a"}.icon-Alien:before{content:"\e61b"}.icon-Aligator:before{content:"\e61c"}.icon-Align-Center:before{content:"\e61d"}.icon-Align-JustifyAll:before{content:"\e61e"}.icon-Align-JustifyCenter:before{content:"\e61f"}.icon-Align-JustifyLeft:before{content:"\e620"}.icon-Align-JustifyRight:before{content:"\e621"}.icon-Align-Left:before{content:"\e622"}.icon-Align-Right:before{content:"\e623"}.icon-Alpha:before{content:"\e624"}.icon-Ambulance:before{content:"\e625"}.icon-AMX:before{content:"\e626"}.icon-Anchor-2:before{content:"\e627"}.icon-Anchor:before{content:"\e628"}.icon-Android-Store:before{content:"\e629"}.icon-Android:before{content:"\e62a"}.icon-Angel-Smiley:before{content:"\e62b"}.icon-Angel:before{content:"\e62c"}.icon-Angry:before{content:"\e62d"}.icon-Apple-Bite:before{content:"\e62e"}.icon-Apple-Store:before{content:"\e62f"}.icon-Apple:before{content:"\e630"}.icon-Approved-Window:before{content:"\e631"}.icon-Aquarius-2:before{content:"\e632"}.icon-Aquarius:before{content:"\e633"}.icon-Archery-2:before{content:"\e634"}.icon-Archery:before{content:"\e635"}.icon-Argentina:before{content:"\e636"}.icon-Aries-2:before{content:"\e637"}.icon-Aries:before{content:"\e638"}.icon-Army-Key:before{content:"\e639"}.icon-Arrow-Around:before{content:"\e63a"}.icon-Arrow-Back3:before{content:"\e63b"}.icon-Arrow-Back:before{content:"\e63c"}.icon-Arrow-Back2:before{content:"\e63d"}.icon-Arrow-Barrier:before{content:"\e63e"}.icon-Arrow-Circle:before{content:"\e63f"}.icon-Arrow-Cross:before{content:"\e640"}.icon-Arrow-Down:before{content:"\e641"}.icon-Arrow-Down2:before{content:"\e642"}.icon-Arrow-Down3:before{content:"\e643"}.icon-Arrow-DowninCircle:before{content:"\e644"}.icon-Arrow-Fork:before{content:"\e645"}.icon-Arrow-Forward:before{content:"\e646"}.icon-Arrow-Forward2:before{content:"\e647"}.icon-Arrow-From:before{content:"\e648"}.icon-Arrow-Inside:before{content:"\e649"}.icon-Arrow-Inside45:before{content:"\e64a"}.icon-Arrow-InsideGap:before{content:"\e64b"}.icon-Arrow-InsideGap45:before{content:"\e64c"}.icon-Arrow-Into:before{content:"\e64d"}.icon-Arrow-Join:before{content:"\e64e"}.icon-Arrow-Junction:before{content:"\e64f"}.icon-Arrow-Left:before{content:"\e650"}.icon-Arrow-Left2:before{content:"\e651"}.icon-Arrow-LeftinCircle:before{content:"\e652"}.icon-Arrow-Loop:before{content:"\e653"}.icon-Arrow-Merge:before{content:"\e654"}.icon-Arrow-Mix:before{content:"\e655"}.icon-Arrow-Next:before{content:"\e656"}.icon-Arrow-OutLeft:before{content:"\e657"}.icon-Arrow-OutRight:before{content:"\e658"}.icon-Arrow-Outside:before{content:"\e659"}.icon-Arrow-Outside45:before{content:"\e65a"}.icon-Arrow-OutsideGap:before{content:"\e65b"}.icon-Arrow-OutsideGap45:before{content:"\e65c"}.icon-Arrow-Over:before{content:"\e65d"}.icon-Arrow-Refresh:before{content:"\e65e"}.icon-Arrow-Refresh2:before{content:"\e65f"}.icon-Arrow-Right:before{content:"\e660"}.icon-Arrow-Right2:before{content:"\e661"}.icon-Arrow-RightinCircle:before{content:"\e662"}.icon-Arrow-Shuffle:before{content:"\e663"}.icon-Arrow-Squiggly:before{content:"\e664"}.icon-Arrow-Through:before{content:"\e665"}.icon-Arrow-To:before{content:"\e666"}.icon-Arrow-TurnLeft:before{content:"\e667"}.icon-Arrow-TurnRight:before{content:"\e668"}.icon-Arrow-Up:before{content:"\e669"}.icon-Arrow-Up2:before{content:"\e66a"}.icon-Arrow-Up3:before{content:"\e66b"}.icon-Arrow-UpinCircle:before{content:"\e66c"}.icon-Arrow-XLeft:before{content:"\e66d"}.icon-Arrow-XRight:before{content:"\e66e"}.icon-Ask:before{content:"\e66f"}.icon-Assistant:before{content:"\e670"}.icon-Astronaut:before{content:"\e671"}.icon-At-Sign:before{content:"\e672"}.icon-ATM:before{content:"\e673"}.icon-Atom:before{content:"\e674"}.icon-Audio:before{content:"\e675"}.icon-Auto-Flash:before{content:"\e676"}.icon-Autumn:before{content:"\e677"}.icon-Baby-Clothes:before{content:"\e678"}.icon-Baby-Clothes2:before{content:"\e679"}.icon-Baby-Cry:before{content:"\e67a"}.icon-Baby:before{content:"\e67b"}.icon-Back2:before{content:"\e67c"}.icon-Back-Media:before{content:"\e67d"}.icon-Back-Music:before{content:"\e67e"}.icon-Back:before{content:"\e67f"}.icon-Background:before{content:"\e680"}.icon-Bacteria:before{content:"\e681"}.icon-Bag-Coins:before{content:"\e682"}.icon-Bag-Items:before{content:"\e683"}.icon-Bag-Quantity:before{content:"\e684"}.icon-Bag:before{content:"\e685"}.icon-Bakelite:before{content:"\e686"}.icon-Ballet-Shoes:before{content:"\e687"}.icon-Balloon:before{content:"\e688"}.icon-Banana:before{content:"\e689"}.icon-Band-Aid:before{content:"\e68a"}.icon-Bank:before{content:"\e68b"}.icon-Bar-Chart:before{content:"\e68c"}.icon-Bar-Chart2:before{content:"\e68d"}.icon-Bar-Chart3:before{content:"\e68e"}.icon-Bar-Chart4:before{content:"\e68f"}.icon-Bar-Chart5:before{content:"\e690"}.icon-Bar-Code:before{content:"\e691"}.icon-Barricade-2:before{content:"\e692"}.icon-Barricade:before{content:"\e693"}.icon-Baseball:before{content:"\e694"}.icon-Basket-Ball:before{content:"\e695"}.icon-Basket-Coins:before{content:"\e696"}.icon-Basket-Items:before{content:"\e697"}.icon-Basket-Quantity:before{content:"\e698"}.icon-Bat-2:before{content:"\e699"}.icon-Bat:before{content:"\e69a"}.icon-Bathrobe:before{content:"\e69b"}.icon-Batman-Mask:before{content:"\e69c"}.icon-Battery-0:before{content:"\e69d"}.icon-Battery-25:before{content:"\e69e"}.icon-Battery-50:before{content:"\e69f"}.icon-Battery-75:before{content:"\e6a0"}.icon-Battery-100:before{content:"\e6a1"}.icon-Battery-Charge:before{content:"\e6a2"}.icon-Bear:before{content:"\e6a3"}.icon-Beard-2:before{content:"\e6a4"}.icon-Beard-3:before{content:"\e6a5"}.icon-Beard:before{content:"\e6a6"}.icon-Bebo:before{content:"\e6a7"}.icon-Bee:before{content:"\e6a8"}.icon-Beer-Glass:before{content:"\e6a9"}.icon-Beer:before{content:"\e6aa"}.icon-Bell-2:before{content:"\e6ab"}.icon-Bell:before{content:"\e6ac"}.icon-Belt-2:before{content:"\e6ad"}.icon-Belt-3:before{content:"\e6ae"}.icon-Belt:before{content:"\e6af"}.icon-Berlin-Tower:before{content:"\e6b0"}.icon-Beta:before{content:"\e6b1"}.icon-Betvibes:before{content:"\e6b2"}.icon-Bicycle-2:before{content:"\e6b3"}.icon-Bicycle-3:before{content:"\e6b4"}.icon-Bicycle:before{content:"\e6b5"}.icon-Big-Bang:before{content:"\e6b6"}.icon-Big-Data:before{content:"\e6b7"}.icon-Bike-Helmet:before{content:"\e6b8"}.icon-Bikini:before{content:"\e6b9"}.icon-Bilk-Bottle2:before{content:"\e6ba"}.icon-Billing:before{content:"\e6bb"}.icon-Bing:before{content:"\e6bc"}.icon-Binocular:before{content:"\e6bd"}.icon-Bio-Hazard:before{content:"\e6be"}.icon-Biotech:before{content:"\e6bf"}.icon-Bird-DeliveringLetter:before{content:"\e6c0"}.icon-Bird:before{content:"\e6c1"}.icon-Birthday-Cake:before{content:"\e6c2"}.icon-Bisexual:before{content:"\e6c3"}.icon-Bishop:before{content:"\e6c4"}.icon-Bitcoin:before{content:"\e6c5"}.icon-Black-Cat:before{content:"\e6c6"}.icon-Blackboard:before{content:"\e6c7"}.icon-Blinklist:before{content:"\e6c8"}.icon-Block-Cloud:before{content:"\e6c9"}.icon-Block-Window:before{content:"\e6ca"}.icon-Blogger:before{content:"\e6cb"}.icon-Blood:before{content:"\e6cc"}.icon-Blouse:before{content:"\e6cd"}.icon-Blueprint:before{content:"\e6ce"}.icon-Board:before{content:"\e6cf"}.icon-Bodybuilding:before{content:"\e6d0"}.icon-Bold-Text:before{content:"\e6d1"}.icon-Bone:before{content:"\e6d2"}.icon-Bones:before{content:"\e6d3"}.icon-Book:before{content:"\e6d4"}.icon-Bookmark:before{content:"\e6d5"}.icon-Books-2:before{content:"\e6d6"}.icon-Books:before{content:"\e6d7"}.icon-Boom:before{content:"\e6d8"}.icon-Boot-2:before{content:"\e6d9"}.icon-Boot:before{content:"\e6da"}.icon-Bottom-ToTop:before{content:"\e6db"}.icon-Bow-2:before{content:"\e6dc"}.icon-Bow-3:before{content:"\e6dd"}.icon-Bow-4:before{content:"\e6de"}.icon-Bow-5:before{content:"\e6df"}.icon-Bow-6:before{content:"\e6e0"}.icon-Bow:before{content:"\e6e1"}.icon-Bowling-2:before{content:"\e6e2"}.icon-Bowling:before{content:"\e6e3"}.icon-Box2:before{content:"\e6e4"}.icon-Box-Close:before{content:"\e6e5"}.icon-Box-Full:before{content:"\e6e6"}.icon-Box-Open:before{content:"\e6e7"}.icon-Box-withFolders:before{content:"\e6e8"}.icon-Box:before{content:"\e6e9"}.icon-Boy:before{content:"\e6ea"}.icon-Bra:before{content:"\e6eb"}.icon-Brain-2:before{content:"\e6ec"}.icon-Brain-3:before{content:"\e6ed"}.icon-Brain:before{content:"\e6ee"}.icon-Brazil:before{content:"\e6ef"}.icon-Bread-2:before{content:"\e6f0"}.icon-Bread:before{content:"\e6f1"}.icon-Bridge:before{content:"\e6f2"}.icon-Brightkite:before{content:"\e6f3"}.icon-Broke-Link2:before{content:"\e6f4"}.icon-Broken-Link:before{content:"\e6f5"}.icon-Broom:before{content:"\e6f6"}.icon-Brush:before{content:"\e6f7"}.icon-Bucket:before{content:"\e6f8"}.icon-Bug:before{content:"\e6f9"}.icon-Building:before{content:"\e6fa"}.icon-Bulleted-List:before{content:"\e6fb"}.icon-Bus-2:before{content:"\e6fc"}.icon-Bus:before{content:"\e6fd"}.icon-Business-Man:before{content:"\e6fe"}.icon-Business-ManWoman:before{content:"\e6ff"}.icon-Business-Mens:before{content:"\e700"}.icon-Business-Woman:before{content:"\e701"}.icon-Butterfly:before{content:"\e702"}.icon-Button:before{content:"\e703"}.icon-Cable-Car:before{content:"\e704"}.icon-Cake:before{content:"\e705"}.icon-Calculator-2:before{content:"\e706"}.icon-Calculator-3:before{content:"\e707"}.icon-Calculator:before{content:"\e708"}.icon-Calendar-2:before{content:"\e709"}.icon-Calendar-3:before{content:"\e70a"}.icon-Calendar-4:before{content:"\e70b"}.icon-Calendar-Clock:before{content:"\e70c"}.icon-Calendar:before{content:"\e70d"}.icon-Camel:before{content:"\e70e"}.icon-Camera-2:before{content:"\e70f"}.icon-Camera-3:before{content:"\e710"}.icon-Camera-4:before{content:"\e711"}.icon-Camera-5:before{content:"\e712"}.icon-Camera-Back:before{content:"\e713"}.icon-Camera:before{content:"\e714"}.icon-Can-2:before{content:"\e715"}.icon-Can:before{content:"\e716"}.icon-Canada:before{content:"\e717"}.icon-Cancer-2:before{content:"\e718"}.icon-Cancer-3:before{content:"\e719"}.icon-Cancer:before{content:"\e71a"}.icon-Candle:before{content:"\e71b"}.icon-Candy-Cane:before{content:"\e71c"}.icon-Candy:before{content:"\e71d"}.icon-Cannon:before{content:"\e71e"}.icon-Cap-2:before{content:"\e71f"}.icon-Cap-3:before{content:"\e720"}.icon-Cap-Smiley:before{content:"\e721"}.icon-Cap:before{content:"\e722"}.icon-Capricorn-2:before{content:"\e723"}.icon-Capricorn:before{content:"\e724"}.icon-Car-2:before{content:"\e725"}.icon-Car-3:before{content:"\e726"}.icon-Car-Coins:before{content:"\e727"}.icon-Car-Items:before{content:"\e728"}.icon-Car-Wheel:before{content:"\e729"}.icon-Car:before{content:"\e72a"}.icon-Cardigan:before{content:"\e72b"}.icon-Cardiovascular:before{content:"\e72c"}.icon-Cart-Quantity:before{content:"\e72d"}.icon-Casette-Tape:before{content:"\e72e"}.icon-Cash-Register:before{content:"\e72f"}.icon-Cash-register2:before{content:"\e730"}.icon-Castle:before{content:"\e731"}.icon-Cat:before{content:"\e732"}.icon-Cathedral:before{content:"\e733"}.icon-Cauldron:before{content:"\e734"}.icon-CD-2:before{content:"\e735"}.icon-CD-Cover:before{content:"\e736"}.icon-CD:before{content:"\e737"}.icon-Cello:before{content:"\e738"}.icon-Celsius:before{content:"\e739"}.icon-Chacked-Flag:before{content:"\e73a"}.icon-Chair:before{content:"\e73b"}.icon-Charger:before{content:"\e73c"}.icon-Check-2:before{content:"\e73d"}.icon-Check:before{content:"\e73e"}.icon-Checked-User:before{content:"\e73f"}.icon-Checkmate:before{content:"\e740"}.icon-Checkout-Bag:before{content:"\e741"}.icon-Checkout-Basket:before{content:"\e742"}.icon-Checkout:before{content:"\e743"}.icon-Cheese:before{content:"\e744"}.icon-Cheetah:before{content:"\e745"}.icon-Chef-Hat:before{content:"\e746"}.icon-Chef-Hat2:before{content:"\e747"}.icon-Chef:before{content:"\e748"}.icon-Chemical-2:before{content:"\e749"}.icon-Chemical-3:before{content:"\e74a"}.icon-Chemical-4:before{content:"\e74b"}.icon-Chemical-5:before{content:"\e74c"}.icon-Chemical:before{content:"\e74d"}.icon-Chess-Board:before{content:"\e74e"}.icon-Chess:before{content:"\e74f"}.icon-Chicken:before{content:"\e750"}.icon-Chile:before{content:"\e751"}.icon-Chimney:before{content:"\e752"}.icon-China:before{content:"\e753"}.icon-Chinese-Temple:before{content:"\e754"}.icon-Chip:before{content:"\e755"}.icon-Chopsticks-2:before{content:"\e756"}.icon-Chopsticks:before{content:"\e757"}.icon-Christmas-Ball:before{content:"\e758"}.icon-Christmas-Bell:before{content:"\e759"}.icon-Christmas-Candle:before{content:"\e75a"}.icon-Christmas-Hat:before{content:"\e75b"}.icon-Christmas-Sleigh:before{content:"\e75c"}.icon-Christmas-Snowman:before{content:"\e75d"}.icon-Christmas-Sock:before{content:"\e75e"}.icon-Christmas-Tree:before{content:"\e75f"}.icon-Christmas:before{content:"\e760"}.icon-Chrome:before{content:"\e761"}.icon-Chrysler-Building:before{content:"\e762"}.icon-Cinema:before{content:"\e763"}.icon-Circular-Point:before{content:"\e764"}.icon-City-Hall:before{content:"\e765"}.icon-Clamp:before{content:"\e766"}.icon-Clapperboard-Close:before{content:"\e767"}.icon-Clapperboard-Open:before{content:"\e768"}.icon-Claps:before{content:"\e769"}.icon-Clef:before{content:"\e76a"}.icon-Clinic:before{content:"\e76b"}.icon-Clock-2:before{content:"\e76c"}.icon-Clock-3:before{content:"\e76d"}.icon-Clock-4:before{content:"\e76e"}.icon-Clock-Back:before{content:"\e76f"}.icon-Clock-Forward:before{content:"\e770"}.icon-Clock:before{content:"\e771"}.icon-Close-Window:before{content:"\e772"}.icon-Close:before{content:"\e773"}.icon-Clothing-Store:before{content:"\e774"}.icon-Cloud--:before{content:"\e775"}.icon-Cloud-:before{content:"\e776"}.icon-Cloud-Camera:before{content:"\e777"}.icon-Cloud-Computer:before{content:"\e778"}.icon-Cloud-Email:before{content:"\e779"}.icon-Cloud-Hail:before{content:"\e77a"}.icon-Cloud-Laptop:before{content:"\e77b"}.icon-Cloud-Lock:before{content:"\e77c"}.icon-Cloud-Moon:before{content:"\e77d"}.icon-Cloud-Music:before{content:"\e77e"}.icon-Cloud-Picture:before{content:"\e77f"}.icon-Cloud-Rain:before{content:"\e780"}.icon-Cloud-Remove:before{content:"\e781"}.icon-Cloud-Secure:before{content:"\e782"}.icon-Cloud-Settings:before{content:"\e783"}.icon-Cloud-Smartphone:before{content:"\e784"}.icon-Cloud-Snow:before{content:"\e785"}.icon-Cloud-Sun:before{content:"\e786"}.icon-Cloud-Tablet:before{content:"\e787"}.icon-Cloud-Video:before{content:"\e788"}.icon-Cloud-Weather:before{content:"\e789"}.icon-Cloud:before{content:"\e78a"}.icon-Clouds-Weather:before{content:"\e78b"}.icon-Clouds:before{content:"\e78c"}.icon-Clown:before{content:"\e78d"}.icon-CMYK:before{content:"\e78e"}.icon-Coat:before{content:"\e78f"}.icon-Cocktail:before{content:"\e790"}.icon-Coconut:before{content:"\e791"}.icon-Code-Window:before{content:"\e792"}.icon-Coding:before{content:"\e793"}.icon-Coffee-2:before{content:"\e794"}.icon-Coffee-Bean:before{content:"\e795"}.icon-Coffee-Machine:before{content:"\e796"}.icon-Coffee-toGo:before{content:"\e797"}.icon-Coffee:before{content:"\e798"}.icon-Coffin:before{content:"\e799"}.icon-Coin:before{content:"\e79a"}.icon-Coins-2:before{content:"\e79b"}.icon-Coins-3:before{content:"\e79c"}.icon-Coins:before{content:"\e79d"}.icon-Colombia:before{content:"\e79e"}.icon-Colosseum:before{content:"\e79f"}.icon-Column-2:before{content:"\e7a0"}.icon-Column-3:before{content:"\e7a1"}.icon-Column:before{content:"\e7a2"}.icon-Comb-2:before{content:"\e7a3"}.icon-Comb:before{content:"\e7a4"}.icon-Communication-Tower:before{content:"\e7a5"}.icon-Communication-Tower2:before{content:"\e7a6"}.icon-Compass-2:before{content:"\e7a7"}.icon-Compass-3:before{content:"\e7a8"}.icon-Compass-4:before{content:"\e7a9"}.icon-Compass-Rose:before{content:"\e7aa"}.icon-Compass:before{content:"\e7ab"}.icon-Computer-2:before{content:"\e7ac"}.icon-Computer-3:before{content:"\e7ad"}.icon-Computer-Secure:before{content:"\e7ae"}.icon-Computer:before{content:"\e7af"}.icon-Conference:before{content:"\e7b0"}.icon-Confused:before{content:"\e7b1"}.icon-Conservation:before{content:"\e7b2"}.icon-Consulting:before{content:"\e7b3"}.icon-Contrast:before{content:"\e7b4"}.icon-Control-2:before{content:"\e7b5"}.icon-Control:before{content:"\e7b6"}.icon-Cookie-Man:before{content:"\e7b7"}.icon-Cookies:before{content:"\e7b8"}.icon-Cool-Guy:before{content:"\e7b9"}.icon-Cool:before{content:"\e7ba"}.icon-Copyright:before{content:"\e7bb"}.icon-Costume:before{content:"\e7bc"}.icon-Couple-Sign:before{content:"\e7bd"}.icon-Cow:before{content:"\e7be"}.icon-CPU:before{content:"\e7bf"}.icon-Crane:before{content:"\e7c0"}.icon-Cranium:before{content:"\e7c1"}.icon-Credit-Card:before{content:"\e7c2"}.icon-Credit-Card2:before{content:"\e7c3"}.icon-Credit-Card3:before{content:"\e7c4"}.icon-Cricket:before{content:"\e7c5"}.icon-Criminal:before{content:"\e7c6"}.icon-Croissant:before{content:"\e7c7"}.icon-Crop-2:before{content:"\e7c8"}.icon-Crop-3:before{content:"\e7c9"}.icon-Crown-2:before{content:"\e7ca"}.icon-Crown:before{content:"\e7cb"}.icon-Crying:before{content:"\e7cc"}.icon-Cube-Molecule:before{content:"\e7cd"}.icon-Cube-Molecule2:before{content:"\e7ce"}.icon-Cupcake:before{content:"\e7cf"}.icon-Cursor-Click:before{content:"\e7d0"}.icon-Cursor-Click2:before{content:"\e7d1"}.icon-Cursor-Move:before{content:"\e7d2"}.icon-Cursor-Move2:before{content:"\e7d3"}.icon-Cursor-Select:before{content:"\e7d4"}.icon-Cursor:before{content:"\e7d5"}.icon-D-Eyeglasses:before{content:"\e7d6"}.icon-D-Eyeglasses2:before{content:"\e7d7"}.icon-Dam:before{content:"\e7d8"}.icon-Danemark:before{content:"\e7d9"}.icon-Danger-2:before{content:"\e7da"}.icon-Danger:before{content:"\e7db"}.icon-Dashboard:before{content:"\e7dc"}.icon-Data-Backup:before{content:"\e7dd"}.icon-Data-Block:before{content:"\e7de"}.icon-Data-Center:before{content:"\e7df"}.icon-Data-Clock:before{content:"\e7e0"}.icon-Data-Cloud:before{content:"\e7e1"}.icon-Data-Compress:before{content:"\e7e2"}.icon-Data-Copy:before{content:"\e7e3"}.icon-Data-Download:before{content:"\e7e4"}.icon-Data-Financial:before{content:"\e7e5"}.icon-Data-Key:before{content:"\e7e6"}.icon-Data-Lock:before{content:"\e7e7"}.icon-Data-Network:before{content:"\e7e8"}.icon-Data-Password:before{content:"\e7e9"}.icon-Data-Power:before{content:"\e7ea"}.icon-Data-Refresh:before{content:"\e7eb"}.icon-Data-Save:before{content:"\e7ec"}.icon-Data-Search:before{content:"\e7ed"}.icon-Data-Security:before{content:"\e7ee"}.icon-Data-Settings:before{content:"\e7ef"}.icon-Data-Sharing:before{content:"\e7f0"}.icon-Data-Shield:before{content:"\e7f1"}.icon-Data-Signal:before{content:"\e7f2"}.icon-Data-Storage:before{content:"\e7f3"}.icon-Data-Stream:before{content:"\e7f4"}.icon-Data-Transfer:before{content:"\e7f5"}.icon-Data-Unlock:before{content:"\e7f6"}.icon-Data-Upload:before{content:"\e7f7"}.icon-Data-Yes:before{content:"\e7f8"}.icon-Data:before{content:"\e7f9"}.icon-David-Star:before{content:"\e7fa"}.icon-Daylight:before{content:"\e7fb"}.icon-Death:before{content:"\e7fc"}.icon-Debian:before{content:"\e7fd"}.icon-Dec:before{content:"\e7fe"}.icon-Decrase-Inedit:before{content:"\e7ff"}.icon-Deer-2:before{content:"\e800"}.icon-Deer:before{content:"\e801"}.icon-Delete-File:before{content:"\e802"}.icon-Delete-Window:before{content:"\e803"}.icon-Delicious:before{content:"\e804"}.icon-Depression:before{content:"\e805"}.icon-Deviantart:before{content:"\e806"}.icon-Device-SyncwithCloud:before{content:"\e807"}.icon-Diamond:before{content:"\e808"}.icon-Dice-2:before{content:"\e809"}.icon-Dice:before{content:"\e80a"}.icon-Digg:before{content:"\e80b"}.icon-Digital-Drawing:before{content:"\e80c"}.icon-Diigo:before{content:"\e80d"}.icon-Dinosaur:before{content:"\e80e"}.icon-Diploma-2:before{content:"\e80f"}.icon-Diploma:before{content:"\e810"}.icon-Direction-East:before{content:"\e811"}.icon-Direction-North:before{content:"\e812"}.icon-Direction-South:before{content:"\e813"}.icon-Direction-West:before{content:"\e814"}.icon-Director:before{content:"\e815"}.icon-Disk:before{content:"\e816"}.icon-Dj:before{content:"\e817"}.icon-DNA-2:before{content:"\e818"}.icon-DNA-Helix:before{content:"\e819"}.icon-DNA:before{content:"\e81a"}.icon-Doctor:before{content:"\e81b"}.icon-Dog:before{content:"\e81c"}.icon-Dollar-Sign:before{content:"\e81d"}.icon-Dollar-Sign2:before{content:"\e81e"}.icon-Dollar:before{content:"\e81f"}.icon-Dolphin:before{content:"\e820"}.icon-Domino:before{content:"\e821"}.icon-Door-Hanger:before{content:"\e822"}.icon-Door:before{content:"\e823"}.icon-Doplr:before{content:"\e824"}.icon-Double-Circle:before{content:"\e825"}.icon-Double-Tap:before{content:"\e826"}.icon-Doughnut:before{content:"\e827"}.icon-Dove:before{content:"\e828"}.icon-Down-2:before{content:"\e829"}.icon-Down-3:before{content:"\e82a"}.icon-Down-4:before{content:"\e82b"}.icon-Down:before{content:"\e82c"}.icon-Download-2:before{content:"\e82d"}.icon-Download-fromCloud:before{content:"\e82e"}.icon-Download-Window:before{content:"\e82f"}.icon-Download:before{content:"\e830"}.icon-Downward:before{content:"\e831"}.icon-Drag-Down:before{content:"\e832"}.icon-Drag-Left:before{content:"\e833"}.icon-Drag-Right:before{content:"\e834"}.icon-Drag-Up:before{content:"\e835"}.icon-Drag:before{content:"\e836"}.icon-Dress:before{content:"\e837"}.icon-Drill-2:before{content:"\e838"}.icon-Drill:before{content:"\e839"}.icon-Drop:before{content:"\e83a"}.icon-Dropbox:before{content:"\e83b"}.icon-Drum:before{content:"\e83c"}.icon-Dry:before{content:"\e83d"}.icon-Duck:before{content:"\e83e"}.icon-Dumbbell:before{content:"\e83f"}.icon-Duplicate-Layer:before{content:"\e840"}.icon-Duplicate-Window:before{content:"\e841"}.icon-DVD:before{content:"\e842"}.icon-Eagle:before{content:"\e843"}.icon-Ear:before{content:"\e844"}.icon-Earphones-2:before{content:"\e845"}.icon-Earphones:before{content:"\e846"}.icon-Eci-Icon:before{content:"\e847"}.icon-Edit-Map:before{content:"\e848"}.icon-Edit:before{content:"\e849"}.icon-Eggs:before{content:"\e84a"}.icon-Egypt:before{content:"\e84b"}.icon-Eifel-Tower:before{content:"\e84c"}.icon-eject-2:before{content:"\e84d"}.icon-Eject:before{content:"\e84e"}.icon-El-Castillo:before{content:"\e84f"}.icon-Elbow:before{content:"\e850"}.icon-Electric-Guitar:before{content:"\e851"}.icon-Electricity:before{content:"\e852"}.icon-Elephant:before{content:"\e853"}.icon-Email:before{content:"\e854"}.icon-Embassy:before{content:"\e855"}.icon-Empire-StateBuilding:before{content:"\e856"}.icon-Empty-Box:before{content:"\e857"}.icon-End2:before{content:"\e858"}.icon-End-2:before{content:"\e859"}.icon-End:before{content:"\e85a"}.icon-Endways:before{content:"\e85b"}.icon-Engineering:before{content:"\e85c"}.icon-Envelope-2:before{content:"\e85d"}.icon-Envelope:before{content:"\e85e"}.icon-Environmental-2:before{content:"\e85f"}.icon-Environmental-3:before{content:"\e860"}.icon-Environmental:before{content:"\e861"}.icon-Equalizer:before{content:"\e862"}.icon-Eraser-2:before{content:"\e863"}.icon-Eraser-3:before{content:"\e864"}.icon-Eraser:before{content:"\e865"}.icon-Error-404Window:before{content:"\e866"}.icon-Euro-Sign:before{content:"\e867"}.icon-Euro-Sign2:before{content:"\e868"}.icon-Euro:before{content:"\e869"}.icon-Evernote:before{content:"\e86a"}.icon-Evil:before{content:"\e86b"}.icon-Explode:before{content:"\e86c"}.icon-Eye-2:before{content:"\e86d"}.icon-Eye-Blind:before{content:"\e86e"}.icon-Eye-Invisible:before{content:"\e86f"}.icon-Eye-Scan:before{content:"\e870"}.icon-Eye-Visible:before{content:"\e871"}.icon-Eye:before{content:"\e872"}.icon-Eyebrow-2:before{content:"\e873"}.icon-Eyebrow-3:before{content:"\e874"}.icon-Eyebrow:before{content:"\e875"}.icon-Eyeglasses-Smiley:before{content:"\e876"}.icon-Eyeglasses-Smiley2:before{content:"\e877"}.icon-Face-Style:before{content:"\e878"}.icon-Face-Style2:before{content:"\e879"}.icon-Face-Style3:before{content:"\e87a"}.icon-Face-Style4:before{content:"\e87b"}.icon-Face-Style5:before{content:"\e87c"}.icon-Face-Style6:before{content:"\e87d"}.icon-Facebook-2:before{content:"\e87e"}.icon-Facebook:before{content:"\e87f"}.icon-Factory-2:before{content:"\e880"}.icon-Factory:before{content:"\e881"}.icon-Fahrenheit:before{content:"\e882"}.icon-Family-Sign:before{content:"\e883"}.icon-Fan:before{content:"\e884"}.icon-Farmer:before{content:"\e885"}.icon-Fashion:before{content:"\e886"}.icon-Favorite-Window:before{content:"\e887"}.icon-Fax:before{content:"\e888"}.icon-Feather:before{content:"\e889"}.icon-Feedburner:before{content:"\e88a"}.icon-Female-2:before{content:"\e88b"}.icon-Female-Sign:before{content:"\e88c"}.icon-Female:before{content:"\e88d"}.icon-File-Block:before{content:"\e88e"}.icon-File-Bookmark:before{content:"\e88f"}.icon-File-Chart:before{content:"\e890"}.icon-File-Clipboard:before{content:"\e891"}.icon-File-ClipboardFileText:before{content:"\e892"}.icon-File-ClipboardTextImage:before{content:"\e893"}.icon-File-Cloud:before{content:"\e894"}.icon-File-Copy:before{content:"\e895"}.icon-File-Copy2:before{content:"\e896"}.icon-File-CSV:before{content:"\e897"}.icon-File-Download:before{content:"\e898"}.icon-File-Edit:before{content:"\e899"}.icon-File-Excel:before{content:"\e89a"}.icon-File-Favorite:before{content:"\e89b"}.icon-File-Fire:before{content:"\e89c"}.icon-File-Graph:before{content:"\e89d"}.icon-File-Hide:before{content:"\e89e"}.icon-File-Horizontal:before{content:"\e89f"}.icon-File-HorizontalText:before{content:"\e8a0"}.icon-File-HTML:before{content:"\e8a1"}.icon-File-JPG:before{content:"\e8a2"}.icon-File-Link:before{content:"\e8a3"}.icon-File-Loading:before{content:"\e8a4"}.icon-File-Lock:before{content:"\e8a5"}.icon-File-Love:before{content:"\e8a6"}.icon-File-Music:before{content:"\e8a7"}.icon-File-Network:before{content:"\e8a8"}.icon-File-Pictures:before{content:"\e8a9"}.icon-File-Pie:before{content:"\e8aa"}.icon-File-Presentation:before{content:"\e8ab"}.icon-File-Refresh:before{content:"\e8ac"}.icon-File-Search:before{content:"\e8ad"}.icon-File-Settings:before{content:"\e8ae"}.icon-File-Share:before{content:"\e8af"}.icon-File-TextImage:before{content:"\e8b0"}.icon-File-Trash:before{content:"\e8b1"}.icon-File-TXT:before{content:"\e8b2"}.icon-File-Upload:before{content:"\e8b3"}.icon-File-Video:before{content:"\e8b4"}.icon-File-Word:before{content:"\e8b5"}.icon-File-Zip:before{content:"\e8b6"}.icon-File:before{content:"\e8b7"}.icon-Files:before{content:"\e8b8"}.icon-Film-Board:before{content:"\e8b9"}.icon-Film-Cartridge:before{content:"\e8ba"}.icon-Film-Strip:before{content:"\e8bb"}.icon-Film-Video:before{content:"\e8bc"}.icon-Film:before{content:"\e8bd"}.icon-Filter-2:before{content:"\e8be"}.icon-Filter:before{content:"\e8bf"}.icon-Financial:before{content:"\e8c0"}.icon-Find-User:before{content:"\e8c1"}.icon-Finger-DragFourSides:before{content:"\e8c2"}.icon-Finger-DragTwoSides:before{content:"\e8c3"}.icon-Finger-Print:before{content:"\e8c4"}.icon-Finger:before{content:"\e8c5"}.icon-Fingerprint-2:before{content:"\e8c6"}.icon-Fingerprint:before{content:"\e8c7"}.icon-Fire-Flame:before{content:"\e8c8"}.icon-Fire-Flame2:before{content:"\e8c9"}.icon-Fire-Hydrant:before{content:"\e8ca"}.icon-Fire-Staion:before{content:"\e8cb"}.icon-Firefox:before{content:"\e8cc"}.icon-Firewall:before{content:"\e8cd"}.icon-First-Aid:before{content:"\e8ce"}.icon-First:before{content:"\e8cf"}.icon-Fish-Food:before{content:"\e8d0"}.icon-Fish:before{content:"\e8d1"}.icon-Fit-To:before{content:"\e8d2"}.icon-Fit-To2:before{content:"\e8d3"}.icon-Five-Fingers:before{content:"\e8d4"}.icon-Five-FingersDrag:before{content:"\e8d5"}.icon-Five-FingersDrag2:before{content:"\e8d6"}.icon-Five-FingersTouch:before{content:"\e8d7"}.icon-Flag-2:before{content:"\e8d8"}.icon-Flag-3:before{content:"\e8d9"}.icon-Flag-4:before{content:"\e8da"}.icon-Flag-5:before{content:"\e8db"}.icon-Flag-6:before{content:"\e8dc"}.icon-Flag:before{content:"\e8dd"}.icon-Flamingo:before{content:"\e8de"}.icon-Flash-2:before{content:"\e8df"}.icon-Flash-Video:before{content:"\e8e0"}.icon-Flash:before{content:"\e8e1"}.icon-Flashlight:before{content:"\e8e2"}.icon-Flask-2:before{content:"\e8e3"}.icon-Flask:before{content:"\e8e4"}.icon-Flick:before{content:"\e8e5"}.icon-Flickr:before{content:"\e8e6"}.icon-Flowerpot:before{content:"\e8e7"}.icon-Fluorescent:before{content:"\e8e8"}.icon-Fog-Day:before{content:"\e8e9"}.icon-Fog-Night:before{content:"\e8ea"}.icon-Folder-Add:before{content:"\e8eb"}.icon-Folder-Archive:before{content:"\e8ec"}.icon-Folder-Binder:before{content:"\e8ed"}.icon-Folder-Binder2:before{content:"\e8ee"}.icon-Folder-Block:before{content:"\e8ef"}.icon-Folder-Bookmark:before{content:"\e8f0"}.icon-Folder-Close:before{content:"\e8f1"}.icon-Folder-Cloud:before{content:"\e8f2"}.icon-Folder-Delete:before{content:"\e8f3"}.icon-Folder-Download:before{content:"\e8f4"}.icon-Folder-Edit:before{content:"\e8f5"}.icon-Folder-Favorite:before{content:"\e8f6"}.icon-Folder-Fire:before{content:"\e8f7"}.icon-Folder-Hide:before{content:"\e8f8"}.icon-Folder-Link:before{content:"\e8f9"}.icon-Folder-Loading:before{content:"\e8fa"}.icon-Folder-Lock:before{content:"\e8fb"}.icon-Folder-Love:before{content:"\e8fc"}.icon-Folder-Music:before{content:"\e8fd"}.icon-Folder-Network:before{content:"\e8fe"}.icon-Folder-Open:before{content:"\e8ff"}.icon-Folder-Open2:before{content:"\e900"}.icon-Folder-Organizing:before{content:"\e901"}.icon-Folder-Pictures:before{content:"\e902"}.icon-Folder-Refresh:before{content:"\e903"}.icon-Folder-Remove-:before{content:"\e904"}.icon-Folder-Search:before{content:"\e905"}.icon-Folder-Settings:before{content:"\e906"}.icon-Folder-Share:before{content:"\e907"}.icon-Folder-Trash:before{content:"\e908"}.icon-Folder-Upload:before{content:"\e909"}.icon-Folder-Video:before{content:"\e90a"}.icon-Folder-WithDocument:before{content:"\e90b"}.icon-Folder-Zip:before{content:"\e90c"}.icon-Folder:before{content:"\e90d"}.icon-Folders:before{content:"\e90e"}.icon-Font-Color:before{content:"\e90f"}.icon-Font-Name:before{content:"\e910"}.icon-Font-Size:before{content:"\e911"}.icon-Font-Style:before{content:"\e912"}.icon-Font-StyleSubscript:before{content:"\e913"}.icon-Font-StyleSuperscript:before{content:"\e914"}.icon-Font-Window:before{content:"\e915"}.icon-Foot-2:before{content:"\e916"}.icon-Foot:before{content:"\e917"}.icon-Football-2:before{content:"\e918"}.icon-Football:before{content:"\e919"}.icon-Footprint-2:before{content:"\e91a"}.icon-Footprint-3:before{content:"\e91b"}.icon-Footprint:before{content:"\e91c"}.icon-Forest:before{content:"\e91d"}.icon-Fork:before{content:"\e91e"}.icon-Formspring:before{content:"\e91f"}.icon-Formula:before{content:"\e920"}.icon-Forsquare:before{content:"\e921"}.icon-Forward:before{content:"\e922"}.icon-Fountain-Pen:before{content:"\e923"}.icon-Four-Fingers:before{content:"\e924"}.icon-Four-FingersDrag:before{content:"\e925"}.icon-Four-FingersDrag2:before{content:"\e926"}.icon-Four-FingersTouch:before{content:"\e927"}.icon-Fox:before{content:"\e928"}.icon-Frankenstein:before{content:"\e929"}.icon-French-Fries:before{content:"\e92a"}.icon-Friendfeed:before{content:"\e92b"}.icon-Friendster:before{content:"\e92c"}.icon-Frog:before{content:"\e92d"}.icon-Fruits:before{content:"\e92e"}.icon-Fuel:before{content:"\e92f"}.icon-Full-Bag:before{content:"\e930"}.icon-Full-Basket:before{content:"\e931"}.icon-Full-Cart:before{content:"\e932"}.icon-Full-Moon:before{content:"\e933"}.icon-Full-Screen:before{content:"\e934"}.icon-Full-Screen2:before{content:"\e935"}.icon-Full-View:before{content:"\e936"}.icon-Full-View2:before{content:"\e937"}.icon-Full-ViewWindow:before{content:"\e938"}.icon-Function:before{content:"\e939"}.icon-Funky:before{content:"\e93a"}.icon-Funny-Bicycle:before{content:"\e93b"}.icon-Furl:before{content:"\e93c"}.icon-Gamepad-2:before{content:"\e93d"}.icon-Gamepad:before{content:"\e93e"}.icon-Gas-Pump:before{content:"\e93f"}.icon-Gaugage-2:before{content:"\e940"}.icon-Gaugage:before{content:"\e941"}.icon-Gay:before{content:"\e942"}.icon-Gear-2:before{content:"\e943"}.icon-Gear:before{content:"\e944"}.icon-Gears-2:before{content:"\e945"}.icon-Gears:before{content:"\e946"}.icon-Geek-2:before{content:"\e947"}.icon-Geek:before{content:"\e948"}.icon-Gemini-2:before{content:"\e949"}.icon-Gemini:before{content:"\e94a"}.icon-Genius:before{content:"\e94b"}.icon-Gentleman:before{content:"\e94c"}.icon-Geo--:before{content:"\e94d"}.icon-Geo-:before{content:"\e94e"}.icon-Geo-Close:before{content:"\e94f"}.icon-Geo-Love:before{content:"\e950"}.icon-Geo-Number:before{content:"\e951"}.icon-Geo-Star:before{content:"\e952"}.icon-Geo:before{content:"\e953"}.icon-Geo2--:before{content:"\e954"}.icon-Geo2-:before{content:"\e955"}.icon-Geo2-Close:before{content:"\e956"}.icon-Geo2-Love:before{content:"\e957"}.icon-Geo2-Number:before{content:"\e958"}.icon-Geo2-Star:before{content:"\e959"}.icon-Geo2:before{content:"\e95a"}.icon-Geo3--:before{content:"\e95b"}.icon-Geo3-:before{content:"\e95c"}.icon-Geo3-Close:before{content:"\e95d"}.icon-Geo3-Love:before{content:"\e95e"}.icon-Geo3-Number:before{content:"\e95f"}.icon-Geo3-Star:before{content:"\e960"}.icon-Geo3:before{content:"\e961"}.icon-Gey:before{content:"\e962"}.icon-Gift-Box:before{content:"\e963"}.icon-Giraffe:before{content:"\e964"}.icon-Girl:before{content:"\e965"}.icon-Glass-Water:before{content:"\e966"}.icon-Glasses-2:before{content:"\e967"}.icon-Glasses-3:before{content:"\e968"}.icon-Glasses:before{content:"\e969"}.icon-Global-Position:before{content:"\e96a"}.icon-Globe-2:before{content:"\e96b"}.icon-Globe:before{content:"\e96c"}.icon-Gloves:before{content:"\e96d"}.icon-Go-Bottom:before{content:"\e96e"}.icon-Go-Top:before{content:"\e96f"}.icon-Goggles:before{content:"\e970"}.icon-Golf-2:before{content:"\e971"}.icon-Golf:before{content:"\e972"}.icon-Google-Buzz:before{content:"\e973"}.icon-Google-Drive:before{content:"\e974"}.icon-Google-Play:before{content:"\e975"}.icon-Google-Plus:before{content:"\e976"}.icon-Google:before{content:"\e977"}.icon-Gopro:before{content:"\e978"}.icon-Gorilla:before{content:"\e979"}.icon-Gowalla:before{content:"\e97a"}.icon-Grave:before{content:"\e97b"}.icon-Graveyard:before{content:"\e97c"}.icon-Greece:before{content:"\e97d"}.icon-Green-Energy:before{content:"\e97e"}.icon-Green-House:before{content:"\e97f"}.icon-Guitar:before{content:"\e980"}.icon-Gun-2:before{content:"\e981"}.icon-Gun-3:before{content:"\e982"}.icon-Gun:before{content:"\e983"}.icon-Gymnastics:before{content:"\e984"}.icon-Hair-2:before{content:"\e985"}.icon-Hair-3:before{content:"\e986"}.icon-Hair-4:before{content:"\e987"}.icon-Hair:before{content:"\e988"}.icon-Half-Moon:before{content:"\e989"}.icon-Halloween-HalfMoon:before{content:"\e98a"}.icon-Halloween-Moon:before{content:"\e98b"}.icon-Hamburger:before{content:"\e98c"}.icon-Hammer:before{content:"\e98d"}.icon-Hand-Touch:before{content:"\e98e"}.icon-Hand-Touch2:before{content:"\e98f"}.icon-Hand-TouchSmartphone:before{content:"\e990"}.icon-Hand:before{content:"\e991"}.icon-Hands:before{content:"\e992"}.icon-Handshake:before{content:"\e993"}.icon-Hanger:before{content:"\e994"}.icon-Happy:before{content:"\e995"}.icon-Hat-2:before{content:"\e996"}.icon-Hat:before{content:"\e997"}.icon-Haunted-House:before{content:"\e998"}.icon-HD-Video:before{content:"\e999"}.icon-HD:before{content:"\e99a"}.icon-HDD:before{content:"\e99b"}.icon-Headphone:before{content:"\e99c"}.icon-Headphones:before{content:"\e99d"}.icon-Headset:before{content:"\e99e"}.icon-Heart-2:before{content:"\e99f"}.icon-Heart:before{content:"\e9a0"}.icon-Heels-2:before{content:"\e9a1"}.icon-Heels:before{content:"\e9a2"}.icon-Height-Window:before{content:"\e9a3"}.icon-Helicopter-2:before{content:"\e9a4"}.icon-Helicopter:before{content:"\e9a5"}.icon-Helix-2:before{content:"\e9a6"}.icon-Hello:before{content:"\e9a7"}.icon-Helmet-2:before{content:"\e9a8"}.icon-Helmet-3:before{content:"\e9a9"}.icon-Helmet:before{content:"\e9aa"}.icon-Hipo:before{content:"\e9ab"}.icon-Hipster-Glasses:before{content:"\e9ac"}.icon-Hipster-Glasses2:before{content:"\e9ad"}.icon-Hipster-Glasses3:before{content:"\e9ae"}.icon-Hipster-Headphones:before{content:"\e9af"}.icon-Hipster-Men:before{content:"\e9b0"}.icon-Hipster-Men2:before{content:"\e9b1"}.icon-Hipster-Men3:before{content:"\e9b2"}.icon-Hipster-Sunglasses:before{content:"\e9b3"}.icon-Hipster-Sunglasses2:before{content:"\e9b4"}.icon-Hipster-Sunglasses3:before{content:"\e9b5"}.icon-Hokey:before{content:"\e9b6"}.icon-Holly:before{content:"\e9b7"}.icon-Home-2:before{content:"\e9b8"}.icon-Home-3:before{content:"\e9b9"}.icon-Home-4:before{content:"\e9ba"}.icon-Home-5:before{content:"\e9bb"}.icon-Home-Window:before{content:"\e9bc"}.icon-Home:before{content:"\e9bd"}.icon-Homosexual:before{content:"\e9be"}.icon-Honey:before{content:"\e9bf"}.icon-Hong-Kong:before{content:"\e9c0"}.icon-Hoodie:before{content:"\e9c1"}.icon-Horror:before{content:"\e9c2"}.icon-Horse:before{content:"\e9c3"}.icon-Hospital-2:before{content:"\e9c4"}.icon-Hospital:before{content:"\e9c5"}.icon-Host:before{content:"\e9c6"}.icon-Hot-Dog:before{content:"\e9c7"}.icon-Hotel:before{content:"\e9c8"}.icon-Hour:before{content:"\e9c9"}.icon-Hub:before{content:"\e9ca"}.icon-Humor:before{content:"\e9cb"}.icon-Hurt:before{content:"\e9cc"}.icon-Ice-Cream:before{content:"\e9cd"}.icon-ICQ:before{content:"\e9ce"}.icon-ID-2:before{content:"\e9cf"}.icon-ID-3:before{content:"\e9d0"}.icon-ID-Card:before{content:"\e9d1"}.icon-Idea-2:before{content:"\e9d2"}.icon-Idea-3:before{content:"\e9d3"}.icon-Idea-4:before{content:"\e9d4"}.icon-Idea-5:before{content:"\e9d5"}.icon-Idea:before{content:"\e9d6"}.icon-Identification-Badge:before{content:"\e9d7"}.icon-ImDB:before{content:"\e9d8"}.icon-Inbox-Empty:before{content:"\e9d9"}.icon-Inbox-Forward:before{content:"\e9da"}.icon-Inbox-Full:before{content:"\e9db"}.icon-Inbox-Into:before{content:"\e9dc"}.icon-Inbox-Out:before{content:"\e9dd"}.icon-Inbox-Reply:before{content:"\e9de"}.icon-Inbox:before{content:"\e9df"}.icon-Increase-Inedit:before{content:"\e9e0"}.icon-Indent-FirstLine:before{content:"\e9e1"}.icon-Indent-LeftMargin:before{content:"\e9e2"}.icon-Indent-RightMargin:before{content:"\e9e3"}.icon-India:before{content:"\e9e4"}.icon-Info-Window:before{content:"\e9e5"}.icon-Information:before{content:"\e9e6"}.icon-Inifity:before{content:"\e9e7"}.icon-Instagram:before{content:"\e9e8"}.icon-Internet-2:before{content:"\e9e9"}.icon-Internet-Explorer:before{content:"\e9ea"}.icon-Internet-Smiley:before{content:"\e9eb"}.icon-Internet:before{content:"\e9ec"}.icon-iOS-Apple:before{content:"\e9ed"}.icon-Israel:before{content:"\e9ee"}.icon-Italic-Text:before{content:"\e9ef"}.icon-Jacket-2:before{content:"\e9f0"}.icon-Jacket:before{content:"\e9f1"}.icon-Jamaica:before{content:"\e9f2"}.icon-Japan:before{content:"\e9f3"}.icon-Japanese-Gate:before{content:"\e9f4"}.icon-Jeans:before{content:"\e9f5"}.icon-Jeep-2:before{content:"\e9f6"}.icon-Jeep:before{content:"\e9f7"}.icon-Jet:before{content:"\e9f8"}.icon-Joystick:before{content:"\e9f9"}.icon-Juice:before{content:"\e9fa"}.icon-Jump-Rope:before{content:"\e9fb"}.icon-Kangoroo:before{content:"\e9fc"}.icon-Kenya:before{content:"\e9fd"}.icon-Key-2:before{content:"\e9fe"}.icon-Key-3:before{content:"\e9ff"}.icon-Key-Lock:before{content:"\ea00"}.icon-Key:before{content:"\ea01"}.icon-Keyboard:before{content:"\ea02"}.icon-Keyboard3:before{content:"\ea03"}.icon-Keypad:before{content:"\ea04"}.icon-King-2:before{content:"\ea05"}.icon-King:before{content:"\ea06"}.icon-Kiss:before{content:"\ea07"}.icon-Knee:before{content:"\ea08"}.icon-Knife-2:before{content:"\ea09"}.icon-Knife:before{content:"\ea0a"}.icon-Knight:before{content:"\ea0b"}.icon-Koala:before{content:"\ea0c"}.icon-Korea:before{content:"\ea0d"}.icon-Lamp:before{content:"\ea0e"}.icon-Landscape-2:before{content:"\ea0f"}.icon-Landscape:before{content:"\ea10"}.icon-Lantern:before{content:"\ea11"}.icon-Laptop-2:before{content:"\ea12"}.icon-Laptop-3:before{content:"\ea13"}.icon-Laptop-Phone:before{content:"\ea14"}.icon-Laptop-Secure:before{content:"\ea15"}.icon-Laptop-Tablet:before{content:"\ea16"}.icon-Laptop:before{content:"\ea17"}.icon-Laser:before{content:"\ea18"}.icon-Last-FM:before{content:"\ea19"}.icon-Last:before{content:"\ea1a"}.icon-Laughing:before{content:"\ea1b"}.icon-Layer-1635:before{content:"\ea1c"}.icon-Layer-1646:before{content:"\ea1d"}.icon-Layer-Backward:before{content:"\ea1e"}.icon-Layer-Forward:before{content:"\ea1f"}.icon-Leafs-2:before{content:"\ea20"}.icon-Leafs:before{content:"\ea21"}.icon-Leaning-Tower:before{content:"\ea22"}.icon-Left--Right:before{content:"\ea23"}.icon-Left--Right3:before{content:"\ea24"}.icon-Left-2:before{content:"\ea25"}.icon-Left-3:before{content:"\ea26"}.icon-Left-4:before{content:"\ea27"}.icon-Left-ToRight:before{content:"\ea28"}.icon-Left:before{content:"\ea29"}.icon-Leg-2:before{content:"\ea2a"}.icon-Leg:before{content:"\ea2b"}.icon-Lego:before{content:"\ea2c"}.icon-Lemon:before{content:"\ea2d"}.icon-Len-2:before{content:"\ea2e"}.icon-Len-3:before{content:"\ea2f"}.icon-Len:before{content:"\ea30"}.icon-Leo-2:before{content:"\ea31"}.icon-Leo:before{content:"\ea32"}.icon-Leopard:before{content:"\ea33"}.icon-Lesbian:before{content:"\ea34"}.icon-Lesbians:before{content:"\ea35"}.icon-Letter-Close:before{content:"\ea36"}.icon-Letter-Open:before{content:"\ea37"}.icon-Letter-Sent:before{content:"\ea38"}.icon-Libra-2:before{content:"\ea39"}.icon-Libra:before{content:"\ea3a"}.icon-Library-2:before{content:"\ea3b"}.icon-Library:before{content:"\ea3c"}.icon-Life-Jacket:before{content:"\ea3d"}.icon-Life-Safer:before{content:"\ea3e"}.icon-Light-Bulb:before{content:"\ea3f"}.icon-Light-Bulb2:before{content:"\ea40"}.icon-Light-BulbLeaf:before{content:"\ea41"}.icon-Lighthouse:before{content:"\ea42"}.icon-Like-2:before{content:"\ea43"}.icon-Like:before{content:"\ea44"}.icon-Line-Chart:before{content:"\ea45"}.icon-Line-Chart2:before{content:"\ea46"}.icon-Line-Chart3:before{content:"\ea47"}.icon-Line-Chart4:before{content:"\ea48"}.icon-Line-Spacing:before{content:"\ea49"}.icon-Line-SpacingText:before{content:"\ea4a"}.icon-Link-2:before{content:"\ea4b"}.icon-Link:before{content:"\ea4c"}.icon-Linkedin-2:before{content:"\ea4d"}.icon-Linkedin:before{content:"\ea4e"}.icon-Linux:before{content:"\ea4f"}.icon-Lion:before{content:"\ea50"}.icon-Livejournal:before{content:"\ea51"}.icon-Loading-2:before{content:"\ea52"}.icon-Loading-3:before{content:"\ea53"}.icon-Loading-Window:before{content:"\ea54"}.icon-Loading:before{content:"\ea55"}.icon-Location-2:before{content:"\ea56"}.icon-Location:before{content:"\ea57"}.icon-Lock-2:before{content:"\ea58"}.icon-Lock-3:before{content:"\ea59"}.icon-Lock-User:before{content:"\ea5a"}.icon-Lock-Window:before{content:"\ea5b"}.icon-Lock:before{content:"\ea5c"}.icon-Lollipop-2:before{content:"\ea5d"}.icon-Lollipop-3:before{content:"\ea5e"}.icon-Lollipop:before{content:"\ea5f"}.icon-Loop:before{content:"\ea60"}.icon-Loud:before{content:"\ea61"}.icon-Loudspeaker:before{content:"\ea62"}.icon-Love-2:before{content:"\ea63"}.icon-Love-User:before{content:"\ea64"}.icon-Love-Window:before{content:"\ea65"}.icon-Love:before{content:"\ea66"}.icon-Lowercase-Text:before{content:"\ea67"}.icon-Luggafe-Front:before{content:"\ea68"}.icon-Luggage-2:before{content:"\ea69"}.icon-Macro:before{content:"\ea6a"}.icon-Magic-Wand:before{content:"\ea6b"}.icon-Magnet:before{content:"\ea6c"}.icon-Magnifi-Glass-:before{content:"\ea6d"}.icon-Magnifi-Glass:before{content:"\ea6e"}.icon-Magnifi-Glass2:before{content:"\ea6f"}.icon-Mail-2:before{content:"\ea70"}.icon-Mail-3:before{content:"\ea71"}.icon-Mail-Add:before{content:"\ea72"}.icon-Mail-Attachement:before{content:"\ea73"}.icon-Mail-Block:before{content:"\ea74"}.icon-Mail-Delete:before{content:"\ea75"}.icon-Mail-Favorite:before{content:"\ea76"}.icon-Mail-Forward:before{content:"\ea77"}.icon-Mail-Gallery:before{content:"\ea78"}.icon-Mail-Inbox:before{content:"\ea79"}.icon-Mail-Link:before{content:"\ea7a"}.icon-Mail-Lock:before{content:"\ea7b"}.icon-Mail-Love:before{content:"\ea7c"}.icon-Mail-Money:before{content:"\ea7d"}.icon-Mail-Open:before{content:"\ea7e"}.icon-Mail-Outbox:before{content:"\ea7f"}.icon-Mail-Password:before{content:"\ea80"}.icon-Mail-Photo:before{content:"\ea81"}.icon-Mail-Read:before{content:"\ea82"}.icon-Mail-Removex:before{content:"\ea83"}.icon-Mail-Reply:before{content:"\ea84"}.icon-Mail-ReplyAll:before{content:"\ea85"}.icon-Mail-Search:before{content:"\ea86"}.icon-Mail-Send:before{content:"\ea87"}.icon-Mail-Settings:before{content:"\ea88"}.icon-Mail-Unread:before{content:"\ea89"}.icon-Mail-Video:before{content:"\ea8a"}.icon-Mail-withAtSign:before{content:"\ea8b"}.icon-Mail-WithCursors:before{content:"\ea8c"}.icon-Mail:before{content:"\ea8d"}.icon-Mailbox-Empty:before{content:"\ea8e"}.icon-Mailbox-Full:before{content:"\ea8f"}.icon-Male-2:before{content:"\ea90"}.icon-Male-Sign:before{content:"\ea91"}.icon-Male:before{content:"\ea92"}.icon-MaleFemale:before{content:"\ea93"}.icon-Man-Sign:before{content:"\ea94"}.icon-Management:before{content:"\ea95"}.icon-Mans-Underwear:before{content:"\ea96"}.icon-Mans-Underwear2:before{content:"\ea97"}.icon-Map-Marker:before{content:"\ea98"}.icon-Map-Marker2:before{content:"\ea99"}.icon-Map-Marker3:before{content:"\ea9a"}.icon-Map:before{content:"\ea9b"}.icon-Map2:before{content:"\ea9c"}.icon-Marker-2:before{content:"\ea9d"}.icon-Marker-3:before{content:"\ea9e"}.icon-Marker:before{content:"\ea9f"}.icon-Martini-Glass:before{content:"\eaa0"}.icon-Mask:before{content:"\eaa1"}.icon-Master-Card:before{content:"\eaa2"}.icon-Maximize-Window:before{content:"\eaa3"}.icon-Maximize:before{content:"\eaa4"}.icon-Medal-2:before{content:"\eaa5"}.icon-Medal-3:before{content:"\eaa6"}.icon-Medal:before{content:"\eaa7"}.icon-Medical-Sign:before{content:"\eaa8"}.icon-Medicine-2:before{content:"\eaa9"}.icon-Medicine-3:before{content:"\eaaa"}.icon-Medicine:before{content:"\eaab"}.icon-Megaphone:before{content:"\eaac"}.icon-Memory-Card:before{content:"\eaad"}.icon-Memory-Card2:before{content:"\eaae"}.icon-Memory-Card3:before{content:"\eaaf"}.icon-Men:before{content:"\eab0"}.icon-Menorah:before{content:"\eab1"}.icon-Mens:before{content:"\eab2"}.icon-Metacafe:before{content:"\eab3"}.icon-Mexico:before{content:"\eab4"}.icon-Mic:before{content:"\eab5"}.icon-Microphone-2:before{content:"\eab6"}.icon-Microphone-3:before{content:"\eab7"}.icon-Microphone-4:before{content:"\eab8"}.icon-Microphone-5:before{content:"\eab9"}.icon-Microphone-6:before{content:"\eaba"}.icon-Microphone-7:before{content:"\eabb"}.icon-Microphone:before{content:"\eabc"}.icon-Microscope:before{content:"\eabd"}.icon-Milk-Bottle:before{content:"\eabe"}.icon-Mine:before{content:"\eabf"}.icon-Minimize-Maximize-Close-Window:before{content:"\eac0"}.icon-Minimize-Window:before{content:"\eac1"}.icon-Minimize:before{content:"\eac2"}.icon-Mirror:before{content:"\eac3"}.icon-Mixer:before{content:"\eac4"}.icon-Mixx:before{content:"\eac5"}.icon-Money-2:before{content:"\eac6"}.icon-Money-Bag:before{content:"\eac7"}.icon-Money-Smiley:before{content:"\eac8"}.icon-Money:before{content:"\eac9"}.icon-Monitor-2:before{content:"\eaca"}.icon-Monitor-3:before{content:"\eacb"}.icon-Monitor-4:before{content:"\eacc"}.icon-Monitor-5:before{content:"\eacd"}.icon-Monitor-Analytics:before{content:"\eace"}.icon-Monitor-Laptop:before{content:"\eacf"}.icon-Monitor-phone:before{content:"\ead0"}.icon-Monitor-Tablet:before{content:"\ead1"}.icon-Monitor-Vertical:before{content:"\ead2"}.icon-Monitor:before{content:"\ead3"}.icon-Monitoring:before{content:"\ead4"}.icon-Monkey:before{content:"\ead5"}.icon-Monster:before{content:"\ead6"}.icon-Morocco:before{content:"\ead7"}.icon-Motorcycle:before{content:"\ead8"}.icon-Mouse-2:before{content:"\ead9"}.icon-Mouse-3:before{content:"\eada"}.icon-Mouse-4:before{content:"\eadb"}.icon-Mouse-Pointer:before{content:"\eadc"}.icon-Mouse:before{content:"\eadd"}.icon-Moustache-Smiley:before{content:"\eade"}.icon-Movie-Ticket:before{content:"\eadf"}.icon-Movie:before{content:"\eae0"}.icon-Mp3-File:before{content:"\eae1"}.icon-Museum:before{content:"\eae2"}.icon-Mushroom:before{content:"\eae3"}.icon-Music-Note:before{content:"\eae4"}.icon-Music-Note2:before{content:"\eae5"}.icon-Music-Note3:before{content:"\eae6"}.icon-Music-Note4:before{content:"\eae7"}.icon-Music-Player:before{content:"\eae8"}.icon-Mustache-2:before{content:"\eae9"}.icon-Mustache-3:before{content:"\eaea"}.icon-Mustache-4:before{content:"\eaeb"}.icon-Mustache-5:before{content:"\eaec"}.icon-Mustache-6:before{content:"\eaed"}.icon-Mustache-7:before{content:"\eaee"}.icon-Mustache-8:before{content:"\eaef"}.icon-Mustache:before{content:"\eaf0"}.icon-Mute:before{content:"\eaf1"}.icon-Myspace:before{content:"\eaf2"}.icon-Navigat-Start:before{content:"\eaf3"}.icon-Navigate-End:before{content:"\eaf4"}.icon-Navigation-LeftWindow:before{content:"\eaf5"}.icon-Navigation-RightWindow:before{content:"\eaf6"}.icon-Nepal:before{content:"\eaf7"}.icon-Netscape:before{content:"\eaf8"}.icon-Network-Window:before{content:"\eaf9"}.icon-Network:before{content:"\eafa"}.icon-Neutron:before{content:"\eafb"}.icon-New-Mail:before{content:"\eafc"}.icon-New-Tab:before{content:"\eafd"}.icon-Newspaper-2:before{content:"\eafe"}.icon-Newspaper:before{content:"\eaff"}.icon-Newsvine:before{content:"\eb00"}.icon-Next2:before{content:"\eb01"}.icon-Next-3:before{content:"\eb02"}.icon-Next-Music:before{content:"\eb03"}.icon-Next:before{content:"\eb04"}.icon-No-Battery:before{content:"\eb05"}.icon-No-Drop:before{content:"\eb06"}.icon-No-Flash:before{content:"\eb07"}.icon-No-Smoking:before{content:"\eb08"}.icon-Noose:before{content:"\eb09"}.icon-Normal-Text:before{content:"\eb0a"}.icon-Note:before{content:"\eb0b"}.icon-Notepad-2:before{content:"\eb0c"}.icon-Notepad:before{content:"\eb0d"}.icon-Nuclear:before{content:"\eb0e"}.icon-Numbering-List:before{content:"\eb0f"}.icon-Nurse:before{content:"\eb10"}.icon-Office-Lamp:before{content:"\eb11"}.icon-Office:before{content:"\eb12"}.icon-Oil:before{content:"\eb13"}.icon-Old-Camera:before{content:"\eb14"}.icon-Old-Cassette:before{content:"\eb15"}.icon-Old-Clock:before{content:"\eb16"}.icon-Old-Radio:before{content:"\eb17"}.icon-Old-Sticky:before{content:"\eb18"}.icon-Old-Sticky2:before{content:"\eb19"}.icon-Old-Telephone:before{content:"\eb1a"}.icon-Old-TV:before{content:"\eb1b"}.icon-On-Air:before{content:"\eb1c"}.icon-On-Off-2:before{content:"\eb1d"}.icon-On-Off-3:before{content:"\eb1e"}.icon-On-off:before{content:"\eb1f"}.icon-One-Finger:before{content:"\eb20"}.icon-One-FingerTouch:before{content:"\eb21"}.icon-One-Window:before{content:"\eb22"}.icon-Open-Banana:before{content:"\eb23"}.icon-Open-Book:before{content:"\eb24"}.icon-Opera-House:before{content:"\eb25"}.icon-Opera:before{content:"\eb26"}.icon-Optimization:before{content:"\eb27"}.icon-Orientation-2:before{content:"\eb28"}.icon-Orientation-3:before{content:"\eb29"}.icon-Orientation:before{content:"\eb2a"}.icon-Orkut:before{content:"\eb2b"}.icon-Ornament:before{content:"\eb2c"}.icon-Over-Time:before{content:"\eb2d"}.icon-Over-Time2:before{content:"\eb2e"}.icon-Owl:before{content:"\eb2f"}.icon-Pac-Man:before{content:"\eb30"}.icon-Paint-Brush:before{content:"\eb31"}.icon-Paint-Bucket:before{content:"\eb32"}.icon-Paintbrush:before{content:"\eb33"}.icon-Palette:before{content:"\eb34"}.icon-Palm-Tree:before{content:"\eb35"}.icon-Panda:before{content:"\eb36"}.icon-Panorama:before{content:"\eb37"}.icon-Pantheon:before{content:"\eb38"}.icon-Pantone:before{content:"\eb39"}.icon-Pants:before{content:"\eb3a"}.icon-Paper-Plane:before{content:"\eb3b"}.icon-Paper:before{content:"\eb3c"}.icon-Parasailing:before{content:"\eb3d"}.icon-Parrot:before{content:"\eb3e"}.icon-Password-2shopping:before{content:"\eb3f"}.icon-Password-Field:before{content:"\eb40"}.icon-Password-shopping:before{content:"\eb41"}.icon-Password:before{content:"\eb42"}.icon-pause-2:before{content:"\eb43"}.icon-Pause:before{content:"\eb44"}.icon-Paw:before{content:"\eb45"}.icon-Pawn:before{content:"\eb46"}.icon-Paypal:before{content:"\eb47"}.icon-Pen-2:before{content:"\eb48"}.icon-Pen-3:before{content:"\eb49"}.icon-Pen-4:before{content:"\eb4a"}.icon-Pen-5:before{content:"\eb4b"}.icon-Pen-6:before{content:"\eb4c"}.icon-Pen:before{content:"\eb4d"}.icon-Pencil-Ruler:before{content:"\eb4e"}.icon-Pencil:before{content:"\eb4f"}.icon-Penguin:before{content:"\eb50"}.icon-Pentagon:before{content:"\eb51"}.icon-People-onCloud:before{content:"\eb52"}.icon-Pepper-withFire:before{content:"\eb53"}.icon-Pepper:before{content:"\eb54"}.icon-Petrol:before{content:"\eb55"}.icon-Petronas-Tower:before{content:"\eb56"}.icon-Philipines:before{content:"\eb57"}.icon-Phone-2:before{content:"\eb58"}.icon-Phone-3:before{content:"\eb59"}.icon-Phone-3G:before{content:"\eb5a"}.icon-Phone-4G:before{content:"\eb5b"}.icon-Phone-Simcard:before{content:"\eb5c"}.icon-Phone-SMS:before{content:"\eb5d"}.icon-Phone-Wifi:before{content:"\eb5e"}.icon-Phone:before{content:"\eb5f"}.icon-Photo-2:before{content:"\eb60"}.icon-Photo-3:before{content:"\eb61"}.icon-Photo-Album:before{content:"\eb62"}.icon-Photo-Album2:before{content:"\eb63"}.icon-Photo-Album3:before{content:"\eb64"}.icon-Photo:before{content:"\eb65"}.icon-Photos:before{content:"\eb66"}.icon-Physics:before{content:"\eb67"}.icon-Pi:before{content:"\eb68"}.icon-Piano:before{content:"\eb69"}.icon-Picasa:before{content:"\eb6a"}.icon-Pie-Chart:before{content:"\eb6b"}.icon-Pie-Chart2:before{content:"\eb6c"}.icon-Pie-Chart3:before{content:"\eb6d"}.icon-Pilates-2:before{content:"\eb6e"}.icon-Pilates-3:before{content:"\eb6f"}.icon-Pilates:before{content:"\eb70"}.icon-Pilot:before{content:"\eb71"}.icon-Pinch:before{content:"\eb72"}.icon-Ping-Pong:before{content:"\eb73"}.icon-Pinterest:before{content:"\eb74"}.icon-Pipe:before{content:"\eb75"}.icon-Pipette:before{content:"\eb76"}.icon-Piramids:before{content:"\eb77"}.icon-Pisces-2:before{content:"\eb78"}.icon-Pisces:before{content:"\eb79"}.icon-Pizza-Slice:before{content:"\eb7a"}.icon-Pizza:before{content:"\eb7b"}.icon-Plane-2:before{content:"\eb7c"}.icon-Plane:before{content:"\eb7d"}.icon-Plant:before{content:"\eb7e"}.icon-Plasmid:before{content:"\eb7f"}.icon-Plaster:before{content:"\eb80"}.icon-Plastic-CupPhone:before{content:"\eb81"}.icon-Plastic-CupPhone2:before{content:"\eb82"}.icon-Plate:before{content:"\eb83"}.icon-Plates:before{content:"\eb84"}.icon-Plaxo:before{content:"\eb85"}.icon-Play-Music:before{content:"\eb86"}.icon-Plug-In:before{content:"\eb87"}.icon-Plug-In2:before{content:"\eb88"}.icon-Plurk:before{content:"\eb89"}.icon-Pointer:before{content:"\eb8a"}.icon-Poland:before{content:"\eb8b"}.icon-Police-Man:before{content:"\eb8c"}.icon-Police-Station:before{content:"\eb8d"}.icon-Police-Woman:before{content:"\eb8e"}.icon-Police:before{content:"\eb8f"}.icon-Polo-Shirt:before{content:"\eb90"}.icon-Portrait:before{content:"\eb91"}.icon-Portugal:before{content:"\eb92"}.icon-Post-Mail:before{content:"\eb93"}.icon-Post-Mail2:before{content:"\eb94"}.icon-Post-Office:before{content:"\eb95"}.icon-Post-Sign:before{content:"\eb96"}.icon-Post-Sign2ways:before{content:"\eb97"}.icon-Posterous:before{content:"\eb98"}.icon-Pound-Sign:before{content:"\eb99"}.icon-Pound-Sign2:before{content:"\eb9a"}.icon-Pound:before{content:"\eb9b"}.icon-Power-2:before{content:"\eb9c"}.icon-Power-3:before{content:"\eb9d"}.icon-Power-Cable:before{content:"\eb9e"}.icon-Power-Station:before{content:"\eb9f"}.icon-Power:before{content:"\eba0"}.icon-Prater:before{content:"\eba1"}.icon-Present:before{content:"\eba2"}.icon-Presents:before{content:"\eba3"}.icon-Press:before{content:"\eba4"}.icon-Preview:before{content:"\eba5"}.icon-Previous:before{content:"\eba6"}.icon-Pricing:before{content:"\eba7"}.icon-Printer:before{content:"\eba8"}.icon-Professor:before{content:"\eba9"}.icon-Profile:before{content:"\ebaa"}.icon-Project:before{content:"\ebab"}.icon-Projector-2:before{content:"\ebac"}.icon-Projector:before{content:"\ebad"}.icon-Pulse:before{content:"\ebae"}.icon-Pumpkin:before{content:"\ebaf"}.icon-Punk:before{content:"\ebb0"}.icon-Punker:before{content:"\ebb1"}.icon-Puzzle:before{content:"\ebb2"}.icon-QIK:before{content:"\ebb3"}.icon-QR-Code:before{content:"\ebb4"}.icon-Queen-2:before{content:"\ebb5"}.icon-Queen:before{content:"\ebb6"}.icon-Quill-2:before{content:"\ebb7"}.icon-Quill-3:before{content:"\ebb8"}.icon-Quill:before{content:"\ebb9"}.icon-Quotes-2:before{content:"\ebba"}.icon-Quotes:before{content:"\ebbb"}.icon-Radio:before{content:"\ebbc"}.icon-Radioactive:before{content:"\ebbd"}.icon-Rafting:before{content:"\ebbe"}.icon-Rain-Drop:before{content:"\ebbf"}.icon-Rainbow-2:before{content:"\ebc0"}.icon-Rainbow:before{content:"\ebc1"}.icon-Ram:before{content:"\ebc2"}.icon-Razzor-Blade:before{content:"\ebc3"}.icon-Receipt-2:before{content:"\ebc4"}.icon-Receipt-3:before{content:"\ebc5"}.icon-Receipt-4:before{content:"\ebc6"}.icon-Receipt:before{content:"\ebc7"}.icon-Record2:before{content:"\ebc8"}.icon-Record-3:before{content:"\ebc9"}.icon-Record-Music:before{content:"\ebca"}.icon-Record:before{content:"\ebcb"}.icon-Recycling-2:before{content:"\ebcc"}.icon-Recycling:before{content:"\ebcd"}.icon-Reddit:before{content:"\ebce"}.icon-Redhat:before{content:"\ebcf"}.icon-Redirect:before{content:"\ebd0"}.icon-Redo:before{content:"\ebd1"}.icon-Reel:before{content:"\ebd2"}.icon-Refinery:before{content:"\ebd3"}.icon-Refresh-Window:before{content:"\ebd4"}.icon-Refresh:before{content:"\ebd5"}.icon-Reload-2:before{content:"\ebd6"}.icon-Reload-3:before{content:"\ebd7"}.icon-Reload:before{content:"\ebd8"}.icon-Remote-Controll:before{content:"\ebd9"}.icon-Remote-Controll2:before{content:"\ebda"}.icon-Remove-Bag:before{content:"\ebdb"}.icon-Remove-Basket:before{content:"\ebdc"}.icon-Remove-Cart:before{content:"\ebdd"}.icon-Remove-File:before{content:"\ebde"}.icon-Remove-User:before{content:"\ebdf"}.icon-Remove-Window:before{content:"\ebe0"}.icon-Remove:before{content:"\ebe1"}.icon-Rename:before{content:"\ebe2"}.icon-Repair:before{content:"\ebe3"}.icon-Repeat-2:before{content:"\ebe4"}.icon-Repeat-3:before{content:"\ebe5"}.icon-Repeat-4:before{content:"\ebe6"}.icon-Repeat-5:before{content:"\ebe7"}.icon-Repeat-6:before{content:"\ebe8"}.icon-Repeat-7:before{content:"\ebe9"}.icon-Repeat:before{content:"\ebea"}.icon-Reset:before{content:"\ebeb"}.icon-Resize:before{content:"\ebec"}.icon-Restore-Window:before{content:"\ebed"}.icon-Retouching:before{content:"\ebee"}.icon-Retro-Camera:before{content:"\ebef"}.icon-Retro:before{content:"\ebf0"}.icon-Retweet:before{content:"\ebf1"}.icon-Reverbnation:before{content:"\ebf2"}.icon-Rewind:before{content:"\ebf3"}.icon-RGB:before{content:"\ebf4"}.icon-Ribbon-2:before{content:"\ebf5"}.icon-Ribbon-3:before{content:"\ebf6"}.icon-Ribbon:before{content:"\ebf7"}.icon-Right-2:before{content:"\ebf8"}.icon-Right-3:before{content:"\ebf9"}.icon-Right-4:before{content:"\ebfa"}.icon-Right-ToLeft:before{content:"\ebfb"}.icon-Right:before{content:"\ebfc"}.icon-Road-2:before{content:"\ebfd"}.icon-Road-3:before{content:"\ebfe"}.icon-Road:before{content:"\ebff"}.icon-Robot-2:before{content:"\ec00"}.icon-Robot:before{content:"\ec01"}.icon-Rock-andRoll:before{content:"\ec02"}.icon-Rocket:before{content:"\ec03"}.icon-Roller:before{content:"\ec04"}.icon-Roof:before{content:"\ec05"}.icon-Rook:before{content:"\ec06"}.icon-Rotate-Gesture:before{content:"\ec07"}.icon-Rotate-Gesture2:before{content:"\ec08"}.icon-Rotate-Gesture3:before{content:"\ec09"}.icon-Rotation-390:before{content:"\ec0a"}.icon-Rotation:before{content:"\ec0b"}.icon-Router-2:before{content:"\ec0c"}.icon-Router:before{content:"\ec0d"}.icon-RSS:before{content:"\ec0e"}.icon-Ruler-2:before{content:"\ec0f"}.icon-Ruler:before{content:"\ec10"}.icon-Running-Shoes:before{content:"\ec11"}.icon-Running:before{content:"\ec12"}.icon-Safari:before{content:"\ec13"}.icon-Safe-Box:before{content:"\ec14"}.icon-Safe-Box2:before{content:"\ec15"}.icon-Safety-PinClose:before{content:"\ec16"}.icon-Safety-PinOpen:before{content:"\ec17"}.icon-Sagittarus-2:before{content:"\ec18"}.icon-Sagittarus:before{content:"\ec19"}.icon-Sailing-Ship:before{content:"\ec1a"}.icon-Sand-watch:before{content:"\ec1b"}.icon-Sand-watch2:before{content:"\ec1c"}.icon-Santa-Claus:before{content:"\ec1d"}.icon-Santa-Claus2:before{content:"\ec1e"}.icon-Santa-onSled:before{content:"\ec1f"}.icon-Satelite-2:before{content:"\ec20"}.icon-Satelite:before{content:"\ec21"}.icon-Save-Window:before{content:"\ec22"}.icon-Save:before{content:"\ec23"}.icon-Saw:before{content:"\ec24"}.icon-Saxophone:before{content:"\ec25"}.icon-Scale:before{content:"\ec26"}.icon-Scarf:before{content:"\ec27"}.icon-Scissor:before{content:"\ec28"}.icon-Scooter-Front:before{content:"\ec29"}.icon-Scooter:before{content:"\ec2a"}.icon-Scorpio-2:before{content:"\ec2b"}.icon-Scorpio:before{content:"\ec2c"}.icon-Scotland:before{content:"\ec2d"}.icon-Screwdriver:before{content:"\ec2e"}.icon-Scroll-Fast:before{content:"\ec2f"}.icon-Scroll:before{content:"\ec30"}.icon-Scroller-2:before{content:"\ec31"}.icon-Scroller:before{content:"\ec32"}.icon-Sea-Dog:before{content:"\ec33"}.icon-Search-onCloud:before{content:"\ec34"}.icon-Search-People:before{content:"\ec35"}.icon-secound:before{content:"\ec36"}.icon-secound2:before{content:"\ec37"}.icon-Security-Block:before{content:"\ec38"}.icon-Security-Bug:before{content:"\ec39"}.icon-Security-Camera:before{content:"\ec3a"}.icon-Security-Check:before{content:"\ec3b"}.icon-Security-Settings:before{content:"\ec3c"}.icon-Security-Smiley:before{content:"\ec3d"}.icon-Securiy-Remove:before{content:"\ec3e"}.icon-Seed:before{content:"\ec3f"}.icon-Selfie:before{content:"\ec40"}.icon-Serbia:before{content:"\ec41"}.icon-Server-2:before{content:"\ec42"}.icon-Server:before{content:"\ec43"}.icon-Servers:before{content:"\ec44"}.icon-Settings-Window:before{content:"\ec45"}.icon-Sewing-Machine:before{content:"\ec46"}.icon-Sexual:before{content:"\ec47"}.icon-Share-onCloud:before{content:"\ec48"}.icon-Share-Window:before{content:"\ec49"}.icon-Share:before{content:"\ec4a"}.icon-Sharethis:before{content:"\ec4b"}.icon-Shark:before{content:"\ec4c"}.icon-Sheep:before{content:"\ec4d"}.icon-Sheriff-Badge:before{content:"\ec4e"}.icon-Shield:before{content:"\ec4f"}.icon-Ship-2:before{content:"\ec50"}.icon-Ship:before{content:"\ec51"}.icon-Shirt:before{content:"\ec52"}.icon-Shoes-2:before{content:"\ec53"}.icon-Shoes-3:before{content:"\ec54"}.icon-Shoes:before{content:"\ec55"}.icon-Shop-2:before{content:"\ec56"}.icon-Shop-3:before{content:"\ec57"}.icon-Shop-4:before{content:"\ec58"}.icon-Shop:before{content:"\ec59"}.icon-Shopping-Bag:before{content:"\ec5a"}.icon-Shopping-Basket:before{content:"\ec5b"}.icon-Shopping-Cart:before{content:"\ec5c"}.icon-Short-Pants:before{content:"\ec5d"}.icon-Shoutwire:before{content:"\ec5e"}.icon-Shovel:before{content:"\ec5f"}.icon-Shuffle-2:before{content:"\ec60"}.icon-Shuffle-3:before{content:"\ec61"}.icon-Shuffle-4:before{content:"\ec62"}.icon-Shuffle:before{content:"\ec63"}.icon-Shutter:before{content:"\ec64"}.icon-Sidebar-Window:before{content:"\ec65"}.icon-Signal:before{content:"\ec66"}.icon-Singapore:before{content:"\ec67"}.icon-Skate-Shoes:before{content:"\ec68"}.icon-Skateboard-2:before{content:"\ec69"}.icon-Skateboard:before{content:"\ec6a"}.icon-Skeleton:before{content:"\ec6b"}.icon-Ski:before{content:"\ec6c"}.icon-Skirt:before{content:"\ec6d"}.icon-Skrill:before{content:"\ec6e"}.icon-Skull:before{content:"\ec6f"}.icon-Skydiving:before{content:"\ec70"}.icon-Skype:before{content:"\ec71"}.icon-Sled-withGifts:before{content:"\ec72"}.icon-Sled:before{content:"\ec73"}.icon-Sleeping:before{content:"\ec74"}.icon-Sleet:before{content:"\ec75"}.icon-Slippers:before{content:"\ec76"}.icon-Smart:before{content:"\ec77"}.icon-Smartphone-2:before{content:"\ec78"}.icon-Smartphone-3:before{content:"\ec79"}.icon-Smartphone-4:before{content:"\ec7a"}.icon-Smartphone-Secure:before{content:"\ec7b"}.icon-Smartphone:before{content:"\ec7c"}.icon-Smile:before{content:"\ec7d"}.icon-Smoking-Area:before{content:"\ec7e"}.icon-Smoking-Pipe:before{content:"\ec7f"}.icon-Snake:before{content:"\ec80"}.icon-Snorkel:before{content:"\ec81"}.icon-Snow-2:before{content:"\ec82"}.icon-Snow-Dome:before{content:"\ec83"}.icon-Snow-Storm:before{content:"\ec84"}.icon-Snow:before{content:"\ec85"}.icon-Snowflake-2:before{content:"\ec86"}.icon-Snowflake-3:before{content:"\ec87"}.icon-Snowflake-4:before{content:"\ec88"}.icon-Snowflake:before{content:"\ec89"}.icon-Snowman:before{content:"\ec8a"}.icon-Soccer-Ball:before{content:"\ec8b"}.icon-Soccer-Shoes:before{content:"\ec8c"}.icon-Socks:before{content:"\ec8d"}.icon-Solar:before{content:"\ec8e"}.icon-Sound-Wave:before{content:"\ec8f"}.icon-Sound:before{content:"\ec90"}.icon-Soundcloud:before{content:"\ec91"}.icon-Soup:before{content:"\ec92"}.icon-South-Africa:before{content:"\ec93"}.icon-Space-Needle:before{content:"\ec94"}.icon-Spain:before{content:"\ec95"}.icon-Spam-Mail:before{content:"\ec96"}.icon-Speach-Bubble:before{content:"\ec97"}.icon-Speach-Bubble2:before{content:"\ec98"}.icon-Speach-Bubble3:before{content:"\ec99"}.icon-Speach-Bubble4:before{content:"\ec9a"}.icon-Speach-Bubble5:before{content:"\ec9b"}.icon-Speach-Bubble6:before{content:"\ec9c"}.icon-Speach-Bubble7:before{content:"\ec9d"}.icon-Speach-Bubble8:before{content:"\ec9e"}.icon-Speach-Bubble9:before{content:"\ec9f"}.icon-Speach-Bubble10:before{content:"\eca0"}.icon-Speach-Bubble11:before{content:"\eca1"}.icon-Speach-Bubble12:before{content:"\eca2"}.icon-Speach-Bubble13:before{content:"\eca3"}.icon-Speach-BubbleAsking:before{content:"\eca4"}.icon-Speach-BubbleComic:before{content:"\eca5"}.icon-Speach-BubbleComic2:before{content:"\eca6"}.icon-Speach-BubbleComic3:before{content:"\eca7"}.icon-Speach-BubbleComic4:before{content:"\eca8"}.icon-Speach-BubbleDialog:before{content:"\eca9"}.icon-Speach-Bubbles:before{content:"\ecaa"}.icon-Speak-2:before{content:"\ecab"}.icon-Speak:before{content:"\ecac"}.icon-Speaker-2:before{content:"\ecad"}.icon-Speaker:before{content:"\ecae"}.icon-Spell-Check:before{content:"\ecaf"}.icon-Spell-CheckABC:before{content:"\ecb0"}.icon-Spermium:before{content:"\ecb1"}.icon-Spider:before{content:"\ecb2"}.icon-Spiderweb:before{content:"\ecb3"}.icon-Split-FourSquareWindow:before{content:"\ecb4"}.icon-Split-Horizontal:before{content:"\ecb5"}.icon-Split-Horizontal2Window:before{content:"\ecb6"}.icon-Split-Vertical:before{content:"\ecb7"}.icon-Split-Vertical2:before{content:"\ecb8"}.icon-Split-Window:before{content:"\ecb9"}.icon-Spoder:before{content:"\ecba"}.icon-Spoon:before{content:"\ecbb"}.icon-Sport-Mode:before{content:"\ecbc"}.icon-Sports-Clothings1:before{content:"\ecbd"}.icon-Sports-Clothings2:before{content:"\ecbe"}.icon-Sports-Shirt:before{content:"\ecbf"}.icon-Spot:before{content:"\ecc0"}.icon-Spray:before{content:"\ecc1"}.icon-Spread:before{content:"\ecc2"}.icon-Spring:before{content:"\ecc3"}.icon-Spurl:before{content:"\ecc4"}.icon-Spy:before{content:"\ecc5"}.icon-Squirrel:before{content:"\ecc6"}.icon-SSL:before{content:"\ecc7"}.icon-St-BasilsCathedral:before{content:"\ecc8"}.icon-St-PaulsCathedral:before{content:"\ecc9"}.icon-Stamp-2:before{content:"\ecca"}.icon-Stamp:before{content:"\eccb"}.icon-Stapler:before{content:"\eccc"}.icon-Star-Track:before{content:"\eccd"}.icon-Star:before{content:"\ecce"}.icon-Starfish:before{content:"\eccf"}.icon-Start2:before{content:"\ecd0"}.icon-Start-3:before{content:"\ecd1"}.icon-Start-ways:before{content:"\ecd2"}.icon-Start:before{content:"\ecd3"}.icon-Statistic:before{content:"\ecd4"}.icon-Stethoscope:before{content:"\ecd5"}.icon-stop--2:before{content:"\ecd6"}.icon-Stop-Music:before{content:"\ecd7"}.icon-Stop:before{content:"\ecd8"}.icon-Stopwatch-2:before{content:"\ecd9"}.icon-Stopwatch:before{content:"\ecda"}.icon-Storm:before{content:"\ecdb"}.icon-Street-View:before{content:"\ecdc"}.icon-Street-View2:before{content:"\ecdd"}.icon-Strikethrough-Text:before{content:"\ecde"}.icon-Stroller:before{content:"\ecdf"}.icon-Structure:before{content:"\ece0"}.icon-Student-Female:before{content:"\ece1"}.icon-Student-Hat:before{content:"\ece2"}.icon-Student-Hat2:before{content:"\ece3"}.icon-Student-Male:before{content:"\ece4"}.icon-Student-MaleFemale:before{content:"\ece5"}.icon-Students:before{content:"\ece6"}.icon-Studio-Flash:before{content:"\ece7"}.icon-Studio-Lightbox:before{content:"\ece8"}.icon-Stumbleupon:before{content:"\ece9"}.icon-Suit:before{content:"\ecea"}.icon-Suitcase:before{content:"\eceb"}.icon-Sum-2:before{content:"\ecec"}.icon-Sum:before{content:"\eced"}.icon-Summer:before{content:"\ecee"}.icon-Sun-CloudyRain:before{content:"\ecef"}.icon-Sun:before{content:"\ecf0"}.icon-Sunglasses-2:before{content:"\ecf1"}.icon-Sunglasses-3:before{content:"\ecf2"}.icon-Sunglasses-Smiley:before{content:"\ecf3"}.icon-Sunglasses-Smiley2:before{content:"\ecf4"}.icon-Sunglasses-W:before{content:"\ecf5"}.icon-Sunglasses-W2:before{content:"\ecf6"}.icon-Sunglasses-W3:before{content:"\ecf7"}.icon-Sunglasses:before{content:"\ecf8"}.icon-Sunrise:before{content:"\ecf9"}.icon-Sunset:before{content:"\ecfa"}.icon-Superman:before{content:"\ecfb"}.icon-Support:before{content:"\ecfc"}.icon-Surprise:before{content:"\ecfd"}.icon-Sushi:before{content:"\ecfe"}.icon-Sweden:before{content:"\ecff"}.icon-Swimming-Short:before{content:"\ed00"}.icon-Swimming:before{content:"\ed01"}.icon-Swimmwear:before{content:"\ed02"}.icon-Switch:before{content:"\ed03"}.icon-Switzerland:before{content:"\ed04"}.icon-Sync-Cloud:before{content:"\ed05"}.icon-Sync:before{content:"\ed06"}.icon-Synchronize-2:before{content:"\ed07"}.icon-Synchronize:before{content:"\ed08"}.icon-T-Shirt:before{content:"\ed09"}.icon-Tablet-2:before{content:"\ed0a"}.icon-Tablet-3:before{content:"\ed0b"}.icon-Tablet-Orientation:before{content:"\ed0c"}.icon-Tablet-Phone:before{content:"\ed0d"}.icon-Tablet-Secure:before{content:"\ed0e"}.icon-Tablet-Vertical:before{content:"\ed0f"}.icon-Tablet:before{content:"\ed10"}.icon-Tactic:before{content:"\ed11"}.icon-Tag-2:before{content:"\ed12"}.icon-Tag-3:before{content:"\ed13"}.icon-Tag-4:before{content:"\ed14"}.icon-Tag-5:before{content:"\ed15"}.icon-Tag:before{content:"\ed16"}.icon-Taj-Mahal:before{content:"\ed17"}.icon-Talk-Man:before{content:"\ed18"}.icon-Tap:before{content:"\ed19"}.icon-Target-Market:before{content:"\ed1a"}.icon-Target:before{content:"\ed1b"}.icon-Taurus-2:before{content:"\ed1c"}.icon-Taurus:before{content:"\ed1d"}.icon-Taxi-2:before{content:"\ed1e"}.icon-Taxi-Sign:before{content:"\ed1f"}.icon-Taxi:before{content:"\ed20"}.icon-Teacher:before{content:"\ed21"}.icon-Teapot:before{content:"\ed22"}.icon-Technorati:before{content:"\ed23"}.icon-Teddy-Bear:before{content:"\ed24"}.icon-Tee-Mug:before{content:"\ed25"}.icon-Telephone-2:before{content:"\ed26"}.icon-Telephone:before{content:"\ed27"}.icon-Telescope:before{content:"\ed28"}.icon-Temperature-2:before{content:"\ed29"}.icon-Temperature-3:before{content:"\ed2a"}.icon-Temperature:before{content:"\ed2b"}.icon-Temple:before{content:"\ed2c"}.icon-Tennis-Ball:before{content:"\ed2d"}.icon-Tennis:before{content:"\ed2e"}.icon-Tent:before{content:"\ed2f"}.icon-Test-Tube:before{content:"\ed30"}.icon-Test-Tube2:before{content:"\ed31"}.icon-Testimonal:before{content:"\ed32"}.icon-Text-Box:before{content:"\ed33"}.icon-Text-Effect:before{content:"\ed34"}.icon-Text-HighlightColor:before{content:"\ed35"}.icon-Text-Paragraph:before{content:"\ed36"}.icon-Thailand:before{content:"\ed37"}.icon-The-WhiteHouse:before{content:"\ed38"}.icon-This-SideUp:before{content:"\ed39"}.icon-Thread:before{content:"\ed3a"}.icon-Three-ArrowFork:before{content:"\ed3b"}.icon-Three-Fingers:before{content:"\ed3c"}.icon-Three-FingersDrag:before{content:"\ed3d"}.icon-Three-FingersDrag2:before{content:"\ed3e"}.icon-Three-FingersTouch:before{content:"\ed3f"}.icon-Thumb:before{content:"\ed40"}.icon-Thumbs-DownSmiley:before{content:"\ed41"}.icon-Thumbs-UpSmiley:before{content:"\ed42"}.icon-Thunder:before{content:"\ed43"}.icon-Thunderstorm:before{content:"\ed44"}.icon-Ticket:before{content:"\ed45"}.icon-Tie-2:before{content:"\ed46"}.icon-Tie-3:before{content:"\ed47"}.icon-Tie-4:before{content:"\ed48"}.icon-Tie:before{content:"\ed49"}.icon-Tiger:before{content:"\ed4a"}.icon-Time-Backup:before{content:"\ed4b"}.icon-Time-Bomb:before{content:"\ed4c"}.icon-Time-Clock:before{content:"\ed4d"}.icon-Time-Fire:before{content:"\ed4e"}.icon-Time-Machine:before{content:"\ed4f"}.icon-Time-Window:before{content:"\ed50"}.icon-Timer-2:before{content:"\ed51"}.icon-Timer:before{content:"\ed52"}.icon-To-Bottom:before{content:"\ed53"}.icon-To-Bottom2:before{content:"\ed54"}.icon-To-Left:before{content:"\ed55"}.icon-To-Right:before{content:"\ed56"}.icon-To-Top:before{content:"\ed57"}.icon-To-Top2:before{content:"\ed58"}.icon-Token-:before{content:"\ed59"}.icon-Tomato:before{content:"\ed5a"}.icon-Tongue:before{content:"\ed5b"}.icon-Tooth-2:before{content:"\ed5c"}.icon-Tooth:before{content:"\ed5d"}.icon-Top-ToBottom:before{content:"\ed5e"}.icon-Touch-Window:before{content:"\ed5f"}.icon-Tourch:before{content:"\ed60"}.icon-Tower-2:before{content:"\ed61"}.icon-Tower-Bridge:before{content:"\ed62"}.icon-Tower:before{content:"\ed63"}.icon-Trace:before{content:"\ed64"}.icon-Tractor:before{content:"\ed65"}.icon-traffic-Light:before{content:"\ed66"}.icon-Traffic-Light2:before{content:"\ed67"}.icon-Train-2:before{content:"\ed68"}.icon-Train:before{content:"\ed69"}.icon-Tram:before{content:"\ed6a"}.icon-Transform-2:before{content:"\ed6b"}.icon-Transform-3:before{content:"\ed6c"}.icon-Transform-4:before{content:"\ed6d"}.icon-Transform:before{content:"\ed6e"}.icon-Trash-withMen:before{content:"\ed6f"}.icon-Tree-2:before{content:"\ed70"}.icon-Tree-3:before{content:"\ed71"}.icon-Tree-4:before{content:"\ed72"}.icon-Tree-5:before{content:"\ed73"}.icon-Tree:before{content:"\ed74"}.icon-Trekking:before{content:"\ed75"}.icon-Triangle-ArrowDown:before{content:"\ed76"}.icon-Triangle-ArrowLeft:before{content:"\ed77"}.icon-Triangle-ArrowRight:before{content:"\ed78"}.icon-Triangle-ArrowUp:before{content:"\ed79"}.icon-Tripod-2:before{content:"\ed7a"}.icon-Tripod-andVideo:before{content:"\ed7b"}.icon-Tripod-withCamera:before{content:"\ed7c"}.icon-Tripod-withGopro:before{content:"\ed7d"}.icon-Trophy-2:before{content:"\ed7e"}.icon-Trophy:before{content:"\ed7f"}.icon-Truck:before{content:"\ed80"}.icon-Trumpet:before{content:"\ed81"}.icon-Tumblr:before{content:"\ed82"}.icon-Turkey:before{content:"\ed83"}.icon-Turn-Down:before{content:"\ed84"}.icon-Turn-Down2:before{content:"\ed85"}.icon-Turn-DownFromLeft:before{content:"\ed86"}.icon-Turn-DownFromRight:before{content:"\ed87"}.icon-Turn-Left:before{content:"\ed88"}.icon-Turn-Left3:before{content:"\ed89"}.icon-Turn-Right:before{content:"\ed8a"}.icon-Turn-Right3:before{content:"\ed8b"}.icon-Turn-Up:before{content:"\ed8c"}.icon-Turn-Up2:before{content:"\ed8d"}.icon-Turtle:before{content:"\ed8e"}.icon-Tuxedo:before{content:"\ed8f"}.icon-TV:before{content:"\ed90"}.icon-Twister:before{content:"\ed91"}.icon-Twitter-2:before{content:"\ed92"}.icon-Twitter:before{content:"\ed93"}.icon-Two-Fingers:before{content:"\ed94"}.icon-Two-FingersDrag:before{content:"\ed95"}.icon-Two-FingersDrag2:before{content:"\ed96"}.icon-Two-FingersScroll:before{content:"\ed97"}.icon-Two-FingersTouch:before{content:"\ed98"}.icon-Two-Windows:before{content:"\ed99"}.icon-Type-Pass:before{content:"\ed9a"}.icon-Ukraine:before{content:"\ed9b"}.icon-Umbrela:before{content:"\ed9c"}.icon-Umbrella-2:before{content:"\ed9d"}.icon-Umbrella-3:before{content:"\ed9e"}.icon-Under-LineText:before{content:"\ed9f"}.icon-Undo:before{content:"\eda0"}.icon-United-Kingdom:before{content:"\eda1"}.icon-United-States:before{content:"\eda2"}.icon-University-2:before{content:"\eda3"}.icon-University:before{content:"\eda4"}.icon-Unlike-2:before{content:"\eda5"}.icon-Unlike:before{content:"\eda6"}.icon-Unlock-2:before{content:"\eda7"}.icon-Unlock-3:before{content:"\eda8"}.icon-Unlock:before{content:"\eda9"}.icon-Up--Down:before{content:"\edaa"}.icon-Up--Down3:before{content:"\edab"}.icon-Up-2:before{content:"\edac"}.icon-Up-3:before{content:"\edad"}.icon-Up-4:before{content:"\edae"}.icon-Up:before{content:"\edaf"}.icon-Upgrade:before{content:"\edb0"}.icon-Upload-2:before{content:"\edb1"}.icon-Upload-toCloud:before{content:"\edb2"}.icon-Upload-Window:before{content:"\edb3"}.icon-Upload:before{content:"\edb4"}.icon-Uppercase-Text:before{content:"\edb5"}.icon-Upward:before{content:"\edb6"}.icon-URL-Window:before{content:"\edb7"}.icon-Usb-2:before{content:"\edb8"}.icon-Usb-Cable:before{content:"\edb9"}.icon-Usb:before{content:"\edba"}.icon-User:before{content:"\edbb"}.icon-Ustream:before{content:"\edbc"}.icon-Vase:before{content:"\edbd"}.icon-Vector-2:before{content:"\edbe"}.icon-Vector-3:before{content:"\edbf"}.icon-Vector-4:before{content:"\edc0"}.icon-Vector-5:before{content:"\edc1"}.icon-Vector:before{content:"\edc2"}.icon-Venn-Diagram:before{content:"\edc3"}.icon-Vest-2:before{content:"\edc4"}.icon-Vest:before{content:"\edc5"}.icon-Viddler:before{content:"\edc6"}.icon-Video-2:before{content:"\edc7"}.icon-Video-3:before{content:"\edc8"}.icon-Video-4:before{content:"\edc9"}.icon-Video-5:before{content:"\edca"}.icon-Video-6:before{content:"\edcb"}.icon-Video-GameController:before{content:"\edcc"}.icon-Video-Len:before{content:"\edcd"}.icon-Video-Len2:before{content:"\edce"}.icon-Video-Photographer:before{content:"\edcf"}.icon-Video-Tripod:before{content:"\edd0"}.icon-Video:before{content:"\edd1"}.icon-Vietnam:before{content:"\edd2"}.icon-View-Height:before{content:"\edd3"}.icon-View-Width:before{content:"\edd4"}.icon-Vimeo:before{content:"\edd5"}.icon-Virgo-2:before{content:"\edd6"}.icon-Virgo:before{content:"\edd7"}.icon-Virus-2:before{content:"\edd8"}.icon-Virus-3:before{content:"\edd9"}.icon-Virus:before{content:"\edda"}.icon-Visa:before{content:"\eddb"}.icon-Voice:before{content:"\eddc"}.icon-Voicemail:before{content:"\eddd"}.icon-Volleyball:before{content:"\edde"}.icon-Volume-Down:before{content:"\eddf"}.icon-Volume-Up:before{content:"\ede0"}.icon-VPN:before{content:"\ede1"}.icon-Wacom-Tablet:before{content:"\ede2"}.icon-Waiter:before{content:"\ede3"}.icon-Walkie-Talkie:before{content:"\ede4"}.icon-Wallet-2:before{content:"\ede5"}.icon-Wallet-3:before{content:"\ede6"}.icon-Wallet:before{content:"\ede7"}.icon-Warehouse:before{content:"\ede8"}.icon-Warning-Window:before{content:"\ede9"}.icon-Watch-2:before{content:"\edea"}.icon-Watch-3:before{content:"\edeb"}.icon-Watch:before{content:"\edec"}.icon-Wave-2:before{content:"\eded"}.icon-Wave:before{content:"\edee"}.icon-Webcam:before{content:"\edef"}.icon-weight-Lift:before{content:"\edf0"}.icon-Wheelbarrow:before{content:"\edf1"}.icon-Wheelchair:before{content:"\edf2"}.icon-Width-Window:before{content:"\edf3"}.icon-Wifi-2:before{content:"\edf4"}.icon-Wifi-Keyboard:before{content:"\edf5"}.icon-Wifi:before{content:"\edf6"}.icon-Wind-Turbine:before{content:"\edf7"}.icon-Windmill:before{content:"\edf8"}.icon-Window-2:before{content:"\edf9"}.icon-Window:before{content:"\edfa"}.icon-Windows-2:before{content:"\edfb"}.icon-Windows-Microsoft:before{content:"\edfc"}.icon-Windows:before{content:"\edfd"}.icon-Windsock:before{content:"\edfe"}.icon-Windy:before{content:"\edff"}.icon-Wine-Bottle:before{content:"\ee00"}.icon-Wine-Glass:before{content:"\ee01"}.icon-Wink:before{content:"\ee02"}.icon-Winter-2:before{content:"\ee03"}.icon-Winter:before{content:"\ee04"}.icon-Wireless:before{content:"\ee05"}.icon-Witch-Hat:before{content:"\ee06"}.icon-Witch:before{content:"\ee07"}.icon-Wizard:before{content:"\ee08"}.icon-Wolf:before{content:"\ee09"}.icon-Woman-Sign:before{content:"\ee0a"}.icon-WomanMan:before{content:"\ee0b"}.icon-Womans-Underwear:before{content:"\ee0c"}.icon-Womans-Underwear2:before{content:"\ee0d"}.icon-Women:before{content:"\ee0e"}.icon-Wonder-Woman:before{content:"\ee0f"}.icon-Wordpress:before{content:"\ee10"}.icon-Worker-Clothes:before{content:"\ee11"}.icon-Worker:before{content:"\ee12"}.icon-Wrap-Text:before{content:"\ee13"}.icon-Wreath:before{content:"\ee14"}.icon-Wrench:before{content:"\ee15"}.icon-X-Box:before{content:"\ee16"}.icon-X-ray:before{content:"\ee17"}.icon-Xanga:before{content:"\ee18"}.icon-Xing:before{content:"\ee19"}.icon-Yacht:before{content:"\ee1a"}.icon-Yahoo-Buzz:before{content:"\ee1b"}.icon-Yahoo:before{content:"\ee1c"}.icon-Yelp:before{content:"\ee1d"}.icon-Yes:before{content:"\ee1e"}.icon-Ying-Yang:before{content:"\ee1f"}.icon-Youtube:before{content:"\ee20"}.icon-Z-A:before{content:"\ee21"}.icon-Zebra:before{content:"\ee22"}.icon-Zombie:before{content:"\ee23"}.icon-Zoom-Gesture:before{content:"\ee24"}.icon-Zootool:before{content:"\ee25"}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
/*  position: relative;*/
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
/*
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
*/
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* default */
.dark .light , .light  , .dark .light  , .light  {
	font-family: 'Asap', sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #444444;
}
.light .dark , .dark  , .light .dark  , .dark  {
	font-family: 'Asap', sans-serif;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #ffffff;
}
.light-page {
	background-color: #fff;
}
.dark-page {
	background-color: #232122;
}
.dark .bg-wrap.light, .light .bg-wrap, .dark .light .bg-wrap, .bg-wrap.light, .dark .bg-default.light, .light .bg-default, .dark .light .bg-default, .bg-default.light {
	background-color: #fff;
}
.light .bg-wrap.dark, .dark .bg-wrap, .light .dark .bg-wrap, .bg-wrap.dark, .light .bg-default.dark, .dark .bg-default, .light .dark .bg-default, .bg-default.dark {
	background-color: #232122;
}
.dark h1.light, .light h1, .dark .light h1, h1.light {
	font-family: 'Asap', sans-serif;
	font-size: 4rem;
	font-weight: 600;
	font-style: normal;
	color: #222;
}
.light h1.dark, .dark h1, .light .dark h1, h1.dark {
	font-family: 'Asap', sans-serif;
	font-size: 4rem;
	font-weight: 600;
	font-style: normal;
	color: #fff;
}
.dark h2.light, .light h2, .dark .light h2, h2.light {
	font-family: 'Asap', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	font-style: normal;
	color: #222;
	margin-bottom: 20px;
}
.light h2.dark, .dark h2, .light .dark h2, h2.dark {
	font-family: 'Asap', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	margin-bottom: 20px;
}
.dark h3.light, .light h3, .dark .light h3, h3.light {
	font-family: 'Asap', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: normal;
	color: #222222;
	margin-bottom: 10px;
    hyphens: auto;
}
.light h3.dark, .dark h3, .light .dark h3, h3.dark {
	font-family: 'Asap', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	margin-bottom: 10px;
    hyphens: auto;
}
.dark h4.light, .light h4, .dark .light h4, h4.light {
	font-family: 'Asap', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	color: #555;
}
.light h4.dark, .dark h4, .light .dark h4, h4.dark {
	font-family: 'Asap', sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
.dark a.light:not(.btn), .light a:not(.btn), .dark .light a:not(.btn), a.light:not(.btn) {
	color: #238b53;
}
.light a.dark:not(.btn), .dark a:not(.btn), .light .dark a:not(.btn), a.dark:not(.btn) {
	color: #fff;
}
.dark a.light:not(.btn):hover, .light a:not(.btn):hover, .dark .light a:not(.btn):hover, a.light:not(.btn):hover {
	color: #222;
	text-decoration: none;
}
.light a.dark:not(.btn):hover, .dark a:not(.btn):hover, .light .dark a:not(.btn):hover, a.dark:not(.btn):hover {
	color: #222;
	text-decoration: none;
}
.dark .navbar-nav.light a, .light .navbar-nav a, .dark .light .navbar-nav a, .navbar-nav.light a,
.dark .navbar-nav.light, .light .navbar-nav, .dark .light .navbar-nav, .navbar-nav.light
 {
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	font-size: 1rem;
}
.light .navbar-nav.dark a, .dark .navbar-nav a, .light .dark .navbar-nav a, .navbar-nav.dark a {
	font-family: 'Asap', sans-serif;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	font-size: 1rem;
}
.dark .navbar-nav.light a.nav-link:hover, .light .navbar-nav a.nav-link:hover, .dark .light .navbar-nav a.nav-link:hover, .navbar-nav.light a.nav-link:hover, .dark .navbar-nav.light .nav-item:hover > a.nav-link, .light .navbar-nav .nav-item:hover > a.nav-link, .dark .light .navbar-nav .nav-item:hover > a.nav-link, .navbar-nav.light .nav-item:hover > a.nav-link, .dark .navbar-nav.light a.nav-link.active, .light .navbar-nav a.nav-link.active, .dark .light .navbar-nav a.nav-link.active, .navbar-nav.light a.nav-link.active {
	color: #238b53;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
}
.light .navbar-nav.dark a.nav-link:hover, .dark .navbar-nav a.nav-link:hover, .light .dark .navbar-nav a.nav-link:hover, .navbar-nav.dark a.nav-link:hover, .light .navbar-nav.dark .nav-item:hover > a.nav-link, .dark .navbar-nav .nav-item:hover > a.nav-link, .light .dark .navbar-nav .nav-item:hover > a.nav-link, .navbar-nav.dark .nav-item:hover > a.nav-link, .light .navbar-nav.dark a.nav-link.active, .dark .navbar-nav a.nav-link.active, .light .dark .navbar-nav a.nav-link.active, .navbar-nav.dark a.nav-link.active {
	color: #28c380;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
}
a.sub-container-link:hover{
	color: #238b53 !important;
}
.light .nav-img.dark a.nav-link:hover, .dark .nav-img a.nav-link:hover, .light .dark .nav-img a.nav-link:hover, .nav-img.dark a.nav-link:hover, .light .nav-img.dark .nav-item:hover > a.nav-link, .dark .nav-img .nav-item:hover > a.nav-link, .light .dark .nav-img .nav-item:hover > a.nav-link, .nav-img.dark .nav-item:hover > a.nav-link, .light .nav-img.dark a.nav-link.active, .dark .nav-img a.nav-link.active, .light .dark .nav-img a.nav-link.active, .nav-img.dark a.nav-link.active {
	color: #238b53;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
}
.dark .nav-tabs.light a.nav-link, .light .nav-tabs a.nav-link, .dark .light .nav-tabs a.nav-link, .nav-tabs.light a.nav-link {
	color: #A2AAB1;
}
.light .nav-tabs.dark a.nav-link, .dark .nav-tabs a.nav-link, .light .dark .nav-tabs a.nav-link, .nav-tabs.dark a.nav-link {
	color: rgba(255,255,255,0.2);
}
.dark .nav-tabs.light, .light .nav-tabs, .dark .light .nav-tabs, .nav-tabs.light {
	border-color: #D1D7DD;
}
.light .nav-tabs.dark, .dark .nav-tabs, .light .dark .nav-tabs, .nav-tabs.dark {
	border-color: rgba(255,255,255,0.2);
}
.dark .nav-tabs.light a.nav-link:hover, .light .nav-tabs a.nav-link:hover, .dark .light .nav-tabs a.nav-link:hover, .nav-tabs.light a.nav-link:hover, .dark .nav-tabs.light a.nav-link.active, .light .nav-tabs a.nav-link.active, .dark .light .nav-tabs a.nav-link.active, .nav-tabs.light a.nav-link.active {
	color: #444;
	border-color: #444;
}
.light .nav-tabs.dark a.nav-link:hover, .dark .nav-tabs a.nav-link:hover, .light .dark .nav-tabs a.nav-link:hover, .nav-tabs.dark a.nav-link:hover, .light .nav-tabs.dark a.nav-link.active, .dark .nav-tabs a.nav-link.active, .light .dark .nav-tabs a.nav-link.active, .nav-tabs.dark a.nav-link.active {
	color: #FFF;
	border-color: #FFF;
}
.dark .pagination.light .page-link, .light .pagination .page-link, .dark .light .pagination .page-link, .pagination.light .page-link {
	border-color: #D1D7DD;
}
.light .pagination.dark .page-link, .dark .pagination .page-link, .light .dark .pagination .page-link, .pagination.dark .page-link {
	border-color: #555;
}
.dark .pagination.light .page-link:hover, .light .pagination .page-link:hover, .dark .light .pagination .page-link:hover, .pagination.light .page-link:hover, .dark .pagination.light .page-link.active, .light .pagination .page-link.active, .dark .light .pagination .page-link.active, .pagination.light .page-link.active {
	border-color: #D1D7DD;
	background-color: #D1D7DD;
}
.light .pagination.dark .page-link:hover, .dark .pagination .page-link:hover, .light .dark .pagination .page-link:hover, .pagination.dark .page-link:hover, .light .pagination.dark .page-link.active, .dark .pagination .page-link.active, .light .dark .pagination .page-link.active, .pagination.dark .page-link.active {
	border-color: #555;
	background-color: #555;
}
.dark .btn.light, .light .btn, .dark .light .btn, .btn.light {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Asap', sans-serif;
	border-radius: 0px 0px 0px 0px;
	border-width: 2px 2px 2px 2px;
}
.light .btn.dark, .dark .btn, .light .dark .btn, .btn.dark {
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px 0px 0px 0px;
	border-width: 2px 2px 2px 2px;
}
.dark .btn-primary.light, .light .btn-primary, .dark .light .btn-primary, .btn-primary.light, .dark .badge-primary.light, .light .badge-primary, .dark .light .badge-primary, .badge-primary.light {
	color: #FFF;
	background-color: #238b53;
}
.light .btn-primary.dark, .dark .btn-primary, .light .dark .btn-primary, .btn-primary.dark, .light .badge-primary.dark, .dark .badge-primary, .light .dark .badge-primary, .badge-primary.dark {
	color: #FFF;
	background-color: #238b53;
}
.dark .btn-primary.light:hover, .light .btn-primary:hover, .dark .light .btn-primary:hover, .btn-primary.light:hover, .dark .btn-primary.light:active, .light .btn-primary:active, .dark .light .btn-primary:active, .btn-primary.light:active, .dark .btn-primary.active.light, .light .btn-primary.active, .dark .light .btn-primary.active, .btn-primary.active.light {
	color: #FFF;
	background-color: #289f5f;
}
.light .btn-primary.dark:hover, .dark .btn-primary:hover, .light .dark .btn-primary:hover, .btn-primary.dark:hover, .light .btn-primary.dark:active, .dark .btn-primary:active, .light .dark .btn-primary:active, .btn-primary.dark:active, .light .btn-primary.active.dark, .dark .btn-primary.active, .light .dark .btn-primary.active, .btn-primary.active.dark {
	color: #FFF;
	background-color: #289f5f;
}


.dark .btn-outline-primary.light, .light .btn-outline-primary, .dark .light .btn-outline-primary, .btn-outline-primary.light {
	color: #238b53;
}
.light .btn-outline-primary.dark, .dark .btn-outline-primary, .light .dark .btn-outline-primary, .btn-outline-primary.dark {
	color: #238b53;
}
.dark .btn-outline-primary.light:hover, .light .btn-outline-primary:hover, .dark .light .btn-outline-primary:hover, .btn-outline-primary.light:hover, .dark .btn-outline-primary.light:active, .light .btn-outline-primary:active, .dark .light .btn-outline-primary:active, .btn-outline-primary.light:active, .dark .btn-outline-primary.active.light, .light .btn-outline-primary.active, .dark .light .btn-outline-primary.active, .btn-outline-primary.active.light {
	color: #289f5f;
}
.light .btn-outline-primary.dark:hover, .dark .btn-outline-primary:hover, .light .dark .btn-outline-primary:hover, .btn-outline-primary.dark:hover, .light .btn-outline-primary.dark:active, .dark .btn-outline-primary:active, .light .dark .btn-outline-primary:active, .btn-outline-primary.dark:active, .light .btn-outline-primary.active.dark, .dark .btn-outline-primary.active, .light .dark .btn-outline-primary.active, .btn-outline-primary.active.dark {
	color: #289f5f;
}
.dark .btn-primary.light, .light .btn-primary, .dark .light .btn-primary, .btn-primary.light, .dark .btn-outline-primary.light, .light .btn-outline-primary, .dark .light .btn-outline-primary, .btn-outline-primary.light {
	border-color: #238b53;
}
.light .btn-primary.dark, .dark .btn-primary, .light .dark .btn-primary, .btn-primary.dark, .light .btn-outline-primary.dark, .dark .btn-outline-primary, .light .dark .btn-outline-primary, .btn-outline-primary.dark {
	border-color: #238b53;
}
.dark .btn-primary.light:hover, .light .btn-primary:hover, .dark .light .btn-primary:hover, .btn-primary.light:hover, .dark .btn-primary.light:active, .light .btn-primary:active, .dark .light .btn-primary:active, .btn-primary.light:active, .dark .btn-primary.active.light, .light .btn-primary.active, .dark .light .btn-primary.active, .btn-primary.active.light, .dark .btn-outline-primary.light:hover, .light .btn-outline-primary:hover, .dark .light .btn-outline-primary:hover, .btn-outline-primary.light:hover, .dark .btn-outline-primary.light:active, .light .btn-outline-primary:active, .dark .light .btn-outline-primary:active, .btn-outline-primary.light:active, .dark .btn-outline-primary.active.light, .light .btn-outline-primary.active, .dark .light .btn-outline-primary.active, .btn-outline-primary.active.light {
	border-color: #289f5f;
}
.light .btn-primary.dark:hover, .dark .btn-primary:hover, .light .dark .btn-primary:hover, .btn-primary.dark:hover, .light .btn-primary.dark:active, .dark .btn-primary:active, .light .dark .btn-primary:active, .btn-primary.dark:active, .light .btn-primary.active.dark, .dark .btn-primary.active, .light .dark .btn-primary.active, .btn-primary.active.dark, .light .btn-outline-primary.dark:hover, .dark .btn-outline-primary:hover, .light .dark .btn-outline-primary:hover, .btn-outline-primary.dark:hover, .light .btn-outline-primary.dark:active, .dark .btn-outline-primary:active, .light .dark .btn-outline-primary:active, .btn-outline-primary.dark:active, .light .btn-outline-primary.active.dark, .dark .btn-outline-primary.active, .light .dark .btn-outline-primary.active, .btn-outline-primary.active.dark {
	border-color: #289f5f;
}
.dark .btn-secondary.light, .light .btn-secondary, .dark .light .btn-secondary, .btn-secondary.light, .dark .badge-secondary.light, .light .badge-secondary, .dark .light .badge-secondary, .badge-secondary.light {
	color: #FFF;
	background-color: #222222;
}
.light .btn-secondary.dark, .dark .btn-secondary, .light .dark .btn-secondary, .btn-secondary.dark, .light .badge-secondary.dark, .dark .badge-secondary, .light .dark .badge-secondary, .badge-secondary.dark {
	color: #238b53;
	background-color: #ffffff;
}
.dark .btn-secondary.light:hover, .light .btn-secondary:hover, .dark .light .btn-secondary:hover, .btn-secondary.light:hover, .dark .btn-secondary.light:active, .light .btn-secondary:active, .dark .light .btn-secondary:active, .btn-secondary.light:active, .dark .btn-secondary.active.light, .light .btn-secondary.active, .dark .light .btn-secondary.active, .btn-secondary.active.light {
	color: #FFF;
	background-color: #444444;
}
.light .btn-secondary.dark:hover, .dark .btn-secondary:hover, .light .dark .btn-secondary:hover, .btn-secondary.dark:hover, .light .btn-secondary.dark:active, .dark .btn-secondary:active, .light .dark .btn-secondary:active, .btn-secondary.dark:active, .light .btn-secondary.active.dark, .dark .btn-secondary.active, .light .dark .btn-secondary.active, .btn-secondary.active.dark {
	color: #289f5f;
	background-color: #ffffff;
}
.dark .btn-outline-secondary.light, .light .btn-outline-secondary, .dark .light .btn-outline-secondary, .btn-outline-secondary.light {
	color: #222222;
}
.light .btn-outline-secondary.dark, .dark .btn-outline-secondary, .light .dark .btn-outline-secondary, .btn-outline-secondary.dark {
	color: #fff;
}
.dark .btn-outline-secondary.light:hover, .light .btn-outline-secondary:hover, .dark .light .btn-outline-secondary:hover, .btn-outline-secondary.light:hover, .dark .btn-outline-secondary.light:active, .light .btn-outline-secondary:active, .dark .light .btn-outline-secondary:active, .btn-outline-secondary.light:active, .dark .btn-outline-secondary.active.light, .light .btn-outline-secondary.active, .dark .light .btn-outline-secondary.active, .btn-outline-secondary.active.light {
	color: #555555;
}
.light .btn-outline-secondary.dark:hover, .dark .btn-outline-secondary:hover, .light .dark .btn-outline-secondary:hover, .btn-outline-secondary.dark:hover, .light .btn-outline-secondary.dark:active, .dark .btn-outline-secondary:active, .light .dark .btn-outline-secondary:active, .btn-outline-secondary.dark:active, .light .btn-outline-secondary.active.dark, .dark .btn-outline-secondary.active, .light .dark .btn-outline-secondary.active, .btn-outline-secondary.active.dark {
	color: #fff;
}
.dark .btn-secondary.light, .light .btn-secondary, .dark .light .btn-secondary, .btn-secondary.light, .dark .btn-outline-secondary.light, .light .btn-outline-secondary, .dark .light .btn-outline-secondary, .btn-outline-secondary.light {
	border-color: #222222;
}
.light .btn-secondary.dark, .dark .btn-secondary, .light .dark .btn-secondary, .btn-secondary.dark, .light .btn-outline-secondary.dark, .dark .btn-outline-secondary, .light .dark .btn-outline-secondary, .btn-outline-secondary.dark {
	border-color: #ffffff;
}
.dark .btn-secondary.light:hover, .light .btn-secondary:hover, .dark .light .btn-secondary:hover, .btn-secondary.light:hover, .dark .btn-secondary.light:active, .light .btn-secondary:active, .dark .light .btn-secondary:active, .btn-secondary.light:active, .dark .btn-secondary.active.light, .light .btn-secondary.active, .dark .light .btn-secondary.active, .btn-secondary.active.light, .dark .btn-outline-secondary.light:hover, .light .btn-outline-secondary:hover, .dark .light .btn-outline-secondary:hover, .btn-outline-secondary.light:hover, .dark .btn-outline-secondary.light:active, .light .btn-outline-secondary:active, .dark .light .btn-outline-secondary:active, .btn-outline-secondary.light:active, .dark .btn-outline-secondary.active.light, .light .btn-outline-secondary.active, .dark .light .btn-outline-secondary.active, .btn-outline-secondary.active.light {
	border-color: #444444;
}
.light .btn-secondary.dark:hover, .dark .btn-secondary:hover, .light .dark .btn-secondary:hover, .btn-secondary.dark:hover, .light .btn-secondary.dark:active, .dark .btn-secondary:active, .light .dark .btn-secondary:active, .btn-secondary.dark:active, .light .btn-secondary.active.dark, .dark .btn-secondary.active, .light .dark .btn-secondary.active, .btn-secondary.active.dark, .light .btn-outline-secondary.dark:hover, .dark .btn-outline-secondary:hover, .light .dark .btn-outline-secondary:hover, .btn-outline-secondary.dark:hover, .light .btn-outline-secondary.dark:active, .dark .btn-outline-secondary:active, .light .dark .btn-outline-secondary:active, .btn-outline-secondary.dark:active, .light .btn-outline-secondary.active.dark, .dark .btn-outline-secondary.active, .light .dark .btn-outline-secondary.active, .btn-outline-secondary.active.dark {
	border-color: #ffffff;
}
.dark .form-control.light, .light .form-control, .dark .light .form-control, .form-control.light, .dark .form-inline>.btn-link.light, .light .form-inline>.btn-link, .dark .light .form-inline>.btn-link, .form-inline>.btn-link.light {
	border-radius: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(0,0,0,0.2);
}
.light .form-control.dark, .dark .form-control, .light .dark .form-control, .form-control.dark, .light .form-inline>.btn-link.dark, .dark .form-inline>.btn-link, .light .dark .form-inline>.btn-link, .form-inline>.btn-link.dark {
	border-radius: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255,255,255,0.2);
}
.dark .form-control.light::placeholder, .light .form-control::placeholder, .dark .light .form-control::placeholder, .form-control.light::placeholder, .dark .form-control.light .placeholder, .light .form-control .placeholder, .dark .light .form-control .placeholder, .form-control.light .placeholder {
	color: #aaa;
}
.light .form-control.dark::placeholder, .dark .form-control::placeholder, .light .dark .form-control::placeholder, .form-control.dark::placeholder, .light .form-control.dark .placeholder, .dark .form-control .placeholder, .light .dark .form-control .placeholder, .form-control.dark .placeholder {
	color: #aaa;
}
.dark input[type=checkbox]+.lbl.light::after, .light input[type=checkbox]+.lbl::after, .dark .light input[type=checkbox]+.lbl::after, input[type=checkbox]+.lbl.light::after, .dark input[type=radio]+.lbl.light::after, .light input[type=radio]+.lbl::after, .dark .light input[type=radio]+.lbl::after, input[type=radio]+.lbl.light::after {
	background-color: #A48F77;
}
.light input[type=checkbox]+.lbl.dark::after, .dark input[type=checkbox]+.lbl::after, .light .dark input[type=checkbox]+.lbl::after, input[type=checkbox]+.lbl.dark::after, .light input[type=radio]+.lbl.dark::after, .dark input[type=radio]+.lbl::after, .light .dark input[type=radio]+.lbl::after, input[type=radio]+.lbl.dark::after {
	background-color: #A48F77;
}
.dark svg.svg-default.light, .light svg.svg-default, .dark .light svg.svg-default, svg.svg-default.light {
	fill: #222;
}
.light svg.svg-default.dark, .dark svg.svg-default, .light .dark svg.svg-default, svg.svg-default.dark {
	fill: #fff;
}
.dark svg.svg-primary.light, .light svg.svg-primary, .dark .light svg.svg-primary, svg.svg-primary.light {
	fill: #238b53;
}
.light svg.svg-primary.dark, .dark svg.svg-primary, .light .dark svg.svg-primary, svg.svg-primary.dark {
	fill: #238b53;
}
.dark svg.svg-secondary.light, .light svg.svg-secondary, .dark .light svg.svg-secondary, svg.svg-secondary.light {
	fill: #5833bc;
}
.light svg.svg-secondary.dark, .dark svg.svg-secondary, .light .dark svg.svg-secondary, svg.svg-secondary.dark {
	fill: #5833bc;
}
.dark .gallery-item.light, .light .gallery-item, .dark .light .gallery-item, .gallery-item.light {
	background-color: #ffffff;
}
.light .gallery-item.dark, .dark .gallery-item, .light .dark .gallery-item, .gallery-item.dark {
	background-color: #232122;
}
.dark .owl-prev.light, .light .owl-prev, .dark .light .owl-prev, .owl-prev.light, .dark .owl-next.light, .light .owl-next, .dark .light .owl-next, .owl-next.light {
	border-color: #ffffff;
	background-color: #238b53;
}
.light .owl-prev.dark, .dark .owl-prev, .light .dark .owl-prev, .owl-prev.dark, .light .owl-next.dark, .dark .owl-next, .light .dark .owl-next, .owl-next.dark {
	border-color: #fff;
	background-color: #238b53;
}
.dark .owl-prev.light:hover, .light .owl-prev:hover, .dark .light .owl-prev:hover, .owl-prev.light:hover, .dark .owl-next.light:hover, .light .owl-next:hover, .dark .light .owl-next:hover, .owl-next.light:hover {
	border-color: #fff;
	background-color: #289f5f;
}
.light .owl-prev.dark:hover, .dark .owl-prev:hover, .light .dark .owl-prev:hover, .owl-prev.dark:hover, .light .owl-next.dark:hover, .dark .owl-next:hover, .light .dark .owl-next:hover, .owl-next.dark:hover {
	border-color: #fff;
	background-color: #289f5f;
}
.dark .owl-dot>span.light, .light .owl-dot>span, .dark .light .owl-dot>span, .owl-dot>span.light {
	border-color: #238b53;
}
.light .owl-dot>span.dark, .dark .owl-dot>span, .light .dark .owl-dot>span, .owl-dot>span.dark {
	border-color: #238b53;
}
.dark .owl-dot.active>span.light, .light .owl-dot.active>span, .dark .light .owl-dot.active>span, .owl-dot.active>span.light, .dark .owl-dot.light:hover>span, .light .owl-dot:hover>span, .dark .light .owl-dot:hover>span, .owl-dot.light:hover>span {
	border-color: #ffffff;
}
.light .owl-dot.active>span.dark, .dark .owl-dot.active>span, .light .dark .owl-dot.active>span, .owl-dot.active>span.dark, .light .owl-dot.dark:hover>span, .dark .owl-dot:hover>span, .light .dark .owl-dot:hover>span, .owl-dot.dark:hover>span {
	border-color: #fff;
}
.dark [class*=border].light, .light [class*=border], .dark .light [class*=border], [class*=border].light, .dark hr.light, .light hr, .dark .light hr, hr.light, .dark .separate-list.light li, .light .separate-list li, .dark .light .separate-list li, .separate-list.light li, .dark .media.light, .light .media, .dark .light .media, .media.light, .dark .border-bottom-container.light::after, .light .border-bottom-container::after, .dark .light .border-bottom-container::after, .border-bottom-container.light::after {
	border-color: #D1D7DD;
}
.light [class*=border].dark, .dark [class*=border], .light .dark [class*=border], [class*=border].dark, .light hr.dark, .dark hr, .light .dark hr, hr.dark, .light .separate-list.dark li, .dark .separate-list li, .light .dark .separate-list li, .separate-list.dark li, .light .media.dark, .dark .media, .light .dark .media, .media.dark, .light .border-bottom-container.dark::after, .dark .border-bottom-container::after, .light .dark .border-bottom-container::after, .border-bottom-container.dark::after {
	border-color: #ffffff;
}
.light-page #preloader>div, .light-page #preloader>div>*, .light-page #preloader>div::before, .light-page #preloader>div::after {
	border-color: #DDD;
	background-color: #DDD;
}
.dark-page #preloader>div, .dark-page #preloader>div>*, .dark-page #preloader>div::before, .dark-page #preloader>div::after {
	border-color: #888;
	background-color: #888;
}
.dark .border-x2.light, .light .border-x2, .dark .light .border-x2, .border-x2.light {
	border-color: #D1D7DD;
}
.light .border-x2.dark, .dark .border-x2, .light .dark .border-x2, .border-x2.dark {
	border-color: #ffffff;
}
.dark .text-primary.light, .light .text-primary, .dark .light .text-primary, .text-primary.light {
	color: #238b53;
}
.light .text-primary.dark, .dark .text-primary, .light .dark .text-primary, .text-primary.dark {
	color: #238b53;
}
.dark .text-secondary.light, .light .text-secondary, .dark .light .text-secondary, .text-secondary.light, .dark .breadcrumb-item.light + .breadcrumb-item::before, .light .breadcrumb-item + .breadcrumb-item::before, .dark .light .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.light + .breadcrumb-item::before, .dark .breadcrumb-item.active.light, .light .breadcrumb-item.active, .dark .light .breadcrumb-item.active, .breadcrumb-item.active.light {
	color: #5833bc;
}
.light .text-secondary.dark, .dark .text-secondary, .light .dark .text-secondary, .text-secondary.dark, .light .breadcrumb-item.dark + .breadcrumb-item::before, .dark .breadcrumb-item + .breadcrumb-item::before, .light .dark .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.dark + .breadcrumb-item::before, .light .breadcrumb-item.active.dark, .dark .breadcrumb-item.active, .light .dark .breadcrumb-item.active, .breadcrumb-item.active.dark {
	color: #5833bc;
}

.text-dark{
	color: #444444;
}
.text-light{
	color: #9a9a9a;
}

.bg-transparent.bg, .bg-transparent, .bg-transparent.bg-wrap {
	background-color: rgba(255, 255, 255, 0)!important;
}
.bg-dark .bg, .bg-dark, .bg-dark.bg-wrap {
	background-color: #222 !important;
}
.bg-primary .bg, .bg-primary, .bg-primary.bg-wrap {
	background-color: #238b53 !important;
}
.bg-secondary .bg, .bg-secondary, .bg-secondary.bg-wrap {
	background-color: #eee !important;
}
.bg-plum .bg, .bg-plum, .bg-plum.bg-wrap {
	background-color: #5833bc !important;
}
.bg-white {
	background-color: #fff !important;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s; /* Firefox < 16 */
	-ms-animation: fadein 1s; /* Internet Explorer */
	-o-animation: fadein 1s; /* Opera < 12.1 */
	animation: fadein 1s;
}

.bg-futterschieber .bg {
	background-image: url('../img/moov-2pro-futteranschieber-roboter-im-einsatz-kuhstall-joz-fachzentrum-nord.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.2;
}
.bg-barne-pro .bg {
	background-image: url('../img/barn-e-pro-entmistungsroboter-automatische-stallreinigung-joz-fachzentrum-nord.webp');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.4;
}
.bg-kuehe-im-stall .bg {
	background-image: url('../img/kuehe-mit-futter-im-stall.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.7;
}
.bg-futterschieber-moov .bg {
	background-image: url('../img/futteranschieberoboter-moov-2pro-kuhstall-joz-fachzentrum-nord.webp');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.bg-entmistungsroboter-barn-e .bg {
	background-image: url('../img/der-barn-e-ist-geeignet-fuer-nahezu-alle-staelle-mit-geschlossenen-boeden.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.bg-gazoo .bg {
	background-image: url('../img/stickstoffbrecher-gazoo-von-joz.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.bg-evo .bg {
	background-image: url('../img/saubere-kuehe-dank-spaltenschieber-evo.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
	background-attachment: fixed;
}
@media (max-width: 1230px) { 
	.bg-evo .bg{
		background-attachment: unset;
	}
}
.bg-spaltenroboter-evo .bg {
	background-image: url('../img/spaltenroboter-evo-von-joz.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
}
.bg-spaltenroboter-evo-02 .bg {
	background-image: url('../img/spaltenroboter-evo-vom-joz-fachzentrum-nord.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.bg-fullservice .bg {
	background-image: url('../img/fullservice-fuer-vollen-einsatz-in-deinem-stall-mit-joz.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.bg-stallroboter .bg {
	background-image: url('../img/den-alltag-erleichtern-durch-automatisierte-stallreinigung-von-joz.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
}
.bg-guelleschieber .bg {
	background-image: url('../img/guelleschieber-von-joz-fuer-einen-sauberen-stall.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
}
.bg-trommelantrieb .bg {
	background-image: url('../img/trommelantrieb-von-joz-fuer-unterschiedliche-boeden.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.2;
}
.bg-nano .bg {
	background-image: url('../img/entmistungsroboter-nano-header.jpeg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.3;
}
.background-pos-bottom .bg{
	background-position: center bottom;
}

/* lazy loading */
.loading, .lazy {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
/* end lazy loading */

::-moz-selection {
	background: #68b88d;
	color: #222;
}
::selection {
	background: #68b88d;
	color: #222;
}

html {
	scroll-padding-top: 100px;
	/* height of sticky header */
}

.border-left-primary{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #228b53 !important;
	padding-left: 30px;
}


.obscuration span {
	width: 100%;
	height: auto;
	position: relative;
	bottom: 0;
	top: 0;
	left: -2px;
	transform: translate(0, -50%);
	-webkit-animation: obscure 1s cubic-bezier(0.4, 0, 0.8, 0.8) infinite alternate;
	animation: obscure 1s cubic-bezier(0.4, 0, 0.8, 0.8) infinite alternate;
}
@keyframes obscure {
	100% {
		left: 20px;
	}
}


#move-up {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px;
}
#move-up span {
	width: 100%;
	height: auto;
	-webkit-animation: move-up 1s ease-in-out infinite alternate;
	animation: move-up 1s ease-in-out infinite alternate;
}
@keyframes move-up {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.mr-15{
	margin-right: 15px !important;
}
.active{
	color: #238b53;
}
.produkt-link{
	font-size: 1.5rem;
}
.rounded {
	border-radius: 10px !important;
	position: relative;
	overflow: hidden;
}

.content-box .icon{
	font-size: 3.5rem;
}

#benefits .content-box p {
	font-size: 1.5rem;
	font-weight: 500;
}

.benefits ul {
	text-indent: -12px;
	margin-left: 30px;
}

/* .benefits-header {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.benefits-header div {
    background: #fff;
    color: #238b53;
    padding: 1rem;
    border-radius: 5rem;
	margin: 0 10px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 20px;
}
@media all and (max-width: 576px){
	.benefits-header div {
		font-size: 1rem;
		margin-bottom: 10px;
	}
}
.count-up-data {
    font-family: 'Asap', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}
.counter-desc{
	font-family: 'Asap', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
}
/* ----------------------------------------------------*/
.p-t-c {
	padding-top: 18px;
}
.pricing span {
	display: block;
}
/* The slider itself */
.slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 25px; /* Specified height */
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 1; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	border-radius: 18px;
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	background: #238b53; /* Green background */
	cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
	width: 25px; /* Set a specific slider handle width */
	height: 25px; /* Slider handle height */
	border-radius: 18px;
	background: #238b53; /* Green background */
	cursor: pointer; /* Cursor on hover */
}
input[type] {
	border-color: #2db46b;
}

.logo{
	width: 200px;
}

/* ------------ Edithor ------------ */
.ql-align-center{
text-align: center;
}
.ql-align-justify {
	text-align: justify;
}
.ql-align-right {
	text-align: right;
}
#article blockquote {
	border-left: 2px solid #228b53;
	padding-left: 20px;
}
#article ul {
	text-indent: -23px;
	margin-left: 40px;
}
#article ol {
	text-indent: 0;
	margin-left: 40px;
}
#article ol.breadcrumb {
	text-indent: 0;
	margin-left: 0;
}
#article .breadcrumb-item::before{
	color: #228b53;
}

#article a:not(.btn){
	color: #238b53 !important;
	cursor: pointer;
}
#article a:not(.btn):hover{
	color: #289f5f !important;
}

/* ------------ END Edithor ------------ */


.btn-icon {
    padding: 0;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0099DE;
    border-radius: 3rem;
}


/*.bg-zahnrad::before {
	content: "";
	position: absolute;
	top: 40px;
	right: -10%;
	background: url(../img/zahnrad.svg) no-repeat right top;
	background-size: 100%;
	width: 40%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
}*/

.box-zahnrad{
	position: absolute;
	top: 0;
	width: 56%;
}
.box-zahnrad svg{
	position: relative;
	width: 24rem;
	left: -90px;
	top: -100px;
	fill: #fff;
}
.box-zahnrad p{
	position: absolute;
	top: 20px;
	color: #238b53;
	padding: 20px;
}

.zahnrad{
	fill: #fff;
}
.sub-menu-link li.nav-item {
    padding-left: 2rem;
}
.inline-group i{
	font-size: 1.4rem;
}
.inline-group > *:not(:last-child) {
    margin-right: 1rem;
}
nav .fa-facebook-square, nav .fa-instagram{
	font-size: 1.7rem;
}

img{
	border-radius: 10px;
}
.content-box img{
	border-radius: 0;
}

.rounded-bottom{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul.checklist {
	text-indent: -14px;
    margin-left: 20px;
}
.checklist i {
	margin-right: 5px;
}

#vorteile-gazoo .content-box.padding-x3 {
    font-size: 1.3rem;
	padding: 30px !important;
	font-weight: 600;
	color: #238b53;
	display: flex;
	align-items: center;
	justify-content: center;
}
#vorteile-gazoo .content-box.padding-x3 p{
	margin: 0;
}

.entmistungssysteme .owl-item img{
	object-fit: cover;
    height: 380px;
	width: 100%;
	object-position: center;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.padding-x2 {
    padding: 25px !important;
}

@media all and (max-width: 1230px) {
	.dark h1.light, .light h1, .dark .light h1, h1.light {
	font-size: 70px;
	}
	.light h1.dark, .dark h1, .light .dark h1, h1.dark {
	font-size: 70px;
	}
	.dark h2.light, .light h2, .dark .light h2, h2.light {
	font-size: 40px;
	}
	.light h2.dark, .dark h2, .light .dark h2, h2.dark {
	font-size: 40px;
	}
	.logo{
		width: 200px !important;
	}
	.nav-phone{
		padding: 0 1rem;
		font-size: 1.2rem;
	}
	.sub-menu-link li.nav-item {
		padding-left: 0;
		padding-bottom: 0.5rem;
	}
	/* a.nav-link.sub-menu-link {
		padding: 0.5rem 0 0 0 !important;
	} */
	.mx-md-auto{
		margin-right: auto;
		margin-left: auto;
	}
}
@media all and (max-width: 576px) {
	.dark h1.light, .light h1, .dark .light h1, h1.light {
	font-size: 40px;
	hyphens: auto;
	}
	.light h1.dark, .dark h1, .light .dark h1, h1.dark {
	font-size: 40px;
	hyphens: auto;
	}
	.dark h2.light, .light h2, .dark .light h2, h2.light {
	font-size: 30px;
	hyphens: auto;
	}
	.light h2.dark, .dark h2, .light .dark h2, h2.dark {
	font-size: 30px;
	hyphens: auto;
	}
	.dark h3.light, .light h3, .dark .light h3, h3.light {
	font-size: 25px;
	}
	.light h3.dark, .dark h3, .light .dark h3, h3.dark {
	font-size: 25px;
	}
	.logo{
		width: 180px !important;
	}
	.col-logo{
		padding: 0;
	}

	#vorteile-gazoo .content-box.padding-x3 {
		border-bottom: 1px solid #ddd;
		margin: 0 30px;
		padding: 20px !important;
	}
	.entmistungssysteme .owl-item img{
		height: 300px;
		object-position: right;
	}
	.box-zahnrad p {
		font-size: 1rem;
		top: 0;
	}
}

.list-flex li{
	display: flex;
	justify-content: space-between;
}

.list-pos-outside ul {
    list-style-position: outside;
    margin-left: 30px;
}
.list-pos-outside ol {
	margin-left: 30px;
}
.text p {
	line-height: 1.7 !important;
	margin-bottom: 10px !important;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

.light a:not([href]):not([tabindex]).btn-primary, .light a:not([href]):not([tabindex]).btn-secondary {
    color: #fff !important;
    text-decoration: none;
}

/* –––––––––––––––––––––––––––– Job CSS –––––––––––––––––––––––––––– */
.job h1 {
	hyphens: auto;
}

.box-job {
	display: flex;
	background-color: #fff;
	align-items: center;
	padding: 1.5rem;
	cursor: pointer;
}

@media (max-width: 576px) {
	.box-job {
		display: block;
		padding: 1rem;
	}
}

.box-job:hover {
	background-color: #eee;
	transition: background-color 0.5s ease-in;
}

.box-job.initiativ {
	background-color: #ddd;
	padding: 2rem;
}

.box-job.initiativ .job-body {
	padding: 0;
}

.box-job.initiativ:hover {
	background-color: #caead9;
	transition: all 0.3s ease-in;
	color: #ddd;
}

.box-job.initiativ:hover .btn {
	background-color: #fff;
	color: #238b53;
	border-color: #fff;
}

@media (max-width: 576px) {
	.box-job.initiativ {
		padding: 1rem;
	}

	.box-job.initiativ h3 {
		margin-top: 0;
	}
}

.box-job h3 {
	hyphens: auto;
}

.box-job .job-img {
	padding-right: 2rem;
}

@media (max-width: 1230px) {
	.box-job .job-img {
		width: 250px;
	}
}

@media (max-width: 576px) {
	.box-job .job-img {
		width: 100%;
		padding: 0;
		margin-bottom: 1rem;
	}
}

.box-job .job-img img {
	object-fit: cover;
	width: 150px;
}

.box-job .job-content {
	position: relative;
	width: 100%;
	padding-right: 2rem;
}

.box-job .job-body {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 576px) {
	.box-job .job-body {
		width: 100%;
		display: block;
		padding: 0;
	}
}

.box-job .job-button {
	align-self: center;
}

@media (max-width: 576px) {
	.box-job .job-button {
		margin-top: 15px;
	}
}

.box-job .job-details {
	padding-right: 30px;
}

@media (max-width: 576px) {
	.box-job .job-details {
		padding-right: 0;
		display: block;
	}
}

.box-job .job-details p {
	margin: 0;
}

.box-job .job-title {
	margin-bottom: 10px;
}

.jobs hr {
	background-color: #999;
}

.single-job ul:not(.details) {
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 0;
}

.single-job ol {
	margin-left: 30px;
}

.single-job .kontakt hr {
	border-color: rgba(45, 166, 222, 0.3) !important;
	margin: 0.5em 0;
}

.single-job .kontakt .detail {
	margin-bottom: 5px;
	display: inline-block;
}

.single-job .kontakt .detail svg {
	fill: #EA5A00;
	border: 2px solid #EA5A00;
	padding: 3px;
	border-radius: 2rem;
	width: 35px;
}

.single-job .kontakt .detail:hover svg {
	fill: #294470;
	border-color: #294470;
}

.single-job .kontakt .detail:hover a {
	color: #294470;
}


/* –––––––––––––––––––––––––––– From –––––––––––––––––––––––––––– */
.popup-modal-form .form-group {
	margin-bottom: 12px;
}

.popup-modal-form .light .form-control {
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: 3px;
}

.popup-modal-form input[type=checkbox],
.popup-modal-form input[type=radio] {
	opacity: 1;
	position: relative;
	z-index: 12;
	width: 20px;
	height: 20px;
}

.popup-modal-form .form-check {
	display: flex;
	align-items: center;
}

.popup-modal-form .form-check .form-check-input {
	margin-right: 10px;
}

.error-border {
	border: 1px solid #e61111 !important;
}

span.required-field {
	font-size: 16px;
}

.border-dashed {
	border-top: 2px dashed #ccc !important;
	margin: 10px 0;
	display: block;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -0.125em;
	border: 0.25em solid #222 !important;
	border-right-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: 0.75s linear infinite spinner-border;
	animation: 0.75s linear infinite spinner-border;
	margin-right: 10px;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@keyframes spinner-border {
	100% {
		transform: rotate(360deg);
	}
}

/* –––––––––––––––––––––––––––– END From –––––––––––––––––––––––––––– */


.team .card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.team .card-body {
	padding: 1rem;
	flex-grow: 1;
}

.team .card-body .job-title {
	margin-bottom: 0;
}

.team .card-footer {
	padding: 0 1rem 1rem 1rem;
	/* border-top: 1px solid #e0e0e0; */
}
  

.btn-whatsapp {
	color: #FFF;
	background-color: #238b53;
	border: 2px solid #238b53; /* Border in der gleichen Farbe wie der Hintergrund */
    border-radius: 50px !important; /* Rundet die Ecken für die "Pill"-Form */
	text-transform: none !important;
	padding: 0px 10px !important;
}




.btn-standort {
	color: #000 !important;
    background-color: #ffffff !important;
    border-color: #222222 !important;
    padding: 5px 10px 5px 10px !important;
    text-transform: none !important;
	margin-left: 10px;
    margin-right: 10px;
}

.translate-standort {
	transform: translate(0%, -10%);
}

.content-box ul {
	list-style: disc;
	margin-left: 1.5rem;
}
.content-box ol {
	margin-left: 1.5rem;
}

.hyphens-auto {
    hyphens: auto;
}

  