@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700");
/* "bootstrap" ****************************************************************/

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #53a6fa;
  --secondary: #6c757d;
  --success: #22b66e;
  --info: #14baa8;
  --warning: #fdab29;
  --danger: #ea2e49;
  --light: #f9fafc;
  --dark: #1e2835;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f3f6f9; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #53a6fa;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0980f8;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f3f6f9;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  /*color: #212529;*/ }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(120, 130, 140, 0.065); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(120, 130, 140, 0.065); }
  .table tbody + tbody {
    border-top: 2px solid rgba(120, 130, 140, 0.065); }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid rgba(120, 130, 140, 0.065); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(120, 130, 140, 0.065); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cfe6fe; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a6d1fc; }

.table-hover .table-primary:hover {
  background-color: #b6d9fd; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b6d9fd; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1ebd6; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8cd9b4; }

.table-hover .table-success:hover {
  background-color: #aee5c9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #aee5c9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bdece7; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #85dbd2; }

.table-hover .table-info:hover {
  background-color: #a9e6e0; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a9e6e0; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fee7c3; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fed390; }

.table-hover .table-warning:hover {
  background-color: #feddaa; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #feddaa; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9c4cc; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f492a0; }

.table-hover .table-danger:hover {
  background-color: #f7adb8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f7adb8; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfefe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfd; }

.table-hover .table-light:hover {
  background-color: #ecf6f6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ecf6f6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c0c3c6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8a8f96; }

.table-hover .table-dark:hover {
  background-color: #b3b6ba; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b3b6ba; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(120, 130, 140, 0.065); }

.table-dark {
  color: #ffffff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #cfe6fe;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: rgba(0, 0, 0, 0.85); }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #22b66e; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(34, 182, 110, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #22b66e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322b66e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #22b66e;
    box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #22b66e;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322b66e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #22b66e;
    box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #22b66e; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #22b66e; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #22b66e; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #32d988;
  background-color: #32d988; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #22b66e; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #22b66e; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #22b66e;
  box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ea2e49; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(234, 46, 73, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ea2e49;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea2e49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ea2e49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ea2e49;
    box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ea2e49;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea2e49' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ea2e49' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ea2e49;
    box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ea2e49; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ea2e49; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ea2e49; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ef5c71;
  background-color: #ef5c71; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ea2e49; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ea2e49; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ea2e49;
  box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #53a6fa;
  border-color: #53a6fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #2e93f9;
    border-color: #218cf9; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(76, 147, 219, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #53a6fa;
    border-color: #53a6fa; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #218cf9;
    border-color: #1586f8; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 147, 219, 0.5); }

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #22b66e;
  border-color: #22b66e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #ffffff;
    background-color: #1c965b;
    border-color: #1a8b54; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(67, 193, 132, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #22b66e;
    border-color: #22b66e; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1a8b54;
    border-color: #18804e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(67, 193, 132, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #14baa8;
  border-color: #14baa8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #ffffff;
    background-color: #109789;
    border-color: #0f8c7e; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(55, 196, 181, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #14baa8;
    border-color: #14baa8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0f8c7e;
    border-color: #0e8074; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(55, 196, 181, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #fdab29;
  border-color: #fdab29;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #212529;
    background-color: #fd9c03;
    border-color: #f19502; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 151, 41, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fdab29;
    border-color: #fdab29; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f19502;
    border-color: #e48d02; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 151, 41, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #ea2e49;
  border-color: #ea2e49;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #dc1632;
    border-color: #d01530; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(237, 77, 100, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #ea2e49;
    border-color: #ea2e49; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #d01530;
    border-color: #c5142d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(237, 77, 100, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f9fafc;
  border-color: #f9fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background-color: #e0e5ef;
    border-color: #d7deeb; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 218, 220, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f9fafc;
    border-color: #f9fafc; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d7deeb;
    border-color: #cfd7e7; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 218, 220, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #1e2835;
  border-color: #1e2835;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #10161d;
    border-color: #0c0f14; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(64, 72, 83, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #1e2835;
    border-color: #1e2835; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #0c0f14;
    border-color: #07090c; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(64, 72, 83, 0.5); }

.btn-outline-primary {
  color: #53a6fa;
  border-color: #53a6fa; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #53a6fa;
    border-color: #53a6fa; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #53a6fa;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #53a6fa;
    border-color: #53a6fa; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(83, 166, 250, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #22b66e;
  border-color: #22b66e; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #22b66e;
    border-color: #22b66e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #22b66e;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #22b66e;
    border-color: #22b66e; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(34, 182, 110, 0.5); }

.btn-outline-info {
  color: #14baa8;
  border-color: #14baa8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #14baa8;
    border-color: #14baa8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 186, 168, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #14baa8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #14baa8;
    border-color: #14baa8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(20, 186, 168, 0.5); }

.btn-outline-warning {
  color: #fdab29;
  border-color: #fdab29; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #fdab29;
    border-color: #fdab29; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 171, 41, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fdab29;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fdab29;
    border-color: #fdab29; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(253, 171, 41, 0.5); }

.btn-outline-danger {
  color: #ea2e49;
  border-color: #ea2e49; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #ea2e49;
    border-color: #ea2e49; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ea2e49;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ea2e49;
    border-color: #ea2e49; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(234, 46, 73, 0.5); }

.btn-outline-light {
  color: #f9fafc;
  border-color: #f9fafc; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f9fafc;
    border-color: #f9fafc; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f9fafc;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f9fafc;
    border-color: #f9fafc; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(249, 250, 252, 0.5); }

.btn-outline-dark {
  color: #1e2835;
  border-color: #1e2835; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #1e2835;
    border-color: #1e2835; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 40, 53, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #1e2835;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1e2835;
    border-color: #1e2835; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(30, 40, 53, 0.5); }

.btn-link {
  font-weight: 400;
  color: #53a6fa;
  text-decoration: none; }
  .btn-link:hover {
    color: #0980f8;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #53a6fa; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #53a6fa;
    background-color: #53a6fa;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #cfe6fe; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: white;
    border-color: white;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #53a6fa;
  background-color: #53a6fa;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(83, 166, 250, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(83, 166, 250, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(83, 166, 250, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(83, 166, 250, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #cfe6fe;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #cfe6fe;
    box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #f3f6f9, 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f3f6f9, 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f3f6f9, 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #53a6fa;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #53a6fa;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #53a6fa;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f3f6f9;
    border-color: #dee2e6 #dee2e6 #f3f6f9; }
  .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: #ffffff;
  background-color: #53a6fa; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #53a6fa;
  background-color: #ffffff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0980f8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #53a6fa;
  border-color: #53a6fa; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #53a6fa; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #218cf9; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(83, 166, 250, 0.5); }

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #22b66e; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1a8b54; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(34, 182, 110, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #14baa8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #0f8c7e; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 186, 168, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #fdab29; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #f19502; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 171, 41, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #ea2e49; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #d01530; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(234, 46, 73, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f9fafc; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d7deeb; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 250, 252, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #1e2835; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #0c0f14; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 40, 53, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #2b5682;
  background-color: #ddedfe;
  border-color: #cfe6fe; }
  .alert-primary hr {
    border-top-color: #b6d9fd; }
  .alert-primary .alert-link {
    color: #1e3d5c; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #125f39;
  background-color: #d3f0e2;
  border-color: #c1ebd6; }
  .alert-success hr {
    border-top-color: #aee5c9; }
  .alert-success .alert-link {
    color: #0a341f; }

.alert-info {
  color: #0a6157;
  background-color: #d0f1ee;
  border-color: #bdece7; }
  .alert-info hr {
    border-top-color: #a9e6e0; }
  .alert-info .alert-link {
    color: #05332e; }

.alert-warning {
  color: #845915;
  background-color: #ffeed4;
  border-color: #fee7c3; }
  .alert-warning hr {
    border-top-color: #feddaa; }
  .alert-warning .alert-link {
    color: #583b0e; }

.alert-danger {
  color: #7a1826;
  background-color: #fbd5db;
  border-color: #f9c4cc; }
  .alert-danger hr {
    border-top-color: #f7adb8; }
  .alert-danger .alert-link {
    color: #4f1019; }

.alert-light {
  color: #818283;
  background-color: #fefefe;
  border-color: #fdfefe; }
  .alert-light hr {
    border-top-color: #ecf6f6; }
  .alert-light .alert-link {
    color: #686969; }

.alert-dark {
  color: #10151c;
  background-color: #d2d4d7;
  border-color: #c0c3c6; }
  .alert-dark hr {
    border-top-color: #b3b6ba; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #53a6fa;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #53a6fa;
    border-color: #53a6fa; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #2b5682;
  background-color: #cfe6fe; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2b5682;
    background-color: #b6d9fd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2b5682;
    border-color: #2b5682; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #125f39;
  background-color: #c1ebd6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #125f39;
    background-color: #aee5c9; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #125f39;
    border-color: #125f39; }

.list-group-item-info {
  color: #0a6157;
  background-color: #bdece7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0a6157;
    background-color: #a9e6e0; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0a6157;
    border-color: #0a6157; }

.list-group-item-warning {
  color: #845915;
  background-color: #fee7c3; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #845915;
    background-color: #feddaa; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #845915;
    border-color: #845915; }

.list-group-item-danger {
  color: #7a1826;
  background-color: #f9c4cc; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7a1826;
    background-color: #f7adb8; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #7a1826;
    border-color: #7a1826; }

.list-group-item-light {
  color: #818283;
  background-color: #fdfefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818283;
    background-color: #ecf6f6; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #818283;
    border-color: #818283; }

.list-group-item-dark {
  color: #10151c;
  background-color: #c0c3c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #10151c;
    background-color: #b3b6ba; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #10151c;
    border-color: #10151c; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #53a6fa !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #218cf9 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #22b66e !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1a8b54 !important; }

.bg-info {
  background-color: #14baa8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0f8c7e !important; }

.bg-warning {
  background-color: #fdab29 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f19502 !important; }

.bg-danger {
  background-color: #ea2e49 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d01530 !important; }

.bg-light {
  background-color: #f9fafc !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d7deeb !important; }

.bg-dark {
  background-color: #1e2835 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0c0f14 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid rgba(120, 130, 140, 0.13) !important; }

.border-top {
  border-top: 1px solid rgba(120, 130, 140, 0.13) !important; }

.border-right {
  border-right: 1px solid rgba(120, 130, 140, 0.13) !important; }

.border-bottom {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13) !important; }

.border-left {
  border-left: 1px solid rgba(120, 130, 140, 0.13) !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #53a6fa !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #22b66e !important; }

.border-info {
  border-color: #14baa8 !important; }

.border-warning {
  border-color: #fdab29 !important; }

.border-danger {
  border-color: #ea2e49 !important; }

.border-light {
  border-color: #f9fafc !important; }

.border-dark {
  border-color: #1e2835 !important; }

.border-white {
  border-color: #ffffff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #53a6fa !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0980f8 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #22b66e !important; }

a.text-success:hover, a.text-success:focus {
  color: #167647 !important; }

.text-info {
  color: #14baa8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0d756a !important; }

.text-warning {
  color: #fdab29 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d78502 !important; }

.text-danger {
  color: #ea2e49 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b9132a !important; }

.text-light {
  color: #f9fafc !important; }

a.text-light:hover, a.text-light:focus {
  color: #c6d0e3 !important; }

.text-dark {
  color: #1e2835 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #020304 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: rgba(0, 0, 0, 0.85) !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: rgba(120, 130, 140, 0.065); }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(120, 130, 140, 0.065); } }


/* "imagelightbox.min" ********************************************************/

#imagelightbox{cursor:pointer;position:fixed;z-index:10000;top:50%;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0,0,0,.75);box-shadow:0 0 3.125em rgba(0,0,0,.75)}.imagelightbox-open{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.imagelightbox-loading,.imagelightbox-loading div{border-radius:9999px}.imagelightbox-loading{background-color:rgba(130,130,130,.8);position:fixed;z-index:10003;top:50%;left:50%;padding:.65em;margin:-1.3em 0 0 -1.3em;-webkit-box-shadow:0 0 2.5em rgba(130,130,130,.6);box-shadow:0 0 2.5em rgba(130,130,130,.6)}.imagelightbox-loading div{width:1.3em;height:1.3em;background-color:#fff;-webkit-animation:imagelightbox-loading .5s ease infinite;animation:imagelightbox-loading .5s ease infinite}@-webkit-keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes imagelightbox-loading{from{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}}.imagelightbox-wrapper{background-color:rgba(0,0,0,.5);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0}.imagelightbox-close{border:none;cursor:pointer;width:3em;height:3em;background-color:rgba(130,130,130,.8);position:fixed;z-index:10002;top:2.5em;right:2.5em;border-radius:50%;-webkit-transition:color .3s ease;transition:color .3s ease}.imagelightbox-close:hover{background-color:#111}.imagelightbox-close:after,.imagelightbox-close:before{width:2px;background-color:#fff;content:'';position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px}.imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.imagelightbox-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.imagelightbox-caption{text-align:center;color:#fff;background-color:#666;position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:.625em;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.imagelightbox-nav{background-color:rgba(0,0,0,.5);position:fixed;z-index:10001;left:50%;bottom:3.75em;padding:.313em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:20px}.imagelightbox-nav a{position:relative;top:.2em;width:1em;height:1em;border:1px solid #fff;display:inline-block;margin:0 .313em;border-radius:50%}.imagelightbox-nav .active{-webkit-animation:fade-in .45s linear;animation:fade-in .45s linear;background-color:#fff}.imagelightbox-navitem:active{background:grey}.imagelightbox-arrow{border:none;border-radius:50%;cursor:pointer;width:4em;height:4em;background-color:rgba(130,130,130,.8);vertical-align:middle;display:none;position:fixed;z-index:10001;top:50%;padding:0;margin-top:-3.75em}.imagelightbox-arrow:hover{background-color:rgba(0,0,0,.75)}.imagelightbox-arrow:active{background-color:#111}.imagelightbox-arrow-left{left:2.5em}.imagelightbox-arrow-right{right:2.5em}.imagelightbox-arrow:before{width:0;height:0;border:1em solid transparent;content:'';display:inline-block;margin-bottom:-7%}.imagelightbox-arrow-left:before{border-left:none;border-right-color:#fff;margin-left:-.35em}.imagelightbox-arrow-right:before{border-right:none;border-left-color:#fff;margin-left:.2em}.imagelightbox-arrow,.imagelightbox-close,.imagelightbox-loading,.imagelightbox-nav,.imagelightbox-wrapper{-webkit-animation:fade-in .25s linear;animation:fade-in .25s linear}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media only screen and (max-width:41.250em){#container{width:100%}.imagelightbox-close{top:1.25em;right:1.25em}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-1.875em}.imagelightbox-arrow-left{left:1.25em}.imagelightbox-arrow-right{right:1.25em}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0}.imagelightbox-arrow-right{right:0}}

/* "select2" ******************************************************************/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/* "gijgo" ********************************************************************/

@font-face {
    font-family: 'gijgo-material';
    src: url('../../shr/fonts/gijgo-material.eot?235541');
    src: url('../../shr/fonts/gijgo-material.eot?235541#iefix') format('embedded-opentype'),
         url('../../shr/fonts/gijgo-material.ttf?235541') format('truetype'),
         url('../../shr/fonts/gijgo-material.woff?235541') format('woff'),
         url('../../shr/fonts/gijgo-material.svg?235541#gijgo-material') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gj-button {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 3px;
    padding: 6px 10px;
    cursor: pointer;
}

.gj-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gj-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gj-margin-left-5 {
    margin-left: 5px;
}

.gj-margin-left-10 {
    margin-left: 10px;
}

.gj-width-full {
    width: 100%;
}

.gj-cursor-pointer {
    cursor: pointer;
}

.gj-text-align-center {
    text-align: center;
}

.gj-font-size-16 {
    font-size: 16px;
}

.gj-hidden {
    display: none;
}

/** Material Design */
.gj-button-md {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gj-button-md:hover {
    background-color: rgba(158,158,158,.2);
}

.gj-button-md:disabled {
    color: rgba(0,0,0,.26);
    background: 0 0;
}

.gj-button-md .material-icons,
.gj-button-md .gj-icon {
    vertical-align: middle;
    /*font-size: 1.3rem;
    margin-right: 4px;*/
}

.gj-button-md.gj-button-md-icon {
    width: 24px;
    height: 31px;
    min-width: 24px;
    padding: 0px;
    display: table;
}

.gj-button-md.gj-button-md-icon .material-icons,
.gj-button-md.gj-button-md-icon .gj-icon {
    display: table-cell;
    margin-right: 0px;
    width: 24px;
    height: 24px;
}

.gj-button-md.active {
    background-color: rgba(158,158,158,.4);
}

.gj-button-md-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.gj-textbox-md {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.42);
    display: block;
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0px;
    margin: 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: rgba(0,0,0,.87);
}

.gj-textbox-md:focus,
.gj-textbox-md:active {
    border-bottom: 2px solid rgba(0,0,0,.42);
    outline: none;
}

.gj-textbox-md::placeholder {
    color: #8e8e8e;
}

.gj-textbox-md:-ms-input-placeholder {
    color: #8e8e8e;
}

.gj-textbox-md::-ms-input-placeholder {
    color: #8e8e8e;
}

.gj-md-spacer-24 {
    min-width: 24px;
    width: 24px;
    display: inline-block;
}

.gj-md-spacer-32 {
    min-width: 32px;
    width: 32px;
    display: inline-block;
}

.gj-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1203;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.54118);
    transition: 200ms ease opacity;
    will-change: opacity;
}

/* List */
ul.gj-list li [data-role="wrapper"] {
    display: table;
    width: 100%;
}

ul.gj-list li [data-role="checkbox"] {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

ul.gj-list li [data-role="image"] {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

ul.gj-list li [data-role="display"] {
    display: table-cell;
    vertical-align:middle;
    cursor: pointer;
}

ul.gj-list li [data-role="display"]:empty:before {
  content: "\200b"; /* unicode zero width space character */
}

/* List - Bootstrap */
ul.gj-list-bootstrap {
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.gj-list-bootstrap li {
    padding: 0px;
}

ul.gj-list-bootstrap li [data-role="wrapper"] {
    padding: 0px 10px;
}

ul.gj-list-bootstrap li [data-role="checkbox"] {
    width: 24px;
    padding: 3px;
}

ul.gj-list-bootstrap li [data-role="image"] {
    width: 24px;
    height: 24px;
}

ul.gj-list-bootstrap li [data-role="display"] {
    padding: 8px 0px 8px 4px;
}

.list-group-item.active ul li, .list-group-item.active:focus ul li, .list-group-item.active:hover ul li {
    text-shadow: none;
    color:initial;
}

/* List - Material Design */
ul.gj-list-md {
    padding: 0px;
    list-style: none;
    list-style-type: none;
    line-height: 24px;
    letter-spacing: 0;
    color: #616161; /* Gray 700 */
}

ul.gj-list-md li {
    display: list-item;
    list-style-type: none;
    padding: 0px;
    min-height: unset;
    box-sizing: border-box;
    align-items: center;
    cursor: default;
    overflow: hidden;

    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

ul.gj-list-md li [data-role="checkbox"] {
    height: 24px;
    width: 24px;
}

ul.gj-list-md li [data-role="image"] {
    height: 24px;
    width: 24px;
}

ul.gj-list-md li [data-role="display"] {
    padding: 8px 0px 8px 5px;
    order: 0;
    flex-grow: 2;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    text-align: left;
    color: rgba(0,0,0,.87);
}

ul.gj-list-md li.disabled>[data-role="wrapper"]>[data-role="display"] {
    color: #9E9E9E; /* Gray 500 */
}

.gj-list-md-active {
    background: #e0e0e0;
    color: #3f51b5;
}


/* Picker */
.gj-picker {
    position: absolute;
    z-index: 1203;
    background-color: #fff;
}

.gj-picker .selected {
    color: #fff;
}

/* Material Design */
.gj-picker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    border: 1px solid #E0E0E0;
}

.gj-modal .gj-picker-md {
    border: 0px;
}

.gj-picker-md [role="header"] {
    color: rgba(255, 255, 255, 0.54);
    display: flex;
    background: #2196f3;
    align-items: baseline;
    user-select: none;
    justify-content: center;
}

.gj-picker-md [role="footer"] {
    float: right;
    padding: 10px;
}

.gj-picker-md [role="footer"] button.gj-button-md {
    color: #2196f3;
    font-weight: bold;
    font-size: 13px;
}

/* Bootstrap */
.gj-picker-bootstrap {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
}

.gj-picker-bootstrap .selected {
    color: #888;
}

.gj-picker-bootstrap [role="header"] {
    background: #eee;
    color: #AAA;
}

.gj-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gijgo-material' !important;
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gj-icon.undo:before {
    content: "\e900";
}

.gj-icon.vertical-align-top:before {
    content: "\e901";
}

.gj-icon.vertical-align-center:before {
    content: "\e902";
}

.gj-icon.vertical-align-bottom:before {
    content: "\e903";
}

.gj-icon.arrow-dropup:before {
    content: "\e904";
}

.gj-icon.clock:before {
    content: "\e905";
}

.gj-icon.refresh:before {
    content: "\e906";
}

.gj-icon.last-page:before {
    content: "\e907";
}

.gj-icon.first-page:before {
    content: "\e908";
}

.gj-icon.cancel:before {
    content: "\e909";
}

.gj-icon.clear:before {
    content: "\e90a";
}

.gj-icon.check-circle:before {
    content: "\e90b";
}

.gj-icon.delete:before {
    content: "\e90c";
}

.gj-icon.arrow-upward:before {
    content: "\e90d";
}

.gj-icon.arrow-forward:before {
    content: "\e90e";
}

.gj-icon.arrow-downward:before {
    content: "\e90f";
}

.gj-icon.arrow-back:before {
    content: "\e910";
}

.gj-icon.list-numbered:before {
    content: "\e911";
}

.gj-icon.list-bulleted:before {
    content: "\e912";
}

.gj-icon.indent-increase:before {
    content: "\e913";
}

.gj-icon.indent-decrease:before {
    content: "\e914";
}

.gj-icon.redo:before {
    content: "\e915";
}

.gj-icon.align-right:before {
    content: "\e916";
}

.gj-icon.align-left:before {
    content: "\e917";
}

.gj-icon.align-justify:before {
    content: "\e918";
}

.gj-icon.align-center:before {
    content: "\e919";
}

.gj-icon.strikethrough:before {
    content: "\e91a";
}

.gj-icon.italic:before {
    content: "\e91b";
}

.gj-icon.underlined:before {
    content: "\e91c";
}

.gj-icon.bold:before {
    content: "\e91d";
}

.gj-icon.arrow-dropdown:before {
    content: "\e91e";
}

.gj-icon.done:before {
    content: "\e91f";
}

.gj-icon.pencil:before {
    content: "\e920";
}

.gj-icon.minus:before {
    content: "\e921";
}

.gj-icon.plus:before {
    content: "\e922";
}

.gj-icon.chevron-up:before {
    content: "\e923";
}

.gj-icon.chevron-right:before {
    content: "\e924";
}

.gj-icon.chevron-down:before {
    content: "\e925";
}

.gj-icon.chevron-left:before {
    content: "\e926";
}

.gj-icon.event:before {
    content: "\e927";
}
.gj-draggable {
    cursor: move;
}
.gj-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1203;
}

.gj-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.gj-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.gj-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.gj-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.gj-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.gj-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.gj-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.gj-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.gj-dialog-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
}

.gj-dialog-scrollable [data-role="body"] {
    overflow-x: hidden;
    overflow-y: scroll;
}

/** Bootstrap 3 **/
.gj-dialog-bootstrap {
    overflow: hidden;
    z-index: 1202;
}

.gj-dialog-bootstrap [data-role="title"] {
    display: inline;
}
.gj-dialog-bootstrap [data-role="close"] {
    line-height: 1.42857143;
}

/** Bootstrap 4 **/
.gj-dialog-bootstrap4 {
    overflow: hidden;
    z-index: 1202;
}

.gj-dialog-bootstrap4 [data-role="title"] {
    display: inline;
}
.gj-dialog-bootstrap4 [data-role="close"] {
    line-height: 1.5;
}

/** Material Design **/
.gj-dialog-md {
    background-color: #FFF;
    overflow: hidden;
    border: none;
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    z-index: 1202;
}

.gj-dialog-md-header {
    padding: 24px 24px 0px 24px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.gj-dialog-md-title {
    margin: 0;
    font-weight: 400;
    display: inline;
    line-height: 28px;
    font-size: 20px;
}

.gj-dialog-md-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 28px;
    font-size: 28px;
}

.gj-dialog-md-body {
    padding: 20px 24px 24px 24px;
    color: rgba(0,0,0,.54);
    font-family: "Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.gj-dialog-md-footer {
    padding: 8px 8px 8px 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    box-sizing: border-box;
}

.gj-dialog-md-footer>*:first-child {
    margin-right: 0;
}

.gj-dialog-md-footer>* {
    margin-right: 8px;
    height: 36px;
}
DIV.gj-grid-wrapper {
    margin: auto;
    position: relative;
    clear:both;
    z-index: 1;
}

TABLE.gj-grid {
    margin: auto;    
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

TABLE.gj-grid THEAD TH [data-role="selectAll"] {
    margin: auto;
}

TABLE.gj-grid THEAD TH [data-role="title"] {
    display: inline-block;
}

TABLE.gj-grid THEAD TH [data-role="sorticon"] {
    display: inline-block;
}

TABLE.gj-grid THEAD TH {
    overflow: hidden;
    text-overflow: ellipsis;
}

TABLE.gj-grid.autogrow-header-row THEAD TH {
    overflow: auto;
    text-overflow: initial;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word;
}

TABLE.gj-grid > tbody > tr > td {
    overflow: hidden;
    position: relative;
}

table.gj-grid tbody div[data-role="display"] {
    vertical-align: middle;
    text-indent: 0;
    white-space: pre-wrap;
    -ms-word-break: break-word;
    word-break: break-word;
}

table.gj-grid.fixed-body-rows tbody div[data-role="display"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-break: initial;
    word-break: initial;
}

table.gj-grid tfoot DIV[data-role="display"] {
    vertical-align: middle;
    text-indent: 0;
    display: flex;
}

TABLE.gj-grid .fa {
    padding: 2px;
}

TABLE.gj-grid > tbody > tr > td > div {
    padding: 2px;
    overflow: hidden;
}

DIV.gj-grid-wrapper DIV.gj-grid-loading-cover
{
    background: #BBBBBB;
    opacity: 0.5;
    position: absolute;
    vertical-align: middle;
}

DIV.gj-grid-wrapper DIV.gj-grid-loading-text
{
    position: absolute;
    font-weight: bold;
}

/* Bootstrap Theme */
table.gj-grid-bootstrap thead th {
    background-color: #f5f5f5;
    vertical-align:middle;
}

table.gj-grid-bootstrap thead th [data-role="sorticon"] {
    margin-left: 5px;
}

table.gj-grid-bootstrap thead th [data-role="sorticon"] i.gj-icon,
table.gj-grid-bootstrap thead th [data-role="sorticon"] i.material-icons {
    position: absolute;
    font-size: 20px;
    top: 15px;
}

table.gj-grid-bootstrap tbody tr td div[data-role="display"] {
    padding: 0px;
}

.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 2px;
}

.gj-grid-bootstrap-4 tbody tr.active {
    background-color: rgba(0,0,0,.075);
}

/* Material Design Theme */
.gj-grid-md {
    position: relative;
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    background-color: #fff;
}

.gj-grid-md td:first-of-type, .gj-grid-md th:first-of-type {
    padding-left: 24px;
}

.gj-grid-md th {
    position: relative;
    vertical-align: bottom;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0;
    height: 56px;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    padding-bottom: 8px;
    box-sizing: border-box;
    padding: 12px 18px;
    text-align: right;
}

.gj-grid-md td {
    position: relative;
    height: 48px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 18px;
    box-sizing: border-box;
    text-align: left;
    color: rgba(0,0,0,.87);
}

.gj-grid-md tbody tr {
    position: relative;
    height: 48px;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: background-color;
}

.gj-grid-md tbody tr:hover {
    background-color: #EEEEEE; /* Gray 200 */
}

.gj-grid-md tbody tr.gj-grid-md-select {
    background-color: #F5F5F5; /* Grey 100 */
}


table.gj-grid-md thead th [data-role="sorticon"] {
    margin-left: 5px;
}

table.gj-grid-md thead th [data-role="sorticon"] i.gj-icon,
table.gj-grid-md thead th [data-role="sorticon"] i.material-icons {
    position: absolute;
    font-size: 16px;
    top: 19px;
}

table.gj-grid-md thead th.gj-grid-select-all {
    padding-bottom: 3px;
}
/* Hide all prioritized columns by default */
@media only all {
	th.display-1120,
	td.display-1120,
	th.display-960,
	td.display-960,
	th.display-800,
	td.display-800,
	th.display-640,
	td.display-640,
	th.display-480,
	td.display-480,
	th.display-320,
	td.display-320 {
		display: none;
	}
}

/* Show at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
	TABLE.gj-grid-bootstrap th.display-320,
	TABLE.gj-grid-bootstrap td.display-320 {
		display: table-cell;
	}
}
/* Show at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
	TABLE.gj-grid-bootstrap th.display-480,
	TABLE.gj-grid-bootstrap td.display-480 {
		display: table-cell;
	}
}
/* Show at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
	TABLE.gj-grid-bootstrap th.display-640,
	TABLE.gj-grid-bootstrap td.display-640 {
		display: table-cell;
	}
}
/* Show at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
	TABLE.gj-grid-bootstrap th.display-800,
	TABLE.gj-grid-bootstrap td.display-800 {
		display: table-cell;
	}
}
/* Show at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
	TABLE.gj-grid-bootstrap th.display-960,
	TABLE.gj-grid-bootstrap td.display-960 {
		display: table-cell;
	}
}
/* Show at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
	TABLE.gj-grid-bootstrap th.display-1120,
	TABLE.gj-grid-bootstrap td.display-1120 {
		display: table-cell;
	}
}

/* Material Design Theme */
.gj-grid-md tfoot tr th {
    padding-right: 14px;
}

.gj-grid-md tfoot tr[data-role="pager"] .gj-grid-mdl-pager-label {
    padding-left: 5px;
    padding-right: 5px;
}

.gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md {
    margin-left: 12px;
}

.gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md [role="presenter"] {
    font-size: 12px;
    font-weight: bold;
    color: rgba(0,0,0,.54);
}

.gj-grid-md tfoot tr[data-role="pager"] .gj-dropdown-md [role="presenter"] [role="display"] {
    text-align: right;
}

.gj-grid-md tfoot tr[data-role="pager"] .gj-grid-md-limit-select {
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0,0,0,.54);
}

/* Bootstrap */
.gj-grid-bootstrap tfoot tr[data-role="pager"] th {
    line-height: 30px;
    background-color: #f5f5f5;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > div {
    margin-right: 5px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > button {
    margin-right: 5px;
}

.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div button {
    height: 34px;
}

.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
    top: 5px;
}

.gj-grid-bootstrap-3 tfoot tr[data-role="pager"] th > div > input {
    margin-right: 5px;
    width: 40px;
    text-align: right;
    display: inline-block;
    font-weight: bold;
}

.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div > div.input-group {
    width: 40px;
}

.gj-grid-bootstrap-4 tfoot tr[data-role="pager"] th > div > div.input-group input {
    text-align: right;
    font-weight: bold;
    height: 34px;
    padding-top: 2px;
    padding-bottom: 6px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th > div > select {
    display: inline-block;
    margin-right: 5px;
    width: 60px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role="display"] {
    line-height: 14px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap [role="presenter"] [role="display"] {
    font-weight: bold;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap-3 [role="presenter"] {
    padding: 2px 8px;
}

.gj-grid-bootstrap tfoot tr[data-role="pager"] th .gj-dropdown-bootstrap-4 [role="presenter"] {
    padding: 1px 8px;
}
.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
    position: relative;
    width: 100%;
    height: 0px; 
    top: 0px; 
    left: 0px; 
    padding: 0px;
}

span.gj-grid-column-resizer {
    position: absolute;
    right: 0px;
    width: 10px;
    top: -100px;
    height: 300px;
    z-index: 1203;
    cursor: e-resize;
}

.gj-grid-resize-cursor {
    cursor: e-resize;
}
.gj-grid-md tbody tr.gj-grid-top-border td {
  border-top: 2px solid #777;
}
.gj-grid-md tbody tr.gj-grid-bottom-border td {
  border-bottom: 2px solid #777;
}

.gj-grid-bootstrap tbody tr.gj-grid-top-border td {
  border-top: 2px solid #777;
}
.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td {
  border-bottom: 2px solid #777;
}
.gj-grid-md thead tr th.gj-grid-left-border,
.gj-grid-md tbody tr td.gj-grid-left-border
{
    border-left: 3px solid #777;
}
.gj-grid-md thead tr th.gj-grid-right-border,
.gj-grid-md tbody tr td.gj-grid-right-border
{
    border-right: 3px solid #777;
}

.gj-grid-bootstrap thead tr th.gj-grid-left-border,
.gj-grid-bootstrap tbody tr td.gj-grid-left-border
{
    border-left: 5px solid #ddd;
}
.gj-grid-bootstrap thead tr th.gj-grid-right-border,
.gj-grid-bootstrap tbody tr td.gj-grid-right-border
{
    border-right: 5px solid #ddd;
}
.gj-dirty {
    position: absolute;
    top: 0px;
    left: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #f00 transparent transparent #f00;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
}

/* Material Design */
.gj-grid-md tbody tr td.gj-grid-management-column {
    padding: 3px;
}

.gj-grid-md tbody tr td[data-mode="edit"] {
    padding: 0px 18px;
}

.gj-grid-md tbody .gj-dropdown-md [role="presenter"] [role="display"] {
    padding: 0px;
}

/* Bootstrap */
.gj-grid-bootstrap tbody tr td[data-mode="edit"] {
    padding: 0px;
}

.gj-grid-bootstrap tbody tr td[data-mode="edit"] [data-role="edit"] {
    padding: 0px;
}

/* Bootstrap 3 */
.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column {
    padding: 3px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] {
    height: 38px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
    height: 37px;
    padding: 8px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap [role="presenter"] {
    border: 0px;
    border-radius: 0px;
    height: 37px;
    padding-left: 8px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
    height: 37px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="input"] {
    height: 37px;
    border:0px;
    border-radius: 0px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] {
    border:0px;
    border-radius: 0px;
}

.gj-grid-bootstrap-3 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 10px;
    height: 32px;
}

/* Bootstrap 4 */
.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
    padding: 6px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] [data-role="edit"] input[type="text"] {
    height: 48px;
    padding-left: 12px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap [role="presenter"] {
    border: 0px;
    border-radius: 0px;
    height: 48px;
    padding-left: 12px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap-4 [role="expander"].gj-dropdown-expander-mi .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-dropdown-bootstrap-4 [role="expander"].gj-dropdown-expander-mi .material-icons {
    top: 13px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap {
    height: 48px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="input"] {
    height: 48px;
    border:0px;
    border-radius: 0px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] {
    background-color: #fff;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] button {
    border: 0px;
    border-radius: 0px;
    width: 43px;
    position: relative;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-datepicker-bootstrap [role="right-icon"] .material-icons {
    top: 13px;
    left: 10px;
    font-size: 24px;
}

.gj-grid-bootstrap-4 tbody tr td[data-mode="edit"] .gj-checkbox-bootstrap {
    display: inline-block;
    padding-top: 15px;
    height: 42px;
}
.gj-grid-md thead tr[data-role="filter"] th {
    border-top: 1px solid #e0e0e0;
}

div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
    background-color: #f5f5f5;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #ddd;
}

div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
}

div.gj-grid-wrapper div.gj-grid-md-toolbar {
    font-weight: bold;
    font-size: 24px;
    font-family: "Helvetica","Arial",sans-serif;
    background-color: rgb(255, 255, 255);
    
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 0px;
    border-collapse: collapse;

    padding: 0 18px 0px 18px;
    line-height: 56px;
}
table.gj-grid-scrollable tbody {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

/* Material Design */
table.gj-grid-md.gj-grid-scrollable {
    border-bottom: 0px;
}

table.gj-grid-md.gj-grid-scrollable tbody {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

table.gj-grid-md.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #e0e0e0;
}

/* Bootstrap 3 */
table.gj-grid-bootstrap.gj-grid-scrollable {
    border-bottom: 0px;
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"]:first-child td {
    border-top: 0px;
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"] td:first-child {
    border-left: 0px;
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role="row"] td:last-child {
    border-right: 0px;
}

table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
    border-bottom: 1px solid #ddd;
}

ul.gj-list li [data-role="spacer"] {
    display: table-cell;
}

ul.gj-list li [data-role="expander"] {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    cursor: pointer;
}

[data-type="tree"] ul li [data-role="expander"].gj-tree-material-icons-expander {
    width: 24px;
}

[data-type="tree"] ul li [data-role="expander"].gj-tree-font-awesome-expander {
    width: 24px;
}

[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander {
    width: 24px;
}

[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander .glyphicon {
    top: 4px;
    height: 24px;
}

/* Bootstrap Theme */
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
    border: 0px;
    border-radius: 0px;
    color: #333;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active {
    color: #fff;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
    color: #777;
    background-color: #eee;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
    border: 0px;
    border-radius: 0px;
    color: #212529;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: #fff;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
    color: #868e96;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
    width: 100%;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
    border: 1px solid #ddd;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
    border-left: 0px;
    border-right: 0px;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
    padding-top: 8px;
    padding-bottom: 4px;
}

ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander .gj-icon {
    width: 24px;
    height: 24px;
}

/* Material Design Theme */
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="expander"] {
    color: #9E9E9E; /* Gray 500 */
}

.gj-tree-md-border ul.gj-list-md li {
    border: 1px solid #616161; /* Gray 700 */
    margin-bottom: -1px;
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
    border-left: 0px;
    border-right: 0px;
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
    border-bottom: 0px;
}
.gj-tree-drop-above {    
    border-top: 1px solid #000;
}

.gj-tree-drop-below {
    border-bottom: 1px solid #000;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
    border-top: 2px solid #000;
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
    border-bottom: 2px solid #000;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-above {
    border-top: 2px solid #000;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role="wrapper"].drop-below {
    border-bottom: 2px solid #000;
}

.gj-tree-drag-el {
    padding: 0px;
    margin: 0px;
    z-index: 1203;
}

.gj-tree-drag-el li {
    padding: 0px;
    margin: 0px;
}

.gj-tree-drag-el [data-role="wrapper"] {
    cursor: move;
    display: table;
}

.gj-tree-drag-el [data-role="indicator"] {
    width: 14px;
    padding: 0px 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gj-tree-bootstrap-drag-el li.list-group-item {
    border: 0px;
    background: unset;
}

.gj-tree-bootstrap-drag-el [data-role="indicator"] {
    width: 24px;
    height: 24px;
    padding: 0px;
}

.gj-tree-md-drag-el [data-role="indicator"] {
    width: 24px;
    height: 24px;
    padding: 0px;
}
/* Bootstrap */
.gj-checkbox-bootstrap {
    min-width: 0;
    font-size: 0;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline;
}

.gj-checkbox-bootstrap input[type="checkbox"] {
    display: none;
    margin-bottom: -12px;
}

.gj-checkbox-bootstrap span {
    background: #fff;
    display: block;
    content: " ";
    width: 18px;
    height: 18px;
    line-height: 11px;
    font-size: 11px;
    padding: 2px;
    color: #555555;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    transition: box-shadow 0.2s linear, border-color 0.2s linear;
    cursor: pointer;
    margin: auto;
}

.gj-checkbox-bootstrap input[type="checkbox"]:focus + span:before {
    outline: 0;
    box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
    border-color: #66afe9;
}

.gj-checkbox-bootstrap input[type="checkbox"][disabled] + span {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Bootstrap 4 */
.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
    line-height: 16px;
    padding: 0px;
}

.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type="checkbox"]:checked + span:after {
    font-size: 16px;
}

.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span:after {
    font-size: 16px;
}

/* Material Design */
.gj-checkbox-md {
    min-width: 0;
    font-size: 0;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    width: 16px;
    height: 16px;
    position: relative;
}

.gj-checkbox-md input[type="checkbox"] {
    display: none;
    margin-bottom: -12px;
}

.gj-checkbox-md span {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #616161; /* Gray 700 */
    border-radius: 2px;
    z-index: 2;
}

.gj-checkbox-md input[type="checkbox"]:checked + span {
    border: 2px solid #536DFE; /* Indigo A200 */
}

.gj-checkbox-md input[type="checkbox"]:checked + span:after {
    color: #FFF;
    background-color: #536DFE; /* Indigo A200 */
    position: absolute;
    left: 1px;
    top: -15px;
}

.gj-checkbox-md input[type="checkbox"]:indeterminate + span {
    border: 2px solid #616161; /* Gray 700 */
}

.gj-checkbox-md input[type="checkbox"]:indeterminate + span:after {    
    color: #616161;/*color: rgba(0, 0, 0, 1);*/
    position: absolute;
    left: 1px;
    top: -15px;
}

.gj-checkbox-md input[type="checkbox"][disabled] + span {
    border: 2px solid #9E9E9E;
}

.gj-checkbox-md input[type="checkbox"][disabled] + span:after {
    background-color: #9E9E9E;
}

.gj-checkbox-md input[type="checkbox"][disabled]:indeterminate + span:after {
    color: #FFFFFF;
}

/* Material Icons */
.gj-checkbox-material-icons input[type="checkbox"]:checked + span:after {
    content: "\e91f";
    font-size: 14px;
    font-weight: bold;
    white-space: pre;
}

.gj-checkbox-material-icons input[type="checkbox"]:indeterminate + span:after {
    content: "\e921";
    font-size: 14px;
    font-weight: bold;
    white-space: pre;
}

/* Glyphicons */
.gj-checkbox-glyphicons input[type="checkbox"]:checked + span:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013 ";
}

.gj-checkbox-glyphicons input[type="checkbox"]:indeterminate + span:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\2212 ";
    padding-right: 1px;
}

/* fontawesome */
.gj-checkbox-fontawesome .fa {
    font-size: 14px;
}
.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
    line-height: 18px;
}

.gj-checkbox-fontawesome input[type="checkbox"]:checked + span:before {
    content: "\f00c ";
}

.gj-checkbox-fontawesome input[type="checkbox"]:indeterminate + span:before {
    content: "\f068 ";
}
.gj-editor [role="body"] {
    overflow: auto;
    outline: 0px solid transparent;
    box-sizing: border-box;
}

/* Material Design */
.gj-editor-md {
    padding: 7px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    border: 1px solid rgba(158,158,158,.2);
}

.gj-editor-md [role="toolbar"] {
    margin-bottom: 7px;
}

.gj-editor-md [role="toolbar"] .gj-button-md {
    min-width: 54px;
    margin-right: 5px;
}

.gj-editor-md [role="toolbar"] .gj-button-md .gj-icon {
    width: 24px;
    height: 24px;
}

.gj-editor-md [role="body"] {
    border: 1px solid rgba(158,158,158,.2);
}

.gj-editor-md p {
    margin: 0;
    padding: 0;
}

.gj-editor-md blockquote {
    font-size: 14px;
}

/* Bootstrap */
.gj-editor-bootstrap {
    padding: 7px;
    border: 1px solid #eceeef;
}

.gj-editor-bootstrap [role="toolbar"] {
    margin-bottom: 7px;
}

.gj-editor-bootstrap [role="toolbar"] .btn-group {
    margin-right: 10px;
}

.gj-editor-bootstrap [role="toolbar"] button {
    height: 36px;
}

.gj-editor-bootstrap [role="body"] {
    border: 1px solid #eceeef;
}

.gj-editor-bootstrap p {
    margin: 0;
    padding: 0;
}

.gj-editor-bootstrap blockquote {
    font-size: 14px;
}
.gj-dropdown {
    position: relative;
    border-collapse: separate;
}

.gj-dropdown [role="presenter"] {
    display: table;
    cursor: pointer;
    outline: none;
    position: relative;
}

.gj-dropdown [role="presenter"] [role="display"] {
    display: table-cell;
    text-align: left;
    width: 100%;
}

.gj-dropdown [role="presenter"] [role="expander"] {
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    width: 24px;
    height: 24px;
}

/* Material Design */
.gj-dropdown-md [role="presenter"] {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,.42);
    background: transparent;
}

.gj-dropdown-md [role="presenter"]:focus,
.gj-dropdown-md [role="presenter"]:active {
    border-bottom: 2px solid rgba(0,0,0,.42);
}

.gj-dropdown-md [role="presenter"] [role="display"] {
    padding: 4px 0px;
    line-height: 18px;
}

.gj-dropdown-md [role="presenter"] [role="display"] .placeholder {
    color: #8e8e8e;
}

.gj-dropdown-list-md {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #f5f5f5;
    color: #000;
    margin: 0px;
    z-index: 1203;
}

.gj-dropdown-list-md li:hover, .gj-dropdown-list-md li.active {
    background-color: #eee;
}

/* Bootstrap */
.gj-dropdown-bootstrap [role="presenter"] [role="display"] {
    padding-right: 5px;
}

.gj-dropdown-bootstrap [role="presenter"] [role="expander"] {
    padding-left: 5px;
}

.gj-dropdown-bootstrap [role="presenter"] [role="expander"].gj-dropdown-expander-mi {
    width: 24px;
}

.gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] {
    line-height: 20px;
}

.gj-dropdown-bootstrap-3 [role="presenter"] [role="display"] .placeholder {
    color: #9999b3;
}

.gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"] {
    width: 20px;
    height: 20px;
}

.gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-3 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .material-icons {
    top: 5px;
    right: 10px;
    position: absolute;
}

.gj-dropdown-bootstrap-4 [role="presenter"] {
    border: 1px solid #ced4da;
}

.gj-dropdown-bootstrap-4 [role="presenter"] [role="display"] {
    line-height: 24px;
}

.gj-dropdown-bootstrap-4 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-4 [role="presenter"] [role="expander"].gj-dropdown-expander-mi .material-icons {
    top: 7px;
    right: 10px;
    position: absolute;
}

.gj-dropdown-list-bootstrap {
    position: absolute;
    top: 32px;
    left: 0px;
    margin: 0px;
    z-index: 1203;
}
.gj-datepicker [role="input"]::-ms-clear {
    display: none;
}

.gj-datepicker [role="right-icon"] {
    cursor: pointer;
}

.gj-picker div[role="navigator"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gj-picker div[role="navigator"] div {
    cursor: pointer;
    position: relative;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.gj-picker div[role="navigator"] div[role="period"] {
    width: 100%;
    text-align: center;
}

/* Material Design */
.gj-datepicker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    position: relative;
}

.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
}

.gj-datepicker-md.small .gj-textbox-md {
    font-size: 14px;
}

.gj-datepicker-md.small .gj-icon {
    font-size: 22px;
}

.gj-datepicker-md.large .gj-textbox-md {
    font-size: 18px;
}

.gj-datepicker-md.large .gj-icon {
    font-size: 28px;
}

.gj-picker-md.datepicker [role="header"] {
    padding: 20px 20px;
    display: block;
}

.gj-picker-md.datepicker [role="header"] [role="year"] {
    font-size: 17px;
    padding-bottom: 5px;
    cursor: pointer;
}

.gj-picker-md.datepicker [role="header"] [role="date"] {
    font-size: 36px;
    cursor: pointer;
}

.gj-picker-md div[role="navigator"] {
    height: 42px;
    line-height: 42px;
}

.gj-picker div[role="navigator"] div[role="period"] {
    font-weight: bold;
    font-size: 15px;
}

.gj-picker-md div[role="navigator"] div:first-child {
    max-width: 42px;
}

.gj-picker-md div[role="navigator"] div:last-child {
    max-width: 42px;
}

.gj-picker-md div[role="navigator"] div i.gj-icon,
.gj-picker-md div[role="navigator"] div i.material-icons {
    position: absolute;
    top: 8px;
}

.gj-picker-md div[role="navigator"] div:first-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:first-child i.material-icons {
    left: 10px;
}

.gj-picker-md div[role="navigator"] div:last-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:last-child i.material-icons {
    right: 11px;
}

.gj-picker-md table thead {
    color: #9E9E9E; /* Gray 500 */
}

.gj-picker-md table tr th div,
.gj-picker-md table tr td div {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

[type="year"].gj-picker-md table tr td div,
[type="decade"].gj-picker-md table tr td div,
[type="century"].gj-picker-md table tr td div {
    width: 73px;
    height: 73px;
    line-height: 73px;
    cursor: pointer;
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
    background: #EEEEEE;
    border-radius: 50%;
    color: rgba(0,0,0,.87);
}

.gj-picker-md table tr td.other-month div,
.gj-picker-md table tr td.disabled div {
    color: #BDBDBD; /* Gray 400 */
}

.gj-picker-md table tr td.focused div {
    background: #E0E0E0; /* Gray 300 */
    border-radius: 50%;
}

.gj-picker-md table tr td.today div {
    color: #1976D2;
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    color: #FFFFFF;
    background: #1976D2; /* Blue 700 */
    border-radius: 50%;
}

.gj-picker-md table tr td.calendar-week div {
    font-weight: bold;
}

/* Bootstrap */
.gj-datepicker-bootstrap :focus,
.gj-datepicker-bootstrap :active {
    box-shadow: none;
}

.gj-picker-bootstrap {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 4px;
}

.gj-modal .gj-picker-bootstrap {
    padding: 0px;
}

.gj-picker-bootstrap.datepicker [role="header"] {
    padding: 10px 20px;
    display: block;
}

.gj-picker-bootstrap.datepicker [role="header"] [role="year"] {
    font-size: 15px;
    cursor: pointer;
}

.gj-picker-bootstrap [role="header"] [role="date"] {
    font-size: 24px;
    cursor: pointer;
}

.gj-modal .gj-picker-bootstrap.datepicker [role="body"] {
    padding: 15px;
}

.gj-picker-bootstrap div[role="navigator"] {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.gj-picker-bootstrap div[role="navigator"] div:first-child {
    max-width: 30px;
}

.gj-picker-bootstrap div[role="navigator"] div:last-child {
    max-width: 30px;
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

[type="year"].gj-picker-bootstrap table tr td div,
[type="decade"].gj-picker-bootstrap table tr td div,
[type="century"].gj-picker-bootstrap table tr td div {
    width: 53px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
}

.gj-picker-bootstrap table tr th div i,
.gj-picker-bootstrap table tr th div span {
    line-height: 30px;
}

.gj-picker-bootstrap div[role="navigator"] .gj-icon,
.gj-picker-bootstrap div[role="navigator"] .material-icons {
    margin: 3px;
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #EEEEEE;
    border-radius: 4px;
    color: #212529;
}

.gj-picker-bootstrap table tr td.today div {
    color: #204d74;
    font-weight: bold;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    border-radius: 4px;
}

.gj-picker-bootstrap table tr td.other-month div,
.gj-picker-bootstrap table tr td.disabled div {
    color: #777;
}

/* Bootstrap 3 */
.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
    position: relative;
    /*width: 38px;*/
}

.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon .gj-icon,
.gj-datepicker-bootstrap span[role="right-icon"].input-group-addon .material-icons {
    position: absolute;
    top: 7px;
    left: 7px;
}

/* Bootstrap 4 */
.gj-datepicker-bootstrap [role="right-icon"] button {
    width: 38px;
    position: relative;
    border: 1px solid #ced4da;
}

.gj-datepicker-bootstrap [role="right-icon"] button:hover {
    color: #6c757d;
    background-color: transparent;
}

.gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button {
    width: 30px;
}

.gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button {
    width: 48px;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 9px;
    left: 9px;
}

.gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap.input-group-sm [role="right-icon"] button .material-icons {
    top: 6px;
    left: 6px;
    font-size: 19px;
}

.gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap.input-group-lg [role="right-icon"] button .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px;
}
.gj-timepicker [role="input"]::-ms-clear {
    display: none;
}

.gj-timepicker [role="right-icon"] {
    cursor: pointer;
}

.gj-picker.timepicker [role="header"] {
    font-size: 58px;
    padding: 20px 0;
    line-height: 58px;

    display: flex;
    align-items: baseline;
    user-select: none;
    justify-content: center;
}

.gj-picker.timepicker [role="header"] div {
    cursor: pointer;
    width: 66px;
    text-align: right;
}

.gj-picker [role="header"] [role="mode"] {
    position: relative;
    width: 0px;
}

.gj-picker [role="header"] [role="mode"] span {
    position: absolute;
    left: 7px;
    line-height: 18px;
    font-size: 18px;
}

.gj-picker [role="header"] [role="mode"] span[role="am"] {
    top: 7px;
}

.gj-picker [role="header"] [role="mode"] span[role="pm"] {
    bottom: 7px;
}

.gj-picker [role="body"] [role="dial"] {
    width: 256px;
    color: rgba(0, 0, 0, 0.87);
    height: 256px;
    position: relative;
    background: #eeeeee;
    border-radius: 50%;
    margin: 10px;
}

.gj-picker [role="body"] [role="hour"] {
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    user-select: none;
    pointer-events: none;
}

.gj-picker [role="body"] [role="hour"].selected {
    color: rgba(255, 255, 255, 1);
}

.gj-picker [role="body"] [role="arrow"] {
    top: calc(50% - 1px);
    left: 50%;
    width: calc(50% - 20px);
    height: 2px;
    position: absolute;
    pointer-events: none;
    transform-origin: left center;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: calc(50% - 52px);
}

.gj-picker .arrow-begin {
    top: -3px;
    left: -4px;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
}

.gj-picker .arrow-end {
    top: -15px;
    right: -16px;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: content-box;
    border-width: 16px;
    border-radius: 50%;
}

/* Material Design */
.gj-timepicker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    position: relative;
}

.gj-timepicker-md.small .gj-textbox-md {
    font-size: 14px;
}

.gj-timepicker-md.small .gj-icon {
    font-size: 22px;
}

.gj-timepicker-md.large .gj-textbox-md {
    font-size: 18px;
}

.gj-timepicker-md.large .gj-icon {
    font-size: 28px;
}

.gj-timepicker-md [role="right-icon"] {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
}

.gj-picker-md .arrow-begin {
    background-color: #2196f3;
}
.gj-picker-md .arrow-end {
    border: 16px solid #2196f3;
}

.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #2196f3;
}

/* Bootstrap */
.gj-timepicker-bootstrap :focus,
.gj-timepicker-bootstrap :active {
    box-shadow: none;
}

.gj-picker-bootstrap [role="body"] [role="arrow"] {
    background-color: #888;
}

.gj-picker-bootstrap .arrow-begin {
    background-color: #888;
}

.gj-picker-bootstrap .arrow-end {
    border: 16px solid #888;
}

/* Bootstrap 3 */
.gj-timepicker-bootstrap .input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0px;
    position: relative;
    width: 38px;
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon {
    width: 30px;
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
    width: 46px;
}

.gj-timepicker-bootstrap .input-group-addon .gj-icon,
.gj-timepicker-bootstrap .input-group-addon .material-icons {
    position: absolute;
    font-size: 21px;
    top: 6px;
    left: 8px;
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
    font-size: 19px;
    top: 5px;
    left: 5px;
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
    font-size: 27px;
    top: 10px;
    left: 10px;
}

/* Bootstrap 4 */
.gj-timepicker-bootstrap [role="right-icon"] button {
    width: 38px;
    position: relative;
}

.gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button {
    width: 30px;
}

.gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button {
    width: 48px;
}

.gj-timepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap [role="right-icon"] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 7px;
    left: 9px;
}

.gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap.input-group-sm [role="right-icon"] button .material-icons {
    top: 4px;
    left: 6px;
    font-size: 19px;
}

.gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button .gj-icon,
.gj-timepicker-bootstrap.input-group-lg [role="right-icon"] button .material-icons {
    font-size: 27px;
    top: 8px;
    left: 10px;
}
.gj-picker.datetimepicker [role="header"] [role="date"] {
    padding-bottom: 5px;
    text-align: center;
    cursor: pointer;
}

.gj-picker [role="switch"] {
    align-items: baseline;
    user-select: none;
    position: relative;
}

.gj-picker [role="switch"] [role="calendarMode"] {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    left: 0px;
}

.gj-picker [role="switch"] [role="time"] {
    width: 100%;
    text-align: center;
}

.gj-picker [role="switch"] [role="time"] div {
    display: inline;
    cursor: pointer;
}

.gj-picker [role="switch"] [role="calendarMode"] {
    cursor: pointer;
}

.gj-picker [role="switch"] [role="clockMode"] {
    position: absolute;
    right: 0px;
    bottom: 3px;
    cursor: pointer;
}

/* Material Design */
.gj-picker-md.datetimepicker [role="header"] {
    font-size: 36px;
    padding: 10px 20px;
    display: block;
}

.gj-picker-md [role="switch"] {
    color: rgba(255, 255, 255, 0.54);
    background: #2196f3;
    font-size: 32px;
}

/* Bootstrap */
.gj-picker-bootstrap.datetimepicker [role="header"] {
    font-size: 36px;
    padding: 10px 20px;
    display: block;
}

.gj-picker-bootstrap.datetimepicker [role="header"] [role="time"] {
    font-size: 22px;
}

.gj-slider {
    position: relative;
    padding: 8px 6px;
}

.gj-slider [role="track"] {
    width: 100%;
}

.gj-slider [role="progress"] {
    position: absolute;
    z-index: 1203;
}

.gj-slider [role="handle"] {
    position: absolute;
}

.gj-slider-md [role="track"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #e9ecef;
    height: 2px;
    background-color: rgba(0,0,0,.26);
}

.gj-slider-md [role="progress"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 2px;
    background-color: #536DFE; /* Indigo A200 */
    top: 8px;
    left: 6px;
}

.gj-slider-md [role="handle"] {
    top: 3px;
    left: 0px;
    width: 12px;
    height: 12px;
    background-color: #536DFE; /* Indigo A200 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204;
}

/* Bootstrap */
.gj-slider-bootstrap [role="track"] {
    border-radius: 4px;
    height: 10px;
}

.gj-slider-bootstrap [role="progress"] {
    height: 10px;
    border-radius: 4px;
    top: 8px;
    left: 6px;
    transition: none;
}

.gj-slider-bootstrap [role="handle"] {
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1204;
}

.gj-slider-bootstrap-3 [role="handle"] {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
}

.gj-slider-bootstrap-4 [role="handle"] {
    background-color: #007bff;
    background-image: -webkit-linear-gradient(top, #007bff 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #007bff 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #007bff 0%, #2e6da4 100%);
    background-repeat: repeat-x;
}


.gj-colorpicker [role="right-icon"] {
    cursor: pointer;
}


/* Material Design */
.gj-colorpicker-md {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
    color: rgba(0,0,0,.87);
    position: relative;
}

.gj-colorpicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
}

/* "animations" ***************************************************************/

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease -out;

	visibility: visible;
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleX(0.95);
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}
	100%{
		transform: translateY(0%) scaleX(1);
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}
	100%{
		-webkit-transform: translateY(0%) scaleX(1);
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;

	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible;
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;
	}
	60% {
		transform: scale(1.1);
	}
	80% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;

	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	visibility: visible;
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);
	}
	50% {
		transform: scale(0.95);
	}
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);
	}
	50% {
		-webkit-transform: scale(0.95);
	}
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}
	100% {
		-webkit-transform: scale(1);
	}	
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	visibility: visible;
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible;
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}
	65% {
		transform: rotate(1deg);
	}
	80% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(0deg);
	}					
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}
	65% {
		-webkit-transform: rotate(1deg);
	}
	80% {
		-webkit-transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.95);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;

	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);
	}		
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);
	}
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}			
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}			
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}			
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}			
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}



.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}
/*
@-moz-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@-o-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-o-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes slideOutLeft {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes slideOutLeft {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	-moz-animation-name: slideOutLeft;
	-o-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes slideOutRight {
	0% {
		-moz-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes slideOutRight {
	0% {
		-o-transform: translateX(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	-moz-animation-name: slideOutRight;
	-o-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes moveFromLeft{
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromLeft{
	from {
		-moz-transform: translateX(-100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromLeft{
	from {
		-ms-transform: translateX(-100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}
@-o-keyframes moveFromLeft{
	from {
		-o-transform: translateX(-100%);
	}
	to {
		-o-transform: translateX(0%);
	}
}
@keyframes moveFromLeft{
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}

.moveFromLeft {
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
	-o-animation: moveFromLeft 400ms ease;
	animation: moveFromLeft 400ms ease;
}

@-webkit-keyframes moveFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes moveFromRight {
	from {
		-moz-transform: translateX(100%);
	}
	to {
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes moveFromRight {
	from {
		-ms-transform: translateX(100%);
	}
	to {
		-ms-transform: translateX(0%);
	}
}
@-o-keyframes moveFromRight {
	from {
		-o-transform: translateX(100%);
	}
	to {
		-o-transform: translateX(0%);
	}
}
@keyframes moveFromRight {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0%);
	}
}
.moveFromRight {
	-webkit-animation: moveFromRight 400ms ease;
	-moz-animation: moveFromRight 400ms ease;
	-ms-animation: moveFromRight 400ms ease;
	-o-animation: moveFromRight 400ms ease;
	animation: moveFromRight 400ms ease;
}

@-webkit-keyframes moveFromBottom {
	from {
		-webkit-transform: translateY(100%);
	}
	to {
		-webkit-transform: translateY(0%);
	}
}
@-moz-keyframes moveFromBottom {
	from {
		-moz-transform: translateY(100%);
	}
	to {
		-moz-transform: translateY(0%);
	}
}
@-ms-keyframes moveFromBottom {
	from {
		-ms-transform: translateY(100%);
	}
	to {
		-ms-transform: translateY(0%);
	}
}
@-o-keyframes moveFromBottom {
	from {
		-o-transform: translateY(100%);
	}
	to {
		-o-transform: translateY(0%);
	}
}
@keyframes moveFromBottom {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0%);
	}
}
.moveFromBottom {
	-webkit-animation: moveFromBottom 400ms ease;
	-moz-animation: moveFromBottom 400ms ease;
	-ms-animation: moveFromBottom 400ms ease;
	-o-animation: moveFromBottom 400ms ease;
	animation: moveFromBottom 400ms ease;
}


@-webkit-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	60% {
		opacity: 0;
		-webkit-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	60% {
		opacity: 0;
		-moz-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	60% {
		opacity: 0;
		-ms-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes scaleDisappear {
	0% {
		opacity: 1;
		-o-transform: scale(1);
	}
	60% {
		opacity: 0;
		-o-transform: scale(1.3);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes scaleDisappear {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	60% {
		opacity: 0;
		transform: scale(1.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.scaleDisappear {
	-webkit-animation: scaleDisappear 350ms ease-in-out;
	-moz-animation: scaleDisappear 350ms ease-in-out;
	-ms-animation: scaleDisappear 350ms ease-in-out;
	-o-animation: scaleDisappear 350ms ease-in-out;
	animation: scaleDisappear 350ms ease-in-out;
}


@-webkit-keyframes scaleAppear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes scaleAppear {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes scaleAppear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}
@-o-keyframes scaleAppear {
	0% {
		opacity: 0;
		-o-transform: scale(0);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes scaleAppear {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.scaleAppear {
	-webkit-animation: scaleAppear 750ms ease;
	-moz-animation: scaleAppear 750ms ease;
	-ms-animation: scaleAppear 750ms ease;
	-o-animation: scaleAppear 750ms ease;
	animation: scaleAppear 750ms ease;
}

/*
Animation example, for spinners
*/
.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* "font-awesome-5" ***********************************************************/

.fa,
.fas,
.far,
.fal,
.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: 0.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 0.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(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  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-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 {
  -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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.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-balance-scale:before {
  content: "\f24e"; }

.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-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-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-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.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-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-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-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-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-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.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-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-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-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-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-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-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.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-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-edit:before {
  content: "\f044"; }

.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-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-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-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.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-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-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-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-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-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-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.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-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.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-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-hot-tub:before {
  content: "\f593"; }

.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-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-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.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-instagram:before {
  content: "\f16d"; }

.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-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-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-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-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-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-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-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-nintendo-switch:before {
  content: "\f418"; }

.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-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-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-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-carry:before {
  content: "\f4ce"; }

.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-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.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-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-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.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-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-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-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-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.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-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.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-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-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-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.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-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-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-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.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-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.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-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-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-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-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-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.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-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-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-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-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-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.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-water:before {
  content: "\f773"; }

.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-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-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: normal;
  src: url("../../shr/fonts/font-awesone-5/fa-brands-400.eot");
  src: url("../../shr/fonts/font-awesone-5/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("../../shr/fonts/font-awesone-5/fa-brands-400.woff2") format("woff2"),
       url("../../shr/fonts/font-awesone-5/fa-brands-400.woff") format("woff"),
       url("../../shr/fonts/font-awesone-5/fa-brands-400.ttf") format("truetype"),
       url("../../shr/fonts/font-awesone-5/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands", sans-serif; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../shr/fonts/font-awesone-5/fa-regular-400.eot");
  src: url("../../shr/fonts/font-awesone-5/fa-regular-400.eot?#iefix") format("embedded-opentype"),
       url("../../shr/fonts/font-awesone-5/fa-regular-400.woff2") format("woff2"),
       url("../../shr/fonts/font-awesone-5/fa-regular-400.woff") format("woff"),
       url("../../shr/fonts/font-awesone-5/fa-regular-400.ttf") format("truetype"),
       url("../../shr/fonts/font-awesone-5/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../shr/fonts/font-awesone-5/fa-solid-900.eot");
  src: url("../../shr/fonts/font-awesone-5/fa-solid-900.eot?#iefix") format("embedded-opentype"),
       url("../../shr/fonts/font-awesone-5/fa-solid-900.woff2") format("woff2"),
       url("../../shr/fonts/font-awesone-5/fa-solid-900.woff") format("woff"),
       url("../../shr/fonts/font-awesone-5/fa-solid-900.ttf") format("truetype"),
       url("../../shr/fonts/font-awesone-5/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900; }


/* "main" *********************************************************************/

@charset "utf-8";

/*
Flaticon icon font: Flaticon
Creation date: 21/11/2016 12:12
*/

@font-face {
	font-family: "Flaticon";
	font-style: normal;
	font-weight: normal;
	src: url("../../shr/fonts/flaticon/Flaticon.eot");
	src: url("../../shr/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../../shr/fonts/flaticon/Flaticon.woff") format("woff"),
       url("../../shr/fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("../../shr/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	@font-face {
		font-family: "Flaticon";
		src: url("../../shr/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
	}
}

.fi:before {
	display: inline-block;
	font-family: "Flaticon";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
}

.flaticon-badge:before {
	content: "\f100";
}

.flaticon-balance:before {
	content: "\f101";
}

.flaticon-balloons:before {
	content: "\f102";
}

.flaticon-bar-chart:before {
	content: "\f103";
}

.flaticon-calendar:before {
	content: "\f104";
}

.flaticon-candidates:before {
	content: "\f105";
}

.flaticon-capitol:before {
	content: "\f106";
}

.flaticon-checking:before {
	content: "\f107";
}

.flaticon-debate:before {
	content: "\f108";
}

.flaticon-flag:before {
	content: "\f109";
}

.flaticon-garlands:before {
	content: "\f10a";
}

.flaticon-handshake:before {
	content: "\f10b";
}

.flaticon-leaflet:before {
	content: "\f10c";
}

.flaticon-line-chart:before {
	content: "\f10d";
}

.flaticon-megaphone:before {
	content: "\f10e";
}

.flaticon-newspaper:before {
	content: "\f10f";
}

.flaticon-oath:before {
	content: "\f110";
}

.flaticon-pie-chart:before {
	content: "\f111";
}

.flaticon-poll:before {
	content: "\f112";
}

.flaticon-rating:before {
	content: "\f113";
}

.flaticon-search:before {
	content: "\f114";
}

.flaticon-speech:before {
	content: "\f115";
}

.flaticon-statistics:before {
	content: "\f116";
}

.flaticon-suit:before {
	content: "\f117";
}

.flaticon-television:before {
	content: "\f118";
}

.flaticon-tie:before {
	content: "\f119";
}

.flaticon-top-hat:before {
	content: "\f11a";
}

.flaticon-vote:before {
	content: "\f11b";
}

.flaticon-vote-1:before {
	content: "\f11c";
}

.flaticon-voting:before {
	content: "\f11d";
}

/**
*** Table Of Contents
**/
/*
** Template colors
*

Accent Colors:
1: #ed4266
2: #255085
3: #ffc30f
4: #fa5a0a

Light section (.ls) colors:
Text color in light section: #707787
Background color for light section and font color in dark section: #ffffff
Color for headings in light section and for background in dark section (.ds): #36404c
Background color for light muted section (grey - .ls.ms): #f5f5f6
Background color for dark muted section (.ds.ms): #303944
Border colors for elements in light section (and .bordered elements): #ebeced, rgba(0, 0, 0, 0.1)
Background color for elements in light section (.hero-bg): #f5f5f5

Dark section (.ds) colors: 
Text color in dark section: #aeb1b4
Border colors for elements in dark section: #4a535e
Background color for elements in dark section (.hero-bg): #222739

Color section (.cs) colors: 
Background color for elements in color section: rgba(255, 255, 255, 0.1)
Border color for elements in color section: rgba(255, 255, 255, 0.15)


1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
  - owl
  - flexslider
  - photoswipe
  - piechart
  - timetable
  - totop
  - countdown
  - vectormap
5. Bootstrap Addons helpers styles for sections and elements
  - horizontal
  - vertical
  - sections
  - media_items
  - buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
  - layout
  - colors
  - spacing
10. Shortcodes styles
  - icon-box
  - special-heading
  - number-card
  - price_table
  - quote-item
  - items-masonry
11. Widgets styles
  - search_mailchimp
  - nav_cat_arch_meta_pages
  - calendar
  - rss
  - tag_cloud
  - flickr
  - instagram
  - access_press
  - twitter
  - post_slider
  - post_tabs
  - post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
*/
/*
** General Styles for HTML tags
*/
html {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

::-moz-selection {
	background-color: #ed4266;
	color: #fff;
}

::selection {
	background-color: #ed4266;
	color: #fff;
}

::-moz-selection {
	background-color: #ed4266;
	color: #fff;
}

body {
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 1;
}

h1 {
	font-size: 3em;
	margin-bottom: 0.45em;
	margin-top: 1.15em;
}

h2 {
	font-size: 2.5em;
	margin-bottom: 0.68em;
	margin-top: 1.15em;
}

h3 {
	font-size: 2.25em;
	margin-bottom: 0.67em;
	margin-top: 1.2em;
}

h4 {
	font-size: 1.85em;
	margin-bottom: 0.9em;
	margin-top: 1.5em;
}

h5 {
	font-size: 1.5em;
	margin-bottom: 1.3em;
	margin-top: 1.95em;
}

h6 {
	font-size: 1.25em;
	margin-bottom: 1.4em;
	margin-top: 2.2em;
}

@media (max-width: 768px) {
	h1 {
		font-size: 2.8rem;
	}

	h2 {
		font-size: 2.4rem;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.7rem;
	}

	h5 {
		font-size: 1.4rem;
	}

	h6 {
		font-size: 1.1rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p {
	margin: 0 0 17px;
}

ul,
li {/*
	list-style-position: inside;*/
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

label {
	color: #36404c;
}

a {
	color: #36404c;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #ed4266;
	text-decoration: none;
	transition: all 0.15s linear 0s;
}

a.color-main:hover {
	color: #36404c;
}

blockquote {
	border: none;
	color: #707787;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin: 90px auto 28px;
	max-width: 780px;
	padding: 0;
	position: relative;
	text-align: center;
}

blockquote::before {
	background-color: #255085;
	border-radius: 50%;
	content: "";
	height: 40px;
	left: 49%;
	position: absolute;
	top: -60px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
}

blockquote::after {
	color: #fff;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 49%;
	position: absolute;
	top: -54px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

blockquote footer cite {
	color: #36404c;
	display: flex;
	flex-direction: column;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-top: 28px;
}

blockquote footer cite span {
	color: #707787;
	font-weight: normal;
	margin-top: 4px;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}

hr {
	border-color: #ebeced;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	border: 1px solid #ebeced;
	line-height: 1.42857143;
	padding: 18px 8px;
	text-align: center;
	vertical-align: middle;
}

table th {
	color: #36404c;
	font-weight: normal;
	vertical-align: middle;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

.big {
	font-size: 20px;
	line-height: 1.8em;
	margin: 0.85em 0 1.3em;
}

.big em {
	display: inline-block;
	margin: 0.3em 0 0;
}

@media (min-width: 768px) {
	.big em {
		margin: 1em 0 0.5em;
	}
}

.media h3 {
	text-transform: uppercase;
}

.media .dropcap {
	margin-right: 0;
}

.small-text {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.program-section .owl-carousel .owl-dots,
.surgical-section .owl-carousel .owl-dots,
.testimonials-section .owl-carousel .owl-dots {
	display: none;
}

@media (max-width: 1250px) {
	.program-section .owl-carousel .owl-dots,
	.surgical-section .owl-carousel .owl-dots,
	.testimonials-section .owl-carousel .owl-dots {
		display: block;
	}
}

.program-section .owl-carousel .owl-nav,
.surgical-section .owl-carousel .owl-nav,
.testimonials-section .owl-carousel .owl-nav {
	top: 44%;
}

@media (max-width: 1250px) {
	.program-section .owl-carousel .owl-nav,
	.surgical-section .owl-carousel .owl-nav,
	.testimonials-section .owl-carousel .owl-nav {
		display: none;
	}
}

.program-section .owl-carousel .owl-nav .owl-prev,
.surgical-section .owl-carousel .owl-nav .owl-prev,
.testimonials-section .owl-carousel .owl-nav .owl-prev {
	left: -17%;
	opacity: 1;
}

@media (max-width: 1650px) {
	.program-section .owl-carousel .owl-nav .owl-prev,
	.surgical-section .owl-carousel .owl-nav .owl-prev,
	.testimonials-section .owl-carousel .owl-nav .owl-prev {
		left: -8%;
	}
}

@media (max-width: 1400px) {
	.program-section .owl-carousel .owl-nav .owl-prev,
	.surgical-section .owl-carousel .owl-nav .owl-prev,
	.testimonials-section .owl-carousel .owl-nav .owl-prev {
		left: -4%;
	}
}

.program-section .owl-carousel .owl-nav .owl-prev:hover i,
.surgical-section .owl-carousel .owl-nav .owl-prev:hover i,
.testimonials-section .owl-carousel .owl-nav .owl-prev:hover i {
	color: #36404c;
}

.program-section .owl-carousel .owl-nav .owl-prev i,
.surgical-section .owl-carousel .owl-nav .owl-prev i,
.testimonials-section .owl-carousel .owl-nav .owl-prev i {
	color: #707787;
	font-size: 30px;
}

.program-section .owl-carousel .owl-nav .owl-prev i:before,
.surgical-section .owl-carousel .owl-nav .owl-prev i:before,
.testimonials-section .owl-carousel .owl-nav .owl-prev i:before {
	content: "\f104";
}

.program-section .owl-carousel .owl-nav .owl-prev.disabled,
.surgical-section .owl-carousel .owl-nav .owl-prev.disabled,
.testimonials-section .owl-carousel .owl-nav .owl-prev.disabled {
	opacity: 1;
}

.program-section .owl-carousel .owl-nav .owl-next,
.surgical-section .owl-carousel .owl-nav .owl-next,
.testimonials-section .owl-carousel .owl-nav .owl-next {
	opacity: 1;
	right: -17%;
}

@media (max-width: 1650px) {
	.program-section .owl-carousel .owl-nav .owl-next,
	.surgical-section .owl-carousel .owl-nav .owl-next,
	.testimonials-section .owl-carousel .owl-nav .owl-next {
		right: -8%;
	}
}

@media (max-width: 1400px) {
	.program-section .owl-carousel .owl-nav .owl-next,
	.surgical-section .owl-carousel .owl-nav .owl-next,
	.testimonials-section .owl-carousel .owl-nav .owl-next {
		right: -4%;
	}
}

.program-section .owl-carousel .owl-nav .owl-next:hover i,
.surgical-section .owl-carousel .owl-nav .owl-next:hover i,
.testimonials-section .owl-carousel .owl-nav .owl-next:hover i {
	color: #36404c;
}

.program-section .owl-carousel .owl-nav .owl-next i,
.surgical-section .owl-carousel .owl-nav .owl-next i,
.testimonials-section .owl-carousel .owl-nav .owl-next i {
	color: #707787;
	font-size: 30px;
}

.program-section .owl-carousel .owl-nav .owl-next i:before,
.surgical-section .owl-carousel .owl-nav .owl-next i:before,
.testimonials-section .owl-carousel .owl-nav .owl-next i:before {
	content: "\f105";
}

.program-section .owl-carousel .owl-nav .owl-next.disabled,
.surgical-section .owl-carousel .owl-nav .owl-next.disabled,
.testimonials-section .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 1;
}

.program-section .owl-carousel .owl-nav .owl-next.disabled i,
.surgical-section .owl-carousel .owl-nav .owl-next.disabled i,
.testimonials-section .owl-carousel .owl-nav .owl-next.disabled i {
	color: #aeb1b4;
}

.program-section .owl-carousel .owl-stage {
	padding: 5px 0;
}

.program-section .owl-carousel .owl-nav {
	top: 51%;
}

.testimonials-section .owl-carousel .owl-dots {
	display: block;
	margin-top: 27px;
}

.testimonials-section .owl-carousel .owl-dots .owl-dot span {
	border-color: #707787;
}

.testimonials-section .owl-carousel .owl-nav {
	top: 49%;
}

.surgical-section .owl-carousel .owl-stage {
	padding: 5px 0;
}

.surgical-section .owl-carousel .owl-nav {
	top: 48%;
}

@media (max-width: 575px) {
	.surgical-section .pricing-plan [class*='bg-'] {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.ui-slider {
	background-color: rgba(255, 255, 255, 0.1);
	margin: 0 5px 0 8px;
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	background-color: #36404c;
	border: 2px solid #ed4266;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	margin-left: -0.6em;
	outline: none;
	position: absolute;
	top: 0;
	touch-action: none;
	transition: left 0.3s linear;
	width: 20px;
	z-index: 2;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.bio-parallax .ui-slider {
	background-color: #eaeaea;
}

.bio-parallax .author-bio-flex:first-of-type {
	border-top: 1px solid #eaeaea;
}

.bio-parallax .ui-slider .ui-slider-range {
	background: #ed4266;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	transition: all 0.3s linear;
	z-index: 2;
}

.bio-parallax .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.bio-parallax .ui-slider-horizontal {
	height: 1px;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.bio-parallax .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.social-icons a:not(:last-child) {
	margin-right: 10px;
}

ul,
ol {
	padding-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-bordered {
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.list-bordered li {
	border-bottom: 1px solid #ebeced;
	border-top: 1px solid #ebeced;
	padding-bottom: 15px;
	padding-top: 14px;
}

.list-bordered.with-icon li {
	align-items: center;
	display: flex;
	padding-bottom: 19px;
	padding-top: 19px;
}

.list-bordered.with-icon li .fi {
	font-size: 40px;
	margin-right: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.list-bordered.with-icon li.border-above-xl-none {
		border-top: none;
	}
}

@media (max-width: 767px) {
	.list-bordered.with-icon li.border-above-xl-none {
		border-top: none;
	}
}

.list-bordered li + li {
	border-top: none;
}

.list-bordered.no-top-border > li:first-child {
	border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
	border-bottom: none;
}

ul.list-bordered {
	color: #707787;
}

.list-styled ul,
ul.list-styled {
	color: #707787;
	list-style: none;
	padding: 0;
}

.list-styled ul.color-darkgrey,
ul.list-styled.color-darkgrey {
	color: #36404c;
}

.list-styled ul.color-darkgrey li,
ul.list-styled.color-darkgrey li {
	font-weight: 400;
}

.list-styled ul li,
ul.list-styled li {
	color: #36404c;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 4px 0 6px 14px;
	position: relative;
}

.list-styled ul li:before,
ul.list-styled li:before {
	color: #ed4266;
	content: "\f111";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 4px;
	font-weight: 900;
	left: 2px;
	position: absolute;
	top: 4px;
}

ul.list-unstyled {
	color: #707787;
}

ul.list-unstyled li {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	padding: 4px 0 6px 0px;
}

ol.list-num {
	counter-reset: li;
	list-style: none outside none;
	margin-bottom: 0;
	padding: 0;
}

ol.list-num li {
	color: #36404c;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 4px 0 6px 31px;
	position: relative;
}

ol.list-num li:after {
	color: #ed4266;
	content: "0" counter(li) ".";
	counter-increment: li;
	left: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
** Bootstrap Overrides
*/
/* bootstrap breadcrumbs*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.breadcrumb > li {
	display: inline-block;
	float: none;
	padding: 0;
}

.breadcrumb > li a:not(.btn) {
	color: #fff;
}

.breadcrumb > li a:not(.btn):hover {
	color: #aeb1b4;
}

.text-center .breadcrumb {
	justify-content: center;
}

@media (min-width: 992px) {
	.text-lg-right .breadcrumb {
		justify-content: flex-end;
	}
}

.breadcrumb > .active {
	color: #fff;
	opacity: 0.9;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	padding: 0 5px;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
	background-color: transparent;
	border: 3px solid #ebeced;
	border-radius: 0;
	color: #707787;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	line-height: 24px;
	padding-bottom: 11px;
	padding-left: 28px;
	padding-right: 30px;
	padding-top: 11px;
	width: 100%;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
.form-control:focus,
.form-control:active {
	background-color: transparent;
	color: #707787;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 60px !important;
}

.select_container {
	position: relative;
}

.select_container select {
	background-color: transparent;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #36404c;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 11px;
	padding-left: 28px;
	padding-right: 30px;
	padding-top: 11px;
	width: 100%;
}

.select_container select:focus,
.select_container select:active {
	background-color: transparent;
	color: #36404c;
}

.select_container::before {
	background-color: #fff;
	bottom: 3px;
	content: "";
	display: inline-block;
	pointer-events: none;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 45px;
}

.select_container::after {
	color: #ed4266;
	content: "\f078";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 10px;
	font-weight: 900;
	pointer-events: none;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

input[disabled] {
	cursor: not-allowed;
	opacity: .7;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"],
button {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	padding: 20px 10px;
	text-align: center;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
	color: #ed4266;
}

.ds input[type="submit"]:not([class]),
.cs input[type="submit"]:not([class]),
.ds
button:not([class]),
.cs
button:not([class]) {
	border-color: #fff;
	color: #fff;
}

textarea,
textarea.form-control {
	height: auto;
	padding-top: 15px;
}

@media (max-width: 767px) {
	.buttons-group {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.buttons-group .btn + .btn {
		margin-left: 0;
		margin-top: 20px;
	}
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

[class*='col-'] > .form-group {
	margin-bottom: 0;
}

[class*='col-'] > .form-group + .form-group {
	margin-top: 10px;
}

.has-placeholder label {
	display: none;
}

/* select styling */
select[multiple] {
	height: auto;
}

select option,
.form-control option {
	background-color: #fff;
	color: #36404c;
}

.form-control-unstyled {
	background-color: transparent;
	border: none;
}

.form-control,
.form-control:focus {
	box-shadow: none;
	color: #707787;
}

.form-control.invalid {
	box-shadow: 0 0 0 2px #ed4266;
}

.form-control:focus {
	border-color: #c3c6c9;
}

.form-control:-moz-placeholder {
	color: #707787;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #707787;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #707787;
}

.form-control::-webkit-input-placeholder {
	color: #707787;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

/*icons for forms */
form label + [class*="fa-"] {
	color: #21272e;
	font-size: 13px;
	left: 30px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
	top: 24px;
}

form label + [class*="fa-"] + .form-control {
	padding-left: 58px;
}

label {
	cursor: pointer;
}

.checkbox label,
.radio label {
	font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
	font-weight: inherit;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=checkbox],
.radio label[for] + input[type=radio] {
	left: 20px;
}

input[type=checkbox],
input[type=radio] {
	margin-right: 8px;
}

.form-wrapper.hero-bg,
.form-wrapper.muted-bg,
.form-wrapper.cs,
.form-wrapper.ds,
.form-wrapper.ls {
	padding: 35px;
}

.has-error .form-control {
	border-color: #ed4266;
}

.has-error label,
.has-error .help-block {
	color: #ed4266;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
	display: inline-block;
}

input[type="checkbox"] + label {
	padding-left: 0;
}

input[type="checkbox"] + label > a {
	color: #36404c;
}

input[type="checkbox"] + label:before {
	border: 3px solid #4a535e;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	height: 16px;
	line-height: 14px;
	margin: 1px 10px 4px 0;
	padding-right: 0.1em;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}

input[type="checkbox"]:checked + label:before {
	color: #fff;
	content: "\f00c";
}

input[type="checkbox"]:disabled + label:before {
	background-color: #ebeced;
}

/*styled radio*/
.radio input[type="radio"] {
	display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
	display: inline-block;
}

input[type="radio"] + label {
	cursor: pointer;
	padding-left: 0;
}

input[type="radio"] + label > a {
	color: #999;
}

input[type="radio"] + label:before {
	border: 2px solid #ebeced;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}

input[type="radio"]:checked + label:before {
	background-clip: content-box;
	background-color: #ed4266;
	padding: 3px;
}

input[type="radio"]:disabled + label:before {
	background-color: #ebeced;
}

.contact-form-submit {
	margin-top: 60px;
}

/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	border-radius: 50%;
	height: 10px;
	max-width: 10px;
}

/* bootstrap tabs*/
.nav-tabs {
	border-bottom: none;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) and (min-width: 992px) {
	.nav-tabs.aside-tab {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.nav-tabs {
		display: flex;
		flex-direction: column;
	}
}

.nav-tabs .nav-link {
	background: #ed4266;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-right: 2px;
	text-transform: unset;
}

.nav-tabs .nav-link:hover {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787 !important;
}

@media (max-width: 768px) {
	.nav-tabs .nav-link {
		margin-right: 0;
		padding: 15px 35px 15px;
	}
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #36404c !important;
}

@media (max-width: 1299px) and (min-width: 992px) {
	.nav-tabs.small-section {
		display: flex;
		flex-direction: column;
	}

	.nav-tabs.small-section .nav-item {
		display: flex;
		flex-direction: column;
	}

	.nav-tabs.small-section .nav-item .nav-link {
		margin-right: 0;
	}
}

.nav-tabs.vertical-tabs {
	display: flex;
	flex-direction: column;
}

.nav-tabs.vertical-tabs .nav-item {
	margin-bottom: 10px;
}

.nav-tabs.vertical-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs .nav-link {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787;
	min-width: unset;
	padding: 22px 35px;
}

.nav-tabs.vertical-tabs .nav-link:hover {
	background: #ed4266;
	color: #fff !important;
}

.nav-tabs.vertical-tabs .nav-item.show .nav-link,
.nav-tabs.vertical-tabs .nav-link.active {
	background: #ed4266;
	color: #fff !important;
}

.nav-tabs.vertical-tabs.widget .nav-item:not(:last-child) {
	margin-bottom: 30px;
}

.nav-tabs.vertical-tabs.widget .media {
	margin-bottom: 0;
}

.nav-tabs.vertical-tabs.widget .media .media-image {
	position: relative;
}

.nav-tabs.vertical-tabs.widget .media .media-image::before {
	background-color: #36404c;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	width: 100%;
	z-index: 2;
}

.nav-tabs.vertical-tabs.widget .nav-link {
	box-shadow: none;
	padding: 0;
}

.nav-tabs.vertical-tabs.widget .nav-link:hover {
	background: transparent;
}

.nav-tabs.vertical-tabs.widget .nav-link .media-body {
	align-items: flex-start;
	text-align: left;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover,
.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link,
.nav-tabs.vertical-tabs.widget .nav-link.active {
	background: transparent;
}

.nav-tabs.vertical-tabs.widget .nav-item .nav-link:hover .media .media-image:before,
.nav-tabs.vertical-tabs.widget .nav-item.show .nav-link .media .media-image:before,
.nav-tabs.vertical-tabs.widget .nav-link.active .media .media-image:before {
	opacity: 0.5;
}

.nav-link {
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	min-width: 200px;
	padding: 24px 35px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.nav-link {
		min-width: 100px;
	}
}

@media (max-width: 450px) {
	.nav-link {
		display: block;
		min-width: auto;
		width: 100%;
	}
}

.small-tabs .nav-link {
	min-width: unset;
	padding: 12px 20px;
}

.small-tabs .nav-tabs .nav-item {
	width: 33.62%;
}

.small-tabs .nav-tabs .nav-item:last-child {
	margin-right: -3px;
}

.tab-content {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 53px 60px;
	position: relative;
}

.tab-content::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.tab-content.border-none::before {
	content: none;
}

@media (max-width: 450px) {
	.tab-content {
		padding: 30px;
	}
}

.tab-content h6 {
	font-size: 16px;
	font-weight: 600;
}

.tab-pane .media img {
	max-width: 40%;
}

.tab-pane .media img:first-child {
	margin-right: 10px;
}

.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
	font-weight: 900;
}

/* bootstrap collapse*/
[data-toggle="collapse"] {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 20px;
	padding-right: 20px;
	position: relative;
}

[data-toggle="collapse"]:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 10px;
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
}

[data-toggle="collapse"].collapsed:after {
	content: "\f054";
}

[role="tablist"] .card {
	background: none;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
}

[role="tablist"] .card-header {
	background: none;
	border: none;
	padding: 0;
}

[role="tablist"] .card-header:hover {
	background-color: #ed4266;
}

[role="tablist"] .card-header a {
	background-color: #ed4266;
	border: none;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 22px 50px 22px 40px;
	text-transform: unset;
	word-wrap: break-word;
}

[role="tablist"] .card-header a i {
	color: #fff;
	margin-right: 20px;
}

[role="tablist"] .card-header a:before,
[role="tablist"] .card-header a:after {
	background-color: transparent;
	bottom: 0;
	color: #fff;
	content: "";
	font-family: inherit;
	font-weight: 100;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: opacity 0.3s ease-in-out;
	width: 66px;
}

[role="tablist"] .card-header a:after {
	background: none;
	bottom: auto;
	color: #fff;
	content: "\f139";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	top: 50%;
	vertical-align: top;
}

[role="tablist"] .card-header a:not(.btn):hover {
	color: #fff;
}

[role="tablist"] .card-header a:not(.btn):hover:before,
[role="tablist"] .card-header a:not(.btn):hover:after {
	color: #fff;
}

[role="tablist"] .card-header a:not(.btn):hover i {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed {
	background-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787;
}

[role="tablist"] .card-header a.collapsed i {
	color: #ed4266;
}

[role="tablist"] .card-header a.collapsed:after {
	color: #707787;
	content: "\f13a";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 13px;
	margin-top: -15px;
}

[role="tablist"] .card-header a.collapsed:hover {
	background-color: #ed4266;
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover i {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover:after {
	color: #fff;
}

[role="tablist"] [role="tab"] a {
	display: block;
}

[role="tablist"] .card .card-body {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

[role="tablist"] .card-body {
	background-color: transparent;
	padding: 30px 40px 27px 40px;
}

[role="tablist"] .media img {
	max-width: 80px;
}

#accordion02 .card-body {
	margin-bottom: 0;
}

.ds.ms [role="tablist"] .card-header a.collapsed {
	background-color: #36404c;
}

/* bootstrap dropdown menu */
.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 0;
	border-top: 3px solid #ed4266;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: inherit;
	line-height: 1.5;
	margin-top: 0;
	padding: 40px;
	z-index: 1001;
}

.dropdown-menu > a {
	display: block;
	white-space: nowrap;
}

.dropdown-menu > a > img {
	max-width: none;
}

.dropdown-menu > a + a {
	margin-top: 1.5em;
}

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
	color: #36404c;
}

.dropdown.show .dropdown-menu input {
	border: 1px solid #ebeced;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #36404c;
}

.dropdwon-menu-title {
	padding: 10px 30px;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}

/* modal */
.modal-open {
	padding-right: 0 !important;
}

.modal-open .modal {
	background-color: rgba(37, 80, 133, 0.4);
}

.modal.show.center {
	align-items: center;
	display: flex !important;
	justify-content: center;
}

.modal_login_form {
	display: flex;
	max-width: 770px;
	position: relative;
}

.modal_login_form .menu-left {
	flex-shrink: 0;
}

.modal_login_form .menu-right {
	padding: 55px 60px;
}

.modal_login_form .remove {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 35px;
	top: 20px;
}

@media (max-width: 991px) {
	.modal_login_form {
		justify-content: center;
	}

	.modal_login_form .menu-left {
		display: none;
	}

	.modal_login_form .menu-right {
		padding: 40px;
	}
}

.modal-backdrop.show {
	background-color: #4d4d4d;
	opacity: 0.9;
}

.modal-content {
	border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
	margin-bottom: 0;
}

/* bootstrap buttons */
.btn {
	border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 200px;
	padding: 9px 15px;
	text-align: center;
	text-transform: none;
}

.btn.btn-small {
	min-width: 150px;
}

.btn.round,
.btn.rounded {
	line-height: 1;
	padding: 23px;
}

/* media elements */
.media > img {
	display: block;
}

.media-body h3,
.media-body h4 {
	line-height: 1;
	margin-bottom: 0.2em;
	margin-top: 0.3em;
}

* + .media-body,
.media-body + * {
	margin-left: 20px;
}

* + .media-body h5,
.media-body + * h5 {
	margin-bottom: 7px;
}

* + .media-body .small-text,
.media-body + * .small-text {
	margin-bottom: 5px;
}

td .media-body {
	width: auto;
}

.embed-responsive-3by2 {
	background-color: #000;
	height: 0;
	padding-bottom: 66.666%;
}

.embed-placeholder:after {
	background: url("play_3.png") no-repeat center/contain;
	content: "";
	height: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	width: 60px;
	z-index: 3;
}

.embed-placeholder:hover:after {
	opacity: 0.4;
}

.alert {
	border-radius: 0;
	border-width: 0 0 0 4px;
	margin-bottom: 40px;
	padding: 30px;
}

.mark,
mark {
	background: none;
	color: #ed4266;
}

button.close {
	min-width: 0;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	color: inherit;
	font-weight: 300;
}

/* labels */
.label-success {
	background-color: #4db19e;
	color: #fff;
}

.label-info {
	background-color: #007ebd;
	color: #fff;
}

.label-warning {
	background-color: #eeb269;
	color: #fff;
}

.label-danger {
	background-color: #dc5753;
	color: #fff;
}

/*
progressbar*/
.progress {
	border-radius: 1px;
	height: 4px;
	margin-bottom: 23px;
	overflow: visible;
	position: relative;
}

.progress span {
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: -39px;
}

.progress + .progress {
	margin-top: 10px;
}

.progress [data-transitiongoal] {
	width: 0;
}

.progress .progress-bar {
	transition: width 0.5s ease 0.2s;
}

.progress.donate-progress .progress-bar {
	position: relative;
}

.progress.donate-progress .progress-bar span {
	border: 2px solid #255085;
	display: inline-block;
	line-height: 1;
	padding: 5px;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.progress.donate-progress .progress-bar span::before {
	border: 3px solid transparent;
	border-top: 3px solid #255085;
	content: "";
	left: 50%;
	position: absolute;
	top: calc(100% + 2px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.donate-progress-value {
	display: flex;
	justify-content: space-between;
}

.donate-progress-value > span {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.donate-progress-value .title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.donate-progress-value .value {
	color: #36404c;
	line-height: 1;
}

@media (min-width: 992px) {
	.donate-single .donate-progress-value .title {
		font-size: 16px;
	}

	.donate-single .donate-progress-value > span > span:last-child {
		color: #36404c;
		font-size: 30px;
		font-weight: bold;
	}
}

.donate-single .donate-form {
	padding: 60px;
}

@media (max-width: 1199px) {
	.donate-single .donate-form {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.donate-single .donate-form {
		padding: 40px 20px;
	}
}

.donate-single .total-wrap {
	align-content: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 200px;
	padding: 5px 10px;
	text-align: center;
}

.donate-single .total-wrap span:first-child {
	color: #36404c;
	font-weight: 500;
	margin-right: 5px;
}

.donate-single .total-wrap + .btn {
	margin-bottom: 0;
}

.progress-title {
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.progress {
	background-color: #f4f4f5;
}

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: none;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	touch-action: manipulation;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-bottom: 11px;
	padding-top: 11px;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
	height: 100%;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.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;
	transition: all 0.3s ease-in-out;
	-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 {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.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;
}

.owl-carousel .owl-dots {
	line-height: 1;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	height: 10px;
	margin: 5px;
	opacity: 0.8;
	transition: all 200ms ease;
	width: 10px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	border-color: #ed4266;
	opacity: 0.8;
}

.owl-carousel .owl-nav {
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
	display: inline-block;
	opacity: 0.5;
	right: 10px;
	text-transform: uppercase;
}

.owl-carousel .owl-nav > div.disabled {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div.disabled:hover {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div:hover {
	opacity: 0.3;
}

@media (min-width: 768px) {
	.owl-carousel .owl-nav > div i {
		font-size: 54px;
	}
}

.owl-carousel .owl-nav > div:first-child {
	left: 10px;
	right: auto;
}

/* 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 {
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	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 {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.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 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
	top: 50%;
}

.owl-theme .owl-nav > div {
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
	bottom: 35px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

@media (max-width: 479px) {
	.item-media .owl-theme .owl-dots {
		bottom: 20px;
	}
}

/* .owl-center theme */
.owl-center .owl-nav {
	bottom: 0;
	margin-top: 0;
	opacity: 1;
	position: static;
	top: 0;
}

.owl-center .owl-nav > div {
	background-color: rgba(54, 64, 76, 0.6);
	bottom: 0;
	height: auto;
	margin: 0;
	right: -15px;
	top: 0;
	width: 50px;
}

.owl-center .owl-nav > div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav > div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav > div:after {
	color: #fff;
	font-size: 20px;
	left: 17px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
	position: absolute;
	right: -1em;
	top: -55px;
}

.top-right-nav .owl-nav > div {
	background: transparent;
	min-width: 2em;
}

.top-right-nav .owl-nav > div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav > div i {
	font-size: 1em;
}

/*theme with text nav*/
.owl-text-nav .owl-nav {
	display: none;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		left: -13vw;
		position: absolute;
		right: -13vw;
		top: 50%;
	}
}

@media (min-width: 1800px) {
	.owl-text-nav .owl-nav {
		left: -15vw;
		right: -15vw;
	}
}

.owl-text-nav .owl-nav > div {
	margin-top: -30px;
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-text-nav .owl-nav > div > span {
	display: block;
	font-weight: 900;
	line-height: 1;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav > div > span {
		font-size: 38px;
		line-height: 1;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
}

.small-gallery-carousel a:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav > div {
	opacity: 1;
}

@media (min-width: 768px) {
	.small-gallery-carousel .owl-nav > div {
		margin-top: -8px;
		right: 100px;
	}

	.small-gallery-carousel .owl-nav > div:first-child {
		left: 100px;
	}
}

.small-gallery-carousel .owl-nav > div i {
	font-size: 20px;
}

/* owl images fix */
.owl-carousel .owl-item {
	opacity: 0;
	transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	-webkit-backface-visibility: hidden;
	display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	margin: -20px 0 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 40px;
	z-index: 10;
}

.flex-direction-nav .flex-prev {
	left: 40px;
}

.flex-direction-nav .flex-next {
	right: 40px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	filter: alpha(opacity=0);
	opacity: 0;
}

.flex-direction-nav a:before {
	color: #fff;
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	left: 12px;
	position: absolute;
	top: 5px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f054";
	left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
	bottom: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 10px;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10;
}

.flex-pauseplay a:before {
	content: "\f01d";
	display: inline-block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 20px;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f01d";
}

/* Control Nav */
.flex-control-nav {
	bottom: 20px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.flex-control-nav li {
	*display: inline;
	display: inline-block;
	padding: 0 14px;
	text-align: center;
	zoom: 1;
}

.flex-control-paging li a {
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 8px;
	opacity: 0.5;
	width: 8px;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
	border-color: #fff;
}

.flex-control-paging li a:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-paging li a.flex-active {
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
}

.flex-control-thumbs {
	margin: 1px -1px;
	overflow: hidden;
	position: static;
}

.flex-control-thumbs li {
	float: left;
	margin: 0 0 1px;
	padding: 0 0 0 1px;
	width: 25%;
}

.flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: .7;
	width: 100%;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

/* custom nav for flex slider*/
.flex-custom-nav {
	bottom: 38px;
	left: 0;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.flex-custom-nav .flex-control-nav {
	display: inline-block;
	position: static;
	width: auto;
}

.flex-custom-nav .flex-custom-link {
	bottom: 7px;
	color: #36404c;
	font-size: 12px;
	margin: 0 8px;
	position: relative;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
	color: #fff;
}

.flex-custom-nav .flex-custom-link:hover {
	color: #ed4266;
}

.page_slider:hover .flex-custom-nav {
	opacity: 1;
}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	-webkit-text-size-adjust: 100%;
	top: 0;
	touch-action: none;
	width: 100%;
	z-index: 1500;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	-webkit-backface-visibility: hidden;
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	will-change: opacity;
}

.pswp__scroll-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: none;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__zoom-wrap {
	position: absolute;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	width: 100%;
}

.pswp__bg {
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.pswp__img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	height: auto !important;
	left: 0;
	top: 0;
	width: 100% !important;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	color: #ccc;
	font-size: 14px;
	left: 0;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 44px;
	margin: 0;
	opacity: 0.75;
	overflow: visible;
	padding: 0;
	position: relative;
	transition: opacity 0.2s;
	width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	opacity: 0.9;
	outline: none;
}

.pswp__button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(photoswipe/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	height: 44px;
	width: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(photoswipe/default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	background-position: -88px 0;
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 30px;
	position: absolute;
	top: 35px;
	width: 32px;
}

.pswp__button--arrow--left:before {
	background-position: -138px -44px;
	left: 6px;
}

.pswp__button--arrow--right:before {
	background-position: -94px -44px;
	right: 6px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-backface-visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease-out;
	width: 100%;
	will-change: opacity;
	z-index: 1600;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	display: block;
	position: absolute;
	right: 44px;
	top: 56px;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	width: auto;
	will-change: transform;
	z-index: 1620;
}

.pswp__share-tooltip a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
	text-decoration: none;
}

.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	content: "";
	display: block;
	height: 0;
	-moz-pointer-events: none;
	pointer-events: none;
	-webkit-pointer-events: none;
	position: absolute;
	right: 15px;
	top: -12px;
	width: 0;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	color: #fff;
	font-size: 13px;
	height: 44px;
	left: 0;
	line-height: 44px;
	opacity: 0.75;
	padding: 0 10px;
	position: absolute;
	top: 0;
}

/*
	
	4. Caption

 */
.pswp__caption {
	bottom: 0;
	left: 0;
	min-height: 44px;
	position: absolute;
	width: 100%;
}

.pswp__caption small {
	color: #bbb;
	font-size: 11px;
}

.pswp__caption__center {
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	max-width: 420px;
	padding: 10px;
	text-align: left;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	direction: ltr;
	height: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease-out;
	width: 44px;
	will-change: opacity;
}

.pswp__preloader__icn {
	height: 20px;
	margin: 12px;
	width: 20px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	height: 14px;
	left: 15px;
	margin: 0;
	opacity: 0.75;
	position: absolute;
	top: 15px;
	width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
	height: 14px;
	overflow: hidden;
	/*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
	position: relative;
	width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
	background: none;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 14px;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		float: right;
		left: auto;
		margin: 0;
		position: relative;
		top: auto;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.pswp__zoom-wrap .embed-responsive {
	margin: auto;
	max-width: 90%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.pswp__zoom-wrap .embed-responsive {
		max-width: 50%;
	}
}

/*
** Easy pieChart
*/
.chart {
	display: inline-block;
	margin-bottom: 10px;
	min-height: 150px;
	min-width: 150px;
	position: relative;
	text-align: center;
}

.chart .chart-meta {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.chart .chart-meta h4 {
	color: #36404c;
	font-size: 16px;
	font-weight: 400;
	margin-top: 3px;
	text-transform: uppercase;
}

.percent {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 500;
	text-indent: 0.05em;
	z-index: 2;
}

.percent:after {
	content: "%";
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

/* 
** Time Table 
*/
#timetable span {
	display: block;
}

#timetable th,
#timetable td {
	font-weight: normal;
	padding: 25px 5px;
	text-align: center;
	vertical-align: middle;
}

#timetable thead {
	color: #fff;
}

#timetable thead th:first-child {
	background-color: #36404c;
}

#timetable thead th {
	background-color: #303944;
	border: 1px solid #4a535e;
	color: #fff;
	height: 50px;
	padding: 0;
	width: 147px;
}

#timetable tbody th {
	background-color: #303944;
	color: #fff;
	height: 109px;
	padding: 0;
	width: 148px;
}

#timetable tbody td:hover {
	background-color: #ed4266;
}

#timetable tbody td:hover a {
	color: #fff;
}

#timetable tbody td:hover a span {
	color: #fff;
}

#timetable tbody th,
#timetable tbody td {
	border: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 0.3s ease-in-out;
}

#timetable tbody th a,
#timetable tbody td a {
	color: #ed4266;
	display: inline-block;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

#timetable tbody th a span,
#timetable tbody td a span {
	color: #aeb1b4;
	display: inline-block;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 20px;
	text-transform: uppercase;
}

#timetable tbody .current {
	background-color: #ed4266;
	border-color: #ed4266;
}

#timetable tbody .current a {
	color: #fff;
}

#timetable tbody .current a span {
	color: #fff;
}

/* 
** toTop
*/
#toTop {
	background-color: #ed4266;
	bottom: 0;
	color: transparent;
	display: none;
	font-size: 0;
	height: 50px;
	opacity: 0.7;
	overflow: hidden;
	position: fixed;
	right: 0;
	text-decoration: none;
	width: 50px;
	z-index: 1000;
}

#toTop:after {
	bottom: 0;
	color: #fff;
	content: "\f106";
	display: block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	font-weight: 900;
	left: 0;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

@media (max-width: 1199px) {
	#toTop {
		height: 40px;
		width: 40px;
	}

	#toTop::after {
		line-height: 40px;
	}
}

/* Countdown */
#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
	clear: both;
	content: " ";
	display: table;
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: block;
	margin: auto;
	padding: 0;
	text-align: center;
}

.countdown-section {
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	min-width: 23.6%;
	padding: 36px 14px 31px;
	text-align: center;
}

.countdown-section:last-child {
	margin-right: 0;
}

.countdown-amount {
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.countdown-period {
	color: #ed4266;
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.countdown-descr {
	display: block;
}

@media (max-width: 767px) {
	.countdown-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.countdown-section {
		margin: 5px;
		min-width: 110px;
		padding: 20px 8px;
	}

	.countdown-section:last-child {
		margin-right: 5px;
	}

	.countdown-amount {
		font-size: 35px;
	}

	.countdown-period {
		font-size: 14px;
	}
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	background: #fff;
	content: " ";
	display: block;
	position: absolute;
	z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
	width: 3px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	height: 3px;
	margin-top: -1.5px;
	top: 50%;
	width: 9999px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	margin-top: -19px;
	top: 50%;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	border: 6px inset transparent;
	height: 0;
	position: absolute;
	width: 0;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	margin-top: -6px;
	top: 50%;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	z-index: 0;
}

.twentytwenty-container img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
	transition-property: background;
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	border: 3px solid #fff;
	border-radius: 1000px;
	box-shadow: 0 0px 12px rgba(51, 51, 51, 0.5);
	cursor: pointer;
	height: 60px;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 40;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	margin-bottom: 33px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	margin-top: 33px;
	top: 50%;
}

.twentytwenty-vertical .twentytwenty-handle:before {
	box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	left: 50%;
	margin-left: 33px;
}

.twentytwenty-vertical .twentytwenty-handle:after {
	box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
	margin-right: 33px;
	right: 50%;
}

.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	margin-right: -17px;
	right: 50%;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	margin-top: -17px;
	top: 50%;
}

.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

/* sidebar scroll plugin */
.scroll-wrapper {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none;
	box-sizing: content-box;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: scroll;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: rgba(127, 127, 127, 0.4);
	border-radius: 1px;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

/*
** Bootstrap Addons
*/
/*
** Horizontal padding (gutters) for columns and rows
*/
/* columns
.c - columns
px-* - horizontal padding value
*/
.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
	padding-left: 50px;
	padding-right: 50px;
}

.c-gutter-80 [class*="col-"],
.row.c-gutter-80 > [class*="col-"] {
	padding-left: 40px;
	padding-right: 40px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.c-gutter-50 [class*="col-"],
.row.c-gutter-50 > [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

.c-gutter-40 [class*="col-"],
.row.c-gutter-40 > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}

.c-gutter-30 [class*="col-"],
.row.c-gutter-30 > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.c-gutter-35 [class*="col-"],
.row.c-gutter-35 > [class*="col-"] {
	padding-left: 18px;
	padding-right: 17px;
}

.c-gutter-25 [class*="col-"],
.row.c-gutter-25 > [class*="col-"] {
	padding-left: 13px;
	padding-right: 12px;
}

.c-gutter-20 [class*="col-"],
.row.c-gutter-20 > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.c-gutter-15 [class*="col-"],
.row.c-gutter-15 > [class*="col-"] {
	padding-left: 8px;
	padding-right: 7px;
}

.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.c-gutter-5 [class*="col-"],
.row.c-gutter-5 > [class*="col-"] {
	padding-left: 3px;
	padding-right: 2px;
}

.c-gutter-2 [class*="col-"],
.row.c-gutter-2 > [class*="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}

.c-gutter-1 [class*="col-"],
.row.c-gutter-1 > [class*="col-"] {
	padding-left: 1px;
	padding-right: 0;
}

/*same as bootstrap .no-gutters class*/
.c-gutter-0 [class*="col-"],
.row.c-gutter-0 > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* rows */
.c-gutter-100 .row,
div.row.c-gutter-100 {
	margin-left: -50px;
	margin-right: -50px;
}

.c-gutter-80 .row,
div.row.c-gutter-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.c-gutter-50 .row,
div.row.c-gutter-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.c-gutter-40 .row,
div.row.c-gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.c-gutter-30 .row,
div.row.c-gutter-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.c-gutter-35 .row,
div.row.c-gutter-35 {
	margin-left: -18px;
	margin-right: -17px;
}

.c-gutter-25 .row,
div.row.c-gutter-25 {
	margin-left: -13px;
	margin-right: -12px;
}

.c-gutter-20 .row,
div.row.c-gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.c-gutter-15 .row,
div.row.c-gutter-15 {
	margin-left: -8px;
	margin-right: -7px;
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.c-gutter-5 .row,
div.row.c-gutter-5 {
	margin-left: -3px;
	margin-right: -2px;
}

.c-gutter-2 .row,
div.row.c-gutter-2 {
	margin-left: -1px;
	margin-right: -1px;
}

.c-gutter-1 .row,
div.row.c-gutter-1 {
	margin-left: -1px;
	margin-right: 0;
}

.c-gutter-0 .row,
div.row.c-gutter-0 {
	margin-left: 0;
	margin-right: 0;
}

/* containers */
.container-px-0 [class*='container'] {
	padding-left: 0;
	padding-right: 0;
}

.container-px-1 [class*='container'] {
	padding-left: 1px;
	padding-right: 1px;
}

.container-px-2 [class*='container'] {
	padding-left: 2px;
	padding-right: 2px;
}

.container-px-5 [class*='container'] {
	padding-left: 5px;
	padding-right: 5px;
}

.container-px-10 [class*='container'] {
	padding-left: 10px;
	padding-right: 10px;
}

.container-px-20 [class*='container'] {
	padding-left: 20px;
	padding-right: 20px;
}

.container-px-30 [class*='container'] {
	padding-left: 30px;
	padding-right: 30px;
}

.container-px-60 [class*='container'] {
	padding-left: 60px;
	padding-right: 60px;
}

.container-px-80 [class*='container'] {
	padding-left: 80px;
	padding-right: 80px;
}

.container-px-120 [class*='container'] {
	padding-left: 120px;
	padding-right: 120px;
}

@media (min-width: 576px) {
	.container-px-sm-0 > [class*='container'] {
		padding-left: 0;
		padding-right: 0;
	}

	.container-px-sm-1 > [class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}

	.container-px-sm-2 > [class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}

	.container-px-sm-5 > [class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.container-px-sm-10 > [class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-px-sm-20 > [class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-px-sm-30 > [class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.container-px-sm-60 > [class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}

	.container-px-sm-80 > [class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}

	.container-px-sm-120 > [class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 768px) {
	.container-px-md-0 > [class*='container'] {
		padding-left: 0;
		padding-right: 0;
	}

	.container-px-md-1 > [class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}

	.container-px-md-2 > [class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}

	.container-px-md-5 > [class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.container-px-md-10 > [class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-px-md-20 > [class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-px-md-30 > [class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.container-px-md-60 > [class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}

	.container-px-md-80 > [class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}

	.container-px-md-120 > [class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 992px) {
	.container-px-lg-0 > [class*='container'] {
		padding-left: 0;
		padding-right: 0;
	}

	.container-px-lg-1 > [class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}

	.container-px-lg-2 > [class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}

	.container-px-lg-5 > [class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.container-px-lg-10 > [class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-px-lg-20 > [class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-px-lg-30 > [class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.container-px-lg-60 > [class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}

	.container-px-lg-80 > [class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}

	.container-px-lg-120 > [class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 1200px) {
	.container-px-xl-0 > [class*='container'] {
		padding-left: 0;
		padding-right: 0;
	}

	.container-px-xl-1 > [class*='container'] {
		padding-left: 1px;
		padding-right: 1px;
	}

	.container-px-xl-2 > [class*='container'] {
		padding-left: 2px;
		padding-right: 2px;
	}

	.container-px-xl-5 > [class*='container'] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.container-px-xl-10 > [class*='container'] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container-px-xl-20 > [class*='container'] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-px-xl-30 > [class*='container'] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.container-px-xl-60 > [class*='container'] {
		padding-left: 60px;
		padding-right: 60px;
	}

	.container-px-xl-80 > [class*='container'] {
		padding-left: 80px;
		padding-right: 80px;
	}

	.container-px-xl-120 > [class*='container'] {
		padding-left: 120px;
		padding-right: 120px;
	}
}

/*
** Vertical margins and padding for sections and columns
*/
/* Vertical padding for sections
.s - section
pt-* - padding top value
pb-* - padding bottom value
py-* - same value for top and for bottom padding
*/
.s-pt-0 > [class*='container'] {
	padding-top: 0;
}

.s-pt-1 > [class*='container'] {
	padding-top: 1px;
}

.s-pt-2 > [class*='container'] {
	padding-top: 2px;
}

.s-pt-3 > [class*='container'] {
	padding-top: 3px;
}

.s-pt-5 > [class*='container'] {
	padding-top: 5px;
}

.s-pt-10 > [class*='container'] {
	padding-top: 10px;
}

.s-pt-12 > [class*='container'] {
	padding-top: 12px;
}

.s-pt-13 > [class*='container'] {
	padding-top: 13px;
}

.s-pt-14 > [class*='container'] {
	padding-top: 14px;
}

.s-pt-15 > [class*='container'] {
	padding-top: 15px;
}

.s-pt-20 > [class*='container'] {
	padding-top: 20px;
}

.s-pt-25 > [class*='container'] {
	padding-top: 25px;
}

.s-pt-30 > [class*='container'] {
	padding-top: 30px;
}

.s-pt-35 > [class*='container'] {
	padding-top: 35px;
}

.s-pt-40 > [class*='container'] {
	padding-top: 40px;
}

.s-pt-45 > [class*='container'] {
	padding-top: 45px;
}

.s-pt-50 > [class*='container'] {
	padding-top: 50px;
}

.s-pt-55 > [class*='container'] {
	padding-top: 55px;
}

.s-pt-57 > [class*='container'] {
	padding-top: 57px;
}

.s-pt-60 > [class*='container'] {
	padding-top: 60px;
}

.s-pt-65 > [class*='container'] {
	padding-top: 65px;
}

.s-pt-70 > [class*='container'] {
	padding-top: 70px;
}

.s-pt-75 > [class*='container'] {
	padding-top: 75px;
}

.s-pt-80 > [class*='container'] {
	padding-top: 80px;
}

.s-pt-85 > [class*='container'] {
	padding-top: 85px;
}

.s-pt-90 > [class*='container'] {
	padding-top: 90px;
}

.s-pt-95 > [class*='container'] {
	padding-top: 95px;
}

.s-pt-100 > [class*='container'] {
	padding-top: 100px;
}

.s-pt-110 > [class*='container'] {
	padding-top: 110px;
}

.s-pt-115 > [class*='container'] {
	padding-top: 115px;
}

.s-pt-120 > [class*='container'] {
	padding-top: 120px;
}

.s-pt-130 > [class*='container'] {
	padding-top: 130px;
}

.s-pt-140 > [class*='container'] {
	padding-top: 140px;
}

.s-pt-150 > [class*='container'] {
	padding-top: 150px;
}

.s-pt-225 > [class*='container'] {
	padding-top: 225px;
}

.s-pt-235 > [class*='container'] {
	padding-top: 235px;
}

.s-pb-0 > [class*='container'] {
	padding-bottom: 0;
}

.s-pb-1 > [class*='container'] {
	padding-bottom: 1px;
}

.s-pb-2 > [class*='container'] {
	padding-bottom: 2px;
}

.s-pb-3 > [class*='container'] {
	padding-bottom: 3px;
}

.s-pb-5 > [class*='container'] {
	padding-bottom: 5px;
}

.s-pb-10 > [class*='container'] {
	padding-bottom: 10px;
}

.s-pb-12 > [class*='container'] {
	padding-bottom: 12px;
}

.s-pb-13 > [class*='container'] {
	padding-bottom: 13px;
}

.s-pb-14 > [class*='container'] {
	padding-bottom: 14px;
}

.s-pb-15 > [class*='container'] {
	padding-bottom: 15px;
}

.s-pb-20 > [class*='container'] {
	padding-bottom: 20px;
}

.s-pb-25 > [class*='container'] {
	padding-bottom: 25px;
}

.s-pb-30 > [class*='container'] {
	padding-bottom: 30px;
}

.s-pb-35 > [class*='container'] {
	padding-bottom: 35px;
}

.s-pb-40 > [class*='container'] {
	padding-bottom: 40px;
}

.s-pb-45 > [class*='container'] {
	padding-bottom: 45px;
}

.s-pb-50 > [class*='container'] {
	padding-bottom: 50px;
}

.s-pb-55 > [class*='container'] {
	padding-bottom: 55px;
}

.s-pb-57 > [class*='container'] {
	padding-bottom: 57px;
}

.s-pb-60 > [class*='container'] {
	padding-bottom: 60px;
}

.s-pb-65 > [class*='container'] {
	padding-bottom: 65px;
}

.s-pb-70 > [class*='container'] {
	padding-bottom: 70px;
}

.s-pb-75 > [class*='container'] {
	padding-bottom: 75px;
}

.s-pb-80 > [class*='container'] {
	padding-bottom: 80px;
}

.s-pb-85 > [class*='container'] {
	padding-bottom: 85px;
}

.s-pb-90 > [class*='container'] {
	padding-bottom: 90px;
}

.s-pb-95 > [class*='container'] {
	padding-bottom: 95px;
}

.s-pb-100 > [class*='container'] {
	padding-bottom: 100px;
}

.s-pb-110 > [class*='container'] {
	padding-bottom: 110px;
}

.s-pb-115 > [class*='container'] {
	padding-bottom: 115px;
}

.s-pb-120 > [class*='container'] {
	padding-bottom: 120px;
}

.s-pb-130 > [class*='container'] {
	padding-bottom: 130px;
}

.s-pb-140 > [class*='container'] {
	padding-bottom: 140px;
}

.s-pb-150 > [class*='container'] {
	padding-bottom: 150px;
}

.s-pb-225 > [class*='container'] {
	padding-bottom: 225px;
}

.s-pb-235 > [class*='container'] {
	padding-bottom: 235px;
}

.s-py-0 > [class*='container'] {
	padding-bottom: 0;
	padding-top: 0;
}

.s-py-1 > [class*='container'] {
	padding-bottom: 1px;
	padding-top: 1px;
}

.s-py-2 > [class*='container'] {
	padding-bottom: 2px;
	padding-top: 2px;
}

.s-py-3 > [class*='container'] {
	padding-bottom: 3px;
	padding-top: 3px;
}

.s-py-5 > [class*='container'] {
	padding-bottom: 5px;
	padding-top: 5px;
}

.s-py-10 > [class*='container'] {
	padding-bottom: 10px;
	padding-top: 10px;
}

.s-py-12 > [class*='container'] {
	padding-bottom: 12px;
	padding-top: 12px;
}

.s-py-13 > [class*='container'] {
	padding-bottom: 13px;
	padding-top: 13px;
}

.s-py-14 > [class*='container'] {
	padding-bottom: 14px;
	padding-top: 14px;
}

.s-py-15 > [class*='container'] {
	padding-bottom: 15px;
	padding-top: 15px;
}

.s-py-20 > [class*='container'] {
	padding-bottom: 20px;
	padding-top: 20px;
}

.s-py-25 > [class*='container'] {
	padding-bottom: 25px;
	padding-top: 25px;
}

.s-py-30 > [class*='container'] {
	padding-bottom: 30px;
	padding-top: 30px;
}

.s-py-35 > [class*='container'] {
	padding-bottom: 35px;
	padding-top: 35px;
}

.s-py-40 > [class*='container'] {
	padding-bottom: 40px;
	padding-top: 40px;
}

.s-py-45 > [class*='container'] {
	padding-bottom: 45px;
	padding-top: 45px;
}

.s-py-50 > [class*='container'] {
	padding-bottom: 50px;
	padding-top: 50px;
}

.s-py-55 > [class*='container'] {
	padding-bottom: 55px;
	padding-top: 55px;
}

.s-py-57 > [class*='container'] {
	padding-bottom: 57px;
	padding-top: 57px;
}

.s-py-60 > [class*='container'] {
	padding-bottom: 60px;
	padding-top: 60px;
}

.s-py-65 > [class*='container'] {
	padding-bottom: 65px;
	padding-top: 65px;
}

.s-py-70 > [class*='container'] {
	padding-bottom: 70px;
	padding-top: 70px;
}

.s-py-75 > [class*='container'] {
	padding-bottom: 75px;
	padding-top: 75px;
}

.s-py-80 > [class*='container'] {
	padding-bottom: 80px;
	padding-top: 80px;
}

.s-py-85 > [class*='container'] {
	padding-bottom: 85px;
	padding-top: 85px;
}

.s-py-90 > [class*='container'] {
	padding-bottom: 90px;
	padding-top: 90px;
}

.s-py-95 > [class*='container'] {
	padding-bottom: 95px;
	padding-top: 95px;
}

.s-py-100 > [class*='container'] {
	padding-bottom: 100px;
	padding-top: 100px;
}

.s-py-110 > [class*='container'] {
	padding-bottom: 110px;
	padding-top: 110px;
}

.s-py-115 > [class*='container'] {
	padding-bottom: 115px;
	padding-top: 115px;
}

.s-py-120 > [class*='container'] {
	padding-bottom: 120px;
	padding-top: 120px;
}

.s-py-130 > [class*='container'] {
	padding-bottom: 130px;
	padding-top: 130px;
}

.s-py-140 > [class*='container'] {
	padding-bottom: 140px;
	padding-top: 140px;
}

.s-py-150 > [class*='container'] {
	padding-bottom: 150px;
	padding-top: 150px;
}

.s-py-225 > [class*='container'] {
	padding-bottom: 225px;
	padding-top: 225px;
}

.s-py-235 > [class*='container'] {
	padding-bottom: 235px;
	padding-top: 235px;
}

@media (min-width: 576px) {
	.s-pt-sm-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-sm-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-sm-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-sm-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-sm-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-sm-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-sm-12 > [class*='container'] {
		padding-top: 12px;
	}

	.s-pt-sm-13 > [class*='container'] {
		padding-top: 13px;
	}

	.s-pt-sm-14 > [class*='container'] {
		padding-top: 14px;
	}

	.s-pt-sm-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-sm-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-sm-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-sm-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-sm-35 > [class*='container'] {
		padding-top: 35px;
	}

	.s-pt-sm-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-sm-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-sm-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-sm-55 > [class*='container'] {
		padding-top: 55px;
	}

	.s-pt-sm-57 > [class*='container'] {
		padding-top: 57px;
	}

	.s-pt-sm-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-sm-65 > [class*='container'] {
		padding-top: 65px;
	}

	.s-pt-sm-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-sm-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-sm-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-sm-85 > [class*='container'] {
		padding-top: 85px;
	}

	.s-pt-sm-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-sm-95 > [class*='container'] {
		padding-top: 95px;
	}

	.s-pt-sm-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-sm-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-sm-115 > [class*='container'] {
		padding-top: 115px;
	}

	.s-pt-sm-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-sm-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-sm-140 > [class*='container'] {
		padding-top: 140px;
	}

	.s-pt-sm-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-sm-225 > [class*='container'] {
		padding-top: 225px;
	}

	.s-pt-sm-235 > [class*='container'] {
		padding-top: 235px;
	}

	.s-pb-sm-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-sm-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-sm-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-sm-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-sm-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-sm-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-sm-12 > [class*='container'] {
		padding-bottom: 12px;
	}

	.s-pb-sm-13 > [class*='container'] {
		padding-bottom: 13px;
	}

	.s-pb-sm-14 > [class*='container'] {
		padding-bottom: 14px;
	}

	.s-pb-sm-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-sm-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-sm-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-sm-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-sm-35 > [class*='container'] {
		padding-bottom: 35px;
	}

	.s-pb-sm-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-sm-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-sm-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-sm-55 > [class*='container'] {
		padding-bottom: 55px;
	}

	.s-pb-sm-57 > [class*='container'] {
		padding-bottom: 57px;
	}

	.s-pb-sm-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-sm-65 > [class*='container'] {
		padding-bottom: 65px;
	}

	.s-pb-sm-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-sm-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-sm-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-sm-85 > [class*='container'] {
		padding-bottom: 85px;
	}

	.s-pb-sm-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-sm-95 > [class*='container'] {
		padding-bottom: 95px;
	}

	.s-pb-sm-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-sm-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-sm-115 > [class*='container'] {
		padding-bottom: 115px;
	}

	.s-pb-sm-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-sm-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-sm-140 > [class*='container'] {
		padding-bottom: 140px;
	}

	.s-pb-sm-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-sm-225 > [class*='container'] {
		padding-bottom: 225px;
	}

	.s-pb-sm-235 > [class*='container'] {
		padding-bottom: 235px;
	}

	.s-py-sm-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-sm-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-sm-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-sm-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-sm-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-sm-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-sm-12 > [class*='container'] {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.s-py-sm-13 > [class*='container'] {
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.s-py-sm-14 > [class*='container'] {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.s-py-sm-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-sm-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-sm-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-sm-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-sm-35 > [class*='container'] {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.s-py-sm-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-sm-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-sm-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-sm-55 > [class*='container'] {
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.s-py-sm-57 > [class*='container'] {
		padding-bottom: 57px;
		padding-top: 57px;
	}

	.s-py-sm-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-sm-65 > [class*='container'] {
		padding-bottom: 65px;
		padding-top: 65px;
	}

	.s-py-sm-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-sm-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-sm-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-sm-85 > [class*='container'] {
		padding-bottom: 85px;
		padding-top: 85px;
	}

	.s-py-sm-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-sm-95 > [class*='container'] {
		padding-bottom: 95px;
		padding-top: 95px;
	}

	.s-py-sm-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-sm-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-sm-115 > [class*='container'] {
		padding-bottom: 115px;
		padding-top: 115px;
	}

	.s-py-sm-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-sm-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-sm-140 > [class*='container'] {
		padding-bottom: 140px;
		padding-top: 140px;
	}

	.s-py-sm-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-sm-225 > [class*='container'] {
		padding-bottom: 225px;
		padding-top: 225px;
	}

	.s-py-sm-235 > [class*='container'] {
		padding-bottom: 235px;
		padding-top: 235px;
	}
}

@media (min-width: 768px) {
	.s-pt-md-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-md-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-md-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-md-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-md-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-md-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-md-12 > [class*='container'] {
		padding-top: 12px;
	}

	.s-pt-md-13 > [class*='container'] {
		padding-top: 13px;
	}

	.s-pt-md-14 > [class*='container'] {
		padding-top: 14px;
	}

	.s-pt-md-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-md-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-md-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-md-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-md-35 > [class*='container'] {
		padding-top: 35px;
	}

	.s-pt-md-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-md-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-md-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-md-55 > [class*='container'] {
		padding-top: 55px;
	}

	.s-pt-md-57 > [class*='container'] {
		padding-top: 57px;
	}

	.s-pt-md-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-md-65 > [class*='container'] {
		padding-top: 65px;
	}

	.s-pt-md-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-md-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-md-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-md-85 > [class*='container'] {
		padding-top: 85px;
	}

	.s-pt-md-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-md-95 > [class*='container'] {
		padding-top: 95px;
	}

	.s-pt-md-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-md-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-md-115 > [class*='container'] {
		padding-top: 115px;
	}

	.s-pt-md-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-md-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-md-140 > [class*='container'] {
		padding-top: 140px;
	}

	.s-pt-md-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-md-225 > [class*='container'] {
		padding-top: 225px;
	}

	.s-pt-md-235 > [class*='container'] {
		padding-top: 235px;
	}

	.s-pb-md-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-md-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-md-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-md-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-md-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-md-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-md-12 > [class*='container'] {
		padding-bottom: 12px;
	}

	.s-pb-md-13 > [class*='container'] {
		padding-bottom: 13px;
	}

	.s-pb-md-14 > [class*='container'] {
		padding-bottom: 14px;
	}

	.s-pb-md-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-md-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-md-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-md-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-md-35 > [class*='container'] {
		padding-bottom: 35px;
	}

	.s-pb-md-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-md-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-md-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-md-55 > [class*='container'] {
		padding-bottom: 55px;
	}

	.s-pb-md-57 > [class*='container'] {
		padding-bottom: 57px;
	}

	.s-pb-md-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-md-65 > [class*='container'] {
		padding-bottom: 65px;
	}

	.s-pb-md-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-md-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-md-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-md-85 > [class*='container'] {
		padding-bottom: 85px;
	}

	.s-pb-md-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-md-95 > [class*='container'] {
		padding-bottom: 95px;
	}

	.s-pb-md-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-md-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-md-115 > [class*='container'] {
		padding-bottom: 115px;
	}

	.s-pb-md-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-md-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-md-140 > [class*='container'] {
		padding-bottom: 140px;
	}

	.s-pb-md-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-md-225 > [class*='container'] {
		padding-bottom: 225px;
	}

	.s-pb-md-235 > [class*='container'] {
		padding-bottom: 235px;
	}

	.s-py-md-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-md-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-md-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-md-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-md-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-md-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-md-12 > [class*='container'] {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.s-py-md-13 > [class*='container'] {
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.s-py-md-14 > [class*='container'] {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.s-py-md-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-md-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-md-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-md-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-md-35 > [class*='container'] {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.s-py-md-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-md-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-md-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-md-55 > [class*='container'] {
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.s-py-md-57 > [class*='container'] {
		padding-bottom: 57px;
		padding-top: 57px;
	}

	.s-py-md-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-md-65 > [class*='container'] {
		padding-bottom: 65px;
		padding-top: 65px;
	}

	.s-py-md-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-md-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-md-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-md-85 > [class*='container'] {
		padding-bottom: 85px;
		padding-top: 85px;
	}

	.s-py-md-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-md-95 > [class*='container'] {
		padding-bottom: 95px;
		padding-top: 95px;
	}

	.s-py-md-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-md-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-md-115 > [class*='container'] {
		padding-bottom: 115px;
		padding-top: 115px;
	}

	.s-py-md-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-md-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-md-140 > [class*='container'] {
		padding-bottom: 140px;
		padding-top: 140px;
	}

	.s-py-md-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-md-225 > [class*='container'] {
		padding-bottom: 225px;
		padding-top: 225px;
	}

	.s-py-md-235 > [class*='container'] {
		padding-bottom: 235px;
		padding-top: 235px;
	}
}

@media (min-width: 992px) {
	.s-pt-lg-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-lg-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-lg-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-lg-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-lg-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-lg-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-lg-12 > [class*='container'] {
		padding-top: 12px;
	}

	.s-pt-lg-13 > [class*='container'] {
		padding-top: 13px;
	}

	.s-pt-lg-14 > [class*='container'] {
		padding-top: 14px;
	}

	.s-pt-lg-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-lg-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-lg-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-lg-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-lg-35 > [class*='container'] {
		padding-top: 35px;
	}

	.s-pt-lg-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-lg-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-lg-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-lg-55 > [class*='container'] {
		padding-top: 55px;
	}

	.s-pt-lg-57 > [class*='container'] {
		padding-top: 57px;
	}

	.s-pt-lg-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-lg-65 > [class*='container'] {
		padding-top: 65px;
	}

	.s-pt-lg-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-lg-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-lg-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-lg-85 > [class*='container'] {
		padding-top: 85px;
	}

	.s-pt-lg-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-lg-95 > [class*='container'] {
		padding-top: 95px;
	}

	.s-pt-lg-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-lg-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-lg-115 > [class*='container'] {
		padding-top: 115px;
	}

	.s-pt-lg-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-lg-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-lg-140 > [class*='container'] {
		padding-top: 140px;
	}

	.s-pt-lg-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-lg-225 > [class*='container'] {
		padding-top: 225px;
	}

	.s-pt-lg-235 > [class*='container'] {
		padding-top: 235px;
	}

	.s-pb-lg-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-lg-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-lg-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-lg-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-lg-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-lg-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-lg-12 > [class*='container'] {
		padding-bottom: 12px;
	}

	.s-pb-lg-13 > [class*='container'] {
		padding-bottom: 13px;
	}

	.s-pb-lg-14 > [class*='container'] {
		padding-bottom: 14px;
	}

	.s-pb-lg-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-lg-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-lg-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-lg-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-lg-35 > [class*='container'] {
		padding-bottom: 35px;
	}

	.s-pb-lg-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-lg-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-lg-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-lg-55 > [class*='container'] {
		padding-bottom: 55px;
	}

	.s-pb-lg-57 > [class*='container'] {
		padding-bottom: 57px;
	}

	.s-pb-lg-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-lg-65 > [class*='container'] {
		padding-bottom: 65px;
	}

	.s-pb-lg-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-lg-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-lg-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-lg-85 > [class*='container'] {
		padding-bottom: 85px;
	}

	.s-pb-lg-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-lg-95 > [class*='container'] {
		padding-bottom: 95px;
	}

	.s-pb-lg-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-lg-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-lg-115 > [class*='container'] {
		padding-bottom: 115px;
	}

	.s-pb-lg-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-lg-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-lg-140 > [class*='container'] {
		padding-bottom: 140px;
	}

	.s-pb-lg-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-lg-225 > [class*='container'] {
		padding-bottom: 225px;
	}

	.s-pb-lg-235 > [class*='container'] {
		padding-bottom: 235px;
	}

	.s-py-lg-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-lg-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-lg-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-lg-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-lg-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-lg-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-lg-12 > [class*='container'] {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.s-py-lg-13 > [class*='container'] {
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.s-py-lg-14 > [class*='container'] {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.s-py-lg-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-lg-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-lg-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-lg-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-lg-35 > [class*='container'] {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.s-py-lg-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-lg-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-lg-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-lg-55 > [class*='container'] {
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.s-py-lg-57 > [class*='container'] {
		padding-bottom: 57px;
		padding-top: 57px;
	}

	.s-py-lg-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-lg-65 > [class*='container'] {
		padding-bottom: 65px;
		padding-top: 65px;
	}

	.s-py-lg-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-lg-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-lg-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-lg-85 > [class*='container'] {
		padding-bottom: 85px;
		padding-top: 85px;
	}

	.s-py-lg-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-lg-95 > [class*='container'] {
		padding-bottom: 95px;
		padding-top: 95px;
	}

	.s-py-lg-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-lg-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-lg-115 > [class*='container'] {
		padding-bottom: 115px;
		padding-top: 115px;
	}

	.s-py-lg-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-lg-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-lg-140 > [class*='container'] {
		padding-bottom: 140px;
		padding-top: 140px;
	}

	.s-py-lg-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-lg-225 > [class*='container'] {
		padding-bottom: 225px;
		padding-top: 225px;
	}

	.s-py-lg-235 > [class*='container'] {
		padding-bottom: 235px;
		padding-top: 235px;
	}
}

@media (min-width: 1200px) {
	.s-pt-xl-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-xl-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-xl-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-xl-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-xl-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-xl-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-xl-12 > [class*='container'] {
		padding-top: 12px;
	}

	.s-pt-xl-13 > [class*='container'] {
		padding-top: 13px;
	}

	.s-pt-xl-14 > [class*='container'] {
		padding-top: 14px;
	}

	.s-pt-xl-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-xl-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-xl-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-xl-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-xl-35 > [class*='container'] {
		padding-top: 35px;
	}

	.s-pt-xl-40 > [class*='container'] {
		padding-top: 40px;
	}

	.s-pt-xl-45 > [class*='container'] {
		padding-top: 45px;
	}

	.s-pt-xl-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-xl-55 > [class*='container'] {
		padding-top: 55px;
	}

	.s-pt-xl-57 > [class*='container'] {
		padding-top: 57px;
	}

	.s-pt-xl-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-xl-65 > [class*='container'] {
		padding-top: 65px;
	}

	.s-pt-xl-70 > [class*='container'] {
		padding-top: 70px;
	}

	.s-pt-xl-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-xl-80 > [class*='container'] {
		padding-top: 80px;
	}

	.s-pt-xl-85 > [class*='container'] {
		padding-top: 85px;
	}

	.s-pt-xl-90 > [class*='container'] {
		padding-top: 90px;
	}

	.s-pt-xl-95 > [class*='container'] {
		padding-top: 95px;
	}

	.s-pt-xl-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-xl-110 > [class*='container'] {
		padding-top: 110px;
	}

	.s-pt-xl-115 > [class*='container'] {
		padding-top: 115px;
	}

	.s-pt-xl-120 > [class*='container'] {
		padding-top: 120px;
	}

	.s-pt-xl-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pt-xl-140 > [class*='container'] {
		padding-top: 140px;
	}

	.s-pt-xl-150 > [class*='container'] {
		padding-top: 150px;
	}

	.s-pt-xl-225 > [class*='container'] {
		padding-top: 225px;
	}

	.s-pt-xl-235 > [class*='container'] {
		padding-top: 235px;
	}

	.s-pb-xl-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-xl-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-xl-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-xl-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-xl-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-xl-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-xl-12 > [class*='container'] {
		padding-bottom: 12px;
	}

	.s-pb-xl-13 > [class*='container'] {
		padding-bottom: 13px;
	}

	.s-pb-xl-14 > [class*='container'] {
		padding-bottom: 14px;
	}

	.s-pb-xl-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-xl-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-xl-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-xl-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-xl-35 > [class*='container'] {
		padding-bottom: 35px;
	}

	.s-pb-xl-40 > [class*='container'] {
		padding-bottom: 40px;
	}

	.s-pb-xl-45 > [class*='container'] {
		padding-bottom: 45px;
	}

	.s-pb-xl-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-xl-55 > [class*='container'] {
		padding-bottom: 55px;
	}

	.s-pb-xl-57 > [class*='container'] {
		padding-bottom: 57px;
	}

	.s-pb-xl-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-xl-65 > [class*='container'] {
		padding-bottom: 65px;
	}

	.s-pb-xl-70 > [class*='container'] {
		padding-bottom: 70px;
	}

	.s-pb-xl-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-xl-80 > [class*='container'] {
		padding-bottom: 80px;
	}

	.s-pb-xl-85 > [class*='container'] {
		padding-bottom: 85px;
	}

	.s-pb-xl-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-xl-95 > [class*='container'] {
		padding-bottom: 95px;
	}

	.s-pb-xl-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-xl-110 > [class*='container'] {
		padding-bottom: 110px;
	}

	.s-pb-xl-115 > [class*='container'] {
		padding-bottom: 115px;
	}

	.s-pb-xl-120 > [class*='container'] {
		padding-bottom: 120px;
	}

	.s-pb-xl-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-pb-xl-140 > [class*='container'] {
		padding-bottom: 140px;
	}

	.s-pb-xl-150 > [class*='container'] {
		padding-bottom: 150px;
	}

	.s-pb-xl-225 > [class*='container'] {
		padding-bottom: 225px;
	}

	.s-pb-xl-235 > [class*='container'] {
		padding-bottom: 235px;
	}

	.s-py-xl-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-xl-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-xl-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-xl-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-xl-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-xl-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-xl-12 > [class*='container'] {
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.s-py-xl-13 > [class*='container'] {
		padding-bottom: 13px;
		padding-top: 13px;
	}

	.s-py-xl-14 > [class*='container'] {
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.s-py-xl-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-xl-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-xl-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-xl-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-xl-35 > [class*='container'] {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.s-py-xl-40 > [class*='container'] {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.s-py-xl-45 > [class*='container'] {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.s-py-xl-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-xl-55 > [class*='container'] {
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.s-py-xl-57 > [class*='container'] {
		padding-bottom: 57px;
		padding-top: 57px;
	}

	.s-py-xl-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-xl-65 > [class*='container'] {
		padding-bottom: 65px;
		padding-top: 65px;
	}

	.s-py-xl-70 > [class*='container'] {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.s-py-xl-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-xl-80 > [class*='container'] {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.s-py-xl-85 > [class*='container'] {
		padding-bottom: 85px;
		padding-top: 85px;
	}

	.s-py-xl-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-xl-95 > [class*='container'] {
		padding-bottom: 95px;
		padding-top: 95px;
	}

	.s-py-xl-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-xl-110 > [class*='container'] {
		padding-bottom: 110px;
		padding-top: 110px;
	}

	.s-py-xl-115 > [class*='container'] {
		padding-bottom: 115px;
		padding-top: 115px;
	}

	.s-py-xl-120 > [class*='container'] {
		padding-bottom: 120px;
		padding-top: 120px;
	}

	.s-py-xl-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}

	.s-py-xl-140 > [class*='container'] {
		padding-bottom: 140px;
		padding-top: 140px;
	}

	.s-py-xl-150 > [class*='container'] {
		padding-bottom: 150px;
		padding-top: 150px;
	}

	.s-py-xl-225 > [class*='container'] {
		padding-bottom: 225px;
		padding-top: 225px;
	}

	.s-py-xl-235 > [class*='container'] {
		padding-bottom: 235px;
		padding-top: 235px;
	}
}

/* Vertical margins for columns in sections and rows
.c - columns
mt-* - margin top value
mb-* - margin bottom value
my-* - same value for top and for bottom margin
*/
.c-mt-0 [class*="col-"],
.row.c-mt-0 > [class*="col-"] {
	margin-top: 0;
}

.c-mt-1 [class*="col-"],
.row.c-mt-1 > [class*="col-"] {
	margin-top: 1px;
}

.c-mt-2 [class*="col-"],
.row.c-mt-2 > [class*="col-"] {
	margin-top: 2px;
}

.c-mt-5 [class*="col-"],
.row.c-mt-5 > [class*="col-"] {
	margin-top: 5px;
}

.c-mt-10 [class*="col-"],
.row.c-mt-10 > [class*="col-"] {
	margin-top: 10px;
}

.c-mt-15 [class*="col-"],
.row.c-mt-15 > [class*="col-"] {
	margin-top: 15px;
}

.c-mt-20 [class*="col-"],
.row.c-mt-20 > [class*="col-"] {
	margin-top: 20px;
}

.c-mt-25 [class*="col-"],
.row.c-mt-25 > [class*="col-"] {
	margin-top: 25px;
}

.c-mt-30 [class*="col-"],
.row.c-mt-30 > [class*="col-"] {
	margin-top: 30px;
}

.c-mt-35 [class*="col-"],
.row.c-mt-35 > [class*="col-"] {
	margin-top: 35px;
}

.c-mt-40 [class*="col-"],
.row.c-mt-40 > [class*="col-"] {
	margin-top: 40px;
}

.c-mt-50 [class*="col-"],
.row.c-mt-50 > [class*="col-"] {
	margin-top: 50px;
}

.c-mt-55 [class*="col-"],
.row.c-mt-55 > [class*="col-"] {
	margin-top: 55px;
}

.c-mt-60 [class*="col-"],
.row.c-mt-60 > [class*="col-"] {
	margin-top: 60px;
}

.c-mt-90 [class*="col-"],
.row.c-mt-90 > [class*="col-"] {
	margin-top: 90px;
}

.c-mb-0 [class*="col-"],
.row.c-mb-0 > [class*="col-"] {
	margin-bottom: 0;
}

.c-mb-1 [class*="col-"],
.row.c-mb-1 > [class*="col-"] {
	margin-bottom: 1px;
}

.c-mb-2 [class*="col-"],
.row.c-mb-2 > [class*="col-"] {
	margin-bottom: 2px;
}

.c-mb-5 [class*="col-"],
.row.c-mb-5 > [class*="col-"] {
	margin-bottom: 5px;
}

.c-mb-10 [class*="col-"],
.row.c-mb-10 > [class*="col-"] {
	margin-bottom: 10px;
}

.c-mb-15 [class*="col-"],
.row.c-mb-15 > [class*="col-"] {
	margin-bottom: 15px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20 > [class*="col-"] {
	margin-bottom: 20px;
}

.c-mb-25 [class*="col-"],
.row.c-mb-25 > [class*="col-"] {
	margin-bottom: 25px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30 > [class*="col-"] {
	margin-bottom: 30px;
}

.c-mb-35 [class*="col-"],
.row.c-mb-35 > [class*="col-"] {
	margin-bottom: 35px;
}

.c-mb-40 [class*="col-"],
.row.c-mb-40 > [class*="col-"] {
	margin-bottom: 40px;
}

.c-mb-50 [class*="col-"],
.row.c-mb-50 > [class*="col-"] {
	margin-bottom: 50px;
}

.c-mb-55 [class*="col-"],
.row.c-mb-55 > [class*="col-"] {
	margin-bottom: 55px;
}

.c-mb-60 [class*="col-"],
.row.c-mb-60 > [class*="col-"] {
	margin-bottom: 60px;
}

.c-mb-90 [class*="col-"],
.row.c-mb-90 > [class*="col-"] {
	margin-bottom: 90px;
}

.c-my-0 [class*="col-"],
.row.c-my-0 > [class*="col-"] {
	margin-bottom: 0;
	margin-top: 0;
}

.c-my-1 [class*="col-"],
.row.c-my-1 > [class*="col-"] {
	margin-bottom: 1px;
	margin-top: 1px;
}

.c-my-2 [class*="col-"],
.row.c-my-2 > [class*="col-"] {
	margin-bottom: 2px;
	margin-top: 2px;
}

.c-my-5 [class*="col-"],
.row.c-my-5 > [class*="col-"] {
	margin-bottom: 5px;
	margin-top: 5px;
}

.c-my-10 [class*="col-"],
.row.c-my-10 > [class*="col-"] {
	margin-bottom: 10px;
	margin-top: 10px;
}

.c-my-15 [class*="col-"],
.row.c-my-15 > [class*="col-"] {
	margin-bottom: 15px;
	margin-top: 15px;
}

.c-my-20 [class*="col-"],
.row.c-my-20 > [class*="col-"] {
	margin-bottom: 20px;
	margin-top: 20px;
}

.c-my-25 [class*="col-"],
.row.c-my-25 > [class*="col-"] {
	margin-bottom: 25px;
	margin-top: 25px;
}

.c-my-30 [class*="col-"],
.row.c-my-30 > [class*="col-"] {
	margin-bottom: 30px;
	margin-top: 30px;
}

.c-my-35 [class*="col-"],
.row.c-my-35 > [class*="col-"] {
	margin-bottom: 35px;
	margin-top: 35px;
}

.c-my-40 [class*="col-"],
.row.c-my-40 > [class*="col-"] {
	margin-bottom: 40px;
	margin-top: 40px;
}

.c-my-50 [class*="col-"],
.row.c-my-50 > [class*="col-"] {
	margin-bottom: 50px;
	margin-top: 50px;
}

.c-my-55 [class*="col-"],
.row.c-my-55 > [class*="col-"] {
	margin-bottom: 55px;
	margin-top: 55px;
}

.c-my-60 [class*="col-"],
.row.c-my-60 > [class*="col-"] {
	margin-bottom: 60px;
	margin-top: 60px;
}

.c-my-90 [class*="col-"],
.row.c-my-90 > [class*="col-"] {
	margin-bottom: 90px;
	margin-top: 90px;
}

@media (min-width: 576px) {
	.c-mt-sm-0 [class*="col-"],
	.row.c-mt-sm-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-sm-1 [class*="col-"],
	.row.c-mt-sm-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-sm-2 [class*="col-"],
	.row.c-mt-sm-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-sm-5 [class*="col-"],
	.row.c-mt-sm-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-sm-10 [class*="col-"],
	.row.c-mt-sm-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-sm-15 [class*="col-"],
	.row.c-mt-sm-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-sm-20 [class*="col-"],
	.row.c-mt-sm-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-sm-25 [class*="col-"],
	.row.c-mt-sm-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-sm-30 [class*="col-"],
	.row.c-mt-sm-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-sm-35 [class*="col-"],
	.row.c-mt-sm-35 > [class*="col-"] {
		margin-top: 35px;
	}

	.c-mt-sm-40 [class*="col-"],
	.row.c-mt-sm-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-sm-50 [class*="col-"],
	.row.c-mt-sm-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-sm-55 [class*="col-"],
	.row.c-mt-sm-55 > [class*="col-"] {
		margin-top: 55px;
	}

	.c-mt-sm-60 [class*="col-"],
	.row.c-mt-sm-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mt-sm-90 [class*="col-"],
	.row.c-mt-sm-90 > [class*="col-"] {
		margin-top: 90px;
	}

	.c-mb-sm-0 [class*="col-"],
	.row.c-mb-sm-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-sm-1 [class*="col-"],
	.row.c-mb-sm-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-sm-2 [class*="col-"],
	.row.c-mb-sm-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-sm-5 [class*="col-"],
	.row.c-mb-sm-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-sm-10 [class*="col-"],
	.row.c-mb-sm-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-sm-15 [class*="col-"],
	.row.c-mb-sm-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-sm-20 [class*="col-"],
	.row.c-mb-sm-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-sm-25 [class*="col-"],
	.row.c-mb-sm-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-sm-30 [class*="col-"],
	.row.c-mb-sm-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-sm-35 [class*="col-"],
	.row.c-mb-sm-35 > [class*="col-"] {
		margin-bottom: 35px;
	}

	.c-mb-sm-40 [class*="col-"],
	.row.c-mb-sm-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-sm-50 [class*="col-"],
	.row.c-mb-sm-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-sm-55 [class*="col-"],
	.row.c-mb-sm-55 > [class*="col-"] {
		margin-bottom: 55px;
	}

	.c-mb-sm-60 [class*="col-"],
	.row.c-mb-sm-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-mb-sm-90 [class*="col-"],
	.row.c-mb-sm-90 > [class*="col-"] {
		margin-bottom: 90px;
	}

	.c-my-sm-0 [class*="col-"],
	.row.c-my-sm-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-sm-1 [class*="col-"],
	.row.c-my-sm-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-sm-2 [class*="col-"],
	.row.c-my-sm-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-sm-5 [class*="col-"],
	.row.c-my-sm-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-sm-10 [class*="col-"],
	.row.c-my-sm-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-sm-15 [class*="col-"],
	.row.c-my-sm-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-sm-20 [class*="col-"],
	.row.c-my-sm-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-sm-25 [class*="col-"],
	.row.c-my-sm-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-sm-30 [class*="col-"],
	.row.c-my-sm-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-sm-35 [class*="col-"],
	.row.c-my-sm-35 > [class*="col-"] {
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.c-my-sm-40 [class*="col-"],
	.row.c-my-sm-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-sm-50 [class*="col-"],
	.row.c-my-sm-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-sm-55 [class*="col-"],
	.row.c-my-sm-55 > [class*="col-"] {
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.c-my-sm-60 [class*="col-"],
	.row.c-my-sm-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.c-my-sm-90 [class*="col-"],
	.row.c-my-sm-90 > [class*="col-"] {
		margin-bottom: 90px;
		margin-top: 90px;
	}
}

@media (min-width: 768px) {
	.c-mt-md-0 [class*="col-"],
	.row.c-mt-md-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-md-1 [class*="col-"],
	.row.c-mt-md-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-md-2 [class*="col-"],
	.row.c-mt-md-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-md-5 [class*="col-"],
	.row.c-mt-md-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-md-10 [class*="col-"],
	.row.c-mt-md-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-md-15 [class*="col-"],
	.row.c-mt-md-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-md-20 [class*="col-"],
	.row.c-mt-md-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-md-25 [class*="col-"],
	.row.c-mt-md-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-md-30 [class*="col-"],
	.row.c-mt-md-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-md-35 [class*="col-"],
	.row.c-mt-md-35 > [class*="col-"] {
		margin-top: 35px;
	}

	.c-mt-md-40 [class*="col-"],
	.row.c-mt-md-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-md-50 [class*="col-"],
	.row.c-mt-md-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-md-55 [class*="col-"],
	.row.c-mt-md-55 > [class*="col-"] {
		margin-top: 55px;
	}

	.c-mt-md-60 [class*="col-"],
	.row.c-mt-md-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mt-md-90 [class*="col-"],
	.row.c-mt-md-90 > [class*="col-"] {
		margin-top: 90px;
	}

	.c-mb-md-0 [class*="col-"],
	.row.c-mb-md-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-md-1 [class*="col-"],
	.row.c-mb-md-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-md-2 [class*="col-"],
	.row.c-mb-md-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-md-5 [class*="col-"],
	.row.c-mb-md-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-md-10 [class*="col-"],
	.row.c-mb-md-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-md-15 [class*="col-"],
	.row.c-mb-md-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-md-20 [class*="col-"],
	.row.c-mb-md-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-md-25 [class*="col-"],
	.row.c-mb-md-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-md-30 [class*="col-"],
	.row.c-mb-md-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-md-35 [class*="col-"],
	.row.c-mb-md-35 > [class*="col-"] {
		margin-bottom: 35px;
	}

	.c-mb-md-40 [class*="col-"],
	.row.c-mb-md-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-md-50 [class*="col-"],
	.row.c-mb-md-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-md-55 [class*="col-"],
	.row.c-mb-md-55 > [class*="col-"] {
		margin-bottom: 55px;
	}

	.c-mb-md-60 [class*="col-"],
	.row.c-mb-md-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-mb-md-90 [class*="col-"],
	.row.c-mb-md-90 > [class*="col-"] {
		margin-bottom: 90px;
	}

	.c-my-md-0 [class*="col-"],
	.row.c-my-md-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-md-1 [class*="col-"],
	.row.c-my-md-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-md-2 [class*="col-"],
	.row.c-my-md-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-md-5 [class*="col-"],
	.row.c-my-md-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-md-10 [class*="col-"],
	.row.c-my-md-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-md-15 [class*="col-"],
	.row.c-my-md-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-md-20 [class*="col-"],
	.row.c-my-md-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-md-25 [class*="col-"],
	.row.c-my-md-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-md-30 [class*="col-"],
	.row.c-my-md-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-md-35 [class*="col-"],
	.row.c-my-md-35 > [class*="col-"] {
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.c-my-md-40 [class*="col-"],
	.row.c-my-md-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-md-50 [class*="col-"],
	.row.c-my-md-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-md-55 [class*="col-"],
	.row.c-my-md-55 > [class*="col-"] {
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.c-my-md-60 [class*="col-"],
	.row.c-my-md-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.c-my-md-90 [class*="col-"],
	.row.c-my-md-90 > [class*="col-"] {
		margin-bottom: 90px;
		margin-top: 90px;
	}
}

@media (min-width: 992px) {
	.c-mt-lg-0 [class*="col-"],
	.row.c-mt-lg-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-lg-1 [class*="col-"],
	.row.c-mt-lg-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-lg-2 [class*="col-"],
	.row.c-mt-lg-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-lg-5 [class*="col-"],
	.row.c-mt-lg-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-lg-10 [class*="col-"],
	.row.c-mt-lg-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-lg-15 [class*="col-"],
	.row.c-mt-lg-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-lg-20 [class*="col-"],
	.row.c-mt-lg-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-lg-25 [class*="col-"],
	.row.c-mt-lg-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-lg-30 [class*="col-"],
	.row.c-mt-lg-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-lg-35 [class*="col-"],
	.row.c-mt-lg-35 > [class*="col-"] {
		margin-top: 35px;
	}

	.c-mt-lg-40 [class*="col-"],
	.row.c-mt-lg-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-lg-50 [class*="col-"],
	.row.c-mt-lg-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-lg-55 [class*="col-"],
	.row.c-mt-lg-55 > [class*="col-"] {
		margin-top: 55px;
	}

	.c-mt-lg-60 [class*="col-"],
	.row.c-mt-lg-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mt-lg-90 [class*="col-"],
	.row.c-mt-lg-90 > [class*="col-"] {
		margin-top: 90px;
	}

	.c-mb-lg-0 [class*="col-"],
	.row.c-mb-lg-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-lg-1 [class*="col-"],
	.row.c-mb-lg-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-lg-2 [class*="col-"],
	.row.c-mb-lg-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-lg-5 [class*="col-"],
	.row.c-mb-lg-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-lg-10 [class*="col-"],
	.row.c-mb-lg-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-lg-15 [class*="col-"],
	.row.c-mb-lg-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-lg-20 [class*="col-"],
	.row.c-mb-lg-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-lg-25 [class*="col-"],
	.row.c-mb-lg-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-lg-30 [class*="col-"],
	.row.c-mb-lg-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-lg-35 [class*="col-"],
	.row.c-mb-lg-35 > [class*="col-"] {
		margin-bottom: 35px;
	}

	.c-mb-lg-40 [class*="col-"],
	.row.c-mb-lg-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-lg-50 [class*="col-"],
	.row.c-mb-lg-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-lg-55 [class*="col-"],
	.row.c-mb-lg-55 > [class*="col-"] {
		margin-bottom: 55px;
	}

	.c-mb-lg-60 [class*="col-"],
	.row.c-mb-lg-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-mb-lg-90 [class*="col-"],
	.row.c-mb-lg-90 > [class*="col-"] {
		margin-bottom: 90px;
	}

	.c-my-lg-0 [class*="col-"],
	.row.c-my-lg-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-lg-1 [class*="col-"],
	.row.c-my-lg-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-lg-2 [class*="col-"],
	.row.c-my-lg-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-lg-5 [class*="col-"],
	.row.c-my-lg-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-lg-10 [class*="col-"],
	.row.c-my-lg-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-lg-15 [class*="col-"],
	.row.c-my-lg-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-lg-20 [class*="col-"],
	.row.c-my-lg-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-lg-25 [class*="col-"],
	.row.c-my-lg-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-lg-30 [class*="col-"],
	.row.c-my-lg-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-lg-35 [class*="col-"],
	.row.c-my-lg-35 > [class*="col-"] {
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.c-my-lg-40 [class*="col-"],
	.row.c-my-lg-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-lg-50 [class*="col-"],
	.row.c-my-lg-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-lg-55 [class*="col-"],
	.row.c-my-lg-55 > [class*="col-"] {
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.c-my-lg-60 [class*="col-"],
	.row.c-my-lg-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.c-my-lg-90 [class*="col-"],
	.row.c-my-lg-90 > [class*="col-"] {
		margin-bottom: 90px;
		margin-top: 90px;
	}
}

@media (min-width: 1200px) {
	.c-mt-xl-0 [class*="col-"],
	.row.c-mt-xl-0 > [class*="col-"] {
		margin-top: 0;
	}

	.c-mt-xl-1 [class*="col-"],
	.row.c-mt-xl-1 > [class*="col-"] {
		margin-top: 1px;
	}

	.c-mt-xl-2 [class*="col-"],
	.row.c-mt-xl-2 > [class*="col-"] {
		margin-top: 2px;
	}

	.c-mt-xl-5 [class*="col-"],
	.row.c-mt-xl-5 > [class*="col-"] {
		margin-top: 5px;
	}

	.c-mt-xl-10 [class*="col-"],
	.row.c-mt-xl-10 > [class*="col-"] {
		margin-top: 10px;
	}

	.c-mt-xl-15 [class*="col-"],
	.row.c-mt-xl-15 > [class*="col-"] {
		margin-top: 15px;
	}

	.c-mt-xl-20 [class*="col-"],
	.row.c-mt-xl-20 > [class*="col-"] {
		margin-top: 20px;
	}

	.c-mt-xl-25 [class*="col-"],
	.row.c-mt-xl-25 > [class*="col-"] {
		margin-top: 25px;
	}

	.c-mt-xl-30 [class*="col-"],
	.row.c-mt-xl-30 > [class*="col-"] {
		margin-top: 30px;
	}

	.c-mt-xl-35 [class*="col-"],
	.row.c-mt-xl-35 > [class*="col-"] {
		margin-top: 35px;
	}

	.c-mt-xl-40 [class*="col-"],
	.row.c-mt-xl-40 > [class*="col-"] {
		margin-top: 40px;
	}

	.c-mt-xl-50 [class*="col-"],
	.row.c-mt-xl-50 > [class*="col-"] {
		margin-top: 50px;
	}

	.c-mt-xl-55 [class*="col-"],
	.row.c-mt-xl-55 > [class*="col-"] {
		margin-top: 55px;
	}

	.c-mt-xl-60 [class*="col-"],
	.row.c-mt-xl-60 > [class*="col-"] {
		margin-top: 60px;
	}

	.c-mt-xl-90 [class*="col-"],
	.row.c-mt-xl-90 > [class*="col-"] {
		margin-top: 90px;
	}

	.c-mb-xl-0 [class*="col-"],
	.row.c-mb-xl-0 > [class*="col-"] {
		margin-bottom: 0;
	}

	.c-mb-xl-1 [class*="col-"],
	.row.c-mb-xl-1 > [class*="col-"] {
		margin-bottom: 1px;
	}

	.c-mb-xl-2 [class*="col-"],
	.row.c-mb-xl-2 > [class*="col-"] {
		margin-bottom: 2px;
	}

	.c-mb-xl-5 [class*="col-"],
	.row.c-mb-xl-5 > [class*="col-"] {
		margin-bottom: 5px;
	}

	.c-mb-xl-10 [class*="col-"],
	.row.c-mb-xl-10 > [class*="col-"] {
		margin-bottom: 10px;
	}

	.c-mb-xl-15 [class*="col-"],
	.row.c-mb-xl-15 > [class*="col-"] {
		margin-bottom: 15px;
	}

	.c-mb-xl-20 [class*="col-"],
	.row.c-mb-xl-20 > [class*="col-"] {
		margin-bottom: 20px;
	}

	.c-mb-xl-25 [class*="col-"],
	.row.c-mb-xl-25 > [class*="col-"] {
		margin-bottom: 25px;
	}

	.c-mb-xl-30 [class*="col-"],
	.row.c-mb-xl-30 > [class*="col-"] {
		margin-bottom: 30px;
	}

	.c-mb-xl-35 [class*="col-"],
	.row.c-mb-xl-35 > [class*="col-"] {
		margin-bottom: 35px;
	}

	.c-mb-xl-40 [class*="col-"],
	.row.c-mb-xl-40 > [class*="col-"] {
		margin-bottom: 40px;
	}

	.c-mb-xl-50 [class*="col-"],
	.row.c-mb-xl-50 > [class*="col-"] {
		margin-bottom: 50px;
	}

	.c-mb-xl-55 [class*="col-"],
	.row.c-mb-xl-55 > [class*="col-"] {
		margin-bottom: 55px;
	}

	.c-mb-xl-60 [class*="col-"],
	.row.c-mb-xl-60 > [class*="col-"] {
		margin-bottom: 60px;
	}

	.c-mb-xl-90 [class*="col-"],
	.row.c-mb-xl-90 > [class*="col-"] {
		margin-bottom: 90px;
	}

	.c-my-xl-0 [class*="col-"],
	.row.c-my-xl-0 > [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
	}

	.c-my-xl-1 [class*="col-"],
	.row.c-my-xl-1 > [class*="col-"] {
		margin-bottom: 1px;
		margin-top: 1px;
	}

	.c-my-xl-2 [class*="col-"],
	.row.c-my-xl-2 > [class*="col-"] {
		margin-bottom: 2px;
		margin-top: 2px;
	}

	.c-my-xl-5 [class*="col-"],
	.row.c-my-xl-5 > [class*="col-"] {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.c-my-xl-10 [class*="col-"],
	.row.c-my-xl-10 > [class*="col-"] {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.c-my-xl-15 [class*="col-"],
	.row.c-my-xl-15 > [class*="col-"] {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.c-my-xl-20 [class*="col-"],
	.row.c-my-xl-20 > [class*="col-"] {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.c-my-xl-25 [class*="col-"],
	.row.c-my-xl-25 > [class*="col-"] {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.c-my-xl-30 [class*="col-"],
	.row.c-my-xl-30 > [class*="col-"] {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.c-my-xl-35 [class*="col-"],
	.row.c-my-xl-35 > [class*="col-"] {
		margin-bottom: 35px;
		margin-top: 35px;
	}

	.c-my-xl-40 [class*="col-"],
	.row.c-my-xl-40 > [class*="col-"] {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.c-my-xl-50 [class*="col-"],
	.row.c-my-xl-50 > [class*="col-"] {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.c-my-xl-55 [class*="col-"],
	.row.c-my-xl-55 > [class*="col-"] {
		margin-bottom: 55px;
		margin-top: 55px;
	}

	.c-my-xl-60 [class*="col-"],
	.row.c-my-xl-60 > [class*="col-"] {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.c-my-xl-90 [class*="col-"],
	.row.c-my-xl-90 > [class*="col-"] {
		margin-bottom: 90px;
		margin-top: 90px;
	}
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
	margin-bottom: 0 !important;
}

/* overlap featured image on top section (for big screens) */

@media screen and (min-width: 1200px) {
	.s-top-overlap {
		margin-top: -140px;
	}

	.s-top-overlap-big {
		margin-top: -180px;
	}

	.s-top-overlap-small {
		margin-top: -100px;
	}
}

/* full height section */
.s-full-height {
	min-height: 100vh;
}

/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
	clear: both;
	width: 100%;
}

[class*='divider-']:last-child {
	order: 10000;
}

.divider-0 {
	margin-top: 0;
}

.divider-10 {
	margin-top: 10px;
}

.divider-15 {
	margin-top: 15px;
}

.divider-20 {
	margin-top: 20px;
}

.divider-25 {
	margin-top: 25px;
}

.divider-30 {
	margin-top: 30px;
}

.divider-35 {
	margin-top: 35px;
}

.divider-40 {
	margin-top: 40px;
}

.divider-45 {
	margin-top: 45px;
}

.divider-50 {
	margin-top: 50px;
}

.divider-55 {
	margin-top: 55px;
}

.divider-60 {
	margin-top: 60px;
}

.divider-70 {
	margin-top: 70px;
}

.divider-75 {
	margin-top: 75px;
}

.divider-77 {
	margin-top: 77px;
}

.divider-80 {
	margin-top: 80px;
}

.divider-90 {
	margin-top: 90px;
}

.divider-100 {
	margin-top: 100px;
}

.divider-105 {
	margin-top: 105px;
}

.divider-110 {
	margin-top: 110px;
}

.divider-115 {
	margin-top: 115px;
}

.divider-120 {
	margin-top: 120px;
}

.divider-140 {
	margin-top: 140px;
}

.divider-150 {
	margin-top: 150px;
}

.divider-160 {
	margin-top: 160px;
}

.divider-170 {
	margin-top: 170px;
}

.divider-235 {
	margin-top: 235px;
}

.divider-310 {
	margin-top: 310px;
}

.divider-320 {
	margin-top: 320px;
}

.divider-335 {
	margin-top: 335px;
}

@media (min-width: 576px) {
	.divider-sm-0 {
		margin-top: 0;
	}

	.divider-sm-10 {
		margin-top: 10px;
	}

	.divider-sm-15 {
		margin-top: 15px;
	}

	.divider-sm-20 {
		margin-top: 20px;
	}

	.divider-sm-25 {
		margin-top: 25px;
	}

	.divider-sm-30 {
		margin-top: 30px;
	}

	.divider-sm-35 {
		margin-top: 35px;
	}

	.divider-sm-40 {
		margin-top: 40px;
	}

	.divider-sm-45 {
		margin-top: 45px;
	}

	.divider-sm-50 {
		margin-top: 50px;
	}

	.divider-sm-55 {
		margin-top: 55px;
	}

	.divider-sm-60 {
		margin-top: 60px;
	}

	.divider-sm-70 {
		margin-top: 70px;
	}

	.divider-sm-75 {
		margin-top: 75px;
	}

	.divider-sm-77 {
		margin-top: 77px;
	}

	.divider-sm-80 {
		margin-top: 80px;
	}

	.divider-sm-90 {
		margin-top: 90px;
	}

	.divider-sm-100 {
		margin-top: 100px;
	}

	.divider-sm-105 {
		margin-top: 105px;
	}

	.divider-sm-110 {
		margin-top: 110px;
	}

	.divider-sm-115 {
		margin-top: 115px;
	}

	.divider-sm-120 {
		margin-top: 120px;
	}

	.divider-sm-140 {
		margin-top: 140px;
	}

	.divider-sm-150 {
		margin-top: 150px;
	}

	.divider-sm-160 {
		margin-top: 160px;
	}

	.divider-sm-170 {
		margin-top: 170px;
	}

	.divider-sm-235 {
		margin-top: 235px;
	}

	.divider-sm-310 {
		margin-top: 310px;
	}

	.divider-sm-320 {
		margin-top: 320px;
	}

	.divider-sm-335 {
		margin-top: 335px;
	}
}

@media (min-width: 768px) {
	.divider-md-0 {
		margin-top: 0;
	}

	.divider-md-10 {
		margin-top: 10px;
	}

	.divider-md-15 {
		margin-top: 15px;
	}

	.divider-md-20 {
		margin-top: 20px;
	}

	.divider-md-25 {
		margin-top: 25px;
	}

	.divider-md-30 {
		margin-top: 30px;
	}

	.divider-md-35 {
		margin-top: 35px;
	}

	.divider-md-40 {
		margin-top: 40px;
	}

	.divider-md-45 {
		margin-top: 45px;
	}

	.divider-md-50 {
		margin-top: 50px;
	}

	.divider-md-55 {
		margin-top: 55px;
	}

	.divider-md-60 {
		margin-top: 60px;
	}

	.divider-md-70 {
		margin-top: 70px;
	}

	.divider-md-75 {
		margin-top: 75px;
	}

	.divider-md-77 {
		margin-top: 77px;
	}

	.divider-md-80 {
		margin-top: 80px;
	}

	.divider-md-90 {
		margin-top: 90px;
	}

	.divider-md-100 {
		margin-top: 100px;
	}

	.divider-md-105 {
		margin-top: 105px;
	}

	.divider-md-110 {
		margin-top: 110px;
	}

	.divider-md-115 {
		margin-top: 115px;
	}

	.divider-md-120 {
		margin-top: 120px;
	}

	.divider-md-140 {
		margin-top: 140px;
	}

	.divider-md-150 {
		margin-top: 150px;
	}

	.divider-md-160 {
		margin-top: 160px;
	}

	.divider-md-170 {
		margin-top: 170px;
	}

	.divider-md-235 {
		margin-top: 235px;
	}

	.divider-md-310 {
		margin-top: 310px;
	}

	.divider-md-320 {
		margin-top: 320px;
	}

	.divider-md-335 {
		margin-top: 335px;
	}
}

@media (min-width: 992px) {
	.divider-lg-0 {
		margin-top: 0;
	}

	.divider-lg-10 {
		margin-top: 10px;
	}

	.divider-lg-15 {
		margin-top: 15px;
	}

	.divider-lg-20 {
		margin-top: 20px;
	}

	.divider-lg-25 {
		margin-top: 25px;
	}

	.divider-lg-30 {
		margin-top: 30px;
	}

	.divider-lg-35 {
		margin-top: 35px;
	}

	.divider-lg-40 {
		margin-top: 40px;
	}

	.divider-lg-45 {
		margin-top: 45px;
	}

	.divider-lg-50 {
		margin-top: 50px;
	}

	.divider-lg-55 {
		margin-top: 55px;
	}

	.divider-lg-60 {
		margin-top: 60px;
	}

	.divider-lg-70 {
		margin-top: 70px;
	}

	.divider-lg-75 {
		margin-top: 75px;
	}

	.divider-lg-77 {
		margin-top: 77px;
	}

	.divider-lg-80 {
		margin-top: 80px;
	}

	.divider-lg-90 {
		margin-top: 90px;
	}

	.divider-lg-100 {
		margin-top: 100px;
	}

	.divider-lg-105 {
		margin-top: 105px;
	}

	.divider-lg-110 {
		margin-top: 110px;
	}

	.divider-lg-115 {
		margin-top: 115px;
	}

	.divider-lg-120 {
		margin-top: 120px;
	}

	.divider-lg-140 {
		margin-top: 140px;
	}

	.divider-lg-150 {
		margin-top: 150px;
	}

	.divider-lg-160 {
		margin-top: 160px;
	}

	.divider-lg-170 {
		margin-top: 170px;
	}

	.divider-lg-235 {
		margin-top: 235px;
	}

	.divider-lg-310 {
		margin-top: 310px;
	}

	.divider-lg-320 {
		margin-top: 320px;
	}

	.divider-lg-335 {
		margin-top: 335px;
	}
}

@media (min-width: 1200px) {
	.divider-xl-0 {
		margin-top: 0;
	}

	.divider-xl-10 {
		margin-top: 10px;
	}

	.divider-xl-15 {
		margin-top: 15px;
	}

	.divider-xl-20 {
		margin-top: 20px;
	}

	.divider-xl-25 {
		margin-top: 25px;
	}

	.divider-xl-30 {
		margin-top: 30px;
	}

	.divider-xl-35 {
		margin-top: 35px;
	}

	.divider-xl-40 {
		margin-top: 40px;
	}

	.divider-xl-45 {
		margin-top: 45px;
	}

	.divider-xl-50 {
		margin-top: 50px;
	}

	.divider-xl-55 {
		margin-top: 55px;
	}

	.divider-xl-60 {
		margin-top: 60px;
	}

	.divider-xl-70 {
		margin-top: 70px;
	}

	.divider-xl-75 {
		margin-top: 75px;
	}

	.divider-xl-77 {
		margin-top: 77px;
	}

	.divider-xl-80 {
		margin-top: 80px;
	}

	.divider-xl-90 {
		margin-top: 90px;
	}

	.divider-xl-100 {
		margin-top: 100px;
	}

	.divider-xl-105 {
		margin-top: 105px;
	}

	.divider-xl-110 {
		margin-top: 110px;
	}

	.divider-xl-115 {
		margin-top: 115px;
	}

	.divider-xl-120 {
		margin-top: 120px;
	}

	.divider-xl-140 {
		margin-top: 140px;
	}

	.divider-xl-150 {
		margin-top: 150px;
	}

	.divider-xl-160 {
		margin-top: 160px;
	}

	.divider-xl-170 {
		margin-top: 170px;
	}

	.divider-xl-235 {
		margin-top: 235px;
	}

	.divider-xl-310 {
		margin-top: 310px;
	}

	.divider-xl-320 {
		margin-top: 320px;
	}

	.divider-xl-335 {
		margin-top: 335px;
	}
}

/*
** Common Sections Styles
*/
section {
	position: relative;
}

img {
	max-width: 100%;
}

/*parallax*/
.s-parallax,
.cover-image,
.cover-background,
.texture-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.cover-image {
	height: 100%;
	width: 100%;
}

.texture-background {
	background-image: url(background-texture-cover.jpg);
}

.pattern-background:before {
	background-image: url(patterns/pattern12.png);
}

.cover-image > img {
	visibility: hidden;
}

@media (min-width: 768px) {
	.cover-image {
		background-position: 50% 50%;
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.cover-image.s-cover-right {
		left: auto;
		width: 50%;
	}

	.cover-image.s-cover-left {
		width: 50%;
	}

	.cover-image > a:not(.btn) {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.cover-image + [class*='container'] [class*='col-'] > img,
	.cover-image + [class*='container'] [class*='col-'] > a:after,
	.cover-image + [class*='container'] [class*='col-'] > a > img {
		visibility: hidden;
	}
}

.fixed-background,
.s-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

@media (max-width: 767px) {
	.s-parallax {
		background-size: auto auto;
	}
}

/*additional overlay for parallax sections*/
.s-overlay:before {
	opacity: 0.8;
}

.s-overlay.ls:before {
	background-color: #fff;
	opacity: 0.55;
}

.s-overlay.ls.ms:before {
	background-color: #f5f5f6;
	opacity: 0.81;
}

.s-overlay.cs:before {
	background-color: #ed4266;
	opacity: 0.81;
}

.s-overlay.cs.cs2:before {
	background-color: #255085;
}

.s-overlay.cs.cs3:before {
	background-color: #ffc30f;
}

.s-overlay.cs.cs4:before {
	background-color: #fa5a0a;
}

.s-overlay.ds:before {
	background-color: #36404c;
	opacity: 0.7;
}

.s-overlay.ds.ms:before {
	opacity: 0.9;
}

.s-muted:before {
	background-color: rgba(54, 64, 76, 0.1);
	opacity: 1;
}

.gradientradial-background {
	overflow: hidden;
}

.s-parallax > *,
.s-overlay > *,
.s-muted > *,
.s-overlay-diagonal-double > *,
.pattern-background > *,
.gradientradial-background > *,
.gradient-background > *,
.gradientvertical-background > *,
.gradientdarken-background > * {
	position: relative;
	z-index: 4;
}

.s-parallax:before,
.s-overlay:before,
.s-muted:before,
.s-overlay-diagonal-double:before,
.s-overlay-diagonal-double:after,
.pattern-background:before,
.gradient-background:before,
.gradientvertical-background:before,
.gradientdarken-background:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.s-muted:before,
.s-parallax:before {
	opacity: 0.8;
}

.s-overlay-diagonal {
	background-clip: content-box;
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal:before {
	bottom: auto;
	height: 3000px;
	left: 0;
	margin-left: 30%;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 40%;
}

@media (max-width: 1200px) {
	.s-overlay-diagonal:before {
		margin-left: 15%;
		width: 70%;
	}
}

.s-overlay-diagonal-double {
	overflow: hidden;
	padding: 10px 0;
}

.s-overlay-diagonal-double:before {
	background: linear-gradient(45deg, #ed4266 30%, transparent 30%);
	opacity: 0.6;
}

.s-overlay-diagonal-double:after {
	background: linear-gradient(45deg, transparent 70%, #ed4266 70%);
	opacity: 0.6;
}

.gradient-background:before {
	background: #ed4266;
	background: linear-gradient(to right, #ed4266 0%, #255085 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
}

.gradientvertical-background:before {
	background: #ed4266;
	/* Old browsers */
	background: linear-gradient(to bottom, #ed4266 0%, #255085 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=0);
}

.gradientdarken-background:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000", endColorstr="#00000000", GradientType=0);
}

.gradientradial-background:before {
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 12+ */
	/* IE10+ */
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
	content: "";
	display: block;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ffff", endColorstr="#00ffffff", GradientType=1);
	height: 1400px;
	left: 50%;
	margin-left: -700px;
	margin-top: -700px;
	position: absolute;
	top: 50%;
	width: 1400px;
	z-index: 2;
	/* IE6-9 fallback on horizontal gradient */
}

.s-overlay.gradientradial-background:before {
	height: 100vw;
	margin-left: -50vw;
	margin-top: -50vw;
	width: 100vw;
}

.s-bordertop,
.s-borderbottom,
.s-bordertop-container .container,
.s-borderbottom-container .container {
	position: relative;
}

.s-bordertop:before,
.s-borderbottom:after,
.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
	background-color: #ebeced;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.s-borderheight-2:before,
.s-borderheight-2:after,
.s-borderheight-2 .container:before,
.s-borderheight-2 .container:after {
	height: 2px;
}

.s-borderheight-3:before,
.s-borderheight-3:after,
.s-borderheight-3 .container:before,
.s-borderheight-3 .container:after {
	height: 3px;
}

.s-borderheight-5:before,
.s-borderheight-5:after,
.s-borderheight-5 .container:before,
.s-borderheight-5 .container:after {
	height: 5px;
}

.s-bordercolormain:before,
.s-bordercolormain:after,
.s-bordercolormain .container:before,
.s-bordercolormain .container:after {
	background-color: #ed4266;
}

.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
	left: 15px;
	right: 15px;
}

.s-borderbottom:after,
.s-borderbottom-container .container:after {
	bottom: 0;
	top: auto;
}

.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 1em;
	content: "";
	left: 0;
	position: absolute;
	top: 1em;
	width: 1px;
}

/*page preloader*/
.preloader {
	background: rgba(255, 255, 255, 0.99);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 13000;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	background: url(preloader-img.png) no-repeat 50% 50% transparent;
	height: 256px;
	left: 50%;
	margin: -128px 0 0 -128px;
	position: absolute;
	top: 50%;
	width: 256px;
}

/* animated elements */
.animate {
	visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}

/* boxed layout */
#box_wrapper,
#canvas {
	overflow: visible;
	position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	height: auto;
	position: static;
	width: auto;
}

.pattern1 {
	background-image: url(patterns/pattern1.png);
}

.pattern2 {
	background-image: url(patterns/pattern2.png);
}

.pattern3 {
	background-image: url(patterns/pattern3.png);
}

.pattern4 {
	background-image: url(patterns/pattern4.png);
}

.pattern5 {
	background-image: url(patterns/pattern5.png);
}

.pattern6 {
	background-image: url(patterns/pattern6.png);
}

.pattern7 {
	background-image: url(patterns/pattern7.png);
}

.pattern8 {
	background-image: url(patterns/pattern8.png);
}

.pattern9 {
	background-image: url(patterns/pattern9.png);
}

.pattern10 {
	background-image: url(patterns/pattern10.png);
}

.pattern11 {
	background-image: url(patterns/pattern11.png);
}

.boxed .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: 120px;
	padding: 0;
}

@media (min-width: 1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-bottom: 120px;
	margin-top: 150px;
}

/*common background sections*/
.s-map-dark {
	background-image: url("parallax/map-dark.jpg");
}

.s-map-light {
	background-image: url("parallax/map-light.jpg");
}

.s-light-abstract {
	background-image: url("parallax/light-abstract.jpg");
}

.s-light-wood {
	background-image: url("parallax/light-wood.jpg");
}

/*bordered columns*/
.c-bordered [class*='col-'] {
	border: 1px solid #ebeced;
	margin-left: -1px;
	margin-top: -1px;
}

@media (min-width: 768px) {
	.c-bordered.c-bordered-center .row [class*='col-']:first-child {
		border-left-color: transparent;
	}

	.c-bordered.c-bordered-center .row [class*='col-']:last-child {
		border-right-color: transparent;
	}

	.c-bordered.c-bordered-center .row:first-child [class*='col-'] {
		border-top-color: transparent;
	}

	.c-bordered.c-bordered-center .row:last-child [class*='col-'] {
		border-bottom-color: transparent;
	}
}

@media (min-width: 768px) {
	.s-overlay.mobile-overlay:before {
		display: none;
	}
}

.about-section a:not(.btn).about-link {
	color: #ed4266;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
	text-transform: uppercase;
}

.about-section a:not(.btn).about-link:hover {
	color: #fff;
}

.about-section .signature {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.about-section .signature .signature__left h4 {
	margin-bottom: -4px;
	text-transform: none;
}

.about-section .signature .signature__left span {
	color: #ed4266;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

/* Media Items - Common Side and Top Image Items */
.item-content p:last-child {
	margin-bottom: -.5em;
}

.bordered .item-media,
.bordered .entry-thumbnail {
	margin: -1px -1px -1px -1px;
	z-index: 1;
}

.bordered .item-media.cover-image {
	height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
	margin: 0;
}

/* side and vertical items paddings */
.full-padding {
	padding: 40px;
}

.content-padding .item-content {
	padding: 55px 60px;
}

@media (max-width: 1199px) {
	.content-padding .item-content {
		padding: 35px 40px;
	}
}

@media (max-width: 575px) {
	.content-padding .item-content {
		padding: 25px;
	}
}

@media (max-width: 992px) {
	.full-padding {
		padding: 30px;
	}

	.content-padding .item-content {
		padding: 30px;
	}
}

/*side item*/
.side-item h2,
.side-item h3,
.side-item h4 {
	line-height: 1;
}

.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	margin: 0;
	padding: 0;
}

.side-item .item-title + .item-content {
	padding-top: 30px;
}

.side-item [class*="col-"] > .item-title {
	padding: 15px 30px;
}

.side-item [class*="col-"] > .item-title h2,
.side-item [class*="col-"] > .item-title h3,
.side-item [class*="col-"] > .item-title h4 {
	margin: 0;
}

.side-item.bordered [class*="col-"] > .item-title {
	margin: -1px;
}

/*-xs- -sm- side-item paddings and margins*/

@media (max-width: 767px) {
	.no-content-padding [class*='col-sm-'] .item-content,
	.no-content-padding [class*='col-xs-'] .item-content,
	.full-padding [class*='col-sm-'] .item-content,
	.full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
	.no-content-padding .col-xs-12 .item-content,
	.full-padding .col-sm-12 .item-content,
	.full-padding .col-xs-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-md- side-item paddings and margins*/

@media (min-width: 768px) {
	.no-content-padding [class*='col-md-'] .item-content,
	.full-padding [class*='col-md-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content,
	.full-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
	.full-padding .col-sm-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-lg- side-item paddings and margins*/

@media (min-width: 992px) {
	.no-content-padding [class*='col-lg-'] .item-content,
	.full-padding [class*='col-lg-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content,
	.full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,
	.full-padding .col-md-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-xl- side-item paddings and margins*/

@media (min-width: 1200px) {
	.no-content-padding [class*='col-xl-'] .item-content,
	.full-padding [class*='col-xl-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content,
	.full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-lg-12 .item-content,
	.full-padding .col-lg-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/* vertical media item */
.ds.ms .vertical-item {
	background-color: #36404c;
}

.vertical-item {
	background-color: transparent;
}

.vertical-item .item-media + .item-content {
	padding: 25px;
}

.vertical-item .item-media + .item-content.content-padding {
	padding: 40px;
}

@media (max-width: 767px) {
	.vertical-item .item-media + .item-content.content-padding {
		padding: 25px;
	}
}

.vertical-item .item-media + .item-content.position-relative {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	left: 40px;
	padding-bottom: 30px;
	padding-top: 26px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 80px);
}

@media (max-width: 1199px) {
	.vertical-item .item-media + .item-content.position-relative {
		left: 20px;
		padding: 20px;
		width: calc(100% - 40px);
	}
}

.vertical-item.content-padding .item-content {
	padding: 36px 40px;
}

.vertical-item.content-padding .item-content h5 {
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: none;
}

.vertical-item.content-padding .item-content p {
	margin-bottom: 15px;
}

.vertical-item.content-padding .item-content .social-icons {
	color: #a4a9b9;
	margin-bottom: 0;
	opacity: 0.5;
}

@media (max-width: 1199px) {
	.vertical-item.content-padding .item-content {
		padding: 30px;
	}
}

.vertical-item.content-padding.padding-small .item-content {
	padding: 40px 40px 35px;
}

@media (max-width: 1200px) {
	.vertical-item.content-padding.padding-small .item-content {
		padding: 25px 25px 20px;
	}
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	bottom: 50%;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
}

.vertical-item + .item-title {
	padding: 10px 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
	margin: 0;
}

/* item meta */
.item-meta {
	color: #707787;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.item-meta a {
	color: #707787;
}

.item-meta a:hover {
	color: #ed4266;
}

.item-meta i {
	font-size: 14px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	width: 1em;
}

.item-meta > span {
	margin-right: 30px;
}

.side-item .item-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.side-item .item-meta a {
	color: #707787;
}

.side-item .item-meta a:hover {
	color: #ed4266;
}

/* item media & item links */
.item-media {
	overflow: hidden;
	position: relative;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

.content-absolute .media-links div {
	display: flex;
	justify-content: center;
	margin-top: 0;
	top: 20%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-absolute .media-links div a {
	transition: all 0.35s ease 0.1s;
}

.content-absolute .media-links div a:hover {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	transition-delay: 0s;
}

blockquote.vertical-item {
	margin: 50px 0px;
	margin-right: 0;
	max-width: 100%;
	padding: 52px 60px;
}

@media (max-width: 545px) {
	blockquote.vertical-item {
		padding: 30px 25px;
	}
}

blockquote.vertical-item .small-text {
	display: flex;
}

.media-links:before {
	background-color: rgba(54, 64, 76, 0.6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: perspective(100px) rotateY(-120deg);
	transform: perspective(100px) rotateY(-120deg);
	-webkit-transform-origin: right center 0;
	transform-origin: right center 0;
	-webkit-transform-style: flat;
	transform-style: flat;
	transition: opacity .2s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out, opacity .2s ease-in-out;
	transition: transform .5s ease-in-out, opacity .2s ease-in-out, -webkit-transform .5s ease-in-out;
}

[class*="-item"]:hover .media-links:before {
	opacity: 0.9;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}

[class*="-item"] .links-wrap a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 60px;
	line-height: 58px;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

[class*="-item"] .links-wrap a + a {
	margin-left: 6px;
}

[class*="-item"] .links-wrap a:hover {
	background-color: #ed4266;
	border-color: #ed4266;
	color: #fff !important;
}

[class*="-item"] .links-wrap a.link-anchor {
	transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 700;
}

[class*="-item"] .links-wrap a.link-anchor:before {
	content: "\f0c1";
}

[class*="-item"]:hover .links-wrap a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

.testimonial-item {
	margin: 0 auto;
	max-width: 1030px;
	width: 100%;
}

/* item icons */
.item-icons {
	font-size: 12px;
	margin-top: 35px;
}

.content-padding .item-icons {
	margin-top: 0;
}

.item-icons i {
	padding: 0 4px;
}

.item-icons .col {
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}

.surgical .vertical-item {
	position: relative;
}

.surgical .vertical-item .services-icon {
	align-items: center;
	background-color: #ed4266;
	border-radius: 50%;
	display: flex;
	height: 60px;
	justify-content: center;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in;
	width: 60px;
}

.surgical .vertical-item .services-icon i {
	color: #fff;
	transition: all 0.3s ease-in;
}

.surgical .vertical-item .services-icon:hover {
	background-color: #fff;
}

.surgical .vertical-item .services-icon:hover i {
	color: #ed4266;
}

.surgical .vertical-item .item-content {
	padding: 30px 25px 20px 25px;
}

@media (max-width: 575px) {
	.surgical .vertical-item .item-content {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}
}

.surgical .vertical-item .item-content h5 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 15px;
}

.surgical .vertical-item .item-content span {
	color: #ed4266;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.surgical .vertical-item .item-content p {
	margin-top: 20px;
	max-height: 73px;
	overflow: hidden;
}

.surgical .vertical-item .item-content .btn {
	margin-right: 0;
	margin-top: 14px;
}

/*
** Buttons
 */
.btn:hover {
	cursor: pointer;
}

@media (min-width: 576px) {
	form .btn + .btn {
		margin-left: 20px;
	}
}

@media (max-width: 374px) {
	form .btn + .btn {
		margin-top: 10px;
	}
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}

.btn-secondary {
	border-color: #ebeced;
	color: #36404c;
}

/*color background buttons*/
.btn.btn-square {
	align-items: center;
	background-color: transparent;
	border: 3px solid #36404c;
	color: #36404c;
	display: flex;
	font-weight: 400;
	height: 100px;
	justify-content: center;
	min-width: unset;
	transition: all .3s ease-in-out;
	width: 100px;
}

.btn.btn-square:hover {
	background-color: #36404c;
	color: #fff;
}

.btn.btn-circle {
	align-items: center;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 30px;
	justify-content: center;
	min-width: unset;
	padding: 5px;
	transition: all .3s ease-in-out;
	width: 30px;
}

.btn.btn-circle:hover {
	background-color: #fff;
	color: #255085;
}

.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-maincolor4,
.btn-darkgrey {
	color: #fff;
}

.btn-maincolor {
	background-color: #ed4266;
	border: 3px solid #ed4266;
}

.btn-maincolor2 {
	background-color: #255085;
	border: 3px solid #255085;
}

.btn-maincolor3 {
	background-color: #ffc30f;
	border: 3px solid #ffc30f;
}

.btn-maincolor4 {
	background-color: #fa5a0a;
	border: 3px solid #fa5a0a;
}

.btn-darkgrey {
	background-color: #36404c;
	border: 3px solid #36404c;
}

/*color outline buttons*/
.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3,
.btn-outline-maincolor4 {
	background-color: transparent;
	border: 3px solid transparent;
}

.btn-outline-darkgrey {
	border: 3px solid #36404c;
	color: #ed4266;
}

.btn-outline-maincolor {
	border-color: #ed4266;
	color: #ed4266;
}

.btn-outline-maincolor2 {
	border-color: #255085;
	color: #255085;
}

.btn-outline-maincolor3 {
	border-color: #ffc30f;
	color: #ffc30f;
}

.btn-outline-maincolor4 {
	border-color: #fa5a0a;
	color: #fa5a0a;
}

.btn-outline-darkgrey {
	background: transparent;
	border-color: #36404c;
	color: #36404c;
}

.corner {
	background-color: transparent !important;
	height: 0;
	overflow: visible !important;
	padding-bottom: 70px;
	position: relative;
	z-index: 3;
}

.corner:before,
.corner:after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.corner:after {
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 70px solid #fff;
}

.corner.corner-outside {
	position: absolute;
}

.corner.corner-outside:first-child {
	top: -70px;
}

.corner.corner-outside:last-child {
	bottom: -70px;
}

.corner.corner-half:after {
	border-left-width: 100vw;
	border-right-width: 0;
}

.corner.corner-half.corner-half-inverse:after {
	border-left-width: 0;
	border-right-width: 100vw;
}

.corner.corner-mirror:after {
	border-left-width: 0;
}

.corner.corner-mirror:before {
	border-left: 50vw solid transparent;
	border-top: 70px solid #fff;
	left: 50vw;
}

.corner.corner-inverse:before,
.corner.corner-inverse:after {
	border-bottom: 70px solid #fff;
	border-top: none;
}

@media (max-width: 1199px) {
	.corner {
		padding-bottom: 30px;
	}

	.corner:after {
		border-top-width: 30px;
	}

	.corner.corner-outside {
		position: absolute;
	}

	.corner.corner-outside:first-child {
		top: -30px;
	}

	.corner.corner-outside:last-child {
		bottom: -30px;
	}

	.corner.corner-mirror:before {
		border-top-width: 30px;
	}

	.corner.corner-inverse:before,
	.corner.corner-inverse:after {
		border-bottom-width: 30px;
	}
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
	border-bottom-color: #f5f5f6;
	border-top-color: #f5f5f6;
}

.corner.ls.ms.corner-inverse:after {
	border-bottom-color: #f5f5f6;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
	border-bottom-color: #36404c;
	border-top-color: #36404c;
}

.corner.ds.corner-inverse:after {
	border-bottom-color: #36404c;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
	border-bottom-color: #303944;
	border-top-color: #303944;
}

.corner.ds.ms.corner-inverse:after {
	border-bottom-color: #303944;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
	border-bottom-color: #2f3e47;
	border-top-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
	border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
	border-bottom-color: #ed4266;
	border-top-color: #ed4266;
}

.corner.cs.corner-inverse:after {
	border-bottom-color: #ed4266;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
	border-bottom-color: #255085;
	border-top-color: #255085;
}

.corner.cs.cs2.corner-inverse:after {
	border-bottom-color: #255085;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
	border-bottom-color: #ffc30f;
	border-top-color: #ffc30f;
}

.corner.cs.cs3.corner-inverse:after {
	border-bottom-color: #ffc30f;
}

/*
** Light Background Section - .ls
*/
.ls {
	background-color: #fff;
	color: #707787;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #36404c;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #ed4266;
	opacity: 0.8;
}

.ls .btn-darkgrey {
	background: #36404c;
}

.ls .btn-outline-maincolor {
	color: #ed4266;
}

.ls .btn-outline-maincolor2 {
	color: #255085;
}

.ls .btn-outline-maincolor3 {
	color: #ffc30f;
}

.ls .btn-outline-darkgrey {
	border: 3px solid #36404c;
	color: #36404c;
}

.ls .btn-maincolor:hover {
	color: #fff;
}

.ls .btn-maincolor2:hover {
	color: #fff;
}

.ls .btn-maincolor3:hover {
	color: #fff;
}

.ls .btn-darkgrey:hover {
	color: #36404c;
}

.ls .btn-outline-maincolor:hover,
.ls .btn-outline-maincolor2:hover,
.ls .btn-outline-maincolor3:hover,
.ls .btn-outline-maincolor4:hover {
	color: #fff;
}

.ls .btn-outline-maincolor:hover {
	background-color: #ed4266;
}

.ls .btn-maincolor:hover {
	background-color: transparent;
	color: #ed4266;
}

.ls .btn-outline-maincolor2:hover {
	background-color: #255085;
}

.ls .btn-maincolor2:hover {
	background-color: transparent;
	color: #255085;
}

.ls .btn-outline-maincolor3:hover {
	background-color: #ffc30f;
}

.ls .btn-maincolor3:hover {
	background-color: transparent;
	color: #ffc30f;
}

.ls .btn-outline-maincolor4:hover {
	background-color: #fa5a0a;
}

.ls .btn-maincolor4:hover {
	background-color: transparent;
	color: #fa5a0a;
}

.ls .btn-outline-darkgrey:hover {
	background-color: #36404c;
	color: #fff;
}

.ls .btn-darkgrey:hover {
	background-color: transparent;
	color: #36404c;
}

.ls .links-maincolor a:hover {
	opacity: 0.7;
}

/*
** Grey Background Section - light section, muted section - .ls.ms
*/
.ls.ms {
	background-color: #f5f5f6;
	color: #606673;
}

.ls.ms .links-grey a {
	color: #606673;
}

.ls.ms .hero-bg {
	background-color: #fff;
}

.ls.ms .hero-bg hr {
	background-color: #ebeced;
}

.ls.ms hr {
	background-color: #fff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms input[type="number"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
	background-color: transparent;
}

.ls.ms .hero-bg input[type="text"],
.ls.ms .hero-bg input[type="email"],
.ls.ms .hero-bg input[type="url"],
.ls.ms .hero-bg input[type="password"],
.ls.ms .hero-bg input[type="search"],
.ls.ms .hero-bg input[type="tel"],
.ls.ms .hero-bg input[type="number"],
.ls.ms .hero-bg textarea,
.ls.ms .hero-bg select,
.ls.ms .hero-bg .form-control {
	background-color: #f5f5f6;
	border-color: #ebeced;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
	border-color: #dedfe1;
}

.ls.ms .btn-secondary {
	border-color: #fff;
}

.ls.ms .btn-secondary:hover {
	background-color: #e5e5e8;
	border-color: #e5e5e8;
}

.ls .color-icon.bg-icon {
	background-color: #ececec;
}

.ls .pricing-plan [class*='btn-outline-'] {
	background-color: #fff;
}

.ls .pricing-plan [class*='btn-outline-']:hover {
	background-color: #ed4266;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs > li.active > a:hover,
.ls.ms .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .tab-content {
	background-color: #fff;
}

.ls.ms .tab-content .bordered {
	border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
	background-color: transparent;
}

.ls.ms .tab-content .form-control {
	background-color: #f5f5f6;
}

.ls.ms .vertical-tabs .nav > li > a {
	background-color: #fff;
}

.ls.ms .vertical-tabs .nav > li > a:hover,
.ls.ms .vertical-tabs .nav > li.active > a {
	background-color: #36404c;
}

.ls.ms .panel-title > a {
	background-color: #36404c;
}

.ls.ms .panel-title > a.collapsed {
	background-color: #fff;
}

.ls.ms .hero-bg .panel-title > a {
	border: 1px solid #ebeced;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	background-color: #36404c;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #707787;
}

.ls.ms .breadcrumb a {
	color: #595e6b;
}

.ls.ms .breadcrumb a:hover {
	color: #ed4266;
}

.ls.ms [class*='btn-outline-']:not(:hover) {
	background-color: #f5f5f6;
}

/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/
/* dark grey background section - .ds */
.ds {
	background-color: #36404c;
	color: #aeb1b4;
}

.ds * .ds {
	background-color: #2b333d;
}

.ds .list-unstyled {
	color: #aeb1b4;
}

/* dark background section - .ds.ms */
.ds.ms {
	background-color: #303944;
}

.ds.ms .ds.ms {
	background-color: #343e4a;
}

/* dark section blue - .ds.bs */
.ds.bs {
	background-color: #2f3e47;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	color: #ed4266;
}

.ds a:not(.btn).color-main {
	color: #ed4266;
}

.ds a:not(.btn).color-main:hover {
	color: #fff;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	color: #fff;
}

.ds .ls {
	background-color: #fff;
	color: #707787;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #36404c;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #ed4266;
}

.ds .ls a:not(.btn) {
	color: #36404c;
}

.ds .ls a:not(.btn):hover {
	color: #ed4266;
}

.ds .ls .btn-maincolor:hover {
	color: #ed4266;
}

.ds .ls .btn-maincolor2:hover {
	color: #255085;
}

.ds .ls .btn-maincolor3:hover {
	color: #ffc30f;
}

.ds .ls .btn-darkgrey:hover {
	color: #36404c;
}

.ds label {
	color: #fff;
}

.ds hr {
	background-color: #4a535e;
	border-color: #4a535e;
}

.ds blockquote,
.ds .blockquote {
	color: #aeb1b4;
}

.ds pre {
	color: #aeb1b4;
}

.ds .muted-bg,
.ds .hero-bg {
	background-color: #222739;
}

.ds .bordered {
	border-color: #4a535e;
}

.ds .color-main {
	color: #ed4266;
}

.ds .color-main2 {
	color: #255085;
}

.ds .color-dark,
.ds .color-darkgrey {
	border-color: #36404c;
	color: #36404c;
}

.ds .links-maincolor a {
	color: #ed4266;
}

.ds .links-maincolor a:hover {
	color: #fff;
}

.ds .links-maincolor2 a {
	color: #255085;
}

.ds .links-maincolor2 a:hover {
	color: #fff;
}

.ds .links-maincolor3 a {
	color: #ffc30f;
}

.ds .links-maincolor3 a:hover {
	color: #fff;
}

.ds .links-grey a {
	color: #aeb1b4;
}

.ds .links-grey a:hover {
	color: #fff;
}

.ds .links-darkgrey a {
	color: #fff;
}

.ds .links-darkgrey a:hover {
	color: #ed4266;
}

.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
	background-color: #4a535e;
}

.ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: #4a535e;
}

.ds .btn-square {
	border-color: #fff;
	color: #fff;
}

.ds .btn-square:hover {
	background-color: #fff;
	color: #36404c;
}

.ds .btn-maincolor:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor4:hover,
.ds .btn-maincolor3:hover {
	background: transparent;
	color: #fff;
}

.ds .btn-darkgrey {
	background-color: #fff;
	border-color: #fff;
	color: #36404c;
}

.ds .btn-darkgrey:hover {
	background-color: transparent;
	color: #fff;
}

.ds .btn-outline-maincolor,
.ds .btn-outline-maincolor2,
.ds .btn-outline-maincolor3,
.ds .btn-outline-maincolor4 {
	color: #fff;
}

.ds .btn-outline-maincolor:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-outline-maincolor4:hover {
	color: #fff;
}

.ds .btn-outline-maincolor:hover {
	background-color: #ed4266;
}

.ds .btn-outline-maincolor2:hover {
	background-color: #255085;
}

.ds .btn-outline-maincolor3:hover {
	background-color: #ffc30f;
}

.ds .btn-outline-maincolor4:hover {
	background-color: #fa5a0a;
}

.ds .btn-outline-darkgrey {
	border-color: #fff;
	color: #fff;
}

.ds .btn-outline-darkgrey:hover {
	background-color: #fff;
	color: #36404c;
}

.ds a.fa {
	border-color: #aeb1b4;
	color: #aeb1b4;
}

.ds a.bg-icon {
	background-color: #222739;
}

.ds .fa.color-icon:hover {
	color: #fff;
}

.ds .color-icon.bg-icon {
	background-color: #222739;
}

.ds .color-icon.bg-icon:hover {
	color: #fff;
}

.ds .color-bg-icon:hover {
	background-color: #ed4266;
}

.ds {
	/* shop */
}

.ds .list-bordered li {
	border-color: #4a535e;
}

.ds .ls .list-bordered li {
	border-color: #ebeced;
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds select,
.ds .form-control {
	background-color: transparent;
	border-color: #4a535e;
	color: #707787;
}

.ds.ms input[type="text"],
.ds.ms input[type="email"],
.ds.ms input[type="url"],
.ds.ms input[type="password"],
.ds.ms input[type="search"],
.ds.ms input[type="tel"],
.ds.ms input[type="number"],
.ds.ms textarea,
.ds.ms select,
.ds.ms .form-control {
	background-color: transparent;
	color: #fff;
}

.ds .form-group-select:before {
	border-color: #4a535e;
}

.ds .form-control:focus {
	border-color: #55606c;
}

.ds .form-control:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #fff;
}

.ds .form-control::-webkit-input-placeholder {
	color: #fff;
}

.ds .modal_login_form .form-control:-moz-placeholder {
	color: #707787;
	opacity: 1;
}

.ds .modal_login_form .form-control::-moz-placeholder {
	color: #707787;
	opacity: 1;
}

.ds .modal_login_form .form-control:-ms-input-placeholder {
	color: #707787;
}

.ds .modal_login_form .form-control::-webkit-input-placeholder {
	color: #707787;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
	font-style: normal;
}

.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.ds .contact-form.transparent-background .form-control {
	border-color: #4a535e;
}

.ds .tab-content {
	border-color: #4a535e;
	border-top: 7px solid #ed4266;
	position: relative;
	top: -1px;
	z-index: 555;
}

.ds .nav-tabs .nav-link {
	border-color: #4a535e;
}

.ds .nav-tabs .nav-link:hover {
	background-color: #ed4266;
	border-color: #ed4266;
	color: #fff;
}

.ds .owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.ds .post-adds .share_button > i,
.ds .post-adds .like_button > i {
	color: #fff;
}

.ds .side-item {
	border-color: #4a535e;
}

.ds .excerpt {
	color: #fff;
}

.ds .reply a {
	color: #fff;
}

.ds .widget_search .form-inline .btn,
.ds .widget_product_search [type="submit"],
.ds .widget_mailchimp .form-inline .btn {
	background-color: transparent;
	color: #ed4266;
}

.ds .widget_search button,
.ds .widget_mailchimp button,
.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
	border-color: #4a535e;
}

.ds .widget_nav_menu ul ul {
	border-color: #4a535e;
}

.ds .widget_popular_entries .media-heading {
	color: #fff;
}

.ds .tweet_list li + li .tweet_right {
	border-color: #4a535e;
}

.ds .widget_tag_cloud a {
	border-color: #fff;
	color: #fff;
}

.ds .widget_shopping_cart li a + a {
	color: #fff;
}

.ds .widget_shopping_cart li a + a:hover {
	color: #ed4266;
}

.ds .summary .price {
	border-color: #4a535e;
	color: #ed4266;
}

.ds .summary .product_meta {
	border-color: #4a535e;
}

.ds .widget_price_filter .price_label {
	color: #fff;
}

.ds #calendar_wrap {
	border-color: #4a535e;
}

.ds .widget_calendar table {
	background-color: #222739;
	border-color: #4a535e;
}

.ds .widget_calendar tfoot td a {
	border-color: #4a535e;
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	color: #fff;
}

.ds .widget_calendar tbody td a:hover {
	color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
	background-color: #4a535e;
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
	color: #fff;
}

.ds .ui-slider {
	background-color: #222739;
}

.ds .ui-slider .ui-slider-handle {
	background-color: #fff;
}

.ds #sort_view {
	background-color: transparent;
	color: #fff;
}

.ds #toggle_shop_view.grid-view:after,
.ds #toggle_shop_view:before {
	background-color: #1c202f;
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: #4a535e;
}

.ds .table.cart a {
	color: #fff;
}

.ds .pagination > li > a,
.ds .pagination > li > span {
	background-color: transparent;
	border: 1px solid #4a535e;
	color: #fff;
}

.ds .pagination > li.active > a,
.ds .pagination > li.active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
	background-color: #ed4266;
	border-color: #ed4266;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	background-color: #202536;
	border-color: transparent;
}

.ds .progress {
	background-color: #4a535e;
}

.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li > a {
	background-color: #222739;
	color: #fff;
}

.ds .panel-heading .panel-title > a,
.ds .panel-heading .panel-title > a:hover,
.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
	background-color: #ed4266;
}

.ds .panel-heading .panel-title > a:hover:after,
.ds .vertical-tabs .nav > li > a:hover:after {
	color: #fff;
}

.ds .entry-meta .comments-link a {
	color: #fff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
	border-color: #4a535e;
}

.ds #isotope_filters a,
.ds .filters a {
	color: #fff;
}

.ds div .fw-shortcode-calendar-wrapper .page-header h3,
.ds div .btn-group button[data-calendar-nav],
.ds div .btn-group button[data-calendar-nav*='today'] {
	color: #fff;
}

/*
** Color Background Section - .cs
*/
.cs.cs2 {
	background-color: #255085;
}

.cs.cs2 .color-main {
	color: #ed4266;
}

.cs.cs3 {
	background-color: #ffc30f;
}

.cs.cs3 .color-main {
	color: #fa5a0a;
}

.cs.cs4 {
	background-color: #fa5a0a;
}

.cs.cs4 .color-main {
	color: #ffc30f;
}

/* color section grey - .cs.gs */
.cs.gs {
	background-color: #aaa6a7;
}

.cs.cs-success {
	background-color: #4db19e;
}

.cs.cs-info {
	background-color: #007ebd;
}

.cs.cs-warning {
	background-color: #eeb269;
}

.cs.cs-danger {
	background-color: #dc5753;
}

.cs {
	background-color: #255085;
	color: #fff;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	color: #fff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
	color: #fff;
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	color: #ed4266;
}

.cs blockquote,
.cs .blockquote {
	border-color: #f1718c;
}

.cs hr {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs pre {
	color: #fff;
}

.cs .hero-bg {
	background-color: rgba(255, 255, 255, 0.1);
}

.cs .bordered {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordertop:before,
.cs.s-borderbottom:after,
.cs.s-bordertop-container .container:before,
.cs.s-borderbottom-container .container:after {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs .links-darkgrey a,
.cs .links-grey a {
	color: #aab5c8;
}

.cs .links-darkgrey a .text-white,
.cs .links-grey a .text-white {
	opacity: 1;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
	color: #fff;
	opacity: 1;
}

.cs .color-dark {
	border-color: #fff;
	color: #fff;
}

.cs .color-darkgrey {
	border-color: #36404c;
	color: #36404c;
}

.cs .response,
.cs .color-main {
	color: #255085;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.cs .widget_search button:before,
.cs .widget_mailchimp button:before,
.cs .widget_product_search form:before {
	color: #fff;
}

.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.cs .form-control:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #fff;
}

.cs .form-control::-webkit-input-placeholder {
	color: #fff;
}

.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.cs .btn-darkgrey {
	background: #36404c;
}

.cs .btn-outline-maincolor {
	color: #ed4266;
}

.cs .btn-outline-maincolor2 {
	color: #fff;
}

.cs .btn-outline-maincolor3 {
	color: #ffc30f;
}

.cs .btn-outline-darkgrey {
	border: 2px solid #36404c;
	color: #36404c;
}

.cs .btn-maincolor:hover {
	color: #fff;
}

.cs .btn-maincolor2:hover {
	color: #fff;
}

.cs .btn-maincolor3:hover {
	color: #fff;
}

.cs .btn-darkgrey:hover {
	color: #36404c;
}

.cs .btn-outline-maincolor:hover,
.cs .btn-outline-maincolor2:hover,
.cs .btn-outline-maincolor3:hover {
	color: #fff;
}

.cs .btn-outline-maincolor:hover {
	background-color: #ed4266;
}

.cs .btn-maincolor:hover {
	background-color: transparent;
	color: #ed4266;
}

.cs .btn-outline-maincolor2:hover {
	background-color: #255085;
}

.cs .btn-maincolor2:hover {
	background-color: transparent;
	color: #fff;
}

.cs .btn-outline-maincolor3:hover {
	background-color: #ffc30f;
}

.cs .btn-maincolor3:hover {
	background-color: transparent;
	color: #ffc30f;
}

.cs .btn-outline-maincolor4:hover {
	background-color: #fa5a0a;
}

.cs .btn-maincolor4:hover {
	background-color: transparent;
	color: #fa5a0a;
}

.cs .btn-outline-darkgrey:hover {
	background-color: #36404c;
	color: #fff;
}

.cs .btn-darkgrey:hover {
	background-color: transparent;
	color: #36404c;
}

.cs a.fa {
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.cs a.bg-icon {
	background-color: rgba(255, 255, 255, 0.17);
}

.cs .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.9);
}

.cs a.fa.color-bg-icon:hover {
	background-color: #36404c;
}

.cs .btn-action {
	background-color: #fff;
}

.cs .btn-action i {
	color: #36404c;
}

.cs .btn-action:hover i {
	opacity: 0.7;
}

/*
** Helper Utilities
*/
/* layout */
.clear,
.clearfix {
	clear: both;
}

.round {
	border-radius: 50%;
}

.text-normal {
	text-transform: none;
}

/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
	padding: 40px 45px;
}

@media (min-width: 1200px) {
	.p-big {
		padding: 55px 60px;
	}
}

.p-normal {
	padding: 40px 45px;
}

.p-small {
	padding: 30px 35px;
}

.cover-before,
.cover-after {
	overflow: hidden;
}

.cover-before,
.cover-after,
.cover-before > *,
.cover-after > * {
	position: relative;
	z-index: 2;
}

.cover-before:before,
.cover-after:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-corner {
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

/* text helpers */
.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-56 {
	font-size: 56px;
}

.fw-100 {
	font-weight: 100;
}

.fw-300,
.thin {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700,
.bolder {
	font-weight: 700;
}

.fw-900,
.bold {
	font-weight: 900;
}

.dropcap {
	float: left;
	font-size: 108px;
	font-weight: 900;
	line-height: 0.9;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1600px) {
	.dropcap {
		font-size: 92px;
		margin-right: 15px;
	}
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.overflow-visible {
	overflow: visible;
	position: relative;
	z-index: 2;
}

.z-index-2 {
	z-index: 2;
}

/*display helpers*/
[class*='visible-above-'],
[class*='visible-below-'] {
	display: none !important;
}

@media (min-width: 576px) {
	.visible-above-sm {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.visible-below-sm {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.visible-above-md {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-below-md {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.visible-above-lg {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.visible-below-lg {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-above-xl {
		display: block !important;
	}
}

@media (max-width: 1199px) {
	.visible-below-xl {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.hidden-below-sm {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-above-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-below-md {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-above-md {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-below-lg {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-above-lg {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-below-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-above-xl {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}

/* borders, colors and backgrounds */
.light-bg {
	background-color: #fff;
}

.hero-bg {
	background-color: #f5f5f5;
}

.muted-bg {
	background-color: rgba(54, 64, 76, 0.06);
}

.ds a.link-white {
	color: #fff;
}

.ds a.link-white:hover {
	color: #ed4266;
}

.response,
.color-main {
	border-color: #ed4266;
	color: #ed4266;
}

.color-main2 {
	border-color: #255085;
	color: #255085;
}

.color-main3 {
	border-color: #ffc30f;
	color: #ffc30f;
}

.color-dark {
	border-color: #303944;
	color: #303944;
}

.color-darkgrey {
	border-color: #36404c;
	color: #36404c;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-warning {
	color: #eeb269;
}

.required,
.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid #ebeced;
}

.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.links-maincolor a {
	color: #ed4266;
}

.links-maincolor a:hover {
	color: #36404c;
}

.links-maincolor2 a {
	color: #255085;
}

.links-maincolor2 a:hover {
	color: #ed4266;
}

.links-maincolor3 a {
	color: #ffc30f;
}

.links-maincolor3 a:hover {
	color: #36404c;
}

.links-grey a {
	color: #707787;
}

.links-grey a:hover {
	color: #ed4266;
}

.ls .links-darkgrey a {
	color: #36404c;
}

.ls .links-darkgrey a:hover {
	color: #ed4266;
}

.bg-maincolor {
	background-color: #ed4266;
}

.bg-maincolor2 {
	background-color: #255085;
}

.bg-maincolor3 {
	background-color: #ffc30f;
}

.bg-maincolor4 {
	background-color: #fa5a0a;
}

.bg-dark {
	background-color: #303944;
}

.bg-darkblue {
	background-color: #0a0d1b;
	color: #fff;
}

.bg-darkgrey {
	background-color: #36404c;
	color: #fff;
}

.ls .bg-lighhblue {
	background-color: #f0f7fa;
}

.ls .bg-lighhblue h5 {
	color: #36404c;
}

.bg-success {
	background-color: #4db19e !important;
}

.bg-info {
	background-color: #007ebd !important;
}

.bg-warning {
	background-color: #eeb269 !important;
}

.bg-danger {
	background-color: #dc5753 !important;
}

[class*='bg-']:not(.bg-white):not(.bg-texture) {
	color: #fff;
}

[class*='bg-']:not(.bg-white):not(.bg-texture) a,
[class*='bg-']:not(.bg-white):not(.bg-texture) h1,
[class*='bg-']:not(.bg-white):not(.bg-texture) h2,
[class*='bg-']:not(.bg-white):not(.bg-texture) h3,
[class*='bg-']:not(.bg-white):not(.bg-texture) h4,
[class*='bg-']:not(.bg-white):not(.bg-texture) h5,
[class*='bg-']:not(.bg-white):not(.bg-texture) h6 {
	color: #fff;
}

/*padding for inline elements with theme backgrounds*/
span[class*='bg-'],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
	padding-left: 0.37em;
	padding-right: 0.37em;
}

.s-overlay-colorMain {
	position: relative;
}

.s-overlay-colorMain::before {
	background-color: rgba(237, 66, 102, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.s-overlay-colorMain2 {
	position: relative;
}

.s-overlay-colorMain2::before {
	background-color: rgba(37, 80, 133, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my--160 {
	margin-bottom: -160px;
	margin-top: -160px;
}

.my--120 {
	margin-bottom: -120px;
	margin-top: -120px;
}

.my--85 {
	margin-bottom: -85px;
	margin-top: -85px;
}

.my--80 {
	margin-bottom: -80px;
	margin-top: -80px;
}

.my--75 {
	margin-bottom: -75px;
	margin-top: -75px;
}

.my--60 {
	margin-bottom: -60px;
	margin-top: -60px;
}

.my--50 {
	margin-bottom: -50px;
	margin-top: -50px;
}

.my--40 {
	margin-bottom: -40px;
	margin-top: -40px;
}

.my--35 {
	margin-bottom: -35px;
	margin-top: -35px;
}

.my--30 {
	margin-bottom: -30px;
	margin-top: -30px;
}

.my--25 {
	margin-bottom: -25px;
	margin-top: -25px;
}

.my--20 {
	margin-bottom: -20px;
	margin-top: -20px;
}

.my--15 {
	margin-bottom: -15px;
	margin-top: -15px;
}

.my--10 {
	margin-bottom: -10px;
	margin-top: -10px;
}

.my--5 {
	margin-bottom: -5px;
	margin-top: -5px;
}

.my-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.my-15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.my-20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.my-25 {
	margin-bottom: 25px;
	margin-top: 25px;
}

.my-30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.my-35 {
	margin-bottom: 35px;
	margin-top: 35px;
}

.my-40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.my-45 {
	margin-bottom: 45px;
	margin-top: 45px;
}

.my-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.my-55 {
	margin-bottom: 55px;
	margin-top: 55px;
}

.my-60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

.my-65 {
	margin-bottom: 65px;
	margin-top: 65px;
}

.my-90 {
	margin-bottom: 90px;
	margin-top: 90px;
}

.my-95 {
	margin-bottom: 95px;
	margin-top: 95px;
}

.my-120 {
	margin-bottom: 120px;
	margin-top: 120px;
}

.my-130 {
	margin-bottom: 130px;
	margin-top: 130px;
}

.my-140 {
	margin-bottom: 140px;
	margin-top: 140px;
}

.my-150 {
	margin-bottom: 150px;
	margin-top: 150px;
}

.my-160 {
	margin-bottom: 160px;
	margin-top: 160px;
}

.my-255 {
	margin-bottom: 255px;
	margin-top: 255px;
}

/*left&right equal margins*/
.mx--160 {
	margin-left: -160px;
	margin-right: -160px;
}

.mx--120 {
	margin-left: -120px;
	margin-right: -120px;
}

.mx--85 {
	margin-left: -85px;
	margin-right: -85px;
}

.mx--80 {
	margin-left: -80px;
	margin-right: -80px;
}

.mx--75 {
	margin-left: -75px;
	margin-right: -75px;
}

.mx--60 {
	margin-left: -60px;
	margin-right: -60px;
}

.mx--50 {
	margin-left: -50px;
	margin-right: -50px;
}

.mx--40 {
	margin-left: -40px;
	margin-right: -40px;
}

.mx--35 {
	margin-left: -35px;
	margin-right: -35px;
}

.mx--30 {
	margin-left: -30px;
	margin-right: -30px;
}

.mx--25 {
	margin-left: -25px;
	margin-right: -25px;
}

.mx--20 {
	margin-left: -20px;
	margin-right: -20px;
}

.mx--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.mx--10 {
	margin-left: -10px;
	margin-right: -10px;
}

.mx--5 {
	margin-left: -5px;
	margin-right: -5px;
}

.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-55 {
	margin-left: 55px;
	margin-right: 55px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

.mx-65 {
	margin-left: 65px;
	margin-right: 65px;
}

.mx-90 {
	margin-left: 90px;
	margin-right: 90px;
}

.mx-95 {
	margin-left: 95px;
	margin-right: 95px;
}

.mx-120 {
	margin-left: 120px;
	margin-right: 120px;
}

.mx-130 {
	margin-left: 130px;
	margin-right: 130px;
}

.mx-140 {
	margin-left: 140px;
	margin-right: 140px;
}

.mx-150 {
	margin-left: 150px;
	margin-right: 150px;
}

.mx-160 {
	margin-left: 160px;
	margin-right: 160px;
}

.mx-255 {
	margin-left: 255px;
	margin-right: 255px;
}

/*top margins*/
.mt--160 {
	margin-top: -160px;
}

.mt--120 {
	margin-top: -120px;
}

.mt--85 {
	margin-top: -85px;
}

.mt--80 {
	margin-top: -80px;
}

.mt--75 {
	margin-top: -75px;
}

.mt--60 {
	margin-top: -60px;
}

.mt--50 {
	margin-top: -50px;
}

.mt--40 {
	margin-top: -40px;
}

.mt--35 {
	margin-top: -35px;
}

.mt--30 {
	margin-top: -30px;
}

.mt--25 {
	margin-top: -25px;
}

.mt--20 {
	margin-top: -20px;
}

.mt--15 {
	margin-top: -15px;
}

.mt--10 {
	margin-top: -10px;
}

.mt--5 {
	margin-top: -5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-255 {
	margin-top: 255px;
}

/*bottom margins*/
.mb--160 {
	margin-bottom: -160px;
}

.mb--120 {
	margin-bottom: -120px;
}

.mb--85 {
	margin-bottom: -85px;
}

.mb--80 {
	margin-bottom: -80px;
}

.mb--75 {
	margin-bottom: -75px;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb--50 {
	margin-bottom: -50px;
}

.mb--40 {
	margin-bottom: -40px;
}

.mb--35 {
	margin-bottom: -35px;
}

.mb--30 {
	margin-bottom: -30px;
}

.mb--25 {
	margin-bottom: -25px;
}

.mb--20 {
	margin-bottom: -20px;
}

.mb--15 {
	margin-bottom: -15px;
}

.mb--10 {
	margin-bottom: -10px;
}

.mb--5 {
	margin-bottom: -5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-255 {
	margin-bottom: 255px;
}

/*top right bottom left margins*/
.m--160 {
	margin: -160px;
}

.m--120 {
	margin: -120px;
}

.m--85 {
	margin: -85px;
}

.m--80 {
	margin: -80px;
}

.m--75 {
	margin: -75px;
}

.m--60 {
	margin: -60px;
}

.m--50 {
	margin: -50px;
}

.m--40 {
	margin: -40px;
}

.m--35 {
	margin: -35px;
}

.m--30 {
	margin: -30px;
}

.m--25 {
	margin: -25px;
}

.m--20 {
	margin: -20px;
}

.m--15 {
	margin: -15px;
}

.m--10 {
	margin: -10px;
}

.m--5 {
	margin: -5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.m-55 {
	margin: 55px;
}

.m-60 {
	margin: 60px;
}

.m-65 {
	margin: 65px;
}

.m-90 {
	margin: 90px;
}

.m-95 {
	margin: 95px;
}

.m-120 {
	margin: 120px;
}

.m-130 {
	margin: 130px;
}

.m-140 {
	margin: 140px;
}

.m-150 {
	margin: 150px;
}

.m-160 {
	margin: 160px;
}

.m-255 {
	margin: 255px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
.py--160 {
	padding-bottom: -160px;
	padding-top: -160px;
}

.py--120 {
	padding-bottom: -120px;
	padding-top: -120px;
}

.py--85 {
	padding-bottom: -85px;
	padding-top: -85px;
}

.py--80 {
	padding-bottom: -80px;
	padding-top: -80px;
}

.py--75 {
	padding-bottom: -75px;
	padding-top: -75px;
}

.py--60 {
	padding-bottom: -60px;
	padding-top: -60px;
}

.py--50 {
	padding-bottom: -50px;
	padding-top: -50px;
}

.py--40 {
	padding-bottom: -40px;
	padding-top: -40px;
}

.py--35 {
	padding-bottom: -35px;
	padding-top: -35px;
}

.py--30 {
	padding-bottom: -30px;
	padding-top: -30px;
}

.py--25 {
	padding-bottom: -25px;
	padding-top: -25px;
}

.py--20 {
	padding-bottom: -20px;
	padding-top: -20px;
}

.py--15 {
	padding-bottom: -15px;
	padding-top: -15px;
}

.py--10 {
	padding-bottom: -10px;
	padding-top: -10px;
}

.py--5 {
	padding-bottom: -5px;
	padding-top: -5px;
}

.py-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.py-15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.py-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.py-25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

.py-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.py-35 {
	padding-bottom: 35px;
	padding-top: 35px;
}

.py-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-45 {
	padding-bottom: 45px;
	padding-top: 45px;
}

.py-50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.py-55 {
	padding-bottom: 55px;
	padding-top: 55px;
}

.py-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.py-65 {
	padding-bottom: 65px;
	padding-top: 65px;
}

.py-90 {
	padding-bottom: 90px;
	padding-top: 90px;
}

.py-95 {
	padding-bottom: 95px;
	padding-top: 95px;
}

.py-120 {
	padding-bottom: 120px;
	padding-top: 120px;
}

.py-130 {
	padding-bottom: 130px;
	padding-top: 130px;
}

.py-140 {
	padding-bottom: 140px;
	padding-top: 140px;
}

.py-150 {
	padding-bottom: 150px;
	padding-top: 150px;
}

.py-160 {
	padding-bottom: 160px;
	padding-top: 160px;
}

.py-255 {
	padding-bottom: 255px;
	padding-top: 255px;
}

/*left&right equal paddings*/
.px--160 {
	padding-left: -160px;
	padding-right: -160px;
}

.px--120 {
	padding-left: -120px;
	padding-right: -120px;
}

.px--85 {
	padding-left: -85px;
	padding-right: -85px;
}

.px--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.px--75 {
	padding-left: -75px;
	padding-right: -75px;
}

.px--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.px--50 {
	padding-left: -50px;
	padding-right: -50px;
}

.px--40 {
	padding-left: -40px;
	padding-right: -40px;
}

.px--35 {
	padding-left: -35px;
	padding-right: -35px;
}

.px--30 {
	padding-left: -30px;
	padding-right: -30px;
}

.px--25 {
	padding-left: -25px;
	padding-right: -25px;
}

.px--20 {
	padding-left: -20px;
	padding-right: -20px;
}

.px--15 {
	padding-left: -15px;
	padding-right: -15px;
}

.px--10 {
	padding-left: -10px;
	padding-right: -10px;
}

.px--5 {
	padding-left: -5px;
	padding-right: -5px;
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.px-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.px-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.px-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.px-120 {
	padding-left: 120px;
	padding-right: 120px;
}

.px-130 {
	padding-left: 130px;
	padding-right: 130px;
}

.px-140 {
	padding-left: 140px;
	padding-right: 140px;
}

.px-150 {
	padding-left: 150px;
	padding-right: 150px;
}

.px-160 {
	padding-left: 160px;
	padding-right: 160px;
}

.px-255 {
	padding-left: 255px;
	padding-right: 255px;
}

/*top paddings*/
.pt--160 {
	padding-top: -160px;
}

.pt--120 {
	padding-top: -120px;
}

.pt--85 {
	padding-top: -85px;
}

.pt--80 {
	padding-top: -80px;
}

.pt--75 {
	padding-top: -75px;
}

.pt--60 {
	padding-top: -60px;
}

.pt--50 {
	padding-top: -50px;
}

.pt--40 {
	padding-top: -40px;
}

.pt--35 {
	padding-top: -35px;
}

.pt--30 {
	padding-top: -30px;
}

.pt--25 {
	padding-top: -25px;
}

.pt--20 {
	padding-top: -20px;
}

.pt--15 {
	padding-top: -15px;
}

.pt--10 {
	padding-top: -10px;
}

.pt--5 {
	padding-top: -5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-255 {
	padding-top: 255px;
}

/*bottom paddings*/
.pb--160 {
	padding-bottom: -160px;
}

.pb--120 {
	padding-bottom: -120px;
}

.pb--85 {
	padding-bottom: -85px;
}

.pb--80 {
	padding-bottom: -80px;
}

.pb--75 {
	padding-bottom: -75px;
}

.pb--60 {
	padding-bottom: -60px;
}

.pb--50 {
	padding-bottom: -50px;
}

.pb--40 {
	padding-bottom: -40px;
}

.pb--35 {
	padding-bottom: -35px;
}

.pb--30 {
	padding-bottom: -30px;
}

.pb--25 {
	padding-bottom: -25px;
}

.pb--20 {
	padding-bottom: -20px;
}

.pb--15 {
	padding-bottom: -15px;
}

.pb--10 {
	padding-bottom: -10px;
}

.pb--5 {
	padding-bottom: -5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-255 {
	padding-bottom: 255px;
}

/*top right bottom left paddings*/
.p--160 {
	padding: -160px;
}

.p--120 {
	padding: -120px;
}

.p--85 {
	padding: -85px;
}

.p--80 {
	padding: -80px;
}

.p--75 {
	padding: -75px;
}

.p--60 {
	padding: -60px;
}

.p--50 {
	padding: -50px;
}

.p--40 {
	padding: -40px;
}

.p--35 {
	padding: -35px;
}

.p--30 {
	padding: -30px;
}

.p--25 {
	padding: -25px;
}

.p--20 {
	padding: -20px;
}

.p--15 {
	padding: -15px;
}

.p--10 {
	padding: -10px;
}

.p--5 {
	padding: -5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

.p-40 {
	padding: 40px;
}

.p-45 {
	padding: 45px;
}

.p-50 {
	padding: 50px;
}

.p-55 {
	padding: 55px;
}

.p-60 {
	padding: 60px;
}

.p-65 {
	padding: 65px;
}

.p-90 {
	padding: 90px;
}

.p-95 {
	padding: 95px;
}

.p-120 {
	padding: 120px;
}

.p-130 {
	padding: 130px;
}

.p-140 {
	padding: 140px;
}

.p-150 {
	padding: 150px;
}

.p-160 {
	padding: 160px;
}

.p-255 {
	padding: 255px;
}

.bg-texture {
	background: url("testimonials_bg.jpg") no-repeat center/cover;
}

.tm {
	position: relative;
}

.tm::after {
	color: #707787;
	content: "TM";
	font-family: "Poppins", serif;
	font-size: 8px;
	position: absolute;
	right: -12px;
	top: 0;
}

.content-padding {
	padding: 55px 60px;
}

@media (max-width: 1199px) {
	.content-padding {
		padding: 35px 40px;
	}
}

@media (max-width: 767px) {
	.content-padding {
		padding: 25px;
	}
}

.semibold {
	font-weight: 400;
}

.decor-underline {
	text-decoration: underline;
}

.letter-sp-normal {
	letter-spacing: 0;
}

.min-w-100 {
	display: inline-block;
	min-width: 100px;
}

.min-w-130 {
	display: inline-block;
	min-width: 130px;
}

.font-weight-regular {
	font-weight: 500 !important;
}

.lh-30 {
	line-height: 30px;
}

.underline {
	padding-bottom: 18px;
	position: relative;
}

.underline.main2::after {
	background-color: #255085;
}

.underline::after {
	background-color: #ed4266;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: all .3s ease-in-out;
	width: 30px;
}

.underline.text-center::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.underline.text-center.text-lg-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 991px) {
	.underline.text-center.text-lg-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.underline.text-center.text-md-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	.underline.text-center.text-md-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.top_offset_content [class*="container"] {
	float: left;
	width: 100%;
}

.font-size-normal {
	font-size: 16px !important;
}

.flex-grow-2 {
	flex-grow: 2;
}

.opacity-1:before {
	opacity: 1 !important;
}

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
	display: inline-block;
	text-align: center;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered,
.icon-styled.icon-bordered {
	align-items: center;
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	display: flex;
	height: 2.72em;
	justify-content: center;
	width: 2.72em;
}

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
	line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
	margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
	border-color: #ebeced;
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.icon-styled.icon-top {
	align-self: flex-start;
	line-height: inherit;
}

.media > .icon-styled:first-child {
	flex-shrink: 0;
}

.media > .icon-styled:last-child {
	flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
	flex-shrink: 0;
	margin-right: 10px;
}

li.icon-inline > .icon-styled:first-child {
	margin-top: 7px;
}

.icon-inline > .icon-styled:last-child {
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	display: flex;
}

.text-center .icon-inline {
	justify-content: center;
}

@media (min-width: 1199px) {
	.text-lg-left.text-center .icon-inline {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.text-md-left.text-center .icon-inline {
		justify-content: flex-start;
	}
}

.icon-inline > * {
	margin-bottom: 0;
	margin-right: 4px;
	margin-top: 0;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
	padding: 70px 60px;
}

@media (max-width: 1199px) {
	.icon-box.ls,
	.icon-box.ds,
	.icon-box.cs,
	.icon-box.bordered,
	.icon-box.hero-bg,
	.icon-box.muted-bg,
	.icon-box.box-shadow {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.icon-box.ls,
	.icon-box.ds,
	.icon-box.cs,
	.icon-box.bordered,
	.icon-box.hero-bg,
	.icon-box.muted-bg,
	.icon-box.box-shadow {
		padding: 25px;
	}
}

.icon-box.church {
	padding: 70px 20px 50px;
}

@media (max-width: 1199px) {
	.icon-box.church {
		padding: 42px;
	}
}

@media (max-width: 767px) {
	.icon-box.church {
		padding: 25px;
	}
}

.c-bordered .icon-box {
	padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.icon-box.featured-box {
		height: calc(100% + 12px);
		margin: -6px -10px;
		padding-bottom: 36px;
		padding-top: 76px;
		position: relative;
		z-index: 2;
	}
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
	margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4,
.icon-box .icon-styled + h5 {
	margin-top: 0.9em;
}

.icon-box .icon-styled + p.small-text {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5 {
	line-height: 1;
	margin-bottom: 1em;
}

.icon-box h5 {
	margin-top: 1em;
}

.media h5,
.icon-box h5 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: unset;
	margin-bottom: 0.7em;
	margin-top: 19px;
}

.media p,
.icon-box p {
	word-break: break-word;
}

.media .heading-accent,
.icon-box .heading-accent {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: inherit;
	line-height: 1;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.media .heading-accent,
	.icon-box .heading-accent {
		font-size: 38px;
	}
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
	margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
	padding: 30px;
}

.media.ls [class*='bg-'],
.media.ls .icon-bordered,
.media.ds [class*='bg-'],
.media.ds .icon-bordered,
.media.cs [class*='bg-'],
.media.cs .icon-bordered,
.media.bordered [class*='bg-'],
.media.bordered .icon-bordered,
.media.hero-bg [class*='bg-'],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*='bg-'],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*='bg-'],
.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*='bg-']:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*='bg-']:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*='bg-']:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*='bg-']:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*='bg-']:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*='bg-']:last-child,
.media.box-shadow .icon-bordered:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.media .media-body > p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	letter-spacing: 0.17em;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled + .media-body {
		margin-left: 50px;
	}

	.side-icon-box {
		margin-bottom: 50px;
	}
}

.cs .icon-absolute {
	position: relative;
}

.cs .icon-absolute h5 {
	margin: 0;
}

.cs .icon-absolute span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 16px;
	opacity: 0.8;
	text-transform: uppercase;
}

.cs .icon-absolute .icon-styled {
	font-size: 100px;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.ds .icon-absolute {
	position: relative;
}

.ds .icon-absolute h5 {
	margin: 0;
}

.ds .icon-absolute span {
	color: #ed4266;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 16px;
	text-transform: uppercase;
}

.ds .icon-absolute .icon-styled {
	color: #fff;
	font-size: 100px;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}

/*
** Special Heading
*/
.bg-maincolor .special-heading.underline:after {
	background-color: #f9b03e;
}

.text-center .special-heading.underline::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.text-center.text-xl-left .special-heading.underline::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 1199px) {
	.text-center.text-xl-left .special-heading.underline::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.text-center.text-lg-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 991px) {
	.text-center.text-lg-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.text-center.text-md-left .special-heading.underline::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	.text-center.text-md-left .special-heading.underline::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.special-heading {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.15;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

.special-heading.above {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: unset;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.special-heading {
		font-size: 30px;
	}
}

.special-heading.underline {
	padding-bottom: 26px;
}

.special-heading.underline:after {
	background-color: #ed4266;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}

.special-heading.underline.text-center::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.special-heading.underline.text-center.text-xl-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 1199px) {
	.special-heading.underline.text-center.text-xl-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.special-heading.underline.text-center.text-lg-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 991px) {
	.special-heading.underline.text-center.text-lg-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.special-heading.underline.text-center.text-md-left::after {
	left: 0;
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	.special-heading.underline.text-center.text-md-left::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.special-heading.text-lowercase {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-heading.big,
.special-heading.text-uppercase {
	font-size: 64px;
	font-weight: 900;
	line-height: 0.8;
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1600px) {
	.special-heading.big,
	.special-heading.text-lowercase,
	.special-heading.text-uppercase {
		font-size: 42px;
		line-height: 1;
	}
}

.special-heading.text-center + p {
	text-align: center;
}

.special-heading.small {
	font-size: 20px;
	letter-spacing: unset;
	line-height: 1;
}

/*
** Number Card
*/
.number-card {
	display: flex;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.number-card .card-number span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: -0.32em;
	margin-top: -0.14em;
	position: relative;
}

.number-card .card-number span:after {
	bottom: -0.09em;
	content: "•";
	font-size: 0.62em;
	position: absolute;
	right: -0.4em;
}

@media (min-width: 992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media (min-width: 992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	line-height: 1;
	margin: 0;
}

.number-card .card-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 6px 0 25px;
}

@media (min-width: 500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media (max-width: 499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,
	.number-card h4 {
		display: inline-block;
	}
}

.owl-carousel .pricing-plan {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-plan {
	padding: 28px 10px 34px;
	text-align: center;
}

.pricing-plan .price-wrap {
	align-items: flex-end;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: bold;
	justify-content: center;
	margin: 14px 0 16px;
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}

.pricing-plan .plan-name[class*='bg-'] {
	margin-top: -40px;
	padding-top: 30px;
}

.pricing-plan .plan-name h3 {
	color: #36404c;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.6px;
	line-height: 40px;
}

.pricing-plan .plan-description {
	line-height: 1;
	text-transform: capitalize;
}

.pricing-plan .plan-decimals {
	font-size: 40px;
}

.pricing-plan .list-bordered li {
	padding-bottom: 5px;
	padding-top: 4px;
}

.pricing-plan .list-bordered li:first-child {
	border-top: none;
}

.pricing-plan .list-bordered li:last-child {
	border-bottom: none;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 28px 30px 34px;
	}

	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	margin: 35px auto 45px;
	width: 160px;
}

.pricing-plan.plan-featured {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}

.pricing-plan.plan-featured .plan-button {
	top: 48px;
}

@media (max-width: 992px) {
	.pricing-plan.plan-featured {
		-webkit-transform: none;
		transform: none;
	}
}

/*
** Items Masonry
*/
.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	margin-bottom: 0.3em;
	text-transform: none;
}

@media (min-width: 992px) {
	.items-tile .item-content h3 a {
		display: inline-block;
		max-height: 3.05em;
		overflow: hidden;
		padding-bottom: 0.1em;
	}

	.items-tile .item-content h3 + p {
		max-height: 5.5em;
		overflow: hidden;
	}
}

.items-tile .item-icons {
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	height: 70px;
	left: 0;
	line-height: 60px;
	padding: 0 40px;
	position: absolute;
	right: 0;
}

.items-tile .item-icons span {
	padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 32px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 320px;
	}
}

@media (min-width: 1200px) {
	.items-tile .item-content {
		padding: 60px 60px 100px;
	}

	.items-tile .item-content h3 {
		font-size: 38px;
	}

	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 16px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 388px;
	}
}

/*
filters
*/
.filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.filters.gallery-filters {
	padding-bottom: 45px;
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

@media (max-width: 991px) {
	.filters.filters-active-tob-border a {
		padding-bottom: 7px;
		padding-top: 10px;
	}
}

.filters.filters-active-tob-border a.active:after {
	background: #ed4266;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.filters a {
	color: #707787;
	font-family: Poppins;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.7px;
	line-height: 30px;
	padding: 0 26px;
	text-transform: uppercase;
}

.filters a:hover {
	color: #ed4266;
}

@media (max-width: 767px) {
	.filters a {
		padding: 0 10px;
	}
}

.filters .active,
.filters .selected {
	color: #ed4266 !important;
}

@media (min-width: 992px) {
	.isotope-wrapper + .row {
		margin-top: 60px;
	}

	.isotope-wrapper.c-mb-30 + .row {
		margin-top: 30px;
	}

	.isotope-wrapper.c-mb-10 + .row {
		margin-top: 50px;
	}

	.isotope-wrapper.c-mb-1 + .row {
		margin-top: 59px;
	}
}

.testimonials-owl .quote-item {
	margin-bottom: 0;
	margin-top: 0;
}

.testimonials-owl.owl-theme .owl-nav {
	top: 59%;
}

.testimonials-owl.owl-theme .owl-nav > div {
	opacity: 1;
}

.testimonials-owl.owl-theme .owl-nav > div.disabled,
.testimonials-owl.owl-theme .owl-nav > div:hover {
	opacity: 0.5;
}

.testimonials-owl.owl-theme .owl-nav > div:first-child {
	left: 8.5%;
}

.testimonials-owl.owl-theme .owl-nav > div:last-child {
	right: 8.5%;
}

.testimonials-owl.owl-theme .owl-nav > div i {
	color: #36404c;
	font-size: 13px;
}

@media (max-width: 1199px) {
	.testimonials-owl.owl-theme .owl-nav {
		display: none;
	}
}

.testimonial .quote-item {
	margin: 0;
	max-width: none;
	padding: 20px 10px;
}

.testimonial .special-heading {
	margin-top: 35px;
}

.testimonial blockquote {
	margin-top: 38px;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
	content: none;
}

.testimonial .quote-image {
	margin: 0 auto;
	max-width: 160px;
	position: relative;
}

.testimonial .quote-image::before {
	background-color: #255085;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 2;
}

.testimonial .quote-image::after {
	bottom: 5px;
	color: #fff;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 12px;
	z-index: 2;
}

.testimonial .quote-image img {
	border-radius: 50%;
}

.testimonial .quote-image + p {
	margin: 30px 0 20px;
}

.testimonial .count {
	font-size: 12px;
	margin-top: 49px;
	text-align: center;
}

.testimonial .count span {
	color: #36404c;
}

@media (max-width: 767px) {
	.testimonial .count {
		margin-top: 33px;
	}
}

.sergical .item-content {
	padding: 55px 58px 63px;
}

@media (max-width: 478px) {
	.sergical .item-content {
		padding: 40px 30px 45px;
	}
}

.sergical .surgical-adds {
	margin-bottom: 9px;
}

.sergical .star-rating {
	font-size: 0.8em;
}

.sergical .entry-title {
	margin-bottom: 0.85em;
}

.author-bio-shortcode {
	text-align: center;
}

.author-bio-shortcode .author-bio-word {
	color: #fff;
	font-size: 400px;
	font-weight: bold;
	left: -82px;
	letter-spacing: -44px;
	line-height: 400px;
	position: absolute;
	text-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	top: -50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

@media (max-width: 1199px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 220px;
		letter-spacing: normal;
	}
}

@media (max-width: 768px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 120px;
	}
}

@media (max-width: 480px) {
	.author-bio-shortcode .author-bio-word {
		font-size: 80px;
	}
}

.author-bio-shortcode .bio-text {
	margin: 0 auto;
	max-width: 580px;
}

.author-bio-shortcode .owl-loaded {
	display: block;
	margin-bottom: 30px;
}

.author-bio-shortcode .owl-carousel-slider {
	margin-top: 185px;
	position: relative;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	transition: left 0.5s ease;
}

@media (max-width: 1199px) {
	.author-bio-shortcode .owl-carousel-slider {
		margin-top: 110px;
	}
}

@media (max-width: 767px) {
	.author-bio-shortcode .owl-carousel-slider {
		margin-top: 80px;
	}
}

.author-bio-shortcode .ui-slider-handle {
	display: none;
}

.author-bio-shortcode .author-bio-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.author-bio-shortcode .author-bio-flex .year-label {
	color: #36404c;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-top: -6px;
	transition: color 0.5s ease;
}

.author-bio-shortcode .author-bio-flex .year-label.active {
	font-weight: bold;
}

.author-bio-shortcode .author-bio-flex .year-label:first-child {
	position: relative;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}

.author-bio-shortcode .author-bio-flex .year-label:last-child {
	position: relative;
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
}

.author-bio-shortcode .author-bio-flex:first-child {
	margin-left: -15px;
	margin-right: -15px;
}

.author-bio-shortcode .author-bio-flex:first-child span {
	background-color: #fff;
	border: 2px solid #ed4266;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 20px;
	margin-top: -10px;
	transition: background-color 0.5s ease;
	width: 20px;
}

.author-bio-shortcode .author-bio-flex:first-child span.active {
	background-color: #ed4266;
}

.author-bio-shortcode .author-bio-flex:first-child + div {
	margin-left: -1em;
	margin-right: -1em;
	position: relative;
	top: -52px;
}

.excerpt {
	font-size: 20px;
	font-weight: 400;
}

/*
** Widgets
*/
aside h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside > * + * {
	margin-top: 60px;
}

.page_footer .widget-title {
	font-size: 30px;
}

.page_footer .widget li.media h3 a,
.page_footer .widget li.media h4 a {
	color: #c2dfee;
}

.page_footer .widget li.media h3 a:hover,
.page_footer .widget li.media h4 a:hover {
	color: #fff;
}

.widget {
	position: relative;
}

.widget + .widget {
	margin-top: 60px;
}

.widget > h3,
.widget .widget-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1;
	margin-bottom: 1.9em;
	padding-bottom: 18px;
	position: relative;
	text-align: left;
}

.widget > h3:after,
.widget .widget-title:after {
	background-color: #ed4266;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}

.widget > h3.text-center:after,
.widget .widget-title.text-center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget > h2:last-child {
	line-height: 1;
}

.widget .media {
	background-color: transparent;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
}

.widget .media .item-meta {
	font-size: 12px;
}

.widget .media img {
	height: 100px;
	max-width: 100px;
}

.widget .media h3,
.widget .media h4 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0 0 3px;
	max-height: 48px;
	overflow: hidden;
	text-transform: none;
}

.widget .media h3 a,
.widget .media h4 a {
	color: #36404c;
	line-height: 24px;
}

.widget .media h3 a:hover,
.widget .media h4 a:hover {
	color: #ed4266;
}

.widget .media p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.page_footer .widget {
	margin-bottom: 26px;
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background + img {
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: -15px;
}

.text-center .widget-title.next-image-background + img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto;
	}
}

/* affix-aside */
.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute !important;
}

.affix-aside.affix-top {
	left: auto !important;
	width: inherit !important;
}

@media (max-width: 991px) {
	.affix-aside,
	.affix-aside.affix-top,
	.affix-aside.affix,
	.affix-aside.affix-bottom {
		position: static !important;
		width: 100% !important;
	}
}

.stars > span {
	display: flex;
}

.stars a {
	color: transparent;
	position: relative;
	text-indent: -999em;
	width: 1em;
}

.stars a:before {
	font-family: "Font Awesome 5 Free", sans-serif;
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}

.stars a:before,
.stars a:hover ~ a:before {
	color: #707787;
	content: "\f006";
}

.stars.selected a.active:before,
.stars:hover a:before {
	color: #ed4266;
	content: "\f005";
	opacity: 1;
}

.stars.selected a.active ~ a:before {
	color: #707787;
	content: "\f005";
	opacity: .75;
}

.stars.selected a:not(.active):before {
	color: #ed4266;
	content: "\f005";
	opacity: 1;
}

.star-rating {
	color: #ed4266;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	height: 1em;
	letter-spacing: 0.1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 6em;
}

.star-rating:before {
	color: #ed4266;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.ds .widget_twitter .twitter-item .media .media-body a {
	color: #ed4266;
}

.ds .widget_twitter .twitter-item .media .media-body a:hover {
	color: #fff;
}

.widget_twitter .widget-title {
	margin-bottom: 29px;
}

.widget_twitter .twitter-item .fa {
	color: #55acee;
	font-size: 14px;
}

.widget_twitter .twitter-item .media {
	align-items: flex-start;
}

.widget_twitter .twitter-item .media * + .media-body {
	margin-left: 7px;
}

.widget_twitter .twitter-item .media .icon-styled {
	margin-top: 0;
}

.widget_twitter .twitter-item .media .media-body > p {
	margin: 0;
}

.widget_twitter .twitter-item .media .media-body > p + a {
	display: inline-block;
}

.widget_twitter .twitter-item .media .media-body a {
	color: #ed4266;
}

.widget_twitter .twitter-item .media .media-body a:hover {
	color: #36404c !important;
}

.widget_twitter .twitter-item .media + .media {
	margin-top: 20px;
}

.widget_popular_entries .media-image,
.widget_recent_posts .media-image {
	position: relative;
}

.widget_popular_entries .media-image::before,
.widget_recent_posts .media-image::before {
	color: #fff;
	content: "\f130";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 900;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.widget_popular_entries .media-image::after,
.widget_recent_posts .media-image::after {
	background-color: rgba(37, 80, 133, 0.5);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.widget_latest_videos .widget_videos ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.widget_latest_videos .widget_videos ul li {
	padding-left: 5px;
	padding-right: 5px;
	width: 33.3%;
}

.widget_latest_videos .widget_videos ul li:first-child {
	width: 100%;
}

.widget_latest_videos .widget_videos ul li:first-child .photoswipe-link::before {
	background: url(play.png) no-repeat center/contain;
	height: 24px;
	width: 34px;
}

.widget_latest_videos .widget_videos ul li .title {
	bottom: 26px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	left: 0;
	line-height: 1;
	padding: 0 10px;
	position: absolute;
	right: 0;
	text-align: center;
}

.widget_latest_videos .widget_videos ul li .photoswipe-link::before {
	background: url(play_2.png) no-repeat center/contain;
	content: "";
	height: 14px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: 18px;
	z-index: 2;
}

.widget_latest_videos .widget_videos ul li .photoswipe-link::after {
	background-color: rgba(37, 80, 133, 0.5);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.widget_banner {
	text-align: center;
}

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.margin-auto .widget_search form,
.margin-auto .widget_product_search form,
.margin-auto .widget_mailchimp form {
	margin: auto;
}

.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
	position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
	width: 100%;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 0 4px 4px 0;
	display: flex;
	height: 100%;
	justify-content: center;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.widget_search button.bg-darkgrey,
.widget_mailchimp button.bg-darkgrey {
	background-color: #3fb7e9;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	padding: 10px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	opacity: 0.5;
}

.ds .widget_search button:before,
.ds .widget_mailchimp button:before,
.ds .widget_product_search form:before {
	color: #fff;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	color: #36404c;
	content: "\f303";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 900;
	z-index: 1;
}

.widget_mailchimp.pencil form button:before {
	content: "\f303";
}

.widget_mailchimp form button:before {
	content: "\f303";
}

.widget_product_search form:before {
	line-height: 60px;
}

.widget_product_search input[type="submit"] {
	color: transparent;
	font-size: 0;
}

/*
widget_archive
widget_categories
widget_nav_menu
widget_meta
widget_pages
widget_recent_comments
widget_recent_entries
*/
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_nav_menu .widget-title,
.widget_meta .widget-title,
.widget_pages .widget-title,
.widget_recent_comments .widget-title,
.widget_recent_entries .widget-title {
	margin-bottom: 1.3em;
}

.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li {
	border-bottom: none;
	border-top: 1px solid #ebeced;
	padding-left: 20px;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_nav_menu ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li:last-child,
.widget_recent_entries ul ul li:last-child {
	padding-bottom: 0;
}

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
	border-top: none;
}

.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
	display: none !important;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	align-items: center;
	border-bottom: 1px solid #ebeced;
	color: #ed4266;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
	display: inline-block;
	flex-grow: 10;
	padding: 4px 0 5px 0;
	position: relative;
}

.widget_archive li > a:before,
.widget_categories li > a:before,
.widget_nav_menu li > a:before,
.widget_meta li > a:before,
.widget_pages li > a:before {
	color: #ed4266;
	content: "\f0da";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 600;
	left: 0;
	margin-right: 11px;
}

.page_footer .widget_nav_menu li {
	padding: 0;
}

@media (min-width: 768px) {
	.page_footer .widget_nav_menu li:first-child {
		border-top: 0;
	}

	.page_footer .widget_nav_menu li:last-child {
		border-bottom: 0;
	}
}

.page_footer .widget_nav_menu li a {
	padding-left: 0;
}

.page_footer .widget_nav_menu li a::before {
	content: none;
}

.widget_recent_comments li {
	border-bottom: 1px solid #ebeced;
	display: inline-block;
	flex-grow: 10;
	font-weight: 300;
	padding: 4px 0 5px 0;
	position: relative;
	width: 100%;
}

.widget_recent_comments li a {
	color: #36404c;
}

.widget_recent_comments li a:hover {
	color: #ed4266;
}

.widget_recent_comments li::before {
	color: #ed4266;
	content: "\f0da";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 600;
	left: 0;
	margin-right: 11px;
}

.widget_recent_entries li {
	border-bottom: 1px solid #ebeced;
	display: inline-block;
	flex-grow: 10;
	padding: 4px 0 3px 3px;
}

.widget_recent_entries li:before {
	color: #ed4266;
	content: "\f0da";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	padding-right: 10px;
}

.widget_recent_entries li a {
	color: #36404c;
}

.widget_recent_entries li a:hover {
	color: #ed4266;
}

.page_footer .social-icons a.fa {
	border-color: #78a6bf;
	color: #78a6bf;
}

.page_footer .social-icons a.fa:hover {
	border-color: #fff;
	color: #fff;
}

.page_footer .widget h3.widget-title {
	font-size: 30px;
	line-height: 0.9;
	margin-bottom: 1.3em;
	text-align: left;
}

@media (max-width: 767px) {
	.page_footer .widget h3.widget-title {
		text-align: center;
	}

	.page_footer .widget h3.widget-title::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 575px) {
	.page_footer .widget h3.widget-title {
		margin-bottom: 30px;
	}
}

.page_footer .widget.widget_instagram .widget-title {
	margin-bottom: 1.6em;
}

.page_footer .widget.widget_mailchimp form,
.page_footer .widget.widget_mailchimp .form-control {
	max-width: 100%;
}

.page_footer .widget li.media {
	margin-bottom: 21px;
}

.page_footer .widget_icons_list {
	font-weight: 300;
}

.page_footer .widget_icons_list .icon-inline + .icon-inline {
	margin-top: 4px;
}

.page_footer .widget_icons_list .social-icons {
	display: inline-block;
	margin-top: 20px;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
	border: none;
	display: inline-block;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	position: relative;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 5px;
	content: "";
	display: block;
	left: -5px;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
	display: none;
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
	padding: 0 10px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
	display: none;
}

.widgets-title {
	font-size: 20px;
	text-transform: initial;
}

.widgets-title a:hover {
	color: #ed4266;
}

.widget .media {
	align-items: center;
	display: flex;
}

.widget .media .media-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
}

.widget .media .media-body .item-meta {
	margin-bottom: 0;
}

/* widget_calendar */
.calendar_wrap {
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}

.widget_calendar table {
	display: flex;
	flex-direction: column;
	margin: 0;
	position: relative;
	text-align: center;
}

.widget_calendar table td,
.widget_calendar table th {
	border: none;
}

.widget_calendar caption {
	background-color: #ed4266;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding: 21px 0;
	text-align: center;
}

.widget_calendar thead {
	background-color: #255085;
	color: #fff;
	text-transform: capitalize;
}

.widget_calendar thead th {
	text-align: center;
	width: 100px;
}

.widget_calendar thead th:first-child {
	padding-left: 30px;
}

.widget_calendar thead th:last-child {
	padding-right: 30px;
}

@media (max-width: 575px) {
	.widget_calendar thead th {
		font-size: 12px;
		padding: 18px 4px;
	}

	.widget_calendar thead th:first-child {
		padding-left: 10px;
	}

	.widget_calendar thead th:last-child {
		padding-right: 10px;
	}
}

.widget_calendar tbody {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 500;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 32px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 32px;
}

.widget_calendar tbody td {
	padding: 11px 4px;
	position: relative;
	width: 100px;
}

.widget_calendar tbody td:first-child {
	padding-left: 30px;
}

.widget_calendar tbody td:last-child {
	padding-right: 30px;
}

.widget_calendar tbody td.pad {
	color: #a7acb6;
}

.widget_calendar tbody td a {
	color: #ed4266;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	text-align: center;
}

.widget_calendar tfoot td a:hover {
	opacity: 0.4;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
	color: #fff;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 12px;
	font-weight: 900;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
}

.widget_calendar tfoot td:first-child a:before {
	content: "\f053";
}

.widget_calendar tfoot td:last-child {
	padding: 0;
	right: 0;
}

.widget_calendar tfoot td:last-child a:after {
	content: "\f054";
}

/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	content: "\f09e";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 0.8em;
	padding-right: 0.3em;
	position: relative;
	top: -1px;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
}

.widget_rss ul a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: 0.5em;
}

.widget_rss li + li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	color: #36404c;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin: 0.8em 0;
	text-align: center;
	text-transform: uppercase;
}

/* widget_tag_cloud */
.widget_tag_cloud {
	margin-bottom: -10px;
}

.widget_tag_cloud a {
	background-color: transparent;
	border: 3px solid #ebeced;
	color: #36404c;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin: 0 7px 10px 0;
	min-width: 100px;
	padding: 11px 10px;
	text-align: center;
	text-transform: uppercase;
	text-transform: unset;
}

.widget_tag_cloud a span {
	color: #ed4266;
	margin-left: 7px;
}

.widget_tag_cloud a:not(.btn):hover {
	background-color: #ed4266;
	border-color: #ed4266;
	color: #fff;
}

.widget_tag_cloud a:not(.btn):hover span {
	color: #fff;
}

@media (max-width: 991px) {
	.widget_tag_cloud {
		text-align: center;
	}
}

/* widget_flickr */
.widget_flickr {
	margin-bottom: -10px;
}

.widget_flickr ul {
	margin: 0;
	padding: 0;
}

.widget_flickr li {
	display: inline-block;
	padding: 0 10px 10px 0;
	width: 50%;
}

.widget_flickr img {
	border-radius: 1px;
	max-width: 100%;
}

.widget_flickr a {
	opacity: 1;
}

.widget_flickr a:hover {
	opacity: 0.6;
}

.widget_instagram {
	margin-bottom: -10px;
}

.widget_instagram .instafeed {
	display: flex;
	flex-wrap: wrap;
}

.widget_instagram .instafeed .photo {
	display: inline-block;
	max-width: 100%;
	padding: 0 15px 15px 0;
	width: 33%;
}

.widget_instagram .instafeed img {
	width: 100%;
}

/* access_press */
.apsc-facebook-icon {
	background-color: #3b5998;
}

.apsc-twitter-icon {
	background-color: #1dcaff;
}

.apsc-youtube-icon {
	background-color: #e52d27;
}

.apsc-soundcloud-icon {
	background-color: #f80;
}

.apsc-dribble-icon {
	background-color: #ea4c89;
}

.apsc-comment-icon {
	background-color: #464646;
}

.apsc-edit-icon {
	background-color: #837d7d;
}

.apsc-google-plus-icon {
	background-color: #dd4b39;
}

.apsc-instagram-icon {
	background-color: #3f729b;
}

.apsc-each-profile a {
	color: white !important;
}

.apsc-each-profile a:hover {
	color: white !important;
	text-decoration: none !important;
}

.apsc-theme-4 .apsc-facebook-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-facebook-icon i {
	background-color: #3b5998;
}

.apsc-theme-4 .apsc-twitter-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-twitter-icon i {
	background-color: #1dcaff;
}

.apsc-theme-4 .apsc-youtube-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-youtube-icon i {
	background-color: #e52d27;
}

.apsc-theme-4 .apsc-soundcloud-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-soundcloud-icon i {
	background-color: #f80;
}

.apsc-theme-4 .apsc-dribble-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-dribble-icon i {
	background-color: #ea4c89;
}

.apsc-theme-4 .apsc-comment-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-comment-icon i {
	background-color: #464646;
}

.apsc-theme-4 .apsc-edit-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-edit-icon i {
	background-color: #837d7d;
}

.apsc-theme-4 .apsc-google-plus-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-google-plus-icon i {
	background-color: #dd4b39;
}

.apsc-theme-4 .apsc-instagram-icon {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.apsc-theme-4 .apsc-instagram-icon i {
	background-color: #3f729b;
}

.apsc-theme-4 .apsc-each-profile {
	margin-bottom: 10px;
}

.apsc-theme-4 .apsc-inner-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	color: #707787 !important;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	padding: 11px 29px 11px 88px;
	position: relative;
	text-transform: uppercase;
}

.apsc-theme-4 .apsc-each-profile a .media-name {
	color: #36404c !important;
	font-weight: 600;
}

.apsc-theme-4 .apsc-each-profile a i {
	color: #fff !important;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.apsc-theme-4 .apsc-each-profile a {
		padding: 11px 15px 11px 70px;
	}
}

.apsc-theme-4 .apsc-each-profile a .fab,
.apsc-theme-4 .apsc-each-profile a .fas {
	align-items: center;
	border-right: 1px solid #fff;
	bottom: 0;
	display: flex;
	font-size: 16px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: none;
	transform: none;
	transition: all 0.5s ease-in-out;
	width: 60px;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: inherit;
	font-weight: 300;
	padding: 4px 4px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	padding: 4px 0;
}

.apsc-theme-3.apsc-icons-wrapper {
	display: flex;
	justify-content: space-between;
}

.apsc-theme-3 .apsc-each-profile {
	margin: 3px;
	width: 33%;
}

.apsc-theme-3 .apsc-inner-block {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.apsc-theme-3 .apsc-inner-block i.fab,
.apsc-theme-3 .apsc-inner-block i.fas {
	text-align: center;
	width: 100%;
}

.apsc-theme-3 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-3 .apsc-each-profile a {
	color: #fff !important;
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	padding: 30px 10px 10px;
	position: relative;
	text-transform: uppercase;
}

.apsc-theme-3 .apsc-each-profile a .media-name {
	color: #36404c !important;
	font-weight: 600;
}

.apsc-theme-3 .apsc-each-profile a i {
	color: #fff !important;
}

.apsc-theme-3 .apsc-each-profile a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.apsc-theme-3 .apsc-each-profile a {
		padding: 11px 15px 11px 70px;
	}
}

.apsc-theme-3 .apsc-each-profile a .fab,
.apsc-theme-3 .apsc-each-profile a .fas {
	font-size: 28px;
}

.apsc-theme-3 .apsc-count {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: inherit;
	font-weight: 300;
	padding-top: 14px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-3 .apsc-media-type {
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	padding: 4px 0;
}

@media screen and (max-width: 479px) {
	.apsc-theme-4 .apsc-each-profile,
	.apsc-theme-3 .apsc-each-profile {
		float: none;
	}
}

/* widget_twitter */
.tweet_avatar {
	float: left;
	margin-top: 4px;
}

.tweet_avatar img {
	display: none;
	max-width: 25px;
}

.tweet_avatar:before {
	color: #55acee;
	content: "\f099";
	font-family: "Font Awesome 5 Free", sans-serif;
}

.tweet_right {
	margin-left: 35px;
	overflow: hidden;
	zoom: 1;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li + li {
	clear: both;
	padding-top: 20px;
}

.tweet_text a:last-child {
	display: block;
}

.tweet_time {
	display: block;
}

/*.widget_slider*/
.widget_slider h5:first-child {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 19px;
	line-height: 30px;
	margin: 0 0 5px;
	text-transform: none;
}

.widget_slider .item-media + .item-content {
	padding: 27px 40px 18px;
}

.widget_slider .item-media + .item-content h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.widget_slider .item-media + .item-content .entry-meta {
	color: #36404c;
	font-size: 12px;
}

.widget_slider .cat-links {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	position: absolute;
}

.widget_slider .owl-theme .owl-nav {
	top: 27%;
}

.widget_slider .owl-theme .owl-nav > div {
	opacity: 1;
}

.widget_slider .owl-theme .owl-nav > div i {
	color: #36404c;
	font-size: 10px;
}

.widget_slider.widget_slider_title .vertical-item {
	margin-bottom: 6px;
}

.widget_slider.widget_slider_title .item-content {
	background-color: #fff;
	padding: 40px 33px 35px;
	text-align: center;
}

@media (max-width: 991px) {
	.widget_slider.widget_slider_title .item-content {
		padding-left: 55px;
		padding-right: 55px;
	}
}

@media (max-width: 575px) {
	.widget_slider.widget_slider_title .item-content {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.widget_slider.widget_slider_title .item-content .entry-meta {
	justify-content: center;
	margin-bottom: 10px;
}

.widget_slider.widget_slider_title .item-content .entry-meta a {
	color: #707787;
}

.widget_slider.widget_slider_title .item-content .entry-meta a:hover {
	color: #ed4266;
}

.widget_slider.widget_slider_title .item-content h2,
.widget_slider.widget_slider_title .item-content h3,
.widget_slider.widget_slider_title .item-content h4,
.widget_slider.widget_slider_title .item-content h5,
.widget_slider.widget_slider_title .item-content h6 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.6;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav {
	right: -21px;
	top: -84px;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav > div {
	opacity: 1;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav > div:first-child {
	right: 30px;
}

.widget_slider.widget_slider_title .owl-theme .owl-nav > div i {
	color: #36404c;
	font-size: 12px;
}

/*.widget_post_tabs*/
.widget_post_tabs .tab-content {
	padding: 40px;
}

.widget_post_tabs h4:first-child {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 1.8em;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

.widget_post_tabs .vertical-item .item-content {
	padding: 20px 0 0 0;
}

.widget_post_tabs .entry-footer,
.widget_post_tabs .entry-meta {
	margin-bottom: 0;
}

/*.widget_posts_2cols*/
.ds .widget_posts_2cols h5 {
	background-color: #36404c;
}

.widget_posts_2cols ul {
	display: flex;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	margin-top: 20px;
	width: 50%;
}

.widget_posts_2cols li:nth-child(even) {
	padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
	padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
	margin-top: 0;
}

.widget_posts_2cols h5 {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	text-transform: none;
}

/*
** Social Icons - Font Awesome Brand Icons
*/
/* social icon layout */
a[class*='far-']:before,
a[class*='fab-']:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 17px;
	line-height: 1;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	margin-left: 7px;
	margin-right: 5px;
	text-align: center;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
	margin-left: 4px;
	margin-right: 3px;
}

a.fa:first-child {
	margin-left: 0;
}

a.fa:last-child {
	margin-right: 0;
}

a.border-icon,
a.bg-icon,
a.color-bg-icon {
	margin-bottom: 4px;
}

a.border-icon:before,
a.bg-icon:before,
a.color-bg-icon:before {
	display: inline-block;
	height: 2.6em;
	line-height: 2.6em;
	width: 2.6em;
}

a[class*='fa-'].rounded-icon {
	border-radius: 50%;
}

/*social icons brand colors*/
a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
	color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
	color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
	color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
	color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
	color: #630;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
	color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
	color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
	color: #f60;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
	color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
	color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
	color: #3f729b;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
	color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
	color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
	color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
	color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
	color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
	color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
	color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
	color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
	color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
	color: #333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
	color: #f60;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
	color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
	color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
	color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
	color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
	color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
	color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
	color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
	color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
	color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
	color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
	color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
	color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
	color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
	color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
	color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
	color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
	color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
	color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
	color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
	color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
	color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
	color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
	color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
	color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
	color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
	color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
	color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
	color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
	color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
	color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
	color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
	color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
	color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
	color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
	color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
	color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
	color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
	color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
	color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
	color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
	color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
	color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
	color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
	color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
	color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
	color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
	color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
	color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
	color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
	color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
	color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
	color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
	color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
	color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
	color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
	color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
	color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
	color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
	color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
	color: #ffa811;
}

.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
	background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
	background-color: #f90;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
	background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
	background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
	background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
	background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
	background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
	background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
	background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
	background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
	background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
	background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
	background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
	background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
	background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
	background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
	background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
	background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
	background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
	background-color: #39f;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
	background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
	background-color: #444;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
	background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
	background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
	background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
	background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
	background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
	background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
	background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
	background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
	background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
	background-color: #630;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
	background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
	background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
	background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
	background-color: #3f729b;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
	background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
	background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
	background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
	background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
	background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
	background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
	background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
	background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
	background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
	background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
	background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
	background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
	background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
	background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
	background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
	background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
	background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
	background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
	background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
	background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
	background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
	background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
	background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
	background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
	background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
	background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
	background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
	background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
	background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
	background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
	background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
	background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
	background-color: #ffa811;
}

/*social icons default colors*/
.color-bg-icon {
	color: #fff;
}

a.fa {
	color: #36404c;
}

a.border-icon {
	border: 1px solid #707787;
	border-color: rgba(112, 119, 135, 0.4);
	text-align: center;
}

a.border-icon.color-icon:hover {
	border-color: transparent;
}

a.bg-icon {
	background-color: #e8e8e8;
}

a.color-bg-icon {
	background-color: #36404c;
	color: #fff;
}

a.fa.color-icon:hover {
	color: #36404c;
}

a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #ed4266;
	color: #fff;
}

a.color-icon:hover {
	color: #36404c;
}

a.color-icon.border-icon:hover {
	color: #fff;
}

/*
** WordPress Required
*/
.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 30px auto;
}

.alignright {
	float: right;
	margin: 11px 0 15px 30px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 11px 40px 15px 0;
	max-width: 50%;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky,
.bypostauthor {
	position: relative;
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links,
.page-links {
	align-items: center;
	clear: both;
	display: flex;
	justify-content: center;
}

.page-item > span,
.page-item > a:not(.btn),
.nav-links > span,
.nav-links > a:not(.btn),
.page-links > span,
.page-links > a:not(.btn) {
	align-items: center;
	background-color: transparent;
	border: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787;
	display: flex;
	font-size: 16px;
	height: 45px;
	justify-content: center;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 5px;
	text-align: center;
	width: 45px;
}

.page-item > span:hover,
.page-item > a:not(.btn):hover,
.nav-links > span:hover,
.nav-links > a:not(.btn):hover,
.page-links > span:hover,
.page-links > a:not(.btn):hover {
	color: #ed4266 !important;
}

@media (max-width: 768px) {
	.page-item > span,
	.page-item > a:not(.btn),
	.nav-links > span,
	.nav-links > a:not(.btn),
	.page-links > span,
	.page-links > a:not(.btn) {
		height: 45px;
		line-height: 15px;
		padding: 1.3em 1.2em;
		width: 45px;
	}
}

.page-item.active > a,
.page-item.active > .page-link,
.page-item > span,
.nav-links.active > a,
.nav-links.active > .page-link,
.nav-links > span,
.page-links.active > a,
.page-links.active > .page-link,
.page-links > span {
	background-color: transparent;
	border: none;
	color: #ed4266;
	cursor: not-allowed;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
	font-size: 10px;
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	justify-content: center;
	margin-bottom: -10px;
}

.post-nav {
	margin: 60px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post-nav .nav-links > div {
	background-position: 50% 28%;
	height: auto;
	padding: 30px;
	position: relative;
	text-align: right;
	transition: 0.2s opacity ease;
	width: 49%;
}

.post-nav .nav-links > div:hover {
	opacity: 0.9;
}

@media (max-width: 575px) {
	.post-nav .nav-links > div {
		width: 100%;
	}

	.post-nav .nav-links > div:first-child {
		margin-bottom: 30px;
	}
}

.post-nav .nav-links > div .fa {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
	text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
	left: 0;
	right: auto;
}

.post-nav .nav-links .nav-subtitle {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	min-width: 8em;
	padding: 0.25em 0.8em 0.05em;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
}

.post-nav .nav-links .nav-title {
	display: block;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 5px;
	margin-top: 4px;
	text-transform: capitalize;
	text-transform: uppercase;
}

.post-nav .nav-links a {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

/*
** Main Menu styles
*/
.nav-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.nav-wrap > .top-nav + *:not(.top-includes) {
	padding-left: 30px;
	padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.left .top-nav {
		justify-content: flex-start !important;
	}

	.top-nav {
		align-items: center;
		display: flex;
		flex-grow: 10;
		flex-wrap: nowrap;
		position: relative;
	}

	.justify-nav-end .top-nav {
		justify-content: flex-end;
	}

	.justify-nav-center .top-nav {
		justify-content: center;
	}

	.top-nav ul > li {
		position: relative;
	}

	.top-nav ul > li:first-child a {
		margin-left: 0;
	}

	.top-nav ul > li:last-child a {
		margin-right: 0;
	}

	.top-nav ul > li .sf-with-ul {
		position: relative;
	}

	.top-nav ul > li .sf-with-ul::before {
		content: "\f078";
		display: inline-block;
		font-family: "Font Awesome 5 Free", sans-serif;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		right: -13px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.top-nav ul > li ul li .sf-menu-item-mobile-toggler::before {
		content: none;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}

	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li > ul {
		display: none;
		left: -12px;
		position: absolute;
		top: 100%;
		z-index: 99;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		color: #36404c;
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0.8px;
		line-height: 30px;
		padding: 5px 1.1em;
		text-align: left;
		text-decoration: none;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}

	.sf-menu li {
		*white-space: normal;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu > li > a {
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 53px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 53px;
		transition-duration: 0.15s;
	}

	.affix .sf-menu > li > a {
		padding-bottom: 33px;
		padding-top: 33px;
	}
}

@media (min-width: 1200px) and (min-width: 1500px) {
	.sf-menu > li > a {
		margin: 0 25px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #ed4266;
	}

	.nav-narrow .sf-menu > li {
		padding: 0;
	}

	.nav-narrow .sf-menu > li > a {
		margin-left: 29px;
		margin-right: 29px;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.nav-narrow .sf-menu > li.active > a:before {
		background-color: #ed4266;
		content: "";
		height: 1px;
		left: -20px;
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 1;
	}

	.nav-bordered .sf-menu > li + li:before {
		background-color: rgba(255, 255, 255, 0.15);
		bottom: 0;
		content: "";
		left: -2px;
		position: absolute;
		top: 0;
		width: 1px;
	}

	.cs .sf-menu > li > a {
		color: #fff;
	}

	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #36404c;
	}

	.ds .sf-menu > li > a {
		color: #fff;
	}

	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: #ed4266;
	}

	.ds .sf-menu > li.active .sf-menu-item-mobile-toggler::before,
	.ds .sf-menu > li.sfHover .sf-menu-item-mobile-toggler::before {
		color: #ed4266;
	}

	.ls .sf-menu > li > a {
		color: #36404c;
	}

	.ls .sf-menu > li > a:hover,
	.ls .sf-menu > li.active > a {
		color: #ed4266;
	}

	.ls .sf-menu > li > a:hover::before,
	.ls .sf-menu > li.active > a::before {
		color: #ed4266;
	}

	.ls .sf-menu > li + li:before {
		background-color: #ebeced;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		transition: none;
	}
	/* second and next levels */
	.sf-menu > li .mega-menu,
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 10em;
		background-color: #fff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		list-style: none;
		margin-top: -15px !important;
		min-width: 13.9em;
		padding-bottom: 28px;
		padding-top: 28px;
		text-align: center;
		/* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu > li .mega-menu li,
	.sf-menu li > ul li {
		padding-left: 40px;
		padding-right: 40px;
	}

	.sf-menu > li .mega-menu li.mega-menu-col,
	.sf-menu li > ul li.mega-menu-col {
		padding: 0;
	}

	.sf-menu > li .mega-menu li.mega-menu-col > a,
	.sf-menu li > ul li.mega-menu-col > a {
		border: none;
	}

	.sf-menu > li .mega-menu li a,
	.sf-menu li > ul li a {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu > li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #36404c;
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu .mega-menu ul {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		color: #36404c;
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #ed4266;
	}
	/* third level */
	.sf-menu ul ul {
		margin-left: 2px;
		margin-top: 0;
		right: 0;
		top: -13px;
		-webkit-transform: none;
		transform: none;
	}
}

.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}

/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}

	.page_header .toggle_menu.active::before,
	.page_header .toggle_menu.mobile-active::before,
	.page_toplogo .toggle_menu.active::before,
	.page_toplogo .toggle_menu.mobile-active::before {
		-webkit-transform: none;
		transform: none;
	}
}

.page_header_side_special .toggle_menu_side {
	background-color: transparent !important;
}

.page_header_side_special .toggle_menu::before {
	background: url("/images/icon-menu.png") no-repeat center/contain;
	background-color: transparent !important;
	height: 17px;
	width: 17px;
}

.toggle_menu {
	cursor: pointer;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1002;
}

.page_header_wrapper .toggle_menu {
	z-index: 1003;
}

.ls .toggle_menu {
	background-color: #fff;
}

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
	background-color: #36404c;
}

.page_toplogo .toggle_menu {
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.toggle_menu:hover span:before {
	top: -9px;
}

.toggle_menu:hover span:after {
	top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
	left: 15px;
	top: 50%;
}

.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}

.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}

.toggle_menu.mobile-active {
	background-color: #ed4266;
	border: none;
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.active span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 0;
}

/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
	.nav-wrap {
		justify-content: space-between;
	}
}

@media (max-width: 1199px) {
	.page_header [class*="col"] {
		min-height: 0;
	}

	.top-nav {
		background-color: transparent;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		z-index: 10;
	}

	.mobile-active .top-nav {
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
		opacity: 1;
		visibility: visible;
		z-index: 1002;
	}

	.nav-justified > li > a {
		text-align: left;
	}

	.sf-menu {
		background-color: #f5f5f6;
		border-top: 61px solid #255085;
		bottom: 0;
		display: block;
		font-size: 14px;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		left: 0;
		line-height: 1;
		opacity: 0;
		overflow: auto;
		padding: 20px 10px;
		position: fixed;
		right: 100%;
		text-align: left;
		text-align: center;
		text-transform: uppercase;
		top: 0;
		transition: all 0.4s ease-in-out;
	}

	.sf-menu .sfHover a {
		font-size: 12px;
	}

	.sf-menu .sfHover > a {
		font-size: 14px;
	}

	.mobile-active .sf-menu {
		opacity: 1;
		right: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.top-nav .sf-menu a {
		color: #36404c;
		display: block;
		font-size: 22px;
		padding: 10px 10px;
		z-index: 2;
	}

	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
	}

	.top-nav .sf-menu ul li a {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	/* arrows (for all except IE7) */
	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
		border-radius: 50%;
		height: 30px;
		line-height: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 5px;
		width: 30px;
		z-index: 1;
	}

	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		color: #36404c;
		content: "\f105";
		font-family: "Font Awesome 5 Free", sans-serif;
		font-weight: 700;
	}

	.sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		content: "\f107";
	}
}

/* Mega Menu */

@media screen and (min-width: 1199px) {
	.top-nav ul .mega-menu ul {
		border: none;
		min-width: auto;
	}

	.top-nav .menu-item-has-mega-menu {
		position: relative;
	}

	.top-nav .mega-menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 940px;
		z-index: 10;
	}

	.top-nav .menu-item-has-mega-menu:hover .mega-menu {
		display: block;
	}
	/* row */
	.top-nav .mega-menu-row {
		display: table;
		position: static;
		table-layout: fixed;
	}

	.top-nav .mega-menu-row ul {
		display: block;
		position: static;
	}
	/* column */
	.top-nav .mega-menu-col {
		border-left: 1px solid #ebeced;
		display: table-cell;
		padding: 0 15px;
		width: 2000px;
		/* overrides from settings / styling / mega-menu */
	}

	.top-nav .mega-menu-col > a {
		font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 700 !important;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
		padding-left: 40px !important;
		text-transform: uppercase;
	}

	.top-nav .mega-menu-col:first-child {
		border-left: none;
	}

	.top-nav ul ul .mega-menu {
		display: block;
		margin-left: 1px;
		top: -20px;
		width: auto;
	}

	.top-nav ul ul .mega-menu li {
		border: none;
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.top-nav .mega-menu {
		width: 1170px;
	}

	.top-nav ul .mega-menu ul {
		min-width: 10em;
	}

	.top-nav .mega-menu-col {
		padding: 0 40px;
	}
}

@media screen and (max-width: 991px) {
	.top-nav .mega-menu {
		position: static;
	}
}

/* side clickable menu styles */
.page_header_side_special .menu-click a {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 27px;
	padding-top: 27px;
	text-align: left;
	text-transform: capitalize;
}

.page_header_side_special .menu-click a:hover {
	background-color: transparent;
}

.page_header_side_special .menu-click > li {
	border-top: 1px solid rgba(235, 236, 237, 0.1);
}

.page_header_side_special .menu-click > li ul li a {
	color: #b3b3b3;
	padding-bottom: 17px;
	padding-left: 40px;
	padding-top: 17px;
}

.page_header_side_special .menu-click > li ul li:last-child a {
	padding-bottom: 27px;
}

.page_header_side_special .menu-click .active-submenu > a {
	background-color: transparent;
	padding-bottom: 17px;
}

.menu-click {
	padding: 0;
}

.menu-click i {
	margin-right: 10px;
	text-align: center;
	width: 1em;
}

.menu-click li .toggle_submenu {
	top: 22px;
}

.menu-click li li .toggle_submenu {
	top: 12px;
}

.menu-click .toggle_submenu {
	border-radius: 50%;
	cursor: pointer;
	font-size: 8px;
	height: 3em;
	line-height: 3em;
	opacity: 0.9;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 3em;
}

.menu-click .toggle_submenu:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: bold;
	height: 3em;
	left: 0;
	line-height: 3em;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: .25s ease-in-out;
	width: 3em;
}

.menu-click .toggle_submenu .toggle_submenu {
	top: 8px;
}

.menu-click ul {
	padding: 0;
}

.menu-click li {
	list-style: none;
	position: relative;
	width: 100%;
}

.menu-click > li {
	transition: 0.3s ease-in-out;
}

.menu-click a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
}

.menu-click a:hover {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > a {
	background-color: rgba(150, 150, 150, 0.05);
}

.menu-click .active-submenu > .toggle_submenu::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.menu-click li.active > a {
	color: #ed4266;
}

.menu-click ul {
	height: 0;
	opacity: 0;
}

.menu-click ul a {
	padding-bottom: 8px;
	padding-left: 50px;
	padding-top: 8px;
}

.menu-click ul ul a {
	padding-left: 60px;
}

.menu-click ul ul ul a {
	padding-left: 70px;
}

.menu-click ul ul ul ul a {
	padding-left: 80px;
}

.menu-click .active-submenu > div.mega-menu {
	height: auto;
}

.menu-click .active-submenu > ul,
.menu-click .active-submenu > div.mega-menu > ul {
	height: auto;
	opacity: 1;
}

.menu-click ul,
.menu-click div.mega-menu {
	height: 0;
	overflow: hidden;
	transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}

.menu-click ul li.sfHover > .mega-menu ul {
	display: block;
	height: 100%;
}

.menu-click div.mega-menu > ul {
	height: auto;
	margin-right: 0;
}

/*
** Header
*/
.page_header {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.page_header a.fab {
	color: #707787;
}

.page_header a.fab:hover {
	border-color: #36404c;
	color: #36404c;
}

.boxed .page_header,
.page_header.affix {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	position: fixed !important;
	z-index: 1001;
}

.boxed .page_header:after,
.page_header.affix:after {
	background-color: transparent;
}

.page_header.affix.s-bordertop::before {
	display: none;
}

@media (max-width: 991px) {
	.page_header.mobile-active {
		opacity: 1;
		z-index: 1003;
	}
}

.page_header.affix-bottom {
	position: fixed;
	top: 0 !important;
}

.page_header .row {
	min-height: 80px;
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
}

.page_topline.church {
	color: #ababaa;
}

.page_topline.church a:not(.btn) {
	color: #ababaa;
}

.page_topline.church a:not(.btn):hover {
	color: #fff;
}

.header_absolute {
	left: 0;
	position: absolute;
	right: 0;
}

.header_absolute .page_header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header_absolute .page_header.church {
	border: none;
}

.header_absolute .page_header,
.header_absolute .page_topline,
.header_absolute .page_header_wrapper {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1002;
}

.header_absolute .page_topline,
.header_absolute .page_toplogo,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
	background-color: transparent;
}

.header_absolute .page_topline.ds.church,
.header_absolute .page_toplogo.ds.church {
	background-color: rgba(54, 64, 76, 0.6);
	border: none;
}

.header_absolute .page_topline.ls.church,
.header_absolute .page_toplogo.ls.church {
	background-color: rgba(255, 255, 255, 0.6);
	border: none;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top.ds.church {
	background-color: rgba(54, 64, 76, 0.4);
	border: none;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top.ls.church {
	background-color: rgba(255, 255, 255, 0.4);
	border: none;
}

@media (min-width: 1200px) {
	.flex-menu {
		align-items: center;
		display: flex;
	}

	.flex-menu .nav {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
}

.page_header .header-icons a,
.page_topline .header-icons a {
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

.page_header .header-icons a:not(:last-child),
.page_topline .header-icons a:not(:last-child) {
	margin-right: 20px;
}

.page_header .social-icons a.fab:not(:last-child),
.page_header .social-icons a.fas:not(:last-child),
.page_header .social-icons a.far:not(:last-child),
.page_topline .social-icons a.fab:not(:last-child),
.page_topline .social-icons a.fas:not(:last-child),
.page_topline .social-icons a.far:not(:last-child) {
	margin-right: 15px;
}

.page_topline {
	color: #fff;
	font-size: 12px;
}

.page_topline .fas {
	font-size: 14px;
}

.page_topline div > span {
	display: inline-block;
}

.page_topline.small-text i {
	font-size: 14px;
}

.page_topline .icon-inline {
	justify-content: center;
}

.page_topline .icon-inline > .icon-styled:first-child {
	margin-right: 7px;
}

.page_topline .icon-inline + .icon-inline {
	margin-left: 23px;
}

@media (max-width: 430px) {
	.page_topline .icon-inline + .icon-inline {
		margin-left: 0;
	}
}

.page_topline .social-icons {
	display: inline-block;
	font-weight: 400;
}

.page_topline .header_info_text {
	color: #fff;
	font-weight: 500;
	position: relative;
}

.page_topline .header_info_text::after {
	bottom: -16px;
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 50%;
	transition: top 0.2s ease 0s;
}

@media (max-width: 767px) {
	.page_topline [class*="col-"] {
		margin: 0;
	}
}

.page_topline .widget_nav_menu {
	display: inline-block;
}

.page_topline ul {
	margin: 0;
	padding: 0;
}

.page_topline ul li {
	display: inline-block;
}

.page_topline .dropdown-menu {
	margin: 23px 0 0 -25px;
	min-width: auto;
}

.page_topline .dropdown-language a > img {
	bottom: 1px;
	margin-right: 6px;
	max-width: 16px;
	position: relative;
}

.page_topline .owl-news-slider-dates {
	font-weight: 300;
}

.page_topline .topline-news-item {
	font-weight: 300;
	height: 2em;
	line-height: 2em;
	margin: 0 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_topline .topline-news-item .cat-links {
	display: inline;
}

.page_topline .topline-news-nav-arrow {
	border: 3px solid #3b6291;
	bottom: 20px;
	font-size: 10px;
	line-height: 34px;
	position: relative;
	transition: opacity 0.2s ease-in-out;
	width: 40px;
}

.page_topline .topline-news-nav-arrow:hover {
	opacity: 0.8;
}

.page_topline .owl-nav > div {
	opacity: 1;
}

@media (min-width: 992px) {
	.page_toplogo .media + .media {
		margin-left: 60px;
	}
}

.page_toplogo .widget_search form,
.page_toplogo .widget_product_search form,
.page_toplogo .widget_search input,
.page_toplogo .widget_product_search input {
	max-width: none;
}

@media (max-width: 991px) {
	.page_toplogo .media {
		margin: 10px;
	}
}

@media (min-width: 1500px) {
	.page_topline .container-fluid,
	.page_toplogo .container-fluid,
	.page_header .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

/*header includes*/
.top-includes {
	margin: 0;
	padding: 0;
}

@media (min-width: 992px) {
	.top-includes {
		white-space: nowrap;
	}
}

.top-includes > * {
	display: inline-block;
}

.top-includes > li {
	margin-left: 10px;
}

.top-includes > li:first-child {
	margin-left: 0;
}

@media (min-width: 992px) {
	.top-includes.border-divided > li + li {
		margin-left: 26px;
	}
}

@media (min-width: 992px) {
	.top-nav + .top-includes {
		margin-left: 50px;
	}
}

@media (max-width: 991px) {
	.top-includes.md-absolute {
		bottom: 0;
		position: absolute;
		right: 80px;
	}
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

/*logo*/
.affix a.logo img {
	max-height: 60px;
}

@media (max-width: 1199px) {
	.page_header a.logo img {
		max-height: 60px;
	}
}

a.logo {
	align-items: center;
	display: flex;
}

a.logo img {
	display: inline-block;
	max-height: 100px;
}

a.logo .logo-text {
	font-size: 34px;
	padding: 0 10px;
}

a.logo .logo-subtext {
	font-size: 22px;
	padding: 0 10px;
}

a.logo .logo-text-bottom {
	font-size: 26px;
}

a.logo .flex-column,
a.logo.flex-column {
	align-items: flex-start;
	padding-bottom: 10px;
	padding-top: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
	display: inline-block;
}

.text-center a.logo {
	align-items: center;
	justify-content: center;
}

@media (min-width: 1199px) {
	.text-lg-left.text-center a.logo {
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.text-md-left.text-center a.logo {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.header_logo_center a.logo {
	display: inline-block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		align-items: center;
		bottom: 0;
		display: flex;
		justify-content: center;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.page_footer a.logo.flex-column {
	padding-top: 0;
	position: relative;
	top: -27px;
}

@media (max-width: 767px) {
	.page_footer a.logo.flex-column {
		padding-bottom: 30px;
		top: 0;
	}
}

/*search modal*/
#search_modal {
	padding: 0 !important;
}

#search_modal .widget {
	background-color: #fff;
	margin-top: 40px;
	padding: 20px 0;
}

#search_modal .search-form {
	margin: 0 auto;
}

#search_modal a {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #ed4266;
	opacity: 1;
}

#search_modal .searchform-respond {
	color: #fff;
	margin: 20px auto;
	width: 300px;
}

#search_modal .form-group {
	margin-bottom: 0;
}

#search_modal .form-control {
	border: none;
	color: black;
	font-size: 20px;
	font-weight: 500;
	max-width: none;
	width: 100%;
}

@media (max-width: 575px) {
	#search_modal .form-control {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#search_modal .form-control:-moz-placeholder {
	color: black;
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: black;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: black;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: black;
}

#search_modal button::before {
	color: #ed4266;
	font-size: 20px;
}

@media (max-width: 575px) {
	#search_modal button {
		display: none;
	}
}

#search_modal .btn {
	color: #36404c;
	font-size: 0;
	margin: 0 60px 0 0;
	padding: 30px 22px 25px;
	width: auto;
}

#search_modal .btn:before {
	color: #36404c;
	font-size: 18px;
}

#search_modal .close {
	color: #36404c;
	font-size: 30px;
	line-height: 60px;
	min-width: 60px;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 18px;
	z-index: 2;
}

.active-side-header #search_modal {
	right: 310px;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}

/*
** Side Header
*/
/* side header layout */
body:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	transition-property: left, margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 310px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	opacity: 1;
	visibility: visible;
}

html.html-active-push-header {
	overflow: hidden;
}

.page_header_side {
	bottom: 0;
	left: -310px;
	position: fixed;
	top: 0;
	width: 310px;
	z-index: 1002;
}

.page_header_side.active-slide-side-header {
	box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side ~ .page_toplogo .toggle_menu {
	display: none;
}

.page_header_side a.logo {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.page_header_side a.logo img {
	max-width: 100%;
}

.page_header_side .widget {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.page_header_side .widget_icons_list li + li {
	margin-top: 1em;
}

.page_header_side .social-icons {
	display: block;
	margin-top: 43px;
}

.page_header_side .social-icons a.border-icon,
.page_header_side .social-icons a.bg-icon,
.page_header_side .social-icons a.color-bg-icon {
	margin-bottom: 2px;
	margin-top: 2px;
}

@media (min-width: 1200px) {
	.page_header_side ~ .page_topline .container-fluid,
	.page_header_side ~ .page_toplogo .container-fluid,
	.page_header_side ~ div .page_header .container-fluid {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 1199px) {
	.page_header_side ~ .page_topline [class*="container"],
	.page_header_side ~ .page_toplogo [class*="container"],
	.page_header_side ~ div .page_header [class*="container"] {
		padding-left: 35px;
		padding-right: 35px;
	}
}

.side_header_inner {
	padding: 26px 0 60px;
}

.toggle_menu_side {
	margin: 0;
	position: absolute;
	right: -60px;
	top: 0;
	transition: right 0.3s ease-in-out;
}

.toggle_menu_side.toggle_menu_side_special {
	background-color: transparent !important;
	color: #36404c;
	font-size: 18px;
	height: auto;
	margin-left: 40px;
	position: relative;
	right: 0;
	width: auto;
}

@media (min-width: 1440px) {
	.toggle_menu_side.toggle_menu_side_special {
		display: block;
	}
}

@media (max-width: 1199px) {
	.toggle_menu_side.toggle_menu_side_special {
		display: none;
	}
}

@media (max-width: 370px) {
	.toggle_menu_side.active {
		opacity: 0.4;
		right: 0;
	}
}

.toggle_menu_side:before,
.toggle_menu_side span:before,
.toggle_menu_side span:after,
.toggle_menu_side span {
	background-color: #fff !important;
}

.ds .toggle_menu_side {
	background-color: #ed4266;
}

.bs .toggle_menu_side {
	background-color: #ed4266;
}

.ls .toggle_menu_side {
	background-color: #ed4266;
}

.page_header_side.header_side_sticked .toggle_menu_side {
	right: -60px;
	top: 0;
	transition: 0.5s ease-in-out;
}

.page_header_side.active-slide-side-header {
	left: 0;
}

.active-side-header .boxed .header_push ~ div .page_header,
.active-side-header .header_push ~ div .page_header.affix {
	margin-left: 310px;
}

.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
	margin-left: -310px;
}

.page_header_side.header_side_right {
	left: auto;
	right: -310px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	left: -60px;
	right: auto;
	transition: left 0.3s ease-in-out;
}

@media (max-width: 370px) {
	.page_header_side.header_side_right .toggle_menu_side.active {
		left: 0;
	}
}

body.active-side-header.slide-right #canvas {
	left: -310px;
}

body.active-side-header.slide-right .page_header_side {
	left: auto;
	right: 0;
}

@media (min-width: 600px) {
	.page_header_side.header_side_sticked.active-slide-side-header {
		left: 0;
	}

	.header_side_sticked ~ * {
		transition: margin 0.5s ease-in-out;
	}

	.header_side_sticked ~ * .container-fluid {
		padding-left: 80px;
	}

	.header_side_sticked ~ div .page_header {
		width: auto;
	}

	.header_side_sticked.active-slide-side-header ~ *,
	.header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 310px;
	}

	.boxed .header_side_sticked.active-slide-side-header ~ *,
	.boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 0;
	}

	.header_side_sticked ~ .page_header_wrapper {
		margin: 0 !important;
	}

	.page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
		left: auto;
	}

	.header_side_sticked.header_side_right.active-slide-side-header ~ *,
	.header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
		margin-left: 0;
		margin-right: 310px;
	}

	.page_header_side_special .close-wrapper {
		background-color: #303944;
		padding: 4px 30px;
	}

	.page_header_side_special .close-wrapper a {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
	}

	.page_header_side_special .close-wrapper a:hover {
		color: #ed4266;
	}

	.page_header_side_special .side_header_inner {
		padding-bottom: 0;
		padding-top: 0;
	}
}

/* 
** Intro Section Styles
*/
.page_slider {
	clear: both;
	overflow: hidden;
	position: relative;
}

.page_slider .myVideo {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media (max-width: 1199px) {
	.page_slider .myVideo {
		height: 100%;
		width: auto;
	}
}

.page_slider.blog-slider .flexslider img {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.page_slider.blog-slider .flexslider img {
		display: block !important;
	}
}

@media (max-width: 991px) and (min-width: 300px) {
	.page_slider.blog-slider .container-fluid,
	.page_slider.blog-slider .container,
	.page_slider.blog-slider .page_slider img + .container {
		margin-right: 0;
		position: static;
	}
}

@media (max-width: 768px) and (min-width: 300px) {
	.page_slider.blog-slider .intro_layers_wrapper {
		position: static;
	}
}

.page_slider .flex-direction-nav {
	display: none;
}

@media (max-width: 768px) {
	.page_slider .flex-direction-nav .flex-control-nav {
		bottom: 139px;
	}
}

.page_slider > img {
	width: 100%;
}

.page_slider h2 {
	line-height: 1.15;
	margin: 0;
}

.page_slider h3 {
	line-height: 1;
	margin: 0;
}

.page_slider h4 {
	margin: 0;
}

.page_slider p {
	margin: 0;
}

.page_slider .flex-direction-nav .flex-prev,
.page_slider .flex-direction-nav .flex-next {
	top: 51.5%;
}

@media (max-width: 1199px) {
	.page_slider .flex-direction-nav .flex-prev,
	.page_slider .flex-direction-nav .flex-next {
		display: none;
	}
}

.page_slider .flex-direction-nav .flex-prev {
	left: 3%;
	opacity: 1;
}

@media (max-width: 1550px) {
	.page_slider .flex-direction-nav .flex-prev {
		left: 4%;
	}
}

@media (max-width: 1400px) {
	.page_slider .flex-direction-nav .flex-prev {
		left: 1%;
	}
}

.page_slider .flex-direction-nav .flex-prev:before {
	color: #fff;
	font-size: 14px;
	left: 13px;
	z-index: 2;
}

.page_slider .flex-direction-nav .flex-prev::after {
	background-color: rgba(54, 64, 76, 0.9);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
}

.page_slider .flex-direction-nav .flex-prev:hover {
	opacity: .5;
}

.page_slider .flex-direction-nav .flex-prev:hover:before {
	color: #fff;
}

.page_slider .flex-direction-nav .flex-next {
	opacity: 1;
	right: 3%;
}

@media (max-width: 1550px) {
	.page_slider .flex-direction-nav .flex-next {
		right: 4%;
	}
}

@media (max-width: 1400px) {
	.page_slider .flex-direction-nav .flex-next {
		right: 1%;
	}
}

.page_slider .flex-direction-nav .flex-next:before {
	color: #fff;
	font-size: 14px;
	left: 17px;
	z-index: 2;
}

.page_slider .flex-direction-nav .flex-next::after {
	background-color: rgba(54, 64, 76, 0.9);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 40px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
}

.page_slider .flex-direction-nav .flex-next:hover {
	opacity: .3;
}

.page_slider .flex-direction-nav .flex-next:hover:before {
	color: #fff;
}

.page_slider .flexslider .slides {
	display: flex;
}

.page_slider .flexslider .slides li {
	min-height: 500px;
}

@media (max-width: 767px) {
	.page_slider .flexslider .slides li {
		min-height: 450px;
	}
}

.page_slider .flexslider .slides li.s-overlay.ls:before {
	background-color: #3eb8ea;
	opacity: 0;
}

@media (max-width: 575px) {
	.page_slider .flexslider .slides li.s-overlay.ls:before {
		opacity: 0.55;
	}
}

@media (max-width: 767px) {
	.page_slider .flexslider .slides li > img {
		display: none;
	}
}

.page_slider .flexslider:before,
.page_slider .flexslider:after {
	clear: both;
	content: "";
	display: block;
}

.page_slider .flexslider .intro_layer img {
	display: inline-block;
	width: auto;
}

.page_slider .flexslider.slider-shadow {
	padding-bottom: 50px;
}

.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
	background: transparent;
	bottom: 65px;
	box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	content: "";
	height: 20%;
	left: 10px;
	max-width: 400px;
	position: absolute;
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	width: 50%;
	z-index: 1;
}

.page_slider .flexslider.slider-shadow:after {
	left: auto;
	right: 10px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.page_slider.home_slider.s-overlay.ls:before {
	background-color: #3eb8ea;
	opacity: 0;
}

@media (max-width: 575px) {
	.page_slider.home_slider.s-overlay.ls:before {
		opacity: 0.55;
	}
}

.page_slider.home_slider .intro_layers_wrapper {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1440px) {
	.page_slider.home_slider .intro_layers_wrapper {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.page_slider.home_slider .intro_layers_wrapper {
		padding: 50px 0 80px 0;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider .intro_layers_wrapper {
		text-align: center;
	}
}

.page_slider.home_slider.static {
	min-height: 500px;
}

@media (max-width: 992px) {
	.page_slider.home_slider.static .intro_layers_wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider.static {
		min-height: 450px;
	}

	.page_slider.home_slider.static img {
		display: none;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider.static {
		min-height: 350px;
	}

	.page_slider.home_slider.static img {
		display: none;
	}
}

.page_slider.home_slider .buttons-layer .btn + .btn {
	margin-left: 20px;
}

.page_slider.home_slider .intro_layers {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.page_slider.home_slider .intro_layers {
		align-items: flex-start;
		max-width: 350px;
		padding: 0;
	}
}

@media (min-width: 767px) {
	.page_slider.home_slider .intro_layers {
		max-width: 435px;
		padding-right: 40px;
	}
}

@media (min-width: 992px) {
	.page_slider.home_slider .intro_layers {
		max-width: 60%;
		padding: 0 40px;
	}
}

@media (min-width: 1024px) {
	.page_slider.home_slider .intro_layers {
		align-items: center;
		padding: 0 50px;
	}
}

@media (min-width: 1440px) {
	.page_slider.home_slider .intro_layers {
		max-width: 48%;
		padding: 0;
	}
}

@media (min-width: 1600px) {
	.page_slider.home_slider .intro_layers {
		margin-top: -72px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider .intro_layers .buttons-layer .btn + .btn {
		display: none;
	}
}

@media (max-width: 1400px) {
	.page_slider.home_slider1 .container {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider1 .container {
		margin-left: 35px;
		margin-right: 35px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider1 .container {
		margin-left: 0;
		margin-right: 0;
	}
}

.page_slider.home_slider1 li .social-icons {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.page_slider.home_slider1 li .social-icons a:not(:last-child) {
	margin-bottom: 20px;
	margin-right: 0;
}

@media (max-width: 1400px) {
	.page_slider.home_slider1 li .social-icons {
		left: auto;
		right: 60px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider1 li .social-icons {
		display: none;
	}
}

.page_slider.home_slider1 .intro_layers_wrapper {
	border: 3px solid #fff;
	border-bottom: none;
	bottom: 33%;
	height: auto;
	justify-content: flex-start;
	left: 0;
	max-width: 370px;
	padding: 53px 50px 49px 56px;
	right: auto;
	top: auto;
}

.page_slider.home_slider1 .intro_layers_wrapper::before,
.page_slider.home_slider1 .intro_layers_wrapper::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 55px;
}

.page_slider.home_slider1 .intro_layers_wrapper::after {
	left: auto;
	right: 0;
	width: 190px;
}

.page_slider.home_slider1 .intro_layers_wrapper .intro_layers {
	align-items: flex-start;
	color: #fff;
	margin-top: 0;
	max-width: none;
	padding: 0;
	position: relative;
}

.page_slider.home_slider1 .intro_layers_wrapper .signature {
	bottom: 0;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(55%);
	transform: translateY(55%);
}

@media (max-width: 1199px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		bottom: 50%;
		padding: 40px;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}

	.page_slider.home_slider1 .slides li > img {
		display: none;
	}

	.page_slider.home_slider1 .slides li {
		min-height: 600px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider1 {
		text-align: left;
	}

	.page_slider.home_slider1 .intro_layers_wrapper {
		padding: 25px 25px 40px 25px;
		width: 285px;
	}

	.page_slider.home_slider1 .intro_layers_wrapper h1,
	.page_slider.home_slider1 .intro_layers_wrapper h2,
	.page_slider.home_slider1 .intro_layers_wrapper h3,
	.page_slider.home_slider1 .intro_layers_wrapper h4,
	.page_slider.home_slider1 .intro_layers_wrapper h5,
	.page_slider.home_slider1 .intro_layers_wrapper h6 {
		font-size: 30px;
	}

	.page_slider.home_slider1 .intro_layers_wrapper::after {
		width: 90px;
	}

	.page_slider.home_slider1 .slides li {
		min-height: 450px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider1 .intro_layers_wrapper {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(50%);
		transform: translateX(-50%) translateY(50%);
	}
}

.page_slider.home_slider2 h1,
.page_slider.home_slider2 h2,
.page_slider.home_slider2 h3,
.page_slider.home_slider2 h4,
.page_slider.home_slider2 h5,
.page_slider.home_slider2 h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.page_slider.home_slider2 h2,
.page_slider.home_slider2 h3,
.page_slider.home_slider2 h4,
.page_slider.home_slider2 h5 {
	font-size: 40px;
}

@media (max-width: 1199px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 35px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider2 h2,
	.page_slider.home_slider2 h3,
	.page_slider.home_slider2 h4,
	.page_slider.home_slider2 h5 {
		font-size: 25px;
		font-weight: 500;
	}
}

.page_slider.home_slider2 .intro_layers_wrapper {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	bottom: 160px;
	height: auto;
	left: 50%;
	max-width: 800px;
	padding: 0;
	right: auto;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

@media (max-width: 991px) {
	.page_slider.home_slider2 .intro_layers_wrapper {
		max-width: 500px;
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider2 .intro_layers_wrapper {
		max-width: 300px;
	}
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child > span,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child > span {
	display: block;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a {
	display: inline-block;
	position: relative;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 500px;
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before {
	right: calc(100% + 20px);
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after {
	left: calc(100% + 20px);
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:first-child > span {
	overflow: hidden;
	-webkit-transform: translateY(-33%);
	transform: translateY(-33%);
}

.page_slider.home_slider2 .intro_layers_wrapper .intro_layers .intro-layer:last-child > span {
	display: block;
	overflow: hidden;
	-webkit-transform: translateY(48%);
	transform: translateY(48%);
}

.page_slider.home_slider3 .s-overlay.ds:before {
	opacity: .5;
}

.page_slider.home_slider3 li .social-icons {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: calc(50% + 585px);
	position: absolute;
	top: 44%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.page_slider.home_slider3 li .social-icons a:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 li .social-icons {
		top: 50%;
	}
}

@media (max-width: 1299px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 550px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 470px);
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 li .social-icons {
		left: calc(50% + 360px);
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 li .social-icons {
		bottom: 50px;
		flex-direction: row;
		left: 50%;
		right: auto;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.page_slider.home_slider3 li .social-icons a:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.page_slider.home_slider3 .flex-control-nav {
	align-items: center;
	bottom: 37%;
	display: flex;
	left: calc(50% - 600px);
	overflow: hidden;
	padding-left: 85px;
	padding-right: 85px;
	position: absolute;
	-webkit-transform: none;
	transform: none;
	width: 370px;
}

.page_slider.home_slider3 .flex-control-nav li {
	display: block;
	padding: 0 5px;
	position: relative;
}

.page_slider.home_slider3 .flex-control-nav li:first-child::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 200px;
}

.page_slider.home_slider3 .flex-control-nav li:last-child::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	left: calc(100% + 12px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 200px;
}

.page_slider.home_slider3 .flex-control-nav li a {
	background: transparent;
	border-color: transparent;
	color: #fff;
	font: 400 12px/1em "Poppins";
	height: 20px;
	opacity: .5;
	position: relative;
	transition: all .3s ease-in-out;
	width: 20px;
}

.page_slider.home_slider3 .flex-control-nav li a:hover {
	opacity: 1;
}

.page_slider.home_slider3 .flex-control-nav li a:before {
	content: "0";
	left: -3px;
	position: absolute;
	top: 0;
}

.page_slider.home_slider3 .flex-control-nav li a.flex-active {
	opacity: 1;
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 .flex-control-nav {
		bottom: 19%;
	}
}

@media (max-width: 1299px) {
	.page_slider.home_slider3 .flex-control-nav {
		left: calc(50% - 570px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 .flex-control-nav {
		bottom: 18.5%;
		left: calc(50% - 480px);
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 .flex-control-nav {
		bottom: 13%;
		left: calc(50% - 360px);
		width: 285px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 .flex-control-nav {
		bottom: 23%;
		justify-content: center;
		left: calc(50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.page_slider.home_slider3 .intro_layers_wrapper {
	border: 3px solid #fff;
	border-bottom: none;
	bottom: 38%;
	height: auto;
	justify-content: flex-start;
	left: 0;
	padding: 53px 50px 49px 56px;
	right: auto;
	top: auto;
	width: 370px;
}

.page_slider.home_slider3 .intro_layers_wrapper .intro_layers {
	align-items: flex-start;
	color: #fff;
	margin-top: 0;
	max-width: none;
	padding: 0;
	position: relative;
}

.page_slider.home_slider3 .intro_layers_wrapper .signature {
	bottom: 0;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(55%);
	transform: translateY(55%);
}

@media (max-width: 1600px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		bottom: 20%;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		padding: 40px;
	}

	.page_slider.home_slider3 .intro_layers_wrapper h2,
	.page_slider.home_slider3 .intro_layers_wrapper h3,
	.page_slider.home_slider3 .intro_layers_wrapper h4,
	.page_slider.home_slider3 .intro_layers_wrapper h5,
	.page_slider.home_slider3 .intro_layers_wrapper h6 {
		font-size: 30px;
	}

	.page_slider.home_slider3 .slides li > img {
		display: none;
	}

	.page_slider.home_slider3 .slides li {
		min-height: 600px;
	}
}

@media (max-width: 991px) {
	.page_slider.home_slider3 {
		text-align: left;
	}

	.page_slider.home_slider3 .intro_layers_wrapper {
		bottom: 15%;
		padding: 25px 25px 40px 25px;
		width: 285px;
	}

	.page_slider.home_slider3 .intro_layers_wrapper::after {
		width: 90px;
	}

	.page_slider.home_slider3 .slides li {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider3 .intro_layers_wrapper {
		bottom: 25%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.page_slider.home_slider4 .flexslider h1,
.page_slider.home_slider4 .flexslider h2 {
	font-size: 200px;
	letter-spacing: 0.03em;
	padding-left: 50px;
	padding-right: 50px;
}

.page_slider.home_slider4 .flexslider h3,
.page_slider.home_slider4 .flexslider h4,
.page_slider.home_slider4 .flexslider h5,
.page_slider.home_slider4 .flexslider h6 {
	font-size: 54px;
	letter-spacing: -0.001em;
}

.page_slider.home_slider4 .flexslider h1,
.page_slider.home_slider4 .flexslider h2,
.page_slider.home_slider4 .flexslider h3,
.page_slider.home_slider4 .flexslider h4,
.page_slider.home_slider4 .flexslider h5,
.page_slider.home_slider4 .flexslider h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.page_slider.home_slider4 .flexslider .spacing {
	letter-spacing: 1.03em;
	text-transform: uppercase;
}

.page_slider.home_slider4 .flexslider .social-icons {
	left: 50%;
	position: absolute;
	top: calc(50% - 205px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_slider.home_slider4 .flexslider .social-icons a:not(:last-child) {
	margin-right: 15px;
}

.page_slider.home_slider4 .flexslider .flex-button {
	left: 50%;
	position: absolute;
	top: calc(50% + 225px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	bottom: 49%;
	height: auto;
	left: 50%;
	max-width: none;
	padding: 0;
	right: auto;
	top: auto;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	width: calc(100% - 30px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child > span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child > span {
	display: block;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line {
	display: inline-block;
	pointer-events: none;
	position: relative;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 500px;
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::before,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::before {
	right: calc(100% + 20px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child .with-line::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child a::after,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child .with-line::after {
	left: calc(100% + 20px);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child > span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:first-child > div {
	overflow: hidden;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child > span,
.page_slider.home_slider4 .flexslider .intro_layers_wrapper .intro_layers .intro-layer:last-child > div {
	line-height: 2.4;
	overflow: hidden;
	-webkit-transform: translateY(52%);
	transform: translateY(52%);
}

@media (max-width: 1400px) {
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 120px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 40px;
	}

	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 140px);
	}

	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 170px);
	}

	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		max-width: 800px;
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}

	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 190px);
	}

	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 120px);
	}
}

@media (max-width: 1199px) {
	.page_slider.home_slider4 .flexslider .slides li {
		min-height: 600px;
	}

	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 90px;
	}

	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 40px;
	}

	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}

	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 160px);
	}

	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 95px);
	}
}

@media (max-width: 767px) {
	.page_slider.home_slider4 .flexslider .slides li {
		min-height: 600px;
	}

	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 60px;
	}

	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 35px;
	}

	.page_slider.home_slider4 .flexslider .spacing {
		letter-spacing: 0.2em;
	}

	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
	}

	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 160px);
	}

	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 95px);
	}
}

@media (max-width: 575px) {
	.page_slider.home_slider4 .flexslider h1,
	.page_slider.home_slider4 .flexslider h2 {
		font-size: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page_slider.home_slider4 .flexslider h3,
	.page_slider.home_slider4 .flexslider h4,
	.page_slider.home_slider4 .flexslider h5,
	.page_slider.home_slider4 .flexslider h6 {
		font-size: 20px;
		text-transform: uppercase;
	}

	.page_slider.home_slider4 .flexslider .spacing {
		letter-spacing: 0.2em;
	}

	.page_slider.home_slider4 .flexslider .intro_layers_wrapper {
		bottom: 42%;
		max-width: 310px;
	}

	.page_slider.home_slider4 .flexslider .flex-button {
		top: calc(50% + 140px);
	}

	.page_slider.home_slider4 .flexslider .social-icons {
		top: calc(50% - 75px);
	}
}

.page_slider .flexslider.horizontal .flex-control-nav {
	bottom: 70px;
}

.page_slider .flexslider.horizontal .flex-control-nav li {
	padding: 5px;
}

.page_slider .flexslider.horizontal .flex-control-nav li a {
	border: 2px solid #fff;
	height: 10px;
	opacity: 0.8;
	width: 10px;
}

.page_slider .flexslider.horizontal .flex-control-nav li a:hover,
.page_slider .flexslider.horizontal .flex-control-nav li a.flex-active {
	background-color: transparent;
	border-color: #ed4266;
}

@media (max-width: 768px) {
	.page_slider .flexslider.horizontal .flex-control-nav {
		bottom: 20px;
	}
}

.page_slider .flexslider.vertical .flex-direction-nav {
	display: none;
}

.page_slider .flexslider.vertical .flex-control-nav {
	display: flex;
	flex-direction: column;
	right: 82px;
	top: 45%;
	width: auto;
}

.page_slider .flexslider.vertical .flex-control-nav li {
	padding: 5px;
}

.page_slider .flexslider.vertical .flex-control-nav li a {
	border-width: 2px;
	height: 10px;
	position: relative;
	width: 10px;
}

.page_slider .flexslider.vertical .flex-control-nav li a:hover {
	background-color: transparent;
	border-width: 1px;
	opacity: 0.6;
}

.page_slider .flexslider.vertical .flex-control-nav li a:hover::before {
	border: 1px solid #fff;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
}

@media (max-width: 1440px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		right: 45px;
	}
}

@media (max-width: 1024px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		right: 30px;
	}
}

@media (max-width: 992px) {
	.page_slider .flexslider.vertical .flex-control-nav {
		bottom: 33px;
		display: block;
		flex-direction: row;
		right: auto;
		top: auto;
		width: 100%;
	}
}

.page_slider .flexslider.horizontal2 .flex-control-nav {
	bottom: 46px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li {
	display: block;
	padding: 6px 10px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li:first-child {
	margin-left: 10px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a {
	background: transparent;
	border-color: transparent;
	color: #fff;
	font: 600 12px/1em "Poppins";
	height: 20px;
	opacity: 1;
	position: relative;
	transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
	width: 20px;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:hover {
	color: #ed4266;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:before {
	content: "0";
	left: -4px;
	position: absolute;
	top: 0%;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a:after {
	content: "";
	height: 0;
	transition: height 0.3s ease-in;
}

.page_slider .flexslider.horizontal2 .flex-control-nav li a.flex-active:after {
	background-color: #fff;
	bottom: -57px;
	content: "";
	height: 44px;
	left: 23%;
	position: absolute;
	width: 3px;
}

@media (min-width: 1200px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		align-items: flex-start;
		bottom: 56px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 50px;
		position: absolute;
		width: auto;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li {
		display: block;
		padding: 0 10px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a {
		background: transparent;
		border-color: transparent;
		color: #fff;
		font: 400 0/1em "Poppins";
		height: 20px;
		opacity: 1;
		position: relative;
		transition: all .3s ease-in-out;
		width: 20px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:hover:after {
		width: 60px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:before {
		content: "0";
		left: -3px;
		position: absolute;
		top: 0;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:after {
		background-color: #fff;
		bottom: 1px;
		content: "";
		height: 3px;
		left: -2px;
		opacity: .5;
		position: absolute;
		transition: all .3s ease-in-out;
		width: 30px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active {
		font-size: 12px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		opacity: 1;
		width: 60px;
	}
}

@media (max-width: 1199px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		bottom: 46px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li {
		display: block;
		padding: 6px 10px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li:first-child {
		margin-left: 10px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a {
		background: transparent;
		border-color: transparent;
		color: #fff;
		font: 600 12px/1em "Poppins";
		height: 20px;
		opacity: 1;
		position: relative;
		transition: -webkit-transform 0.3s ease-in;
		transition: transform 0.3s ease-in;
		transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
		width: 20px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:hover {
		color: #ed4266;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:before {
		content: "0";
		left: -4px;
		position: absolute;
		top: 0%;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a:after {
		content: "";
		height: 0;
		transition: height 0.3s ease-in;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		background-color: #fff;
		bottom: -57px;
		content: "";
		height: 44px;
		left: 23%;
		position: absolute;
		width: 3px;
	}
}

@media (max-width: 991px) {
	.page_slider .flexslider.horizontal3 .flex-control-nav {
		bottom: 20px;
	}

	.page_slider .flexslider.horizontal3 .flex-control-nav li a.flex-active:after {
		bottom: -50px;
	}
}

.page_slider .flexslider.arrows .flex-control-nav {
	display: none;
}

@media (max-width: 1199px) {
	.page_slider .flexslider.arrows .flex-control-nav {
		display: flex;
	}
}

.page_slider .flexslider.arrows .flex-direction-nav {
	display: block;
}

@media (min-width: 300px) {
	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}

	.page_slider .container-fluid,
	.page_slider .container,
	.page_slider img + .container {
		bottom: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.page_slider [class*="col-"] {
		margin-bottom: 0;
		margin-top: 0;
		min-height: 0;
		position: static;
	}

	.page_slider .intro_layers_wrapper {
		bottom: 0;
		height: 100%;
		left: 15px;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 5;
	}
}

@media (min-width: 300px) and (min-width: 600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 300px) {
	.page_slider .intro_before_featured_word {
		color: #aeb1b4;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 2.6em;
		margin-top: 0;
		text-align: left;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.page_slider .intro_before_featured_word {
		font-size: 16px;
		margin-bottom: 1em;
	}
}

@media (min-width: 300px) and (max-width: 768px) {
	.page_slider .intro_button {
		min-width: 100px;
		padding: 20px;
	}
}

@media (min-width: 300px) {
	.page_slider .intro_featured_word {
		font-size: 50px;
		line-height: 1.1;
		margin-bottom: 20px;
		white-space: nowrap;
	}
}

@media (min-width: 300px) and (max-width: 992px) {
	.page_slider .intro_featured_word {
		font-size: 30px;
	}
}

@media (min-width: 300px) and (max-width: 768px) {
	.page_slider .intro_featured_word {
		font-size: 25px;
		text-align: center;
	}

	.page_slider .intro_featured_word:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 300px) {
	.page_slider .intro_after_featured_word {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1em;
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	.page_slider .intro_layers_wrapper {
		padding: 100px 0;
	}

	.page_slider .intro_featured_word {
		font-family: "Poppins", sans-serif;
		font-size: 48px;
		font-weight: 400;
		letter-spacing: 2.4px;
		line-height: 48px;
		margin-bottom: 20px;
	}

	.page_slider .intro_after_featured_word {
		font-size: 12px;
		letter-spacing: 2em;
	}
}

@media (max-width: 991px) {
	.page_slider {
		text-align: center;
	}
}

/*
** Subpages
*/
/*
** 404
*/
.page_404 {
	background-image: url("404.jpg");
	background-position: left bottom;
}

.error-404 {
	min-height: calc(100vh - 150px);
}

.error-404 .page-header {
	text-align: center;
}

@media (min-width: 768px) {
	.error-404 .page-header {
		text-align: left;
	}
}

.error-404 .page-header h3 {
	color: #255085;
	font-size: 100px;
	letter-spacing: unset;
	line-height: 1;
	margin: 0;
	text-indent: unset;
}

@media (min-width: 992px) {
	.error-404 .page-header h3 {
		font-size: 300px;
		letter-spacing: -30px;
		line-height: 168px;
		margin-bottom: 23px;
		text-indent: -14px;
	}
}

.error-404 .page-header p {
	color: #36404c;
	display: inline-block;
	font-size: 40px;
	font-weight: 500;
	margin-top: 27px;
	text-transform: capitalize;
}

@media (max-width: 992px) {
	.error-404 .page-header p {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.error-404 .page-header p {
		font-size: 24px;
		text-align: center;
	}
}

.error-404 .page-content {
	align-items: center;
	color: #36404c;
	display: flex;
	flex-direction: column;
	padding-top: 41px;
}

@media (min-width: 992px) {
	.error-404 .page-content {
		align-items: flex-start;
	}
}

.error-404 .page-content span {
	font-size: 16px;
}

.error-404 .widget_search {
	margin: 20px 0 11px 0;
}

.error-404 .widget_search .form-control {
	border-color: #d4d6d3;
}

.error-404 .widget_search form {
	max-width: 100%;
}

.error-404 .widget_search form input {
	max-width: 100%;
}

@media (min-width: 575px) {
	.error-404 .widget_search form {
		width: 500px;
	}
}

@media (max-width: 480px) {
	.error-404 .widget_search {
		background: transparent;
		width: 100%;
	}

	.error-404 .widget_search input {
		width: 100%;
	}
}

/*
** Blog
*/
.blog_slider {
	margin-bottom: 82px;
}

@media (max-width: 767px) {
	.blog_slider {
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.blog_slider .flexslider .slides li {
		min-height: unset;
	}
}

.blog_slider .intro_layers_wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

@media (min-width: 992px) {
	.blog_slider .intro_layers_wrapper {
		left: 130px;
		right: 130px;
	}
}

.blog_slider h3 {
	font-size: 40px;
	font-weight: 500;
}

.blog_slider h2 {
	font-size: 80px;
	font-weight: 500;
}

.blog_slider .intro_layers {
	margin-bottom: 95px;
}

@media (max-width: 991px) {
	.blog_slider h2 {
		font-size: 50px;
	}

	.blog_slider .intro_layers {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.blog_slider h3 {
		font-size: 26px;
	}

	.blog_slider h2 {
		font-size: 26px;
	}

	.blog_slider h2,
	.blog_slider h3 {
		text-transform: capitalize;
	}

	.blog_slider .intro_layers {
		padding-bottom: 50px;
		padding-top: 30px;
	}
}

.blog-featured-posts .post {
	height: 100%;
}

.entry-title,
.entry-title:last-child {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 3px;
	text-transform: none;
}

.entry-title a:hover,
.entry-title:last-child a:hover {
	color: #ed4266;
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}

.item-media + .item-content h1.entry-title {
	margin-top: 5px;
}

.post {
	position: relative;
}

@media (max-width: 575px) {
	.post .item-content p {
		max-height: 120px;
		overflow: hidden;
	}
}

.post.format-status .entry-meta,
.post.post_format-post-format-status .entry-meta,
.post.post_format-post-format-aside .entry-meta,
.post.post_format-post-format-link .entry-meta {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 14px;
}

.post.format-status .entry-meta .entry-categories,
.post.post_format-post-format-status .entry-meta .entry-categories,
.post.post_format-post-format-aside .entry-meta .entry-categories,
.post.post_format-post-format-link .entry-meta .entry-categories {
	margin-bottom: 17px;
}

.post.format-status .entry-title,
.post.post_format-post-format-status .entry-title,
.post.post_format-post-format-aside .entry-title,
.post.post_format-post-format-link .entry-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 17px;
	text-transform: capitalize;
}

.post.format-status .cat-links,
.post.post_format-post-format-status .cat-links,
.post.post_format-post-format-aside .cat-links,
.post.post_format-post-format-link .cat-links {
	margin-bottom: 5px;
}

.post.format-status .item-content,
.post.post_format-post-format-status .item-content,
.post.post_format-post-format-aside .item-content,
.post.post_format-post-format-link .item-content {
	color: #ccc;
	margin-bottom: -7px;
	margin-top: 17px;
}

.post.format-link .item-content {
	padding: 60px;
}

@media (max-width: 450px) {
	.post.format-link .item-content {
		padding: 25px;
		text-align: center;
	}
}

.post.format-link .item-content p {
	margin: 0 0 8px;
}

.post.format-link .item-content a.more:not(.btn) {
	color: #ed4266;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
	text-transform: uppercase;
}

.post.format-link .item-content a.more:not(.btn):hover {
	color: #36404c;
}

.post.format-link .item-content a.more:not(.btn) i {
	margin-left: 5px;
}

.post .item-media + .item-content {
	padding: 55px 60px 10px;
}
/*
@media (max-width: 1199px) {
	.post .item-media + .item-content {
		padding: 35px 40px 10px;
	}
}
*/
@media (max-width: 575px) {
	.post .item-media + .item-content {
		padding: 20px 25px 0px;
	}
}
/*
@media (max-width: 450px) {
	.post .item-media + .item-content {
		padding: 20px 25px 0px;
	}
}
*/
.post > .fa {
	color: #fff;
	position: absolute;
	right: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.post > .fa:before {
	position: relative;
	z-index: 3;
}

.post > .fa:after {
	border-color: transparent transparent #ed4266 transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}

.post + .post {
	margin-top: 30px;
}

.post h3.entry-title + .entry-meta {
	margin-top: -0.65em;
}

.post h1.entry-title + .entry-meta {
	margin: -1em 0 2em;
}

.post.cover-image {
	height: auto;
	padding: 40px;
	text-align: center;
}

.post.cover-image.s-overlay.ds:before {
	opacity: 0.7;
}

@media (min-width: 992px) {
	.post.cover-image {
		padding: 55px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 18px;
}

.has-post-thumbnail .owl-dots {
	bottom: 53px;
	left: 0;
	position: absolute;
	right: 0;
}

.has-post-thumbnail + .entry-content {
	margin-top: 1.5em;
}

.has-post-thumbnail .owl-nav {
	left: 0;
	position: absolute;
	right: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.has-post-thumbnail .owl-nav > div {
	opacity: 1;
	padding: 5px;
}

.has-post-thumbnail .owl-nav > div i {
	color: #fff;
	font-size: 10px;
}

.post-password-form input[type="password"] {
	margin-top: 0.5em;
	width: auto;
}

.post-password-form input[type="submit"] {
	position: relative;
	top: -2px;
}

.ds .entry-footer .entry-date a,
.ds .entry-meta .entry-date a {
	color: #fff;
}

.ds .entry-footer .entry-date a:hover,
.ds .entry-meta .entry-date a:hover {
	color: #ed4266;
}

.entry-footer,
.entry-meta {
	clear: both;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	margin-bottom: 0.9em;
}

.entry-footer .entry-date a,
.entry-meta .entry-date a {
	color: #36404c;
}

.entry-footer .entry-date a:hover,
.entry-meta .entry-date a:hover {
	color: #ed4266;
}

.entry-footer a,
.entry-meta a {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.blog-adds {
	display: flex;
	justify-content: flex-end;
}

.blog-adds span {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	margin-left: 20px;
	text-transform: uppercase;
}

.blog-adds span:first-child {
	margin-left: 0;
}

.blog-adds .like-count i {
	color: #ed4266;
}

.blog-adds i {
	font-size: 14px;
	margin-right: 10px;
}

.entry-footer {
	margin-bottom: 50px;
	margin-top: 40px;
}

.entry-footer .fa {
	margin-right: 10px;
}

.last-row {
	margin-top: 35px;
}

.last-row .cat-links {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.last-row {
		margin-top: 25px;
	}

	.last-row .cat-links {
		margin-top: 25px;
	}
}

.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
	clear: both;
	content: "";
	display: block;
}

.cat-links {
	display: block;
	font-size: 0;
	line-height: 1;
}

.cat-links a {
	background-color: #ed4266;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
	min-width: 80px;
	padding: 0.35em 0.5em 0.35em;
	text-align: center;
	text-transform: capitalize;
}

.cat-links a:not(:last-child) {
	margin-right: 10px;
}

.cat-links a:hover {
	background-color: #36404c;
}

.entry-footer .edit-link,
.entry-header .edit-link {
	float: right;
}

.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
	content: "\f303";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
	padding-right: 0.4em;
}

.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
	position: absolute;
	right: 15px;
	top: 0.5em;
}

.author-bio {
	margin-top: 60px;
}

.author-bio .content {
	padding: 60px;
}

@media (max-width: 1199px) {
	.author-bio .content {
		padding: 40px;
	}
}

@media (max-width: 450px) {
	.author-bio .content {
		padding: 25px;
	}
}

.author-bio .item-media {
	flex-shrink: 0;
	margin-right: 19px;
}

@media (max-width: 575px) {
	.author-bio .item-media {
		display: none;
	}
}

.author-bio .content {
	margin-top: -7px;
}

.post-adds {
	align-items: center;
	background-color: #f0f7fa;
	display: flex;
	line-height: 1;
	margin-bottom: 25px;
}

.post-adds a.share_button {
	border-radius: 6px 0 0 6px;
}

.post-adds i {
	width: 1em;
}

.post-adds a {
	display: inline-block;
	margin: 0;
}

.post-adds .dropdown-menu {
	background-color: transparent;
	border: none;
	padding: 0;
}

.post-adds .share_buttons {
	display: flex;
}

.post-adds .share_button {
	background-color: #255085;
	color: #fff;
	line-height: 60px;
	padding: 0 21px;
}

@media (max-width: 768px) {
	.post-adds .share_button {
		line-height: 72px;
	}
}

.post-adds .like_button {
	border-right: 1px solid #ebeced;
	line-height: 60px;
	padding: 0 21px;
}

.post-adds .like_button i {
	color: #255085 !important;
}

.post-adds .votes_count {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 0 21px;
	text-transform: uppercase;
}

.post-adds .views-count {
	background-color: #255085;
	border-radius: 0 6px 6px 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-left: auto;
	padding: 24px 53px;
	text-transform: uppercase;
}

@media (max-width: 576px) {
	.post-adds .share_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .like_button {
		line-height: 40px;
		padding: 0 11px;
	}

	.post-adds .views-count {
		padding: 14px 15px;
	}
}

@media (max-width: 369px) {
	.post-adds .share_button {
		line-height: 52px;
	}
}

.video-post .post .item-content {
	padding: 60px;
}

@media (max-width: 450px) {
	.video-post .post .item-content {
		padding: 25px;
	}
}

/*gallery post*/
.post.side-item .item-content {
	padding: 60px;
}

@media (max-width: 1199px) {
	.post.side-item .item-content {
		padding: 40px;
	}
}

@media (max-width: 992px) {
	.post.side-item .item-content {
		padding: 28px 30px;
	}
}

.post.side-item .cover-image img {
	display: none;
}

@media (max-width: 767px) {
	.post.side-item .cover-image img {
		display: block;
	}
}

.post.side-item .owl-prev,
.post.side-item .owl-next {
	position: absolute;
}

.post .item-content p:last-child {
	margin-bottom: 0;
}

.post .gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.post .gallery .gallery-item {
	padding: 0 7px;
	width: 50%;
}

.post .gallery .gallery-item figcaption {
	padding: 20px 0 5px;
}

@media (min-width: 992px) {
	.post .gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.post .gallery.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.post .gallery.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.post .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.post .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.post .gallery.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}

	.post .gallery.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}

	.post .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.post .gallery.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}

/*post author*/
.author-bio a.fa {
	color: #707787;
	margin-bottom: 0;
	margin-right: 6px;
}

.author-bio a.fa:not(:first-child) {
	margin-left: 8px;
}

/*comments*/
.comments-title {
	font-size: 24px;
	margin-bottom: 40px;
}

.comments-area {
	margin-top: 60px;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
}

.comments-area .comment-list ol.children {
	list-style: none;
	margin-top: 30px;
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 90px;
	}
}

.comments-area .comment-list ol.children .comment-body {
	border-bottom: 1px solid #ebeced;
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comment + .comment {
	margin-top: 35px;
}

.comment:last-child .comment-body {
	border-bottom: none;
}

.comment-body {
	border-bottom: 1px solid #ebeced;
	margin-bottom: 0;
	margin-left: 98px;
	padding: 15px 0 25px 0;
	position: relative;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

@media (max-width: 575px) {
	.comment-body {
		padding-top: 5px;
	}
}

.comment-meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}

.comment-meta h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 0;
	text-transform: capitalize;
}

.comment-meta img {
	left: -100px;
	max-width: 80px;
	position: absolute;
	top: 6px;
}

.comment-meta .comment-metadata {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-left: 45px;
	}

	.comment-meta img {
		left: -45px;
		max-width: 35px;
	}
}

.reply {
	margin-top: -2px;
}

.reply a {
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	text-transform: capitalize;
}

.reply a .fa {
	color: #ed4266;
	font-size: 12px;
	margin-left: 10px;
}

.comment-content p {
	margin-bottom: 0.9em;
}

.no-comments,
.comment-awaiting-moderation {
	opacity: 0.7;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: 35px;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form p {
	margin-bottom: 10px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 10px;
}

.comment-form label {
	display: block;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form input[type=checkbox] {
	margin: 0;
	visibility: hidden;
}

@media (min-width: 992px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		padding-right: 10px;
	}
}

/* post formats */
.format-chat .entry-content span,
.post_format-post-format-chat .entry-content span {
	color: #255085;
	font-weight: 500;
}

.format-chat .entry-content p,
.post_format-post-format-chat .entry-content p {
	margin-bottom: 0.5em;
}

.format-chat .entry-content p:nth-child(2n) span,
.post_format-post-format-chat .entry-content p:nth-child(2n) span {
	color: #ed4266;
}

.format-quote,
.post_format-post-format-quote {
	text-align: center;
}

.format-quote.cover-image .entry-header > i,
.post_format-post-format-quote.cover-image .entry-header > i {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.format-quote .entry-header .user-img,
.post_format-post-format-quote .entry-header .user-img {
	display: inline-block;
	position: relative;
}

.format-quote .entry-header .user-img::before,
.post_format-post-format-quote .entry-header .user-img::before {
	background-color: #255085;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 30px;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 2;
}

.format-quote .entry-header .user-img::after,
.post_format-post-format-quote .entry-header .user-img::after {
	bottom: 0;
	color: #fff;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: 900;
	position: absolute;
	right: 10px;
	z-index: 2;
}

.format-quote .entry-header img,
.post_format-post-format-quote .entry-header img {
	border-radius: 50%;
	max-width: 90px;
}

.format-quote blockquote,
.post_format-post-format-quote blockquote {
	border: none;
	margin-bottom: 0;
	margin-top: 15px;
	padding-left: 0;
}

.format-quote blockquote::before,
.format-quote blockquote::after,
.post_format-post-format-quote blockquote::before,
.post_format-post-format-quote blockquote::after {
	content: none;
}

.format-quote blockquote p,
.post_format-post-format-quote blockquote p {
	color: #fff;
}

.format-quote blockquote footer cite,
.post_format-post-format-quote blockquote footer cite {
	color: #fff;
}

.format-quote blockquote footer cite span,
.post_format-post-format-quote blockquote footer cite span {
	color: #fff;
}

.post_format-post-format-video .photoswipe-link:after {
	background: url("play_3.png") no-repeat center/contain;
	content: "";
	height: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	width: 60px;
	z-index: 3;
}

.post_format-post-format-video .photoswipe-link:hover::after {
	opacity: .5;
}

.post_format-post-format-video .item-wrap {
	height: 100%;
}

.post_format-post-format-video .item-wrap img {
	display: none;
}

@media (max-width: 767px) {
	.post_format-post-format-video .item-wrap img {
		display: block;
	}
}

.comment-reply-title {
	font-size: 24px;
}

/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}

#box_wrapper > section.page_topline,
#box_wrapper > section.page_toplogo,
#box_wrapper > section.overflow-visible,
#box_wrapper > div > section.overflow-visible {
	overflow: visible;
}

img.absolute_image {
	position: absolute;
	top: 50px;
	z-index: 1;
}

.image-rounded-cross-borders {
	margin: 50px 0 60px;
	position: relative;
}

.image-rounded-cross-borders:before,
.image-rounded-cross-borders:after {
	background-color: #ebeced;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: -30px;
	width: 1px;
}

.image-rounded-cross-borders:after {
	bottom: -30px;
	top: auto;
}

.image-rounded-cross-borders .box-shadow {
	border-radius: 50%;
	padding: 9px;
}

.image-rounded-cross-borders .box-shadow:before,
.image-rounded-cross-borders .box-shadow:after {
	background-color: #ebeced;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	top: 50%;
	width: 30px;
}

@media (max-width: 1199px) {
	.image-rounded-cross-borders .box-shadow:before,
	.image-rounded-cross-borders .box-shadow:after {
		display: none;
	}
}

.image-rounded-cross-borders .box-shadow:after {
	left: auto;
	right: -30px;
}

.image-rounded-cross-borders img {
	border-radius: 50%;
}

.btn-action i {
	height: 1em;
	text-align: center;
	width: 1em;
}

.btn-action i.fa-chevron-right {
	left: 2px;
	position: relative;
}

.partners-carousel a {
	opacity: 0.2;
}

.partners-carousel a:hover {
	opacity: 0.8;
}

.partners-carousel .center a {
	opacity: 1;
}

.dropdown-shopping-cart {
	font-weight: 700;
	position: relative;
}

.page_toplogo .dropdown-shopping-cart {
	margin-left: 24px;
}

.dropdown-shopping-cart i {
	font-size: 28px;
	padding-right: 14px;
}

.page_toplogo .dropdown-shopping-cart i {
	position: relative;
	top: 0.18em;
}

.dropdown-shopping-cart .badge {
	border-radius: 1em;
	left: 24px;
	padding: .28em .5em .2em;
	position: absolute;
}

.page_toplogo .dropdown-shopping-cart .badge {
	top: -0.3em;
}

.dropdown-shopping-cart:hover {
	color: inherit;
}

.dropdown-shopping-cart + .dropdown-menu {
	margin-top: 50px;
}

@media (min-width: 576px) {
	.dropdown-shopping-cart + .dropdown-menu {
		min-width: 430px;
	}
}

.contact-info.ds {
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.faq-section-left {
	background: url("gallery/15.jpg") no-repeat center/cover;
	height: 100%;
	position: relative;
}

.faq-section-left .faq-video {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.faq-section-right {
	padding: 50px 255px 25px 86px;
}

@media (max-width: 1200px) {
	.faq-section-right {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.faq-section-right {
		padding-bottom: 60px;
		padding-top: 0;
	}
}

.page_title {
	background-image: url("breadcrumbs.jpg");
	padding-bottom: 137px;
	padding-top: 135px;
}

.page_title.s-overlay:before {
	opacity: 0.3;
}

.page_title h1,
.page_title h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 0.35em;
	text-transform: capitalize;
	word-wrap: break-word;
}

.page_title .small-title {
	margin-bottom: 0;
}

.page_title .small-title + .breadcrumb {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.page_title .title-inline {
		margin: 0;
	}

	.page_title .title-inline + .breadcrumb {
		border-left: 1px solid rgba(200, 200, 200, 0.35);
		margin-left: 30px;
		padding-left: 30px;
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title [class*="container"] > .breadcrumb {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	padding: 0 15px;
	position: absolute;
	right: 15px;
}

section .top-subtitle {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.3px;
	margin-bottom: -36px;
	margin-top: 5px;
	text-transform: uppercase;
}

section .top-subtitle.text-center {
	margin-top: 0;
}

section.ds .top-subtitle {
	color: #b4cedc;
}

.about-section {
	background: url("about_bg.jpg") no-repeat center/cover;
}

.about-section.ch {
	background-image: url("about_bg_ch.jpg");
}

.about-section2 .img-absolute img {
	bottom: 0;
	left: 70px;
	max-width: 570px;
	position: absolute;
}

@media (max-width: 1199px) {
	.about-section2 .img-absolute img {
		max-width: 430px;
	}
}

@media (max-width: 991px) {
	.about-section2 .img-absolute img {
		margin: 0 auto;
		max-width: 100%;
		position: static;
	}
}

.advantages-section i.fa {
	font-size: 44px;
	line-height: 40px;
}

.consultation-section {
	background-image: url("parallax/consultation_bg.jpg");
}

@media (max-width: 478px) {
	.consultation-section .buttons-group {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.consultation-section .buttons-group button + button {
		margin-left: 0;
		margin-top: 20px;
	}
}

.call-section {
	background-image: url("parallax/call_section_background.jpg");
}

.call-section.s-overlay.ds:before {
	opacity: 0.8;
}

.call-section .wrap {
	border: 10px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
	padding: 47px 40px 0 40px;
}

.call-section .wrap h4 {
	font-size: 48px;
	letter-spacing: -1px;
	margin-bottom: -12px;
}

.call-section .wrap .icon-styled {
	bottom: -35px;
	font-size: 22px;
	position: relative;
}

.call-section .wrap .icon-styled i.fa {
	color: #255085;
}

.call-section .wrap .icon-styled i.fa:hover {
	color: #ed4266;
}

@media (max-width: 1200px) {
	.call-section .wrap h4 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.call-section .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.call-section .wrap h4 {
		font-size: 30px;
	}
}

.twitter-section {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}

.twitter-section i.fa {
	font-size: 42px;
	margin-right: 20px;
}

.twitter-section .widget-twitter-carousel {
	align-items: center;
	display: flex;
	padding-right: 60px;
}

.twitter-section .widget-twitter-carousel span {
	color: #d3e7f1;
	letter-spacing: -0.15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twitter-section .owl-carousel .owl-nav {
	top: 15%;
}

.twitter-section .owl-carousel .owl-nav > div {
	color: #fff;
	opacity: 1;
}

.twitter-section .owl-carousel .owl-nav > div:hover {
	color: #36404c;
}

.twitter-section .owl-carousel .owl-nav > div i {
	cursor: pointer;
	font-size: 30px;
	margin: 0;
}

.twitter-section .owl-carousel .owl-nav .owl-prev {
	left: auto;
	right: 26px;
}

.twitter-section .owl-carousel .owl-nav .owl-prev .fa-chevron-left::before {
	content: "\f104";
	font-family: FontAwesome;
}

.twitter-section .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.twitter-section .owl-carousel .owl-nav .owl-next .fa-chevron-right::before {
	content: "\f105";
	font-family: FontAwesome;
}

.coming-soon {
	background-image: url("comingsoon.jpg");
}

.surgical-section .owl-dots .owl-dot.active span,
.surgical-section .owl-dots .owl-dot:hover span {
	border-color: #ed4266;
}

.surgical-section .owl-dots .owl-dot span {
	border-color: #707787;
}

@media (max-width: 575px) {
	.surgical-section .pricing-plan {
		padding: 40px 10px;
	}
}

.program-section {
	background: transparent;
	z-index: 20;
}

.program-section .vertical-item {
	background-color: #fff;
}

.program-section .owl-stage {
	padding: 5px 0;
}

.program-section .owl-dots .owl-dot.active span,
.program-section .owl-dots .owl-dot:hover span {
	border-color: #ed4266;
}

.program-section .owl-dots .owl-dot span {
	border-color: #707787;
}

@media (min-width: 992px) {
	.program-section .owl-carousel .owl-item:nth-child(odd) {
		margin-top: 40px;
	}

	.program-section .owl-carousel .owl-item:nth-child(2n) {
		margin-bottom: 40px;
	}
}

.before-after-section {
	background: url("parallax/after-before-bg.jpg") no-repeat center/cover;
}

.before-after-section .bottom-subtitle {
	font-size: 20px;
}

.before-after-section h6 {
	font-weight: 300;
	line-height: 31px;
	margin-bottom: 25px;
	margin-top: 32px;
}

.page_map {
	height: 504px;
	text-align: center;
}

.page_map .marker {
	display: none;
}

.page_map.map-small {
	height: 460px;
}

.page_map.main-map {
	height: 500px;
}

.map_marker_description {
	max-width: 270px;
}

.map_marker_description h3 {
	line-height: 1;
	margin-bottom: 10px;
}

.map_marker_description img {
	max-width: 90% !important;
}

.gm-style .gm-style-iw {
	line-height: 1.6em;
	overflow: visible !important;
	text-align: center;
}

.gm-style .gm-style-iw > *:first-child {
	position: relative;
}

.gm-style .gm-style-iw:before {
	background: #fff;
	bottom: -25px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	left: -16px;
	position: absolute;
	right: -16px;
	top: -25px;
}

.gm-style .gm-style-iw .icon-inline {
	display: inline-block;
	margin: 0.3em 0;
}

.gm-style .gm-style-iw .icon-inline .icon-styled {
	margin-right: 5px;
}

/*footer social buttons that hidden on half of their height*/
.page_footer {
	overflow: hidden;
	/*overriding Bootstrap Addons buttons*/
}

.page_footer.ds a:not(.btn):not(.fab):hover {
	color: #aeb1b4;
}

.page_footer.ch .widget h3.widget-title {
	font-size: 20px;
	padding-bottom: 30px;
}

.page_footer.ch a.logo.flex-column {
	margin-bottom: 25px;
	top: -13px;
}

@media (max-width: 767px) {
	.page_footer.ch a.logo.flex-column {
		margin-bottom: 0;
		top: 0;
	}
}

.page_footer .jvectormap-zoomin,
.page_footer .jvectormap-zoomout {
	display: none;
}

.page_footer svg {
	height: 185px;
}

@media (min-width: 1200px) {
	.page_footer svg {
		left: -11%;
		position: relative;
	}
}

.page_footer .social-icons .fab:not(:last-child) {
	margin-right: 15px;
}

.page_footer a.link-white:hover {
	text-decoration: underline;
}

@media (max-width: 575px) {
	.page_footer .min-w-130 {
		display: none;
	}
}

@media (min-width: 576px) {
	.page_footer a.border-icon:before,
	.page_footer a.bg-icon:before,
	.page_footer a.color-bg-icon:before {
		height: 2.8em;
		line-height: 2.8em;
		width: 2.8em;
	}
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box > .icon-styled:first-child {
	margin-right: 0;
	position: relative;
}

.page_footer .side-icon-box .icon-styled + .media-body {
	margin-left: 20px;
}

.page_footer .col-12 .widget_social_buttons {
	margin-bottom: 0;
}

.page_footer .col-12 .widget_social_buttons a {
	margin: 0 3px 0px;
}

@media (min-width: 1200px) {
	.page_footer .col-12 .widget_social_buttons a {
		margin-bottom: 0;
	}
}

.page_footer .col-12 .widget_social_buttons a:not(:last-child) {
	margin-right: 10px;
}

.page_copyright {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.page_copyright .social-icons.social-icons-tilled a.fab {
	margin-right: 43px;
}

@media (max-width: 991px) {
	.page_copyright .social-icons.social-icons-tilled a.fab {
		margin-left: 10px;
		margin-right: 10px;
	}

	.page_copyright .social-icons.social-icons-tilled a.fab span {
		display: none;
	}
}

.page_copyright .social-icons a.fab {
	font-size: 16px;
	margin-left: 0;
	margin-right: 15px;
}

.page_copyright .social-icons a.fab:last-child {
	margin-right: 0;
}

.page_copyright .social-icons a.fab span {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin-left: 7px;
}

.page_copyright .social-icons a.fab:hover span {
	color: #fff;
}

@media (max-width: 767px) {
	.page_copyright .social-icons a.fab {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.item-hover-content {
	overflow: hidden;
	position: relative;
}

.item-hover-content .item-media {
	z-index: 2;
}

.item-hover-content .item-content {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	left: 0;
	position: absolute;
	right: 0;
}

.item-hover-content .item-content h4 {
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 1.4em;
}

.item-hover-content .item-content h4 span {
	font-weight: 900;
}

@media (min-width: 1200px) {
	.item-hover-content.content-padding .item-content {
		padding: 54px 40px;
	}
}

.item-hover-content:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	overflow: visible;
	z-index: 3;
}

.content-show-hover {
	overflow: hidden;
}

.content-show-hover .item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	opacity: 0;
	top: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.15s ease-in-out;
}

.content-show-hover .item-content h4 {
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: 1.4em;
}

.content-show-hover .item-content h4 span {
	display: block;
	font-weight: 900;
}

.content-show-hover:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.content-show-hover:hover .item-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.item-gallery {
	background: transparent;
	overflow: hidden;
	position: relative;
}

.item-gallery p {
	max-height: 119px;
	overflow: hidden;
}

.item-gallery h6 {
	max-height: 42px;
	overflow: hidden;
}

.item-gallery .owl-theme .owl-nav {
	top: 46%;
}

.item-gallery .owl-theme .owl-nav > div {
	opacity: 1;
	padding: 10px;
}

.item-gallery .owl-theme .owl-nav > div i {
	color: #fff;
	font-size: 10px;
}

@media (max-width: 767px) {
	.item-gallery .owl-theme .owl-nav {
		display: none;
	}
}

.item-gallery.content-absolute .item-content h2,
.item-gallery.content-absolute .item-content h3,
.item-gallery.content-absolute .item-content h4,
.item-gallery.content-absolute .item-content h5,
.item-gallery.content-absolute .item-content h6 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.15s ease-in-out;
	z-index: 5;
}

.item-gallery.content-absolute:hover .item-content h2,
.item-gallery.content-absolute:hover .item-content h3,
.item-gallery.content-absolute:hover .item-content h4,
.item-gallery.content-absolute:hover .item-content h5,
.item-gallery.content-absolute:hover .item-content h6 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 767px) {
	.contact-form .btn + .btn {
		display: none;
	}
}

.data-list {
	border-bottom: 1px solid #ebeced;
	list-style: none;
	padding-bottom: 20px;
}

.data-list .min-w-100 {
	color: #36404c;
	font-weight: 500;
}

.data-list li {
	padding: 6px 0;
}

.partners-section {
	background-color: #ed4266;
}

.partners-section .owl-stage {
	align-items: center;
	display: flex;
}

.partners-section .owl-item {
	height: 100%;
}

.partners-section .owl-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	opacity: 0.2;
}

.partners-section .owl-item a:hover {
	opacity: 1;
}

@media (min-width: 1601px) {
	.features-section.margin-top {
		overflow: visible !important;
		z-index: 20;
	}

	.features-section.margin-top .row {
		margin-top: -18%;
		position: relative;
	}
}

@media (min-width: 1601px) {
	.features-section.margin-top.center .row {
		margin-top: -25%;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.features-section.margin-top .container {
		padding-top: 120px;
	}
}

.service-item {
	background-color: #255085;
	height: 100%;
	padding: 55px 60px;
	transition: all .3s ease-in-out;
}

.service-item *:not(.btn) .fi,
.service-item *:not(.btn) .fas {
	color: #ed4266;
	transition: all .3s ease-in-out;
}

.service-item.darken-5 {
	background-color: #1f4471;
}

.service-item.darken-4 {
	background-color: #214675;
}

.service-item.darken-3 {
	background-color: #224979;
}

.service-item.darken-2 {
	background-color: #234b7d;
}

.service-item.darken-1 {
	background-color: #244e81;
}

.service-item.post_format-post-format-video .photoswipe-link::after {
	background: url("play_4.png") no-repeat center/contain;
	height: 40px;
	width: 40px;
}

.service-item:not(.cover-image):not(.s-overlay):hover {
	background-color: #ed4266;
}

.service-item:not(.cover-image):not(.s-overlay):hover *:not(.btn) .fi,
.service-item:not(.cover-image):not(.s-overlay):hover *:not(.btn) .fas {
	color: #255085;
}

.service-item:not(.cover-image):not(.s-overlay):hover .underline::after {
	background-color: #255085;
}

.service-item:not(.cover-image):not(.s-overlay):hover p {
	color: #fff;
}

.service-item:not(.cover-image):not(.s-overlay):hover h2 a,
.service-item:not(.cover-image):not(.s-overlay):hover h3 a,
.service-item:not(.cover-image):not(.s-overlay):hover h4 a,
.service-item:not(.cover-image):not(.s-overlay):hover h5 a,
.service-item:not(.cover-image):not(.s-overlay):hover h6 a {
	color: #fff;
}

.service-item:not(.cover-image):not(.s-overlay):hover h2 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h3 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h4 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h5 a:hover,
.service-item:not(.cover-image):not(.s-overlay):hover h6 a:hover {
	color: #36404c;
}

.service-item.ds p {
	color: #fff;
}

.service-item.cover-image.s-overlay h1,
.service-item.cover-image.s-overlay h2,
.service-item.cover-image.s-overlay h3,
.service-item.cover-image.s-overlay h4,
.service-item.cover-image.s-overlay h5,
.service-item.cover-image.s-overlay h6,
.service-item.cover-image.s-overlay p,
.service-item.cover-image.s-overlay i,
.service-item.cover-image.s-overlay .btn {
	position: relative;
	z-index: 2;
}

.service-item.s-overlay.cs:not(.cs2) .fi {
	color: #255085;
}

.service-item.s-overlay.cs:not(.cs2) .underline::after {
	background-color: #255085;
}

.service-item.s-overlay.cs:not(.cs2) a:hover {
	color: #255085;
}

.service-item.s-overlay.cs.cs3 a:not(.btn):hover {
	color: #fa5a0a;
}

.service-item.s-overlay.cs.cs3 *:not(.btn) .fi,
.service-item.s-overlay.cs.cs3 *:not(.btn) .fas {
	color: #fa5a0a;
}

.service-item.s-overlay.cs.cs3 .underline::after {
	background-color: #fa5a0a;
}

.service-item.s-overlay.cs.cs4 a:not(.btn):hover {
	color: #ffc30f;
}

.service-item.s-overlay.cs.cs4 *:not(.btn) .fi,
.service-item.s-overlay.cs.cs4 *:not(.btn) .fas {
	color: #ffc30f;
}

.service-item.s-overlay.cs.cs4 .underline::after {
	background-color: #ffc30f;
}

.service-item.cover-image {
	min-height: 300px;
	position: static;
}

.service-item.cover-image > img {
	display: none;
}

@media (max-width: 1700px) {
	.service-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1500px) {
	.service-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1199px) {
	.service-item {
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
	}

	.service-item .underline::after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.service-item .btn {
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.service-item {
		padding: 40px 25px 45px;
	}
}

.mission.cover-image {
	position: static;
}

.mission_content {
	align-content: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 50%;
	padding: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.mission_content .count {
	font-size: 40px;
	font-weight: bold;
}

.mission_content span {
	color: #fff;
}

.team-section {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.team-section .slider-title {
	color: transparent;
	display: none;
	font-size: 300px;
	font-weight: bold;
	letter-spacing: -30px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	right: -140px;
	text-shadow: 1px 1px 2px #fff, 0px 0px 30px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-58%) rotate(90deg);
	transform: translateY(-58%) rotate(90deg);
	word-break: unset;
	z-index: 4;
}

@media (max-width: 1700px) {
	.team-section .slider-title {
		font-size: 250px;
		right: -60px;
	}
}

.team-section .social-icons {
	display: flex;
	flex-direction: column;
}

.team-section .social-icons a {
	margin-left: 0;
	margin-right: 0;
}

.team-section .social-icons a:not(:last-child) {
	margin-bottom: 22px;
}

@media (max-width: 767px) {
	.team-section .social-icons {
		flex-direction: row;
		justify-content: center;
	}

	.team-section .social-icons a {
		margin-bottom: 0 !important;
	}

	.team-section .social-icons a:not(:last-child) {
		margin-right: 20px;
	}
}

.team-section .menu__item {
	color: #36404c;
	cursor: pointer;
	margin-bottom: 15px;
	opacity: 0.3;
	outline: none;
	text-decoration: none;
}

.team-section .menu__item:hover,
.team-section .menu__item:focus {
	opacity: 1;
	outline: none;
}

.team-section .menu__item {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
	transition: all 0.2s ease-in-out 0s;
}

.team-section .menu__item span {
	color: #ed4266;
	font-weight: 400;
}

.team-section .menu__item.flex-active,
.team-section .menu__item.flex-active:hover,
.team-section .menu__item.flex-active:focus {
	opacity: 1;
}

.team-section .flexslider-controls {
	left: 6%;
	position: absolute;
	right: 0;
	top: calc(50% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	z-index: 4;
}

.team-section .flexslider-controls > ul {
	padding-left: 0;
}

.team-section .team-social-icons {
	margin-bottom: 20px;
	margin-top: 0;
	z-index: 4;
}

.team-section .team-social-icons a.social-icon.color-icon.border-icon.rounded-icon {
	border-style: solid;
	border-width: 3px;
	height: 40px;
	line-height: 34px;
	margin-bottom: 4px;
	padding: 0;
	width: 40px;
}

.team-section .team-social-icons {
	display: none;
	transition: all 0.2s ease-in-out 0s;
}

.team-section .menu__item.flex-active + .team-social-icons {
	display: block;
}

@media (min-width: 768px) {
	.team-section .team-social-icons {
		margin-bottom: 0;
		position: absolute;
		right: 10px;
		top: 47%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.team-section .menu__item {
		font-size: 25px;
		text-align: right;
		width: 85%;
	}

	.team-section .flexslider-controls {
		left: auto;
		right: 60px;
		width: 450px;
	}
}

@media (min-width: 1200px) {
	.team-section .team-social-icons {
		right: 40px;
	}

	.team-section .menu__item {
		font-size: 30px;
		text-align: right;
		width: 80%;
	}

	.team-section .flexslider-controls {
		left: auto;
		right: 30px;
		width: 800px;
	}
}

@media (min-width: 1400px) {
	.team-section .flexslider-controls {
		left: auto;
		right: 30px;
		width: 1100px;
	}

	.team-section .menu__item {
		font-size: 40px;
		width: 85%;
	}

	.team-section .team-social-icons {
		right: 38px;
	}
}

@media (min-width: 1600px) {
	.team-section .slider-title {
		display: block;
	}

	.team-section .menu__item {
		width: 67%;
	}
}

@media (max-width: 767px) {
	.team-section .team-social-icons,
	.team-section .position {
		display: none !important;
	}

	.team-section .menu__item {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: right;
	}

	.team-section .flexslider-controls {
		right: 45px;
	}
}

@media (max-width: 575px) {
	.team-section .menu__item {
		font-size: 14px;
	}

	.team-section .flexslider-controls {
		right: 15px;
	}
}

.team-section2 {
	background-image: url("parallax/team_bg.jpg");
	overflow: visible !important;
}

.team-section2 .row.position-absolute {
	top: 100%;
	-webkit-transform: translateY(26%);
	transform: translateY(26%);
	width: 100%;
}

@media (max-width: 1199px) {
	.team-section2 .row.position-absolute {
		margin-top: 60px;
		position: static !important;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
}

.team-section2 .social-icons a:not(:last-child) {
	margin-right: 15px;
}

.team-section2 .vertical-item .item-media + .item-content {
	padding-bottom: 35px;
	padding-top: 35px;
}

.recent-news .widget_slider.widget_slider_title .item-media {
	position: relative;
}

.recent-news .widget_slider.widget_slider_title .item-media .date-absolute {
	align-items: center;
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
	display: flex;
	height: 60px;
	justify-content: center;
	left: 30px;
	line-height: 1;
	padding: 7px;
	position: absolute;
	text-align: center;
	top: 30px;
	transition: all .3s ease-in-out;
	width: 60px;
}

.recent-news .widget_slider.widget_slider_title .item-media .date-absolute:hover {
	background-color: #fff;
	color: #36404c;
}

.recent-news .widget_slider.widget_slider_title .item-content {
	padding: 55px 60px;
}

.recent-news .widget_slider.widget_slider_title .item-content h6,
.recent-news .widget_slider.widget_slider_title .item-content h5,
.recent-news .widget_slider.widget_slider_title .item-content h4,
.recent-news .widget_slider.widget_slider_title .item-content h3,
.recent-news .widget_slider.widget_slider_title .item-content h2,
.recent-news .widget_slider.widget_slider_title .item-content h1 {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.recent-news .widget_slider.widget_slider_title .item-content {
		padding: 35px 40px;
	}

	.recent-news .widget_slider.widget_slider_title .item-content h6,
	.recent-news .widget_slider.widget_slider_title .item-content h5,
	.recent-news .widget_slider.widget_slider_title .item-content h4,
	.recent-news .widget_slider.widget_slider_title .item-content h3,
	.recent-news .widget_slider.widget_slider_title .item-content h2,
	.recent-news .widget_slider.widget_slider_title .item-content h1 {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.recent-news .widget_slider.widget_slider_title .item-content {
		padding: 25px;
	}
}

.recent-news.lists .widget_slider.widget_slider_title .item-content h1,
.recent-news.lists .widget_slider.widget_slider_title .item-content h2,
.recent-news.lists .widget_slider.widget_slider_title .item-content h3,
.recent-news.lists .widget_slider.widget_slider_title .item-content h4,
.recent-news.lists .widget_slider.widget_slider_title .item-content h5,
.recent-news.lists .widget_slider.widget_slider_title .item-content h6 {
	margin-bottom: 20px;
}

.recent-news.lists .widget_slider.widget_slider_title .item-content ul li:not(:first-child) {
	margin-top: 10px;
}

.recent-news.church {
	background-image: url("parallax/events_bg.jpg");
}

.upcoming-section.embed-responsive {
	background: url("upcoming_bg.jpg") no-repeat center/cover;
	height: 100%;
	padding-bottom: 82%;
	position: relative;
}

.upcoming-section.embed-responsive .embed-placeholder {
	position: static;
}

.upcoming-section.embed-responsive.ch {
	background-image: url("upcoming_bg_ch.jpg");
}

.upcoming-section.embed-responsive.ch .embed-placeholder::after {
	background-image: url("play_5.png");
}

.section-center {
	margin: 0 auto;
	max-width: 740px;
	padding: 120px 85px;
}

.section-center .countdown-row {
	text-align: left;
}

.section-center .countdown-section {
	border: 3px solid #ebeced;
	margin-right: 20px;
	min-width: 100px;
	padding: 17px 13px;
}

.section-center .countdown-amount {
	color: #707787;
}

.section-center .countdown-period {
	color: #707787;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

@media (max-width: 1350px) {
	.section-center .countdown-section {
		font-size: 30px;
		margin-right: 10px;
		min-width: 80px;
		padding: 12px 8px;
	}
}

@media (max-width: 1199px) {
	.section-center .countdown-section {
		font-size: 25px;
	}

	.section-center .countdown-period {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.section-center .countdown-section {
		margin-right: 20px;
		min-width: 100px;
		padding: 17px 13px;
	}

	.section-center .countdown-period {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.section-center .countdown-section {
		font-size: 25px;
		margin-right: 10px;
		min-width: 80px;
		padding: 12px 8px;
	}

	.section-center .countdown-period {
		font-size: 12px;
	}

	.section-center .countdown-row {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.section-center .countdown-section {
		width: calc(48% - 10px);
	}
}

@media (max-width: 1199px) {
	.section-center {
		padding: 90px 60px;
	}
}

@media (max-width: 991px) {
	.section-center {
		max-width: unset;
	}
}

@media (max-width: 767px) {
	.section-center {
		padding: 60px 30px;
	}
}

.titled-section {
	background: url("form_bg.jpg") no-repeat center/cover;
	height: 100%;
	position: relative;
}

.titled-section.ch {
	background-image: url("form_bg_ch.jpg");
}

.titled-section .absolute-section {
	border: 2px solid #fff;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	left: 50%;
	letter-spacing: 1.5px;
	line-height: 1;
	max-width: 370px;
	padding: 52px 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
	.titled-section .absolute-section {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.titled-section .absolute-section {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.titled-section .absolute-section {
		font-size: 30px;
		padding: 25px;
	}
}

@media (max-width: 991px) {
	.titled-section {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.titled-section {
		height: 450px;
	}
}

.vote-section {
	background-image: url("parallax/flag_bg.jpg");
}

.vote-section.ch {
	background-image: url("parallax/hands_bg.jpg");
}

.vote-section.church {
	background-image: url("parallax/church_bg.jpg");
}

.vote-section p {
	color: #fff;
}

.ls .radio-choose {
	border-color: #ebeced;
	color: #36404c;
}

.ls .radio-choose:hover,
.ls .radio-choose.active {
	border-color: #36404c;
	color: #ed4266 !important;
}

.radio-choose {
	border: 3px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	min-width: 100px;
	padding: 2px 10px;
	text-align: center;
	transition: all .3s ease-in-out;
}

.radio-choose:not(:last-child) {
	margin-right: 10px;
}

.radio-choose:hover,
.radio-choose.active {
	border-color: #fff;
	color: #fff !important;
}

@media (max-width: 1199px) {
	.radio-choose {
		min-width: 100px;
	}
}

@media (max-width: 767px) {
	.radio-choose {
		min-width: 65px;
	}

	.radio-choose:not(:last-child) {
		margin-right: 5px;
	}
}

.quote-section .section-title {
	color: transparent;
	font-size: 400px;
	font-weight: bold;
	left: 50%;
	letter-spacing: -44px;
	line-height: 400px;
	position: absolute;
	text-shadow: 1px 1px 2px #f5f5f6, 0px 0px 10px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 1400px) {
	.quote-section .section-title {
		display: none;
	}
}

.quote-section.ch {
	background: url("testimonials_bg.jpg") no-repeat center/cover;
}

.testimonials-owl.owl-theme .owl-dots {
	counter-reset: li;
	display: flex;
	font-size: 12px;
	justify-content: center;
	margin-top: 10px;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot {
	opacity: 0;
	position: relative;
	width: 0;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot::before {
	color: #707787;
	content: "0" counter(li);
	counter-increment: li;
	font-size: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonials-owl.owl-theme .owl-dots .owl-dot span {
	display: none;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot.active {
	opacity: 1;
	position: relative;
	top: 0;
	width: 20px;
}

.testimonials-owl.owl-theme .owl-dots .owl-dot.active::before {
	font-size: 12px;
}

.map-section svg {
	height: 680px;
}

@media (max-width: 1199px) {
	.map-section svg {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.map-section svg {
		height: 300px;
	}
}

@media (min-width: 1199px) {
	.map-section .section-title {
		margin-top: -170px;
	}
}

.map-section .jvectormap-zoomout,
.map-section .jvectormap-zoomin {
	display: none;
}

.map-section .meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 55px;
}

.map-section .meta .icon-inline:not(:last-child) {
	margin-right: 17px;
}

.map-section .position-absolute.left {
	bottom: 0;
	left: 100px;
}

@media (max-width: 1800px) {
	.map-section .position-absolute.left {
		left: 0;
	}
}

@media (max-width: 1600px) {
	.map-section .position-absolute.left {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
}

@media (max-width: 1400px) {
	.map-section .position-absolute.left {
		display: none;
	}
}

.map-section .position-absolute.right {
	bottom: 0;
	right: 15px;
}

@media (max-width: 1600px) {
	.map-section .position-absolute.right {
		-webkit-transform: translateX(30%);
		transform: translateX(30%);
	}
}

@media (max-width: 1400px) {
	.map-section .position-absolute.right {
		display: none;
	}
}

@media (max-width: 400px) {
	.map-section .container {
		padding-top: 30px;
	}

	.map-section .content-padding {
		margin-top: -30px;
	}
}

@media (max-width: 350px) {
	.map-section .container {
		padding-top: 20px;
	}
}

.jvectormap-tip {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #36404c;
	display: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	max-width: 240px;
	padding: 10px 40px;
	position: absolute;
	-webkit-transform: translateY(-20px) translateX(15%);
	transform: translateY(-20px) translateX(15%);
}

.owl-custom-nav {
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.owl-custom-nav a + a {
	margin-left: 8px;
}

.presentation {
	height: 160px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	transition: all .5s ease-in-out;
	z-index: 999;
}

.presentation.active {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.presentation:hover .photoswipe-link::after {
	opacity: 0.5;
}

.presentation .photoswipe-link::after {
	height: 40px;
	width: 40px;
}

.presentation .presentation-title {
	background-color: #ed4266;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	transition: all .3s ease-in-out;
	width: 160px;
}

.presentation .presentation-title:hover {
	background-color: #255085;
}

@media (max-width: 1199px) {
	.presentation .presentation-title {
		padding: 5px 10px;
	}
}

@media (max-width: 575px) {
	.presentation {
		display: none;
	}
}


/* "shop" *********************************************************************/

/*
** Shop
*/
.woocommerce:before,
.woocommerce:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce h5,
.woocommerce h4 {
	line-height: 1;
	margin-bottom: 50px;
}

.woocommerce-billing-fields h5,
.woocommerce-billing-fields h4,
.woocommerce-additional-fields h5,
.woocommerce-additional-fields h4 {
	line-height: 1;
	margin-bottom: 50px;
}

ul.woocommerce-order-overview {
	list-style-position: inside;
}

.woocommerce-breadcrumb,
.woocommerce-products-header {
	display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	align-items: center;
	background-color: rgba(150, 150, 150, 0.05);
	border-left: 5px solid #ed4266;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 40px;
	padding: 1.5em 1.5em 1.5em 1.5em;
}

@media (max-width: 486px) {
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		align-items: flex-start;
		flex-direction: column;
	}
}

.woocommerce-info {
	border-color: #007ebd;
}

.woocommerce-error {
	list-style-position: inside;
}

.woocommerce-result-count {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	padding: 15px 30px 15px 0;
}

.woocommerce-result-count + form {
	display: inline-block;
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.woocommerce-result-count + form {
		float: right;
	}
}

ul.products {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

ul.products .product {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	width: 100%;
}

ul.products .product > a > img {
	width: 100%;
}

ul.products .product h2 {
	font-size: 1.6em;
	line-height: 1;
	margin: 1.2em 0 0.8em;
	text-transform: none;
}

ul.products .product .onsale {
	background-color: #ed4266;
	color: #fff;
	left: -10px;
	padding: 0.3em 1em;
	position: absolute;
	top: 10px;
	z-index: 2;
}

ul.products .product .onsale:before {
	border-color: transparent #e61642 transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

ul.products .product .star-rating {
	margin: 0 auto 0;
}

ul.products.owl-carousel .product h2 {
	font-size: 21px;
	margin-bottom: 1em;
	text-align: center;
}

.columns-1 ul.products .product {
	margin-right: 0;
	width: 100%;
}

.columns-2 ul.products .product {
	width: 46%;
}

@media (max-width: 1200px) {
	.columns-2 ul.products .product {
		width: 100%;
	}
}

.columns-3 ul.products .product {
	width: 33.333333%;
}

.columns-4 ul.products .product {
	width: 25%;
}

.columns-5 ul.products .product {
	width: 20%;
}

.columns-6 ul.products .product {
	width: 16.666667%;
}

@media (max-width: 400px) {
	ul.products .product {
		width: 100% !important;
	}
}

.price {
	color: #36404c;
	display: block;
	font-weight: 700;
	margin: 1em 0 1.5em;
	opacity: 0.65;
}

.price del {
	opacity: 0.7;
	padding-right: 1em;
}

a.button {
	line-height: 1.4;
}

.button {
	background-color: #ed4266;
	border: 3px solid #ed4266;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 4px;
	min-width: 150px;
	padding: 9px 15px;
	text-align: center;
	text-transform: none;
	width: -moz-fit-content;
	width: fit-content;
	width: -webkit-fit-content;
}

.button:hover {
	background-color: transparent;
	color: #ed4266;
}

.ds .button {
	background-color: #ed4266;
	border-color: #ed4266 !important;
	border-radius: 5px;
	color: #fff;
	min-width: 200px;
}

.ds .button:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.woocommerce-orders-table__row .button,
.woocommerce-Message .button,
.woocommerce-message .button {
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1;
	margin: 0 auto;
	min-width: 150px;
	padding: 9px 15px;
}

.woocommerce-Message .button,
.woocommerce-message .button {
	float: right;
	margin: 3px 0;
	margin-left: 15px;
}

@media (max-width: 478px) {
	.woocommerce-Message .button,
	.woocommerce-message .button {
		float: initial;
		margin-bottom: 10px;
		margin-left: 0;
	}
}

.add_to_cart_button:before {
	content: "\f291";
	display: inline-block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	left: -0.5em;
	line-height: 0;
	position: relative;
	top: 0.1em;
}

.add_to_cart_button.loading:before {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	content: "\f021";
}

.add_to_cart_button.product_type_variable:before {
	content: "\f1de";
}

.add_to_cart_button + .wc-forward {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	padding: 0 1em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.add_to_cart_button + .wc-forward:hover {
	color: #ed4266;
}

.add_to_cart_button + .wc-forward:after {
	content: "\f178";
	font-family: "Font Awesome 5 Free", sans-serif;
	padding-left: 0.5em;
}

/*shop pagination*/
.woocommerce-pagination {
	text-align: center;
}

.woocommerce-pagination ul.page-numbers {
	list-style: none;
	margin-bottom: -10px;
	padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
	align-items: center;
	background-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787;
	display: flex;
	font-size: 16px;
	height: 45px;
	justify-content: center;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 5px;
	text-align: center;
	width: 45px;
}

.woocommerce-pagination ul.page-numbers span:hover,
.woocommerce-pagination ul.page-numbers a:hover {
	color: #ed4266 !important;
}

@media (max-width: 768px) {
	.woocommerce-pagination ul.page-numbers span,
	.woocommerce-pagination ul.page-numbers a {
		height: 45px;
		line-height: 15px;
		padding: 1.3em 1.2em;
		width: 45px;
	}
}

.woocommerce-pagination ul.page-numbers a.current,
.woocommerce-pagination ul.page-numbers span {
	color: #ed4266 !important;
	cursor: not-allowed;
}

.woocommerce-pagination ul.page-numbers .fa {
	font-size: 10px;
}

/*single product*/
.product .images {
	margin-bottom: 2em;
	position: relative;
}

.product .images .flex-direction-nav {
	display: none;
}

.product .images figure {
	max-width: none;
}

@media (min-width: 768px) {
	.product .images {
		float: left;
		width: 47%;
	}
}

.product .summary {
	margin-bottom: 4em;
	position: relative;
}

.product .summary:after {
	clear: both;
	content: "";
	display: block;
}

@media (min-width: 768px) {
	.product .summary {
		float: right;
		width: 47%;
	}
}

.product .summary .entry-title {
	line-height: 1;
}

.product .summary .woocommerce-product-rating {
	line-height: 1;
	position: relative;
}

.product .summary .star-rating {
	position: absolute;
	right: 0;
}

.product .summary .woocommerce-review-link {
	display: inline-block;
	margin-right: 90px;
}

.product .summary .variations {
	margin: 1.5em 0;
}

.product .summary .variations tr {
	display: block;
	margin-bottom: 1em;
}

.product .summary .variations td {
	align-items: center;
	border: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.product .summary .variations td select {
	min-width: 200px;
}

.product .summary .variations label:after {
	content: ":";
}

.product .summary .variations .reset_variations {
	font-size: 0;
}

.product .summary .variations .reset_variations:before {
	content: "\f05e";
	display: inline-block;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 16px;
	padding: 0.5em;
}

.product .summary .quantity {
	display: inline-block;
	position: relative;
}

.product .summary .quantity [type='number'] {
	-moz-appearance: textfield;
	max-width: 4.5em;
	padding-left: 10px;
	padding-right: 20px;
}

.product .summary .quantity [type='number']::-webkit-inner-spin-button,
.product .summary .quantity [type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .summary .quantity + button {
	position: relative;
	top: 0;
}

.product .summary .quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 10px;
	line-height: 1;
	position: absolute;
	right: 6px;
	top: 12px;
	width: 22px;
	z-index: 1;
}

.product .summary .quantity [type="button"]:hover + i {
	color: #ed4266;
}

.product .summary .quantity [type="button"] + i {
	color: #303944;
	display: inline-block;
	font-size: 16px;
	line-height: 10px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 12px;
	width: 22px;
}

.product .summary .quantity [type="button"].minus {
	bottom: 12px;
	top: auto;
}

.product .summary .quantity [type="button"].minus + i {
	bottom: 12px;
	top: auto;
}

.product .summary .single_variation_wrap .quantity [type='number'] {
	height: 42px;
}

.product .summary .single_variation_wrap .quantity [type="button"] {
	top: 6px;
}

.product .summary .single_variation_wrap .quantity [type="button"] + i {
	top: 6px;
}

.product .summary .single_variation_wrap .quantity [type="button"].minus {
	bottom: 6px;
	top: auto;
}

.product .summary .single_variation_wrap .quantity [type="button"].minus + i {
	bottom: 6px;
	top: auto;
}

.product .summary .product_meta {
	margin-top: 1.5em;
}

.product .summary .product_meta > span {
	display: block;
}

.product .summary .product_meta a {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

/*shop tabs*/
.woocommerce-tabs {
	clear: both;
	margin: 4em 0;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.woocommerce-tabs ul.tabs li + li {
	border-top: none;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin-bottom: -1px;
	position: relative;
}

.woocommerce-tabs ul.tabs li.active:after {
	opacity: 1;
	right: 0.4em;
}

.woocommerce-tabs ul.tabs li.active a {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #36404c !important;
}

.woocommerce-tabs ul.tabs li a {
	background: #ed4266;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 2px;
	min-width: 200px;
	padding: 24px 35px;
	text-align: center;
	text-transform: unset;
}

.woocommerce-tabs ul.tabs li a:hover {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	color: #707787 !important;
}

@media (max-width: 1200px) {
	.woocommerce-tabs ul.tabs li a {
		min-width: 145px;
		padding: 22px 20px 24px;
	}
}

@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs {
		flex-direction: column;
	}
}

@media (max-width: 468px) {
	.woocommerce-tabs ul.tabs li a {
		padding: 15px 20px 15px;
	}
}

.woocommerce-tabs .panel {
	background-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding: 57px 60px;
	position: relative;
}

.woocommerce-tabs .panel::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel h3,
.woocommerce-tabs .panel h4,
.woocommerce-tabs .panel h5,
.woocommerce-tabs .panel h6 {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 0;
	text-transform: capitalize;
}

@media (max-width: 768px) {
	.woocommerce-tabs .panel {
		padding: 25px;
	}
}

.woocommerce-tabs .shop_attributes {
	margin-top: 0;
}

.woocommerce-tabs .shop_attributes tr td,
.woocommerce-tabs .shop_attributes tr th {
	padding-bottom: 10px;
	padding-top: 10px;
}

.woocommerce-tabs .shop_attributes th:after {
	content: ":";
}

/*reviews*/
.commentlist {
	list-style: none;
	padding: 0;
}

.comment_container {
	margin-bottom: 30px;
	margin-left: 50px;
	padding: 20px 30px 20px;
	position: relative;
}

.comment_container > img {
	border-radius: 50%;
	left: -50px;
	max-width: 50px;
	position: absolute;
	top: -1px;
}

.comment_container .meta {
	color: #ed4266;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-right: 90px;
	text-align: center;
	text-transform: uppercase;
}

.comment_container .meta strong {
	font-weight: inherit;
}

.comment_container .star-rating {
	float: right;
}

@media (max-width: 768px) {
	.comment_container .star-rating {
		float: initial;
		margin-bottom: 20px;
	}
}

#tab-reviews .comment-respond {
	border: none;
	padding: 0;
}

.comment-reply-title {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1;
	margin-bottom: 1.9em;
	margin-bottom: 0.5em;
	text-align: left;
	text-transform: uppercase;
}

.related,
.upsells,
.cross-sells {
	margin-top: 4em;
}

.related > h2,
.upsells > h2,
.cross-sells > h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1;
	margin-bottom: 1.9em;
	text-align: left;
}

.related ul.products,
.upsells ul.products,
.cross-sells ul.products {
	margin: 0;
}

.related ul.products .product,
.upsells ul.products .product,
.cross-sells ul.products .product {
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.related ul.products .product .onsale,
.upsells ul.products .product .onsale,
.cross-sells ul.products .product .onsale {
	left: -10px;
}

/*shop widgets*/
.widget .woocommerce-Price-amount {
	color: #ed4266;
}

.widget_shopping_cart ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.widget_products ul li,
.widget_recently_viewed_products ul li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.widget_products ul li a,
.widget_recently_viewed_products ul li a {
	width: 100%;
}

.widget_shopping_cart ul,
.widget_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_shopping_cart ul li,
.widget_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_top_rated_products ul li {
	background-color: transparent;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-left: 120px;
	position: relative;
}

.widget_shopping_cart ul li:last-child,
.widget_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_top_rated_products ul li:last-child {
	margin-bottom: 0;
}

.widget_shopping_cart ul li .quantity,
.widget_products ul li .quantity,
.widget_recently_viewed_products ul li .quantity,
.widget_recent_reviews ul li .quantity,
.widget_top_rated_products ul li .quantity {
	color: #ed4266;
	font-weight: 500;
	margin-top: 5px;
}

.widget_shopping_cart ul li a > img,
.widget_products ul li a > img,
.widget_recently_viewed_products ul li a > img,
.widget_recent_reviews ul li a > img,
.widget_top_rated_products ul li a > img {
	left: 0;
	max-width: 100px;
	position: absolute;
	top: 0;
}

.widget_shopping_cart .product-title,
.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title,
.widget_top_rated_products .product-title {
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.widget_shopping_cart del,
.widget_shopping_cart ins,
.widget_shopping_cart .amount,
.widget_products del,
.widget_products ins,
.widget_products .amount,
.widget_recently_viewed_products del,
.widget_recently_viewed_products ins,
.widget_recently_viewed_products .amount,
.widget_recent_reviews del,
.widget_recent_reviews ins,
.widget_recent_reviews .amount,
.widget_top_rated_products del,
.widget_top_rated_products ins,
.widget_top_rated_products .amount {
	-webkit-text-decoration-color: #707787;
	text-decoration-color: #707787;
}

.widget_shopping_cart del,
.widget_products del,
.widget_recently_viewed_products del,
.widget_recent_reviews del,
.widget_top_rated_products del {
	opacity: 0.7;
	padding-right: 1em;
}

.widget_recent_reviews a {
	font-size: 18px;
	font-weight: 400;
}

.widget_price_filter .price_slider {
	margin-bottom: 15px;
}

.widget_price_filter .price_slider_amount {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 15px;
	text-align: left;
}

.widget_price_filter .price_slider_amount .price_label {
	color: #36404c;
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget_price_filter .price_slider_amount .price_label span {
	color: #ed4266;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background: #ed4266;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: ew-resize;
	height: 10px;
	margin-top: -.2em;
	opacity: 1;
	outline: none;
	position: absolute;
	width: 10px;
	z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-handle .from,
.widget_price_filter .ui-slider .ui-slider-handle .to {
	color: #36404c;
	font-size: 12px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	top: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	background: #ed4266;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e5e5e5;
	border-radius: 3px;
}

.widget_price_filter .ui-slider-horizontal {
	height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.widget_top_rated_products .product-title,
.woocommerce.widget_products .product-title,
.widget_recently_viewed_products .product-title,
.widget_recent_reviews .product-title {
	font-family: "Poppins", serif;
	font-size: 16px;
}

.widget_top_rated_products .woocommerce-Price-amount,
.woocommerce.widget_products .woocommerce-Price-amount,
.widget_recently_viewed_products .woocommerce-Price-amount,
.widget_recent_reviews .woocommerce-Price-amount {
	color: #707787;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.widget_recent_reviews li .reviewer,
.widget_recent_reviews li a {
	display: inline-block;
	font-family: "Poppins", serif;
	font-size: 16px;
}

.widget_shopping_cart li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 30px;
}

.widget_shopping_cart li a + a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 43px;
	line-height: 1.2;
	overflow: hidden;
	width: 100%;
}

.widget_shopping_cart .remove {
	font-size: 21px;
	font-weight: 400;
	line-height: 0.75;
	margin-left: 6px;
	order: 3;
	position: absolute;
	right: 7px;
	top: 27px;
}

.widget_shopping_cart .total {
	color: #36404c;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 1.4em 0 1.3em;
	text-align: left;
	text-transform: uppercase;
}

.widget_shopping_cart .total strong {
	font-weight: 500;
	text-transform: capitalize;
}

.widget_shopping_cart .quantity {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.widget_shopping_cart .button {
	padding-left: 20px;
	padding-right: 20px;
}

.dropdown .widget_shopping_cart {
	white-space: normal;
}

.dropdown .widget_shopping_cart .total {
	background-color: rgba(150, 150, 150, 0.05);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 30px -40px;
	padding: 20px 40px;
}

.dropdown .widget_shopping_cart .total strong {
	padding-right: 10px;
}

.dropdown .widget_shopping_cart .buttons {
	white-space: nowrap;
}

.widget_product_tag_cloud a {
	background-color: transparent;
	border: 3px solid #ebeced;
	color: #36404c;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 4px 0;
	padding: 11px 20px;
	text-align: center;
	text-transform: uppercase;
	text-transform: unset;
}

.widget_product_tag_cloud a span {
	color: #ed4266;
	margin-left: 7px;
}

.widget_product_tag_cloud a:not(.btn):hover {
	background-color: #ed4266;
	border-color: #ed4266;
	color: #fff;
}

.widget_product_tag_cloud a:not(.btn):hover span {
	color: #fff;
}

.woocommerce-MyAccount-navigation .widget-title,
.widget_layered_nav .widget-title,
.widget_layered_nav_filters .widget-title {
	margin-bottom: 1.3em;
}

.woocommerce-MyAccount-navigation ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
	list-style: none;
	padding: 0;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_product_categories ul li {
	border-bottom: 1px solid #ebeced;
}

.woocommerce-MyAccount-navigation ul ul li,
.widget_layered_nav ul ul li,
.widget_layered_nav_filters ul ul li,
.widget_product_categories ul ul li {
	border-bottom: none;
	border-top: 1px solid #ebeced;
	padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul ul li:last-child,
.widget_layered_nav ul ul li:last-child,
.widget_layered_nav_filters ul ul li:last-child,
.widget_product_categories ul ul li:last-child {
	padding-bottom: 0;
}

.woocommerce-MyAccount-navigation li,
.widget_layered_nav li,
.widget_layered_nav_filters li,
.widget_product_categories li {
	align-items: center;
	color: #ed4266;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation li a,
.widget_layered_nav li a,
.widget_layered_nav_filters li a,
.widget_product_categories li a {
	display: inline-block;
	flex-grow: 10;
	padding: 4px 0 5px;
	position: relative;
}

.woocommerce-MyAccount-navigation li a:hover,
.widget_layered_nav li a:hover,
.widget_layered_nav_filters li a:hover,
.widget_product_categories li a:hover {
	color: #ed4266;
}

.woocommerce-MyAccount-navigation li > a:before,
.widget_layered_nav li > a:before,
.widget_layered_nav_filters li > a:before,
.widget_product_categories li > a:before {
	color: #ed4266;
	content: "\f0da";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-size: 14px;
	font-weight: 600;
	left: 0;
	margin-right: 11px;
}

/*shopping cart*/
.shop_table {
	margin-top: 0;
}

.shop_table .amount {
	color: #ed4266;
	font-weight: 700;
}

.shop_table th {
	border: 1px solid #707787;
	color: #36404c;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
}

.shop_table td {
	border: 1px solid #707787;
	text-align: center;
}

.shop_table td.product-remove {
	padding-left: 5px;
	padding-right: 5px;
}

.shop_table .remove {
	font-size: 2em;
}

.shop_table .product-thumbnail img {
	max-width: 70px;
}

.shop_table .quantity {
	display: inline-block;
	position: relative;
}

.shop_table .quantity [type='number'] {
	-moz-appearance: textfield;
	max-width: 4.5em;
	padding-left: 10px;
	padding-right: 20px;
}

.shop_table .quantity [type='number']::-webkit-inner-spin-button,
.shop_table .quantity [type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shop_table .quantity + button {
	position: relative;
	top: 0;
}

.shop_table .quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	height: 10px;
	line-height: 1;
	position: absolute;
	right: 6px;
	top: 12px;
	width: 22px;
	z-index: 1;
}

.shop_table .quantity [type="button"]:hover + i {
	color: #ed4266;
}

.shop_table .quantity [type="button"] + i {
	color: #303944;
	display: inline-block;
	font-size: 16px;
	line-height: 10px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: 12px;
	width: 22px;
}

.shop_table .quantity [type="button"].minus {
	bottom: 12px;
	top: auto;
}

.shop_table .quantity [type="button"].minus + i {
	bottom: 12px;
	top: auto;
}

.shop_table .actions {
	padding-top: 2em;
	text-align: right;
}

.shop_table .coupon {
	display: flex;
	padding: 0 20px;
	width: 100%;
}

.shop_table .coupon label {
	display: none;
}

.shop_table .coupon [type="text"] {
	height: 62px;
	width: auto;
}

.shop_table .coupon [type="submit"] {
	margin-left: 10px;
	position: relative;
	top: 0;
}

.shop_table .coupon [type="submit"]:last-child {
	margin-left: auto;
}

@media (max-width: 768px) {
	.shop_table .coupon {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.shop_table .coupon [type='text'] {
		width: 100%;
	}

	.shop_table .coupon [type='submit'],
	.shop_table .coupon [type='submit']:last-child {
		margin: 20px 5px 0 5px;
	}
}

@media (max-width: 991px) {
	.shop_table {
		display: block;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: auto;
		width: 100%;
	}
}

.cart-collaterals {
	clear: both;
	display: flex;
	flex-direction: column;
	margin-top: 3em;
}

.cart-collaterals h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1;
	margin-bottom: 1.9em;
	text-align: left;
}

.cart-collaterals .cart_totals {
	order: -1;
}

.cart-collaterals .wc-proceed-to-checkout {
	margin-top: 3em;
}

/*shop checkout*/
.checkout:before,
.checkout:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce-NoticeGroup {
	margin-bottom: 30px;
}

.col2-set {
	margin: 0 -15px;
}

.col2-set .col-1,
.col2-set .col-2 {
	max-width: none;
}

.col2-set .col-1 .woocommerce-billing-fields:after,
.col2-set .col-2 .woocommerce-billing-fields:after {
	clear: both;
	content: "";
	display: block;
}

@media (min-width: 992px) {
	.col2-set#customer_details {
		flex-direction: column;
		float: left;
		width: 65%;
	}

	.col2-set ~ #order_review_heading,
	.col2-set ~ #order_review {
		float: right;
		margin-top: 0;
		width: 32%;
	}
}

td.product-name {
	width: 700px;
}

#payment ul {
	list-style: none;
	margin: 1em 0;
	padding-left: 0;
}

#payment [type="radio"] {
	margin-left: -10px;
	opacity: 0;
}

#payment label {
	margin-bottom: 0;
}

.wc_payment_method .payment_box {
	background-color: rgba(150, 150, 150, 0.05);
	margin-top: 0.8em;
	padding: 0.8em 1em;
}

.place-order.form-row {
	display: block;
	margin: 2em 0;
}

@media (max-width: 768px) {
	.woocommerce-ResetPassword p {
		text-align: center;
	}

	.woocommerce-ResetPassword p.form-row label {
		text-align: center;
	}
}

p.form-row {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

p.form-row label {
	display: block;
	margin-bottom: 0;
	padding-right: 15px;
	text-align: left;
	width: 30%;
}

p.form-row input,
p.form-row .select_container,
p.form-row textarea {
	width: 70%;
}

p.form-row input[type="submit"],
p.form-row input[type="checkbox"] {
	width: auto;
}

p.form-row input[type="checkbox"] {
	display: block;
}

@media (max-width: 768px) {
	p.form-row {
		flex-direction: column;
	}

	p.form-row label,
	p.form-row input,
	p.form-row .select_container,
	p.form-row textarea {
		width: 100%;
	}

	p.form-row label {
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	p.form-row.form-row-first {
		float: left;
		padding-right: 15px;
		width: 50%;
	}

	p.form-row.form-row-last {
		float: left;
		padding-left: 15px;
		width: 50%;
	}
}

p.form-row.notes,
p.form-row.form-row-wide {
	clear: both;
	width: 100%;
}

.woocommerce-info + .checkout_coupon,
.woocommerce-info + .login {
	display: none;
	width: 100% !important;
}

.lost_reset_password p.form-row.form-row-first {
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.lost_reset_password,
	form.login {
		margin: auto;
		width: 50%;
	}
}

.lost_reset_password .button,
form.login .button {
	margin-bottom: 15px;
	margin-top: 15px;
}

/*shop account subpages*/
.woocommerce-MyAccount-navigation {
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		float: right;
		padding-left: 60px;
		width: 30%;
	}

	.woocommerce-MyAccount-content {
		float: left;
		width: 70%;
	}
}

/*
order details
*/
.woocommerce-order-details {
	margin-top: 2.5em;
}

.woocommerce-customer-details {
	margin-top: 3.5em;
}

.woocommerce-customer-details h3 {
	margin-top: 1em;
}

ul.wc-item-downloads {
	list-style: none;
	margin: 0.5em 0;
}

.order-again {
	margin-top: 2em;
}


/* "helpers" ******************************************************************/

/*=================================================
  HELPERS
===================================================
  A. List Helpers
=================================================== */
/* list item spacing helpers */
.list-spacing-3 li + li {
  padding-top: 3px;
}
.list-spacing-5 li + li {
  padding-top: 5px;
}
.list-spacing-8 li + li {
  padding-top: 8px;
}
.list-spacing-10 li + li {
  padding-top: 10px;
}
.list-spacing-15 li + li {
  padding-top: 15px;
}
/*divide li items with border and extra spacing*/
.list-divide-items {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.list-divide-items li + li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #EEE;
}
/*===================================================
  B. Height Helpers
===================================================== */
/* Height helpers, primarly used with panel widgets */
.fixed-height .panel-body {
  overflow: auto;
}
.hover-height {
  overflow: hidden;
  transition: all 0.2s ease;
}
.mh-20 {
  max-height: 20px !important;
}
.mh-25 {
  max-height: 25px !important;
}
.mh-30 {
  max-height: 30px !important;
}
.mh-35 {
  max-height: 35px !important;
}
.mh-40 {
  max-height: 40px !important;
}
.mh-50 {
  max-height: 50px !important;
}
.mh-100 {
  max-height: 100px !important;
}
.mh-200 {
  max-height: 200px !important;
}
.mh-300 {
  max-height: 300px !important;
}
.mh-400 {
  max-height: 400px !important;
}
.mh-500 {
  max-height: 500px !important;
}
.mh-600 {
  max-height: 600px !important;
}
.mh-700 {
  max-height: 700px !important;
}
.mh-800 {
  max-height: 800px !important;
}
.mh-900 {
  max-height: 900px !important;
}
.mh-1000 {
  max-height: 1000px !important;
}
.h-20 {
  height: 20px !important;
}
.h-25 {
  height: 25px !important;
}
.h-30 {
  height: 30px !important;
}
.h-35 {
  height: 35px !important;
}
.h-40 {
  height: 40px !important;
}
.h-50 {
  height: 50px !important;
}
.h-80 {
  height: 80px !important;
}
.h-100 {
  height: 100px !important;
}
.h-120 {
  height: 120px !important;
}
.h-150 {
  height: 150px !important;
}
.h-170 {
  height: 170px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-400 {
  height: 400px !important;
}
.h-500 {
  height: 500px !important;
}
.h-600 {
  height: 600px !important;
}
.h-700 {
  height: 700px !important;
}
.h-800 {
  height: 800px !important;
}
.h-900 {
  height: 900px !important;
}
.h-1000 {
  height: 1000px !important;
}
/*===================================================
  A. General/Misc Helpers
===================================================== */
/* Transform Center Helper(experimental) */
.t-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* BG Helpers */
.bg-none {
  background-color: transparent !important;
}
/* box-shadow Helpers */
.no-boxshadow {
  box-shadow: none !important;
}
/* height helpers */
.h-a {
  height: auto !important;
}
/* overflow Helpers */
.of-a {
  overflow: auto !important;
}
.of-h {
  overflow: hidden !important;
}
.of-v {
  overflow: visible !important;
}
.of-x-a {
  overflow-x: auto !important;
}
.of-x-h {
  overflow-x: hidden !important;
}
.of-x-v {
  overflow-x: visible !important;
}
.of-y-a {
  overflow-y: auto !important;
}
.of-y-h {
  overflow-y: hidden !important;
}
.of-y-v {
  overflow-y: visible !important;
}
/* Center Grid Column Helper */
.center-column {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Vertical Align Helpers */
.va-t {
  vertical-align: top !important;
}
.va-m {
  vertical-align: middle !important;
}
.va-b {
  vertical-align: bottom !important;
}
.va-s {
  vertical-align: super !important;
}
/* Relative Position Helper */
.posr {
  position: relative !important;
}
/* Inline Block Helper */
.ib,
.inline-object {
  display: inline-block !important;
}
/* pointer cursor */
.cursor {
  cursor: pointer !important;
}
/* Useful for emphasizing a disabled input */
.option-disabled {
  opacity: 0.6 !important;
}
/* unstyled input */
.input-unstyled,
.input-unstyled:hover,
.input-unstyled:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/*===================================================
  B. Table Layout Helpers - specifically for widgets
===================================================== */
/* table-layout for connecting panels */
.panel-group.table-layout > .panel + .panel {
  border-left: 0;
}
.panel-group.table-layout + .panel-group.table-layout > .panel {
  border-top: 0;
}
/* table-layout when attached to row */
.row.table-layout {
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
}
.table-layout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
/* table-layout helper content */
.table-layout > div,
.table-layout > aside,
.table-layout > section {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
@media (max-width: 1300px) {
  .table-layout.table-clear-md,
  .table-layout.table-clear-md > div,
  .table-layout.table-clear-md > aside,
  .table-layout.table-clear-md > section {
    display: block;
    float: none;
  }
}
@media (max-width: 992px) {
  .table-layout.table-clear-sm,
  .table-layout.table-clear-sm > div,
  .table-layout.table-clear-sm > aside,
  .table-layout.table-clear-sm > section {
    display: block;
    float: none;
  }
}
@media (max-width: 767px) {
  .table-layout.table-clear-xs,
  .table-layout.table-clear-xs > div,
  .table-layout.table-clear-xs > aside,
  .table-layout.table-clear-xs > section {
    display: block;
    float: none;
  }
}
/*===============================================
  C. Text Helpers
================================================= */
.text-uppercase {
  text-transform: uppercase !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
.fwb {
  font-weight: bold !important;
}
.fwn {
  font-weight: normal !important;
}
.fs3 {
  font-size: 4px !important;
}
.fs4 {
  font-size: 4px !important;
}
.fs5 {
  font-size: 5px !important;
}
.fs6 {
  font-size: 6px !important;
}
.fs7 {
  font-size: 7px !important;
}
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs35 {
  font-size: 35px !important;
}
.fs36 {
  font-size: 36px !important;
}
.fs40 {
  font-size: 40px !important;
}
.fs45 {
  font-size: 45px !important;
}
.fs48 {
  font-size: 48px !important;
}
.fs50 {
  font-size: 50px !important;
}
.fs60 {
  font-size: 60px !important;
}
.fs64 {
  font-size: 64px !important;
}
.fs70 {
  font-size: 70px !important;
}
.fs72 {
  font-size: 72px !important;
}
.fs80 {
  font-size: 80px !important;
}
.fs90 {
  font-size: 90px !important;
}
.fs96 {
  font-size: 96px !important;
}
.fs100 {
  font-size: 100px !important;
}
/*===============================================
  D. Padding Helpers
================================================= */
.pn,
.p0 {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p9 {
  padding: 9px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p65 {
  padding: 65px !important;
}
.p70 {
  padding: 70px !important;
}
.p75 {
  padding: 75px !important;
}
.p80 {
  padding: 80px !important;
}
.p85 {
  padding: 85px !important;
}
.p90 {
  padding: 90px !important;
}
.p95 {
  padding: 95px !important;
}
.p100 {
  padding: 100px !important;
}
.ptn,
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.prn,
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr50 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pbn,
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pln,
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/* Axis Padding (both top/bottom or left/right) */
.pv1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.pv2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.pv3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.pv4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.pv7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pv9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pv55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pv70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pv75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pv80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pv85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.pv90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pv95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.pv100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.ph1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.ph2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.ph3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.ph4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.ph7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.ph9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.ph35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.ph55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.ph60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
.ph70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.ph75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
.ph80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.ph85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
.ph90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.ph95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
.ph100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
/* responsive padding helpers */
@media (min-width: 1140px) {
  .ptn-lg {
    padding-top: 0 !important;
  }
  .prn-lg {
    padding-right: 0 !important;
  }
  .pbn-lg {
    padding-bottom: 0 !important;
  }
  .pln-lg {
    padding-left: 0 !important;
  }
  .pt5-lg {
    padding-top: 5px !important;
  }
  .pr5-lg {
    padding-right: 5px !important;
  }
  .pb5-lg {
    padding-bottom: 5px !important;
  }
  .pl5-lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .ptn-md {
    padding-top: 0 !important;
  }
  .prn-md {
    padding-right: 0 !important;
  }
  .pbn-md {
    padding-bottom: 0 !important;
  }
  .pln-md {
    padding-left: 0 !important;
  }
  .pt5-md {
    padding-top: 5px !important;
  }
  .pr5-md {
    padding-right: 5px !important;
  }
  .pb5-md {
    padding-bottom: 5px !important;
  }
  .pl5-md {
    padding-left: 5px !important;
  }
}
/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.mn,
.m0 {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m6 {
  margin: 6px !important;
}
.m7 {
  margin: 7px !important;
}
.m8 {
  margin: 8px !important;
}
.m9 {
  margin: 9px !important;
}
.m10 {
  margin: 10px !important;
}
.m12 {
  margin: 12px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m65 {
  margin: 65px !important;
}
.m70 {
  margin: 70px !important;
}
.m75 {
  margin: 75px !important;
}
.m80 {
  margin: 80px !important;
}
.m85 {
  margin: 85px !important;
}
.m90 {
  margin: 90px !important;
}
.m95 {
  margin: 95px !important;
}
.m100 {
  margin: 100px !important;
}
.mtn,
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mrn,
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mbn,
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mln,
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* Axis Margins (both top/bottom or left/right) */
.mv1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.mv2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.mv3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.mv4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.mv7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.mv8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mv9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mv45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mv55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mv65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mv75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.mv80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mv85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.mv90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.mv95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.mv100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mh1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mh2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mh3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.mh4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.mh7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mh8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mh9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mh35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mh45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mh55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}
.mh60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.mh65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}
.mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.mh75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}
.mh80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mh85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}
.mh90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.mh95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}
.mh100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
/* Negative Margin Helpers */
.mtn5 {
  margin-top: -5px !important;
}
.mtn10 {
  margin-top: -10px !important;
}
.mtn15 {
  margin-top: -15px !important;
}
.mtn20 {
  margin-top: -20px !important;
}
.mtn30 {
  margin-top: -30px !important;
}
.mrn5 {
  margin-right: -5px !important;
}
.mrn10 {
  margin-right: -10px !important;
}
.mrn15 {
  margin-right: -15px !important;
}
.mrn20 {
  margin-right: -20px !important;
}
.mrn30 {
  margin-right: -30px !important;
}
.mbn5 {
  margin-bottom: -5px !important;
}
.mbn10 {
  margin-bottom: -10px !important;
}
.mbn15 {
  margin-bottom: -15px !important;
}
.mbn20 {
  margin-bottom: -20px !important;
}
.mbn30 {
  margin-bottom: -30px !important;
}
.mln5 {
  margin-left: -5px !important;
}
.mln10 {
  margin-left: -10px !important;
}
.mln15 {
  margin-left: -15px !important;
}
.mln20 {
  margin-left: -20px !important;
}
.mln30 {
  margin-left: -30px !important;
}
/* Vertical Negative Margin "mv" + "n" + "x" */
.mvn5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.mvn10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.mvn15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.mvn20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.mvn30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
/* Horizontal Negative Margin "mh" + "n" + "x" */
.mhn5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.mhn10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.mhn15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.mhn20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.mhn30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
/*===============================================
  F. LineHeight Helpers
================================================= */
.lh0 {
  line-height: 0 !important;
}
.lh5 {
  line-height: 5px !important;
}
.lh10 {
  line-height: 10px !important;
}
.lh15 {
  line-height: 15px !important;
}
.lh20 {
  line-height: 20px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh30 {
  line-height: 30px !important;
}
.lh35 {
  line-height: 35px !important;
}
.lh40 {
  line-height: 40px !important;
}
/*===============================================
  G. Border Helpers
================================================= */
/* Border Disables */
.br-l-n {
  border-left: none !important;
}
.br-r-n {
  border-right: none !important;
}
.br-t-n {
  border-top: none !important;
}
.br-b-n {
  border-bottom: none !important;
}
.br-n {
  border: none !important;
}
.br-v-n {
  border-top: none !important;
  border-bottom: none !important;
}
.br-h-n {
  border-left: none !important;
  border-right: none !important;
}
/* Default Borders */
.br-a {
  border: 1px solid #eeeeee !important;
}
.br-l {
  border-left: 1px solid #eeeeee !important;
}
.br-r {
  border-right: 1px solid #eeeeee !important;
}
.br-t {
  border-top: 1px solid #eeeeee !important;
}
.br-b {
  border-bottom: 1px solid #eeeeee !important;
}
/* Border Style */
.br-dashed {
  border-style: dotted !important;
}
/* Border Radius */
.br0 {
  border-radius: 0px !important;
}
.br1 {
  border-radius: 1px !important;
}
.br2 {
  border-radius: 2px !important;
}
.br3 {
  border-radius: 3px !important;
}
.br4 {
  border-radius: 4px !important;
}
.br5 {
  border-radius: 5px !important;
}
.br6 {
  border-radius: 6px !important;
}
.br7 {
  border-radius: 7px !important;
}
.br8 {
  border-radius: 8px !important;
}
.br9 {
  border-radius: 9px !important;
}
.br10 {
  border-radius: 10px !important;
}
.br12 {
  border-radius: 12px !important;
}
.br24 {
  border-radius: 24px !important;
}
.br48 {
  border-radius: 48px !important;
}
.br64 {
  border-radius: 64px !important;
}
/* Border Width */
.bw1 {
  border-width: 1px !important;
}
.bw2 {
  border-width: 2px !important;
}
.bw3 {
  border-width: 3px !important;
}
.bw4 {
  border-width: 4px !important;
}
.bw5 {
  border-width: 5px !important;
}
.bw6 {
  border-width: 6px !important;
}
.bw7 {
  border-width: 7px !important;
}
.bw8 {
  border-width: 8px !important;
}
.bw9 {
  border-width: 9px !important;
}
.bw10 {
  border-width: 10px !important;
}
.bw12 {
  border-width: 12px !important;
}
.bw15 {
  border-width: 15px !important;
}
/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/
.br-white {
  border-color: #ffffff !important;
}
.br-lighter {
  border-color: #eeeeee !important;
}
.br-light {
  border-color: #e7e7e7 !important;
}
.br-grey {
  border-color: #d9d9d9 !important;
}
.br-greyer {
  border-color: #cccccc !important;
}
.br-dark {
  border-color: #3b3f4f !important;
}
.br-dark-light {
  border-color: #51566c !important;
}
.br-primary {
  border-color: #4a89dc !important;
}
.br-primary-light {
  border-color: #75a5e4 !important;
}
.br-info {
  border-color: #3bafda !important;
}
.br-info-light {
  border-color: #66c1e2 !important;
}
.br-success {
  border-color: #70ca63 !important;
}
.br-success-light {
  border-color: #93d789 !important;
}
.br-warning {
  border-color: #f6bb42 !important;
}
.br-warning-light {
  border-color: #f8cd73 !important;
}
.br-danger {
  border-color: #e9573f !important;
}
.br-danger-light {
  border-color: #ee7f6d !important;
}
.br-alert {
  border-color: #967adc !important;
}
.br-alert-light {
  border-color: #b6a2e7 !important;
}
.br-system {
  border-color: #37bc9b !important;
}
.br-system-light {
  border-color: #58ceb1 !important;
}
.br-tp-top {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.br-tp-right {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.br-tp-left {
  border-left-color: rgba(0, 0, 0, 0.1);
}
/*===============================================
  H. Max Width Helpers
================================================= */
.fluid-width {
  width: 100% !important;
}
.mw10 {
  max-width: 10px !important;
}
.mw15 {
  max-width: 15px !important;
}
.mw20 {
  max-width: 20px !important;
}
.mw25 {
  max-width: 25px !important;
}
.mw30 {
  max-width: 30px !important;
}
.mw35 {
  max-width: 35px !important;
}
.mw40 {
  max-width: 40px !important;
}
.mw45 {
  max-width: 45px !important;
}
.mw50 {
  max-width: 50px !important;
}
.mw55 {
  max-width: 55px !important;
}
.mw60 {
  max-width: 60px !important;
}
.mw65 {
  max-width: 65px !important;
}
.mw70 {
  max-width: 70px !important;
}
.mw75 {
  max-width: 75px !important;
}
.mw80 {
  max-width: 80px !important;
}
.mw85 {
  max-width: 85px !important;
}
.mw90 {
  max-width: 90px !important;
}
.mw95 {
  max-width: 95px !important;
}
.mw100 {
  max-width: 100px !important;
}
.mw110 {
  max-width: 110px !important;
}
.mw120 {
  max-width: 120px !important;
}
.mw130 {
  max-width: 130px !important;
}
.mw140 {
  max-width: 140px !important;
}
.mw150 {
  max-width: 150px !important;
}
.mw160 {
  max-width: 160px !important;
}
.mw170 {
  max-width: 170px !important;
}
.mw180 {
  max-width: 180px !important;
}
.mw190 {
  max-width: 190px !important;
}
.mw200 {
  max-width: 200px !important;
}
.mw220 {
  max-width: 220px !important;
}
.mw240 {
  max-width: 240px !important;
}
.mw250 {
  max-width: 250px !important;
}
.mw240 {
  max-width: 260px !important;
}
.mw280 {
  max-width: 280px !important;
}
.mw300 {
  max-width: 300px !important;
}
.mw320 {
  max-width: 320px !important;
}
.mw350 {
  max-width: 350px !important;
}
.mw400 {
  max-width: 400px !important;
}
.mw450 {
  max-width: 450px !important;
}
.mw500 {
  max-width: 500px !important;
}
.mw550 {
  max-width: 550px !important;
}
.mw600 {
  max-width: 600px !important;
}
.mw650 {
  max-width: 650px !important;
}
.mw700 {
  max-width: 700px !important;
}
.mw750 {
  max-width: 750px !important;
}
.mw800 {
  max-width: 800px !important;
}
.mw850 {
  max-width: 850px !important;
}
.mw900 {
  max-width: 900px !important;
}
.mw950 {
  max-width: 950px !important;
}
.mw1000 {
  max-width: 1000px !important;
}
.mw1050 {
  max-width: 1050px !important;
}
.mw1100 {
  max-width: 1100px !important;
}
.mw1150 {
  max-width: 1150px !important;
}
.mw1200 {
  max-width: 1200px !important;
}
/*Regular Width Helpers. Primarily used
on tables, feel free to add more*/
.w20 {
  width: 20px !important;
}
.w25 {
  width: 25px !important;
}
.w30 {
  width: 30px !important;
}
.w35 {
  width: 35px !important;
}
.w40 {
  width: 40px !important;
}
.w45 {
  width: 45px !important;
}
.w50 {
  width: 50px !important;
}
.w55 {
  width: 55px !important;
}
.w60 {
  width: 60px !important;
}
.w65 {
  width: 65px !important;
}
.w70 {
  width: 70px !important;
}
.w75 {
  width: 75px !important;
}
.w80 {
  width: 80px !important;
}
.w85 {
  width: 85px !important;
}
.w90 {
  width: 90px !important;
}
.w95 {
  width: 95px !important;
}
.w100 {
  width: 100px !important;
}
.w125 {
  width: 125px !important;
}
.w150 {
  width: 150px !important;
}
.w175 {
  width: 175px !important;
}
.w200 {
  width: 200px !important;
}
.w225 {
  width: 225px !important;
}
.w250 {
  width: 250px !important;
}
.w275 {
  width: 275px !important;
}
.w300 {
  width: 300px !important;
}
.w320 {
  width: 320px !important;
}
.w350 {
  width: 350px !important;
}
.w400 {
  width: 400px !important;
}
.w450 {
  width: 450px !important;
}
.mnw20 {
  min-width: 20px !important;
}
.mnw25 {
  min-width: 25px !important;
}
.mnw30 {
  min-width: 30px !important;
}
.mnw35 {
  min-width: 35px !important;
}
.mnw40 {
  min-width: 40px !important;
}
.mnw45 {
  min-width: 45px !important;
}
.mnw50 {
  min-width: 50px !important;
}
.mnw55 {
  min-width: 55px !important;
}
.mnw60 {
  min-width: 60px !important;
}
.mnw65 {
  min-width: 65px !important;
}
.mnw70 {
  min-width: 70px !important;
}
.mnw75 {
  min-width: 75px !important;
}
.mnw80 {
  min-width: 80px !important;
}
.mnw85 {
  min-width: 85px !important;
}
.mnw90 {
  min-width: 90px !important;
}
.mnw95 {
  min-width: 95px !important;
}
.mnw100 {
  min-width: 100px !important;
}
.mnw125 {
  min-width: 125px !important;
}
.mnw150 {
  min-width: 150px !important;
}
.mnw175 {
  min-width: 175px !important;
}
.mnw200 {
  min-width: 200px !important;
}
.mnw225 {
  min-width: 225px !important;
}
.mnw250 {
  min-width: 250px !important;
}
.mnw300 {
  min-width: 300px !important;
}
.mnw320 {
  min-width: 320px !important;
}
.mnw350 {
  min-width: 350px !important;
}
.mnw400 {
  min-width: 400px !important;
}
.mnw450 {
  min-width: 450px !important;
}
.mnw500 {
  min-width: 500px !important;
}
.mnw550 {
  min-width: 550px !important;
}
.mnw600 {
  min-width: 600px !important;
}
.mnw650 {
  min-width: 650px !important;
}
.mnw700 {
  min-width: 700px !important;
}
.mnw750 {
  min-width: 750px !important;
}
.mnw800 {
  min-width: 800px !important;
}
.mnw850 {
  min-width: 850px !important;
}
.mnw900 {
  min-width: 900px !important;
}
.mnw950 {
  min-width: 950px !important;
}
.mnw1000 {
  min-width: 1000px !important;
}
/* ================================================
  A. Table Styling Helpers
=================================================== */
.tl { text-align:   left !important; vertical-align:    top !important; }
.tc { text-align: center !important; vertical-align:    top !important; }
.tr { text-align:  right !important; vertical-align:    top !important; }
.ml { text-align:   left !important; vertical-align: middle !important; }
.mc { text-align: center !important; vertical-align: middle !important; }
.mr { text-align:  right !important; vertical-align: middle !important; }
.bl { text-align:   left !important; vertical-align: bottom !important; }
.bc { text-align: center !important; vertical-align: bottom !important; }
.br { text-align:  right !important; vertical-align: bottom !important; }
.w1p   { width:   1% !important; min-width:  20px !important }
.w2p   { width:   2% !important; min-width:  30px !important }
.w3p   { width:   3% !important; min-width:  35px !important }
.w4p   { width:   4% !important; min-width:  35px !important }
.w5p   { width:   5% !important; min-width:  40px !important }
.w6p   { width:   6% !important; min-width:  40px !important }
.w7p   { width:   7% !important; min-width:  40px !important }
.w8p   { width:   8% !important; min-width:  40px !important }
.w9p   { width:   9% !important; min-width:  40px !important }
.w10p  { width:  10% !important; min-width:  50px !important }
.w11p  { width:  11% !important; min-width:  50px !important }
.w12p  { width:  12% !important; min-width:  50px !important }
.w13p  { width:  13% !important; min-width:  50px !important }
.w14p  { width:  14% !important; min-width:  50px !important }
.w15p  { width:  15% !important; min-width:  55px !important }
.w16p  { width:  16% !important; min-width:  55px !important }
.w17p  { width:  17% !important; min-width:  55px !important }
.w18p  { width:  18% !important; min-width:  55px !important }
.w19p  { width:  19% !important; min-width:  55px !important }
.w20p  { width:  20% !important; min-width:  60px !important }
.w21p  { width:  21% !important; min-width:  60px !important }
.w22p  { width:  22% !important; min-width:  60px !important }
.w23p  { width:  23% !important; min-width:  60px !important }
.w24p  { width:  24% !important; min-width:  60px !important }
.w25p  { width:  25% !important; min-width:  65px !important }
.w26p  { width:  26% !important; min-width:  65px !important }
.w27p  { width:  27% !important; min-width:  65px !important }
.w28p  { width:  28% !important; min-width:  65px !important }
.w29p  { width:  29% !important; min-width:  65px !important }
.w30p  { width:  30% !important; min-width:  70px !important }
.w31p  { width:  31% !important; min-width:  70px !important }
.w32p  { width:  32% !important; min-width:  70px !important }
.w33p  { width:  33% !important; min-width:  70px !important }
.w34p  { width:  34% !important; min-width:  70px !important }
.w35p  { width:  35% !important; min-width:  75px !important }
.w36p  { width:  36% !important; min-width:  75px !important }
.w37p  { width:  37% !important; min-width:  75px !important }
.w38p  { width:  38% !important; min-width:  75px !important }
.w39p  { width:  39% !important; min-width:  75px !important }
.w40p  { width:  40% !important; min-width:  80px !important }
.w41p  { width:  41% !important; min-width:  80px !important }
.w42p  { width:  42% !important; min-width:  80px !important }
.w43p  { width:  43% !important; min-width:  80px !important }
.w44p  { width:  44% !important; min-width:  80px !important }
.w45p  { width:  45% !important; min-width:  90px !important }
.w46p  { width:  46% !important; min-width:  90px !important }
.w47p  { width:  47% !important; min-width:  90px !important }
.w48p  { width:  48% !important; min-width:  90px !important }
.w49p  { width:  49% !important; min-width:  90px !important }
.w50p  { width:  50% !important; min-width: 120px !important }
.w51p  { width:  51% !important; min-width: 120px !important }
.w52p  { width:  52% !important; min-width: 120px !important }
.w53p  { width:  53% !important; min-width: 120px !important }
.w54p  { width:  54% !important; min-width: 120px !important }
.w55p  { width:  55% !important; min-width: 130px !important }
.w56p  { width:  56% !important; min-width: 130px !important }
.w57p  { width:  57% !important; min-width: 130px !important }
.w58p  { width:  58% !important; min-width: 130px !important }
.w59p  { width:  59% !important; min-width: 130px !important }
.w60p  { width:  60% !important; min-width: 150px !important }
.w61p  { width:  61% !important; min-width: 150px !important }
.w62p  { width:  62% !important; min-width: 150px !important }
.w63p  { width:  63% !important; min-width: 150px !important }
.w64p  { width:  64% !important; min-width: 150px !important }
.w65p  { width:  65% !important; min-width: 160px !important }
.w66p  { width:  66% !important; min-width: 160px !important }
.w67p  { width:  67% !important; min-width: 160px !important }
.w68p  { width:  68% !important; min-width: 160px !important }
.w69p  { width:  69% !important; min-width: 160px !important }
.w70p  { width:  70% !important; min-width: 170px !important }
.w71p  { width:  71% !important; min-width: 170px !important }
.w72p  { width:  72% !important; min-width: 170px !important }
.w73p  { width:  73% !important; min-width: 170px !important }
.w74p  { width:  74% !important; min-width: 170px !important }
.w75p  { width:  75% !important; min-width: 180px !important }
.w76p  { width:  76% !important; min-width: 180px !important }
.w77p  { width:  77% !important; min-width: 180px !important }
.w78p  { width:  78% !important; min-width: 180px !important }
.w79p  { width:  79% !important; min-width: 180px !important }
.w80p  { width:  80% !important; min-width: 190px !important }
.w81p  { width:  81% !important; min-width: 190px !important }
.w82p  { width:  82% !important; min-width: 190px !important }
.w83p  { width:  83% !important; min-width: 190px !important }
.w84p  { width:  84% !important; min-width: 190px !important }
.w85p  { width:  85% !important; min-width: 200px !important }
.w86p  { width:  86% !important; min-width: 200px !important }
.w87p  { width:  87% !important; min-width: 200px !important }
.w88p  { width:  88% !important; min-width: 200px !important }
.w89p  { width:  89% !important; min-width: 200px !important }
.w90p  { width:  90% !important; min-width: 210px !important }
.w91p  { width:  91% !important; min-width: 210px !important }
.w92p  { width:  92% !important; min-width: 210px !important }
.w93p  { width:  93% !important; min-width: 210px !important }
.w94p  { width:  94% !important; min-width: 210px !important }
.w95p  { width:  95% !important; min-width: 220px !important }
.w96p  { width:  96% !important; min-width: 220px !important }
.w97p  { width:  97% !important; min-width: 220px !important }
.w98p  { width:  98% !important; min-width: 220px !important }
.w99p  { width:  99% !important; min-width: 220px !important }
.w100p { width: 100% !important; min-width: 280px !important }
/* messaging table styles */
table tbody tr.message-read td {
  color: #999;
  background-color: #fbfbfb;
}
table tbody tr.message-unread td {
  background-color: #fff;
}
/* table header/footer styles */
table.tc-text-center-head thead th,
table.tc-text-center-head tfoot th {
  text-align: center;
}
table.tc-fs11-head thead th,
table.tc-fs11-head tfoot th {
  font-size: 11px;
}
table.tc-fs12-head thead th,
table.tc-fs12-head tfoot th {
  font-size: 12px;
}
/* special styles */
table.tc-checkbox-1 tbody td:first-child,
table.tc-checkbox-2 tbody td:nth-child(2),
table.tc-checkbox-3 tbody td:nth-child(3),
table.tc-checkbox-last tbody td:last-child {
  text-align: center;
  padding: 11px;
}
/* special styles */
table.tc-list-1 tbody td:first-child,
table.tc-list-2 tbody td:nth-child(2),
table.tc-list-3 tbody td:nth-child(3),
table.tc-list-last tbody td:last-child {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  min-width: 35px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  background: #f9f9f9;
}
/* special styles */
table.tc-bold-1 tbody td:first-child,
table.tc-bold-2 tbody td:nth-child(2),
table.tc-bold-3 tbody td:nth-child(3),
table.tc-bold-last tbody td:last-child {
  font-weight: 700;
  text-align: right;
  font-size: 14px;
}
/* special styles */
table.tc-med-1 tbody td:first-child,
table.tc-med-2 tbody td:nth-child(2),
table.tc-med-3 tbody td:nth-child(3),
table.tc-med-last tbody td:last-child {
  font-weight: 600;
  color: #999;
}
/* special styles */
table.tc-icon-1 tbody td:first-child,
table.tc-icon-2 tbody td:nth-child(2),
table.tc-icon-3 tbody td:nth-child(3),
table.tc-icon-last tbody td:last-child {
  font-size: 18px;
  text-align: center;
  color: #999;
}
/* text colors */
table.tc-text-muted-1 tbody td:first-child,
table.tc-text-muted-2 tbody td:nth-child(2),
table.tc-text-muted-3 tbody td:nth-child(3),
table.tc-text-muted-last tbody td:last-child {
  color: #999;
}
table.tc-text-primary-1 tbody td:first-child,
table.tc-text-primary-2 tbody td:nth-child(2),
table.tc-text-primary-3 tbody td:nth-child(3),
table.tc-text-primary-last tbody td:last-child {
  color: #4a89dc;
}
/* font weights */
table.tc-fw600-1 tbody td:first-child,
table.tc-fw600-2 tbody td:nth-child(2),
table.tc-fw600-3 tbody td:nth-child(3),
table.tc-fw600-last tbody td:last-child {
  font-weight: 600;
}
table.tc-fw700-1 tbody td:first-child,
table.tc-fw700-2 tbody td:nth-child(2),
table.tc-fw700-3 tbody td:nth-child(3),
table.tc-fw700-last tbody td:last-child {
  font-weight: 700;
}
/* font sizes */
table.tc-fs13-1 tbody td:first-child,
table.tc-fs13-2 tbody td:nth-child(2),
table.tc-fs13-3 tbody td:nth-child(3),
table.tc-fs13-last tbody td:last-child {
  font-size: 13px;
}
/* text aligns */
table.tc-text-left-1 tbody td:first-child,
table.tc-text-left-2 tbody td:nth-child(2),
table.tc-text-left-3 tbody td:nth-child(3),
table.tc-text-left-last tbody td:last-child {
  text-align: right;
}
table.tc-text-center-1 tbody td:first-child,
table.tc-text-center-2 tbody td:nth-child(2),
table.tc-text-center-3 tbody td:nth-child(3),
table.tc-text-center-last tbody td:last-child {
  text-align: center;
}
table.tc-text-right-1 tbody td:first-child,
table.tc-text-right-2 tbody td:nth-child(2),
table.tc-text-right-3 tbody td:nth-child(3),
table.tc-text-right-last tbody td:last-child {
  text-align: right;
}
/* vertical aligns */
table.tc-va-t-1 tbody td:first-child,
table.tc-va-t-2 tbody td:nth-child(2),
table.tc-va-t-3 tbody td:nth-child(3),
table.tc-va-t-last tbody td:last-child {
  vertical-align: top;
}
table.tc-va-m-1 tbody td:first-child,
table.tc-va-m-2 tbody td:nth-child(2),
table.tc-va-m-3 tbody td:nth-child(3),
table.tc-va-m-last tbody td:last-child {
  vertical-align: middle;
}
table.tc-va-b-1 tbody td:first-child,
table.tc-va-b-2 tbody td:nth-child(2),
table.tc-va-b-3 tbody td:nth-child(3),
table.tc-va-b-last tbody td:last-child {
  vertical-align: bottom;
}
/* table Checklist */
.table-checklist td {
  cursor: pointer;
}
.table-widget .tab-content {
  padding: 0;
  border: 0;
  overflow: hidden;
}
/* Table items (labels, badges, progress bars etc) */
.table-widget .progress {
  width: 80%;
  height: 13px;
  margin: 0;
}
.table-widget .label,
.table-widget .badge {
  margin-right: 7px;
}
/* Tables with the .table-checklist class become clickable
 * if you want text to have a line-through effect on click
 * add the .text-slash class to the element */
.table-checklist tr.task-checked {
  color: #bbbbbb;
}
.table-checklist tr.task-checked .text-slash {
  text-decoration: line-through;
}
/* Table item checked state - class added via JS */
.table-checklist tr.task-checked .label,
.table-checklist tr.task-checked .progress {
  opacity: 0.3;
}

/* "init" *********************************************************************/

html {
  position: relative;
  min-height: 100%;
}
body {
}
pre {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
}
pre code {
  font-size: 1.25em;
  background: transparent;
}
.dark pre code {
  color: #def;
}
.debug {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1030; /* !!! 1030 !!! */
}
q.colorize {
  color: #c00;
  background-color: #fc0;
}
.dark q.colorize {
  color: #f00;
  background-color: #ff0;
}
q.colorize:before,
q.colorize:after {
  content: '';
}
.cke.cke_chrome {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 2px;
  background: #fafafa;
  border-color: #e7e7e7;
}
.cke .cke_top {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  padding: 8px 10px 4px;
}
.cke .cke_toolgroup,
.cke .cke_combo_button {
  margin-right: 10px;
  box-shadow: none;
  background: #FFF;
  border-radius: 1px;
  border-color: #DDD;
}
.cke .cke_contents {
  border-radius: 0;
  border-color: #e7e7e7;
}
.cke .cke_top + .cke_contents,
.cke .cke_contents + .cke_bottom {
  border-top: 0;
}
.cke .cke_bottom {
  background: none;
  padding: 6px 4px;
  border: 1px solid #e7e7e7;
}
.cke .cke_resizer {
  margin-top: 6px;
  margin-right: 4px;
  border-right-color: #999;
}
.cke_editable_inline.cke_show_borders:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-offset: 6px;
  outline-color: #f6bb42;
  background: #f2f2f2;
}
.cke-hide-bottom .cke_bottom {
  display: none;
}
.cke_toolbar_break {
  clear: none !important;
  display: block !important;
}
.imgUpl {
  position: relative;
}
.imgUpl a.del {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  color: #f00;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  border-radius: 50%;
}
.imgUpl a.del:hover {
  color: #000;
  text-decoration: none;
}
.imgUpl img {
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.tinted {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.dark .tinted {
  background-color: rgba(200, 220, 255, 0.05) !important;
}
.inner-menu,
.inner-menu li {
  list-style-type: none;
}
ul.form-errors,
ul.form-errors li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
ul.form-errors li {
  padding: 0 10px;
}
div.charCounter {
  margin: 0;
  padding: 0;
  text-align: right;
}
.select2 {
  width: 100%;
}
.radio {
  display: block;
}
select.form-control option,
select.form-control optgroup,
select.form-control optgroup option {
  color: #333;
  background-color: #eee;
}
select.form-control optgroup {
  color: #666;
}
select.form-control.multiple-select,
select.form-control.multiple-select option,
select.form-control.multiple-select optgroup,
select.form-control.multiple-select optgroup option {
  background-color: #fefefe;
}
.dark select.form-control option,
.dark select.form-control optgroup,
.dark select.form-control optgroup option {
  color: #8d9fb3;
  background-color: #1e2835;
}
.dark select optgroup {
  color: #9dafc3;
}
.dark select.form-control.multiple-select,
.dark select.form-control.multiple-select option,
.dark select.form-control.multiple-select optgroup,
.dark select.form-control.multiple-select optgroup option {
  background-color: #23303f;
}
ul.lng-progress {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.lng-progress li {
  margin: 10px 0 0 30px;
  padding: 0;
  list-style-type: none;
}
ul.lng-progress li.cap {
  margin: 0 0 0 0;
  font-weight: bold;
}
div.gdpr {
  margin: 30px auto 0 auto;
  max-width: 800px;
}
div.gdpr img {
  width: 100%;
  border: 4px solid #fecc18;
}
.dark div.gdpr img {
  border: 4px solid #eee;
}
div.gdpr h2 {
  margin-top: 30px;
  text-align: center;
}
div.gdpr h2 small {
  font-size: 0.5em;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.input-group-append button.btn.btn-outline-secondary.border-left-0 {
  margin-left: 5px;
  border: none;
  border-radius: 0.25rem !important;
}
.gj-modal table tbody tr td {
  color: #369;
}
.timepicker,
.datepicker,
.datetimepicker {
  border-radius: 0.25rem !important;
}
.datepicker {
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
}
.form-control.timepicker.is-valid.border {
  border-color: #22b66e !important;
}
.form-control.timepicker.is-invalid.border {
  border-color: #ea2e49 !important;
}
.form-control.timepicker.is-valid.border:focus {
  box-shadow:  0 0 0 0.2rem rgba(34, 178, 120, 0.25);
}
.form-control.timepicker.is-invalid.border:focus {
  box-shadow:  0 0 0 0.2rem rgba(224, 46, 73, 0.25);
}

/* responsive *****************************************************************/

@media (max-width: 1199px) {

} /* media query */

@media (max-width: 991px) {

} /* media query */

@media (max-width: 767px) {

} /* media query */

@media (max-width: 419px) {

} /* media query */

/* "cms" **********************************************************************/

.cms {
  margin: 0;
  padding: 0;
}
.cms p {
  margin: 10px;
  text-align: justify;
}
.cms blockquote {
  margin: 10px 40px;
  padding: 0 0 5px 10px;
  text-align: justify;
  border-left: 5px solid #ccc;
}
.cms ol,
.cms ul {
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #ed4266;
}
.cms ol li {
  margin-left: 40px;
  list-style-type: decimal;
}
.cms ul li {
  margin-left: 40px;
  list-style-type: square !important;
}
.cms ul li ul li {
  list-style-type: disc !important;
}
.cms ul li ul li ul li {
  list-style-type: circle !important;
}

/* "table.manager" ************************************************************/

div#tableManager table thead th.sorted,
div#tableManager table thead th.sortup,
div#tableManager table thead th.sortdn {
  padding-right: 20px;
  background-image: url('arrow_both.png');
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
div#tableManager table thead th.nosort {
  padding-right: 10px;
  background-image: none;
  cursor: default;
}
div#tableManager table thead th.sorted:hover {
  background-image: url('arrow_up_active.png');
}
div#tableManager table thead th.sortup {
  background-image: url('arrow_up_active.png');
}
div#tableManager table thead th.sortup:hover {
  background-image: url('arrow_dn_active.png');
}
div#tableManager table thead th.sortdn {
  background-image: url('arrow_dn_active.png');
}
div#tableManager table thead th.sortdn:hover {
  background-image: url('arrow_up_active.png');
}
div#tableManager table tbody tr td.loading {
  padding: 30px;
  height: 30px;
  width: auto;
  text-align: center;
}
div#tableManager table tbody tr td.loading img {
  width: 30px;
  height: 30px;
}
div#tableManager table tbody tr td.picture {
}
div#tableManager table tbody tr td.picture img {
  padding: 5px;
  width: 100%;
  max-width: 140px;
  background-color: #fff;
  border-radius: 4px;
}
div#tableManager table tbody tr td a.del i,
div#tableManager table tbody tr td a.check i,
div#tableManager table tbody tr td a.edit i {
  padding: 0 5px;
  font-size: 1.5em;
}
li.next a,
li.prev a {
  padding: 3px 7px 7px 7px;
}

/* "use-cookies" **************************************************************/

.use-cookies {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 48px 0;
  width: 100%;
  font-weight: bold;
  opacity: 0.9;
  z-index: 99999;
}

/* "custom" *******************************************************************/

.main_wrapper {
  margin: 80px 0;
}
.dropdown-menu {
  margin-top: 5px;
  padding: 20px;
}
.dropdown-menu > a + a {
  margin-top: 0;
}
.dropdown-menu .dropdown-item {
  padding: 5px !important;
}
.debug {
  bottom: -4px;
  right: 60px;
}
.debug .btn.btn-maincolor,
.modal-debug .btn.btn-maincolor {
  color: #fff;
}
.debug .btn.btn-maincolor:hover,
.modal-debug .btn.btn-maincolor:hover {
  color: #ed4266;
  background-color: #fff;
  border: 3px solid #ed4266;
}
.modal-debug .modal-body,
.modal-debug .modal-body pre code {
  color: #212529;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.btn-form1 {
  color: #fff;
  background-color: #ed4266;
  border: 3px solid #ed4266;
}
.btn-form1:hover {
  color: #ed4266;
  background-color: #fff;
}
.btn-form2 {
  color: #fff;
  background-color: #255085;
  border: 3px solid #255085;
}
.btn-form2:hover {
  color: #255085;
  background-color: #fff;
}
.page_slider.home_slider1 .intro_layers_wrapper {
  top: 80px;
  bottom: auto;
  left: 0;
  right: auto;
  height: auto;
  max-width: 370px;
  padding: 53px 50px 49px 56px;
}
.projectItem {
  color: #858B92;
}
.projectItem + .projectItem {
  margin-top: 80px;
}
.projectItem h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.projectItem h4 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.projectItem p {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.projectItem .summary {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: justify;
}
.projectItem .btn.btn-form1 {
  margin: 40px 0 0 0;
  color: #fff;
}
.projectItem .btn.btn-form1:hover {
  color: #ed4266;
}
.circleDivider {
  color: #ed4266;
  font-size: 0.9em;
}
.entry-content .titleShort {
  margin: 20px 0;
  color: #ed4266;
  font-size: 1.25em;
}
ul.form-errors,
ul.form-errors li {
  margin: 0;
  padding: 0;
  color: #d00;
  font-weight: bold;
}
.nav {
  flex-wrap: nowrap;
  justify-content: center;
}
div.question p {
  margin: 0;
  text-align: justify;
}
div.question p strong {/*
  font-family: monospace;
  font-weight: bold;*/
}
div.question hr {
  margin: 0 0 30px 0;
  width: 30px;
  border-width: 3px;
  border-color: #00f;
}
h5.special-heading.underline.category {
  margin-bottom: 30px;
  padding-left: 3px;
  padding-bottom: 13px;
  font-size: 1.5em;
}
.rcm {
  margin-left: 70px;
  padding-left: 10px;
  border-left: 3px solid #d00;
}
.rcm + .rcm {
  margin-bottom: 30px;
}


/* "responsive" ***************************************************************/


/* responsive *****************************************************************/

@media (max-width: 1199px) {

  .page_slider.home_slider1 .intro_layers_wrapper {
    top: -80px;
  }

} /* media query */

@media (max-width: 991px) {

  .page_slider.home_slider1 .intro_layers_wrapper {
    top: -70px;
    padding: 33px 30px 29px 36px;
  }

} /* media query */

@media (max-width: 767px) {

  .page_slider.home_slider1 .intro_layers_wrapper {
    top: -100px;
    left: 180px;
  }

} /* media query */

@media (max-width: 419px) {

} /* media query */
