@charset "UTF-8";
body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

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

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, 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: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0056b3;
  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;
  -ms-overflow-style: scrollbar;
}

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: #6c757d;
  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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

.table-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(34, 34, 34, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(34, 34, 34, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(21, 21, 21, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(21, 21, 21, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

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

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

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      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: #28a745;
}

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .form-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: #28a745;
}

.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: #28a745;
}

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

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

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

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

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

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

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

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

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

.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.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-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: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

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

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

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

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

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

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

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

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

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

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

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

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

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

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

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

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

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

.dropdown-menu-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

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

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

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

.dropdown-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: #fff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split::after,
.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-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

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

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

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

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

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

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

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

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      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 > .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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: -ms-flexbox;
  display: flex;
}

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.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: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

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

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

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

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.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-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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

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

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

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

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

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 34, 34, 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(34, 34, 34, 0.9);
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34, 34, 34, 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(34, 34, 34, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(34, 34, 34, 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 {
  -ms-flex: 1 1 auto;
      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(34, 34, 34, 0.03);
  border-bottom: 1px solid rgba(34, 34, 34, 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(34, 34, 34, 0.03);
  border-top: 1px solid rgba(34, 34, 34, 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -ms-flexbox;
  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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

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

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

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

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

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

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

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

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

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

.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: #105095;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

.alert-primary .alert-link {
  color: #0b3767;
}

.alert-secondary {
  color: #484d51;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

.alert-secondary .alert-link {
  color: #303336;
}

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

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

.alert-success .alert-link {
  color: #184121;
}

.alert-info {
  color: #1c6570;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

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

.alert-info .alert-link {
  color: #124047;
}

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

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

.alert-warning .alert-link {
  color: #68520e;
}

.alert-danger {
  color: #832c34;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #5d1f25;
}

.alert-light {
  color: #919292;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #777979;
}

.alert-dark {
  color: #2b2e32;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

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

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.125);
}

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

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

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #105095;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #105095;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #105095;
  border-color: #105095;
}

.list-group-item-secondary {
  color: #484d51;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #484d51;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #484d51;
  border-color: #484d51;
}

.list-group-item-success {
  color: #256734;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #256734;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #256734;
  border-color: #256734;
}

.list-group-item-info {
  color: #1c6570;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1c6570;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1c6570;
  border-color: #1c6570;
}

.list-group-item-warning {
  color: #957514;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #957514;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #957514;
  border-color: #957514;
}

.list-group-item-danger {
  color: #832c34;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #832c34;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #832c34;
  border-color: #832c34;
}

.list-group-item-light {
  color: #919292;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #919292;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #919292;
  border-color: #919292;
}

.list-group-item-dark {
  color: #2b2e32;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2b2e32;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2b2e32;
  border-color: #2b2e32;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

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

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #222;
  text-decoration: none;
  opacity: .75;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #222;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(34, 34, 34, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(34, 34, 34, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(34, 34, 34, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(34, 34, 34, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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(34, 34, 34, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 34, 34, 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;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(34, 34, 34, 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;
}

.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 #222;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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: 1000px;
  }
}

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

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

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, 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: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #0056b3;
  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;
  -ms-overflow-style: scrollbar;
}

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: #6c757d;
  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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  font-family: Arial;
  font-size: 12px;
  background-color: #000;
  color: #FFF;
}

html {
  height: 101%;
  padding-bottom: 1px;
}

/* zobrazi stale posunik */
div, span, ul, li, form, input, select, textarea, table, tbody, thead, tfoot, tr, td, img, fieldset,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0px;
  padding: 0px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

fieldset {
  border: none;
}

ul, li {
  list-style-type: none;
}

.clear {
  clear: both;
  font-size: 0px;
}

.cleft {
  clear: left;
  font-size: 0px;
}

.cright {
  clear: right;
  font-size: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bold {
  font-weight: bold;
}

.space {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space3 {
  clear: both;
  height: 3px;
  line-height: 3px;
  font-size: 0;
}

.space5 {
  clear: both;
  height: 5px;
  line-height: 5px;
  font-size: 0;
}

.space10 {
  clear: both;
  height: 10px;
  line-height: 10px;
  font-size: 0;
}

.space20 {
  clear: both;
  height: 20px;
  line-height: 20px;
  font-size: 0;
}

p {
  margin: 0;
  padding: 2px 0;
}

.hidden {
  visibility: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.nice {
  background-color: #f1f1f1;
  padding: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

.nice > h3 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 18px;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .67em;
}

/* Layout */
#web {
  color: #000;
}

/* header */
.homepage-- .intro-text {
  padding: 0 10px 20px;
}

/* BREADCRUMBS */
.crumbs-pre-wrapper {
  height: 20px;
}

.crumbs-wrapper {
  height: 20px;
}

.crumbs {
  display: block;
}

.crumbs li, .crumbs a {
  float: left;
  font-size: 13px;
  color: #9b9b9b;
}

.crumbs li.first {
  background-position: left top;
}

.crumbs li.last {
  background-position: right top;
}

.crumbs .name {
  font-size: 11px;
  padding: 3px 0 3px 0;
  height: 14px;
  line-height: 14px;
}

.crumbs li a {
  display: block;
  padding: 3px 0 3px 0;
  height: 14px;
  line-height: 14px;
}

.crumbs li.delimiter {
  padding: 3px 3px 0 3px;
}

.crumbs a.home {
  background: url("../img/sprites.png") no-repeat left 2px;
  width: 13px;
}

.crumbs li.last a {
  background: none;
  padding-right: 10px;
}

.crumbs li a:hover {
  color: #000;
}

.crumbs li a:active {
  color: #000;
}

/* .aside-menu */
.aside-menu a.sub span {
  background: url("../img/category-toggles.png") no-repeat 5px 8px;
}

.aside-menu a.sub span.closed {
  background-position: 5px 8px;
}

.aside-menu a.sub span.opened {
  background-position: 5px -112px;
}

.aside-menu a.sub:hover span.closed {
  background-position: 5px -52px;
}

.aside-menu a.sub:hover span.opened {
  background-position: 5px -172px;
}

.h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/* blocks */
.blockText, .blockLink, .blockFile, .blockFlash, .blockVideo, .blockPhoto {
  clear: both;
  padding: 6px 0 0 0;
}

.product-- .blockText,
.product-- .blockLink,
.product-- .blockFile,
.product-- .blockFlash,
.product-- .blockVideo,
.product-- .blockPhoto {
  clear: left;
  padding: 4px 0 0 0;
}

.blockLink a {
  color: #2518b5;
  text-decoration: underline;
  font-weight: bold;
}

.blockPhoto .comment {
  display: none;
}

.blockPhotoCell {
  width: 130px;
  padding: 0 10px 0 0;
  float: left;
}

.page-loader-simple {
  position: absolute;
}

/* sitemap */
#sitemap ul.l2 {
  padding: 0 0 0 10px;
}

#sitemap ul.l3 {
  padding: 0 0 0 15px;
}

#sitemap ul.l4 {
  padding: 0 0 0 20px;
}

#sitemap li {
  padding: 2px 0;
}

#sitemap a.l1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#sitemap a.l2 {
  font-size: 13px;
}

/* window */
#gss-window-overlay {
  background: url(../img/overlay.png) repeat;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* window-box */
.window-box .window-white-c .window-content {
  color: #000;
}

.window-box .window-black-c .window-content {
  color: #FFF;
}

.window-box .window-content .padded {
  padding: 10px;
}

.window-box .window-content .window_loader_wrapper {
  padding: 10px 15px;
  text-align: center;
}

.window-alert .window-content {
  padding: 10px;
}

.window-alert .window-white-c .window-content {
  color: #000;
}

.window-alert .window-black-c .window-content {
  color: #FFF;
}

.window-confirm .window-content {
  padding: 10px;
}

.window-confirm .window-white-c .window-content {
  color: #000;
}

.window-confirm .window-black-c .window-content {
  color: #FFF;
}

.window_loader_wrapper {
  text-align: center;
}

.window_loader_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.window_loader_img {
  text-align: center;
}

.window_loader_message {
  font-weight: bold;
  text-align: center;
}

ul.block1 {
  line-height: 1.45;
  height: 100%;
  overflow: auto;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.block1 li {
  color: #CCC;
}

ul.block1 li .error {
  color: #d50001;
  padding: 3px 0 3px 10px;
  font-weight: bold;
}

ul.block1 li .header {
  background-color: #F7C737;
  padding: 5px 0 5px 10px;
  text-align: left;
  display: block;
  color: #000;
  font-weight: bold;
}

ul.block1 li a.block {
  padding: 3px 0 3px 10px;
  color: #444;
  display: block;
}

ul.block1 li a.block:hover {
  background-color: #ececec;
  color: #000;
}

/* buttons */
/* ------------------------ */
/* window-white */
/*------------------------ */
.window-white-window {
  background-color: #FFF;
  color: #666;
  border-radius: 8px;
  border: 10px solid #000;
  box-shadow: 0px 0px 20px 0px #000;
}

.window-white-close {
  position: absolute;
  top: -17px;
  right: -17px;
}

.window-white-close a {
  width: 24px;
  height: 24px;
  display: block;
  background: transparent url(../img/sprites.png) no-repeat left -50px;
  z-index: 1000;
}

.window-white-close a:hover {
  background-position: 0 -74px;
}

.window-white-close a:active {
  background-position: 0 -98px;
}

.window-white-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.window-white-table-top {
  background-color: #f5f5f5;
}

.window-white-table-middle {
  background-color: #f5f5f5;
}

.window-white-table-bottom {
  background-color: #f5f5f5;
}

.window-white-header-content {
  background-color: #EEEEEE;
}

.window-white-header-content-text {
  color: #222;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 7px 30px 7px 10px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.window-white-w {
  width: 0;
}

.window-white-e {
  width: 0;
}

.window-white-sw {
  width: 0;
}

.window-white-se {
  width: 0;
}

/*
.window-white-buttons-pre-holder {position:relative; height:26px;}
.window-white-buttons-holder {position:absolute;}
.window-white-buttons-table {width:100%;table-layout:fixed;border-collapse:collapse;}
.window-white-buttons-table .border {border-right:1px solid #ddd;}
.window-white-but {text-align:center;display: block;color:#FFF;text-transform:uppercase;height:24px;line-height:24px;font-weight:bold;}
*/
.window-white-buttons-pre-holder {
  border-top: 1px solid #ddd;
  background-color: #EEEEEE;
}

.window-white-buttons-holder {
  padding: 10px;
}

.window-white-buttons-table {
  border-collapse: collapse;
  float: right;
}

.window-white-buttons-table .border {
  padding: 0 10px 0 0;
}

.window-white-but {
  color: #FFF;
  font-weight: bold;
  border-radius: 2px;
  float: left;
  padding: 4px;
}

.window-white-but:hover {
  text-decoration: underline;
}

.window-white-div-content {
  background: #FFF;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 14px 0 #222;
}

/* global-info, global-error, global-warning, global-success */
.box-info-wrapper, .global-info-wrapper {
  background: #3e93da;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

.box-info, .global-info {
  background: url(../img/icon_info.png) no-repeat 4px 4px;
  padding: 7px 4px 6px 30px;
  color: #FFF;
  font-size: 11px;
}

.box-error-wrapper, .global-error-wrapper {
  background: #ba0001;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

.box-error, .global-error {
  background: url(../img/icon_error.png) no-repeat 4px 4px;
  padding: 7px 4px 6px 30px;
  color: #FFF;
  font-size: 11px;
}

.box-warning-wrapper, .global-warning-wrapper {
  background: #e4a700;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

.box-warning, .global-warning {
  background: url(../img/icon_warning.png) no-repeat 4px 4px;
  padding: 7px 4px 6px 30px;
  color: #FFF;
  font-size: 11px;
}

.box-success-wrapper, .global-success-wrapper {
  background: #58b208;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

.box-success, .global-success {
  background: url(../img/icon_success.png) no-repeat 4px 4px;
  padding: 7px 4px 6px 30px;
  color: #FFF;
  font-size: 11px;
}

/* formular */
input[type="text"], input[type="password"], textarea, select {
  outline: none;
}

*:focus {
  outline: none;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* form */
.form em {
  color: #BA0000;
  padding: 0 2px;
}

.form .rows {
  padding: 6px 0 10px 0;
}

.form .row {
  padding: 4px 0 0 200px;
}

.form .row-checkbox {
  padding: 10px 0 0 212px;
}

.form .field-error-wrapper {
  float: left;
  padding: 2px 0 0 10px;
}

.form .field-error-wrapper .field-error {
  background: url(../img/icon_error.png) no-repeat 4px 4px;
  padding: 7px 4px 3px 30px;
  font-size: 11px;
  color: #BA0000;
}

.form .group {
  padding-bottom: 10px;
}

.form .group h5 {
  margin-bottom: 6px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 10px;
  background-color: #ffd900;
  border-radius: 3px;
  text-transform: uppercase;
}

.form .ginputtext {
  float: left;
  width: 190px;
  font-size: 13px;
  border: none;
  padding: 3px 5px 3px 5px;
  background: url("../img/form-map.png") no-repeat left -100px;
  height: 20px;
  line-height: 20px;
}

.form .ginputtext:focus {
  background-position: left -130px;
}

.form .row-error .ginputtext {
  background-position: left -160px;
}

.form .ginputtext-100 {
  float: left;
  width: 90px;
  font-size: 13px;
  border: none;
  padding: 3px 5px 3px 5px;
  background: url("../img/form-map.png") no-repeat -424px top;
  height: 20px;
  line-height: 20px;
}

.form .ginputtext-100:focus {
  background-position: -424px -30px;
}

.form .row-error .ginputtext-100 {
  background-position: -424px -60px;
}

.form .ginputtext-2 {
  float: left;
  width: 200px;
  font-size: 13px;
  border: none;
  padding: 3px 4px 3px 6px;
  background: url("../img/form-map.png") no-repeat left top;
  height: 24px;
  line-height: 24px;
}

.form .ginputtext-2:focus {
  background-position: left -30px;
}

.form .gtextarea-200 {
  resize: none;
  float: left;
  width: 190px;
  font-size: 13px;
  border: none;
  padding: 3px 5px 3px 5px;
  background: url("../img/form-map.png") no-repeat -220px top;
  height: 74px;
}

.form .gtextarea-200:focus {
  background-position: -220px -80px;
}

.form .row-error .gtextarea-200 {
  background-position: -220px -160px;
}

.form .gtextarea {
  float: left;
  width: 281px;
  font-size: 13px;
  border: none;
  padding: 4px 4px 4px 6px;
  background: url("../img/form-map.png") no-repeat left -262px;
  height: 142px;
}

.form .gtextarea:focus {
  background-position: left -412px;
}

.form .glabel {
  text-align: left;
  float: left;
  width: 140px;
  font-size: 13px;
  padding-top: 7px;
  color: #1a1a1a;
}

.form .gselect {
  padding: 5px;
}

.form .rgui-select {
  width: 208px !important;
}

.form .submit-wrapper {
  padding: 4px 0 0 341px;
  height: 32px;
}

.nice .form .submit-wrapper {
  padding: 4px 0 0 140px;
  height: auto;
}

.nice .form .fb-connect {
  margin-top: 15px;
}

.form .but-register {
  text-transform: uppercase;
}

.form .row-msg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form .msg {
  font-size: 14px;
  padding: 10px 130px 10px 0;
}

.btn-login {
  float: left;
}

#auth-cart .btn-login {
  margin: 10px 0 0 20px;
}

.btn-login > .l, .btn-login > .r, .btn-login > .c {
  background: url("../img/login-map.png") no-repeat left top;
}

.btn-login > .l, .btn-login > .r {
  color: #000;
  height: 28px;
  width: 10px;
  display: block;
  float: left;
}

.btn-login > .c {
  background-position: -28px top;
  display: block;
  float: left;
  height: 21px;
  padding: 7px 0 0;
  font-weight: bold;
}

.btn-login > .l {
  width: 28px;
}

.btn-login > .r {
  background-position: right 0;
}

.btn-login:hover > .l {
  background-position: left bottom;
}

.btn-login:hover > .c {
  background-position: -28px bottom;
  color: #ffd900;
}

.btn-login:hover > .r {
  background-position: right bottom;
}

.btn-login:active > .l {
  background-position: left bottom;
}

.btn-login:active > .c {
  background-position: -28px bottom;
  color: #ffd900;
}

.btn-login:active > .r {
  background-position: right bottom;
}

/* btn1 */
.btn1 {
  float: left;
  font-weight: bold;
}

.btn1 .btn1-l, .btn1 .btn1-r {
  background: url("../img/btn1.png") no-repeat left -60px;
  color: #000;
  height: 24px;
  width: 10px;
  display: block;
  float: left;
}

.btn1 .btn1-c {
  background: url("../img/btn1.png") repeat-x left -90px;
  display: block;
  float: left;
  height: 18px;
  padding: 6px 0 0;
  font-size: 10px;
  font-weight: bold;
}

.btn1 .btn1-r {
  background-position: right -60px;
}

.btn1:hover .btn1-l {
  background-position: left -120px;
}

.btn1:hover .btn1-c {
  background-position: left -150px;
}

.btn1:hover .btn1-r {
  background-position: right -120px;
}

.btn1:active .btn1-l {
  background-position: left -180px;
}

.btn1:active .btn1-c {
  background-position: left -210px;
}

.btn1:active .btn1-r {
  background-position: right -180px;
}

/* btn2 */
.btn2 {
  float: left;
  font-weight: bold;
  color: #000;
}

.btn2 .btn2-l, .btn2 .btn2-r {
  background: url("../img/btn2.png") no-repeat left -60px;
  color: #000;
  height: 22px;
  width: 10px;
  display: block;
  float: left;
}

.btn2 .btn2-c {
  background: url("../img/btn2.png") repeat-x left -90px;
  display: block;
  float: left;
  height: 17px;
  padding: 5px 0 0;
  font-size: 10px;
  font-weight: bold;
}

.btn2 .btn2-r {
  background-position: right -60px;
}

.btn2:hover .btn2-l {
  background-position: left -120px;
}

.btn2:hover .btn2-c {
  background-position: left -150px;
}

.btn2:hover .btn2-r {
  background-position: right -120px;
}

.btn2:active .btn2-l {
  background-position: left -180px;
}

.btn2:active .btn2-c {
  background-position: left -210px;
}

.btn2:active .btn2-r {
  background-position: right -180px;
}

/* btn4 */
.btn3 {
  float: left;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.btn3 .btn3-l, .btn3 .btn3-r {
  background: url("../img/btn3.png") no-repeat left -80px;
  color: #000;
  height: 32px;
  width: 10px;
  display: block;
  float: left;
}

.btn3 .btn3-c {
  background: url("../img/btn3.png") repeat-x left -120px;
  display: block;
  float: left;
  height: 23px;
  padding: 9px 0 0;
}

.btn3 .btn3-r {
  background-position: right -80px;
}

.btn3:hover .btn3-l {
  background-position: left -160px;
}

.btn3:hover .btn3-c {
  background-position: left -200px;
}

.btn3:hover .btn3-r {
  background-position: right -160px;
}

.btn3:active .btn3-l {
  background-position: left -240px;
}

.btn3:active .btn3-c {
  background-position: left -280px;
}

.btn3:active .btn3-r {
  background-position: right -240px;
}

/* btn4 */
.btn4 {
  float: left;
  font-weight: bold;
  color: #000;
}

.btn4 .btn4-l, .btn4 .btn4-r {
  background: url("../img/btn4.png") no-repeat left -60px;
  color: #000;
  height: 28px;
  width: 10px;
  display: block;
  float: left;
}

.btn4 .btn4-c {
  background: url("../img/btn4.png") repeat-x left -90px;
  display: block;
  float: left;
  height: 21px;
  padding: 7px 0 0;
  font-weight: bold;
}

.btn4 .btn4-r {
  background-position: right -60px;
}

.btn4:hover .btn4-l {
  background-position: left -120px;
}

.btn4:hover .btn4-c {
  background-position: left -150px;
}

.btn4:hover .btn4-r {
  background-position: right -120px;
}

.btn4:active .btn4-l {
  background-position: left -180px;
}

.btn4:active .btn4-c {
  background-position: left -210px;
}

.btn4:active .btn4-r {
  background-position: right -180px;
}

/* wysiwyg */
.wysiwyg {
  font-size: 12px;
}

.wysiwyg h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

.wysiwyg h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

.wysiwyg h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

.wysiwyg h4 {
  font-size: 12px;
  font-weight: bold;
}

.wysiwyg h5 {
  font-size: 11px;
  font-weight: bold;
}

.wysiwyg p {
  margin: 0;
  padding: 7px 0;
}

.wysiwyg a {
  color: #2518b5;
  text-decoration: underline;
  font-weight: bold;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg ul {
  padding: 2px 0;
}

.wysiwyg ul li {
  margin-left: 20px;
  list-style: square;
}

.wysiwyg .arrow li {
  list-style: url("../img/green-arrow-right.png");
}

.wysiwyg ol li {
  margin-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
}

.wysiwyg ol li ol li {
  margin-left: 20px;
  list-style-type: lower-latin;
  list-style-position: outside;
}

.wysiwyg .riadkovanie22 {
  line-height: 22px;
}

.wysiwyg .riadkovanie20 {
  line-height: 20px;
}

.wysiwyg .riadkovanie18 {
  line-height: 18px;
}

.wysiwyg .riadkovanie16 {
  line-height: 16px;
}

.wysiwyg img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 5px;
}

.wysiwyg img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 5px;
}

.wysiwyg table.table-style-1 {
  border-collapse: collapse;
  border: 1px solid #aaaaaa;
}

.wysiwyg table.table-style-1 th, .wysiwyg table.table-style-1 td {
  border: 1px solid #aaaaaa;
  padding: 3px;
}

/* tooltips */
.tooltips {
  display: none;
}

.tooltip {
  padding: 5px;
  position: absolute;
  z-index: 100000;
  font-family: Arial, Tahoma;
  font-size: 10px;
}

.tooltip-inner {
  padding: 6px 8px 6px 8px;
  background-color: #FFF;
  border: 1px solid #666;
  color: #000;
  max-width: 200px;
}

.tooltip-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  background: url(../img/tooltip-white.png) no-repeat top left;
  width: 9px;
  height: 5px;
}

.tooltip-n .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
  margin-bottom: 1px;
}

.tooltip-nw .tooltip-arrow {
  top: 0;
  left: 10px;
}

.tooltip-ne .tooltip-arrow {
  top: 0;
  right: 10px;
}

.tooltip-s .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
  background-position: top left;
  margin-top: 1px;
}

.tooltip-sw .tooltip-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}

.tooltip-se .tooltip-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}

.tooltip-e .tooltip-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
  margin-right: 1px;
}

.tooltip-w .tooltip-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
  margin-left: 1px;
}

/* simple-message-window */
.simple-message-window {
  background-color: #FFF;
  color: #666;
  border-radius: 8px;
  border: 10px solid #000;
  box-shadow: 0px 0px 20px 0px #000;
}

.simple-message-close {
  position: absolute;
  top: -17px;
  right: -17px;
}

.simple-message-close a {
  width: 24px;
  height: 24px;
  display: block;
  background: transparent url(../img/sprites.png) no-repeat left -50px;
  z-index: 1000;
}

.simple-message-close a:hover {
  background-position: 0 -74px;
}

.simple-message-close a:active {
  background-position: 0 -98px;
}

.simple-message-header-wrapper {
  padding: 10px 10px 5px 10px;
}

.simple-message-content-wrapper {
  padding: 5px 10px 10px 10px;
}

.calendars-wrapper {
  position: relative;
}

.calendars-overlay-wrapper {
  position: absolute;
  top: 28px;
}

.calendar, .calendar-event-overlay {
  text-align: center;
}

.calendar-header {
  padding: 0 0 4px 20px;
}

.calendar-header a {
  color: #666;
}

.calendar-header .delimiter {
  float: left;
  padding: 0 10px;
}

.calendar-header .year {
  float: left;
  width: 40px;
  text-align: left;
}

.calendar-header .month {
  float: left;
  width: 80px;
  text-align: right;
}

.calendar-header .prev {
  float: left;
}

.calendar-header .prev .button {
  padding: 3px 10px;
}

.calendar-header .prev .button .icon {
  margin: 0;
}

.calendar-header .info {
  float: left;
}

.calendar-header .next {
  float: left;
  padding-left: 10px;
}

.calendar-header .next .button {
  padding: 3px 10px;
}

.calendar-header .next .button .icon {
  margin: 0;
}

.calendar-header .select-month {
  width: 100px !important;
  margin-left: 10px;
}

.calendar-header .select-year {
  width: 70px !important;
  margin-left: 10px;
}

.calendar-header .form {
  padding: 0;
  float: left;
}

.calendar .month-name {
  display: block;
  text-align: center;
  padding: 4px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.calendar-content {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  font-size: 11px;
  background-color: #FFF;
}

.calendar-content th + th, .calendar-content td + td, .calendar-content th + td {
  border-left: 1px solid #ddd;
}

.calendar-content .weekdays td {
  padding: 2px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.calendar-content .days .calendar-day {
  border-bottom: 1px solid #ddd;
}

.calendar-content .days.row-last .calendar-day {
  border-bottom: none;
}

.calendar-content .days.row-even td {
  background-color: #f5f5f5;
}

.calendar .days td.calendar-day-previous {
  color: #BDBDBD;
}

.calendar .days td.calendar-day-next {
  color: #BDBDBD;
}

.calendar .days td.calendar-day-current {
  font-weight: bold;
}

.calendar .days td.calendar-day-weekend {
  background-color: #F8E0E6;
}

.calendar .days td.today {
  background-color: #BA0000;
  color: #FFF;
}

.calendar-month .calendar-content .calendar-day {
  width: 28px;
  vertical-align: top;
}

.calendar-event-overlay .calendar-day {
  width: 121px;
  height: 51px;
  vertical-align: top;
  padding-top: 20px;
}

.calendar .today {
  font-weight: bold;
}

.calendar-month .calendar-day .day-number {
  display: block;
  color: #000;
  text-align: center;
  padding: 2px 0;
}

.calendar-month .calendar-day-previous .day-number {
  color: #BDBDBD;
}

.calendar-month .calendar-day-next .day-number {
  color: #BDBDBD;
}

.calendar-month .today .day-number {
  color: #BA0000;
}

.calendar-content .calendar-day .day .day-content {
  background: yellow;
}

/* contacts-- */
.contacts-- .description2 {
  padding-top: 20px;
}

.contacts-- .description2 table {
  width: 100%;
}

/* profiler */
#profiler {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  border-radius: 3px;
}

#profiler .title {
  background-color: #000;
  color: #FFF;
  padding: 4px 4px 4px 10px;
  font-weight: bold;
}

#profiler-content {
  padding: 10px;
}

/* LOGIN */
#loginForm {
  position: absolute;
  left: 21px;
  top: 43px;
  display: none;
}

#loginForm .ginputtext {
  float: left;
  width: 71px;
  font-size: 13px;
  border: none;
  padding: 2px 3px 2px 3px;
  background: url("../img/input77.png") no-repeat left top;
  height: 18px;
  line-height: 18px;
}

#loginForm .pass {
  margin-left: 5px;
}

#loginForm .but-login {
  margin-left: 5px;
}

/* pager basic */
.pager_basic {
  height: 28px;
  width: 500px;
  float: left;
  overflow: hidden;
}

.pager_basic a {
  color: #222;
  height: 28px;
  font-size: 13px;
  float: left;
  font-weight: bold;
}

.pager_basic a.num {
  margin: 0 3px;
  float: left;
  background: url(../img/pager-map.png) no-repeat left -30px;
  padding: 0 0 0 3px;
}

.pager_basic a.active {
  background: url(../img/pager-map.png) no-repeat left -90px;
}

.pager_basic a.num span {
  display: block;
  background: url(../img/pager-map.png) no-repeat right -30px;
  padding: 6px 11px 0 8px;
  height: 22px;
  text-align: center;
}

.pager_basic a.active span {
  background: url(../img/pager-map.png) no-repeat right -90px;
}

.pager_basic a.arrow {
  overflow: hidden;
  text-indent: -100px;
}

.ie7 .pager_basic span, .ie6 .pager_basic span {
  cursor: pointer;
}

.pager_basic a.first {
  margin: 0 3px 0 0;
  background: url(../img/pager-map.png) no-repeat -60px -150px;
  width: 28px;
}

.pager_basic a.first:hover {
  background-position: -60px -180px;
}

.pager_basic a.first:active {
  background-position: -60px -210px;
}

.pager_basic a.first.disabled {
  background-position: -60px -120px;
}

.pager_basic a.prev {
  margin: 0 3px;
  background: url(../img/pager-map.png) no-repeat left -150px;
  width: 28px;
}

.pager_basic a.prev:hover {
  background-position: left -180px;
}

.pager_basic a.prev:active {
  background-position: left -210px;
}

.pager_basic a.prev.disabled {
  background-position: left -120px;
}

.pager_basic a.last {
  margin: 0 0 0 3px;
  background: url(../img/pager-map.png) no-repeat -90px -150px;
  width: 28px;
}

.pager_basic a.last:hover {
  background-position: -90px -180px;
}

.pager_basic a.last:active {
  background-position: -90px -210px;
}

.pager_basic a.last.disabled {
  background-position: -90px -120px;
}

.pager_basic a.next {
  margin: 0 3px;
  background: url(../img/pager-map.png) no-repeat -30px -150px;
  width: 28px;
}

.pager_basic a.next:hover {
  background-position: -30px -180px;
}

.pager_basic a.next:active {
  background-position: -30px -210px;
}

.pager_basic a.next.disabled {
  background-position: -30px -120px;
}

.pager_basic a.active {
  background-position: left -90px;
  color: #FFF;
}

.pager_basic a.active span {
  background-position: right -90px;
}

.pager_basic a:hover {
  background-position: left -60px;
  color: #000;
}

.pager_basic a:hover span {
  background-position: right -60px;
}

.pager_basic .i6 span {
  font-size: 11px;
}

.infos-wrapper img {
  float: right;
}

.infos-wrapper .infos {
  border-spacing: 0;
  border-collapse: collapse;
}

.infos-wrapper .infos {
  font-size: 12px;
  font-weight: bold;
}

.infos-wrapper .infos .label {
  font-size: 12px;
  color: #9b9b9b;
  font-weight: normal;
}

.infos-wrapper .infos a {
  color: #ed1c24;
}

/* .cart-- */
.cart-- .empty-cart {
  float: right;
  margin-top: -22px;
}

.cart-- .btn-empty ._middle {
  padding-top: 6px;
  height: 26px;
}

.cart-- .btn-empty .icon {
  background: url("../img/sprites.png") no-repeat -56px -4px;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
}

.cart-- .btn-empty:hover .icon {
  background-position: -86px -204px;
}

.cart-- .btn-empty .label {
  float: left;
  padding-top: 2px;
}

/* buttons */
.cart-- .buttons-wrapper .btn-order {
  float: right;
}

.cart-- .buttons-wrapper .btn-continue {
  float: left;
}

.cart-- #orderForm {
  padding: 20px 0 0 0;
}

.cart-list {
  padding: 20px 0 10px 0;
}

.cart-list a.del {
  box-shadow: 0 0 1px 1px #FFF;
  float: left;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background: #ffd900 url("../img/icons-bw.png") no-repeat;
  background-position: -309px -197px;
  display: block;
}

.cart-list a.del:hover {
  background-color: #dcb616;
}

.cart-list a.refresh {
  margin: 7px 0 0 5px;
  box-shadow: 0 0 1px 1px #FFF;
  float: left;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background: #ffd900 url("../img/icons-bw.png") no-repeat;
  background-position: -214px -317px;
  display: block;
}

.cart-list a.refresh:hover {
  background-color: #dcb616;
}

.cart-list .amount {
  float: left;
}

.cart-list .amount input {
  margin: 0 2px;
  float: left;
  padding: 0 0 0 0;
  height: 30px;
  width: 44px;
  text-align: center;
  border: 1px solid #ccc;
}

.cart-list .amount .inc {
  margin-top: 5px;
}

.cart-list .amount .dec {
  margin-top: 5px;
}

.cart-list .glabel {
  float: left;
  padding: 6px 10px 0 0;
  width: 140px;
}

.cart-list .glabel-value {
  float: left;
  padding: 6px 0 0 0;
}

.cart-list .row {
  padding: 4px 0;
}

.cart-list .gselect {
  display: none;
  width: 200px;
}

.cart-list .iprice {
  padding: 0 0 0 770px;
}

.cart-list .concert {
  background-color: #191919;
}

/* table black */
table.style1 {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
}

table.style1 th:first-child {
  border-radius: 3px 0 0 0;
}

table.style1 th:last-child {
  border-radius: 0 3px 0 0;
}

table.style1 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.style1 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.style1 th {
  text-align: left;
  padding: 10px 0 10px 10px;
  background-color: #ffd900;
  text-transform: uppercase;
}

table.style1 td {
  padding: 8px 0 8px 10px;
}

table.style1 tr.odd {
  background-color: #eeeeef;
}

table.style1 tr.even {
  background-color: #fbfafb;
}

table.style1 tr.foot {
  background-color: #ffd900;
}

table.style1 a.but1 {
  background-color: #595959;
  padding: 1px 5px;
  border-radius: 3px;
}

table.style1 a.but1:hover {
  background-color: #B2B2B2;
  color: #000;
}

table.style1 a.but2 {
  background-color: #BA0000;
  padding: 3px 7px;
  border-radius: 3px;
}

table.style1 a.but2:hover {
  background-color: #80100f;
}

/* js message */
.msgjs-wrapper {
  height: 126px;
}

.msgjs-header {
  padding: 45px 0 0 80px;
}

.msgjs-header h2 {
  padding: 60px 0 0 210px;
  color: #BA0000;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.msgjs-content-wrapper {
  padding: 20px 80px 50px 80px;
}

/* compares */
.compare-wrapper {
  float: left;
  position: relative;
}

.compare-wrapper .sub {
  float: left;
  height: 28px;
}

.compares-list-wrapper {
  display: none;
  z-index: 10;
  position: absolute;
  top: 25px;
  width: 323px;
  border: 1px solid #dbba00;
  background-color: #ffd900;
}

.compares-list li {
  height: 30px;
  padding: 1px 10px;
  cursor: pointer;
  width: 303px;
}

.compares-list li p {
  padding: 0;
}

.compares-list li:hover {
  background-color: #dbba00;
}

.compares-list .img {
  float: left;
  width: 30px;
  height: 30px;
  padding-right: 10px;
  text-align: center;
}

.compares-list .title {
  font-weight: bold;
}

.compares-list .price {
  float: right;
  font-weight: bold;
}

.compares-list .del {
  float: right;
  font-size: 10px;
  text-decoration: underline;
}

/* blogs */
.blogs-- .pager-top {
  margin-top: 10px;
}

.blogs-- .pager {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}

.blogs-- .pager .per-page {
  float: right;
}

.blogs-- .pager .per-page label {
  float: left;
  padding: 7px 4px 0 0;
  font-size: 10px;
  color: #818181;
}

.blogs-- .pager-bottom {
  margin-bottom: 10px;
}

.blogs-- .items-grid {
  padding: 10px 0 0 0;
}

/* blog list item */
.bli {
  padding-bottom: 10px;
}

.bli .img {
  float: left;
  padding-right: 10px;
}

.bli .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.bli .date {
  font-size: 10px;
}

/* blog */
.blog-view .img {
  float: left;
  padding-right: 10px;
}

.blog-view .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.blog-view .date {
  font-size: 10px;
}

/* press_posts */
.press_posts-- .pager-top {
  margin-top: 10px;
}

.press_posts-- .pager {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}

.press_posts-- .pager .per-page {
  float: right;
}

.press_posts-- .pager .per-page label {
  float: left;
  padding: 7px 4px 0 0;
  font-size: 10px;
  color: #818181;
}

.press_posts-- .pager-bottom {
  margin-bottom: 10px;
}

.press_posts-- .items-grid {
  padding: 10px 0 0 0;
}

/* blog list item */
.ppli {
  padding-bottom: 10px;
}

.ppli .img {
  float: left;
  padding-right: 10px;
}

.ppli .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.ppli .date {
  font-size: 10px;
}

/* press_post */
.press_post-view .img {
  float: left;
  padding-right: 10px;
}

.press_post-view .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.press_post-view .date {
  font-size: 10px;
}

/* novelties */
.novelties-- .pager-top {
  margin-top: 10px;
}

.novelties-- .pager {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}

.novelties-- .pager .per-page {
  float: right;
}

.novelties-- .pager .per-page label {
  float: left;
  padding: 7px 4px 0 0;
  font-size: 10px;
  color: #818181;
}

.novelties-- .pager-bottom {
  margin-bottom: 10px;
}

.novelties-- .items-grid {
  padding: 10px 0 0 0;
}

/* novelty list item */
.nli {
  padding-bottom: 10px;
}

.nli .img {
  float: left;
  padding-right: 10px;
}

.nli .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.nli .date {
  font-size: 10px;
}

/* novelty */
.novelty-view .img {
  float: left;
  padding-right: 10px;
}

.novelty-view .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.novelty-view .date {
  font-size: 10px;
}

/* references */
.references-- .pager-top {
  margin-top: 10px;
}

.references-- .pager {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}

.references-- .pager .per-page {
  float: right;
}

.references-- .pager .per-page label {
  float: left;
  padding: 7px 4px 0 0;
  font-size: 10px;
  color: #818181;
}

.references-- .pager-bottom {
  margin-bottom: 10px;
}

.references-- .items-grid {
  padding: 10px 0 0 0;
}

/* reference list item */
.rli {
  padding-bottom: 10px;
}

.rli .img {
  float: left;
  padding-right: 10px;
}

.rli .img img {
  padding: 9px;
  border: 1px solid #cdcdcd;
}

.rli .date {
  font-size: 10px;
}

/* reference */
.reference-view {
  padding-left: 10px;
}

.reference-view .img {
  float: left;
  padding-right: 10px;
}

.reference-view .date {
  font-size: 10px;
}

/* table key value 1*/
.kv1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  color: #231f20;
}

.kv1 td {
  vertical-align: top;
}

.kv1 .key {
  background-color: #FFDF27;
  width: 200px;
  padding: 3px;
}

.kv1 .value {
  background-color: #e7e7e7;
  padding: 3px;
}

/* rating-item */
.rating-item {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}

.rating-item .head .user {
  font-weight: bold;
  line-height: 18px;
}

.rating-item .head .stars {
  display: inline;
}

.rating-item .date {
  font-size: 11px;
}

.rating-item .comment {
  padding: 5px 0 0 0;
}

.rating-item.last {
  border: none;
}

/* comment-item */
.comment-item {
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}

.comment-item .head .user {
  font-weight: bold;
  line-height: 18px;
}

.comment-item .date {
  font-size: 11px;
}

.comment-item .question {
  font-weight: bold;
  padding: 5px 0 0 0;
}

.comment-item .answer {
  padding: 10px 0 5px 15px;
  font-style: italic;
}

.comment-item.last {
  border: none;
}

.subprices-wrapper {
  margin-bottom: 1px;
}

.subprices {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.subprices td {
  font-size: 12px;
  background-color: #e1e0e0;
  text-align: center;
  border-right: 1px solid #FFF;
}

.subprices a {
  display: block;
  padding: 3px;
}

.subprices a:hover {
  background-color: #FFDF27;
}

.subprices td.last {
  border: none;
}

.subprices .price {
  font-weight: bold;
  padding-left: 5px;
}

.subprices .int {
  color: #444;
  font-size: 10px;
}

.subprices .name- {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

.page-- #content-aside-right article {
  padding-left: 10px;
}

.sn-like {
  margin-top: 20px;
  padding-left: 20px;
}

.sn-like > div {
  float: left;
}

.sn-like > .fb-like {
  margin-right: 20px;
}

.sn-like .social_links {
  width: 65px;
  padding-top: 2px;
}

.sn-like .social_links a {
  float: left;
  margin-right: 5px;
}

#affiliate-bottom {
  position: absolute;
  top: 116px;
  left: 113px;
}

#affiliate-bottom .link {
  padding-bottom: 4px;
}

#affiliate-bottom .link a {
  font-size: 12px;
  color: white;
}

.google-star {
  background: url("../img/stars.png");
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.google-star.hovered {
  background-position: 0 19px !important;
}

.google-star.active {
  background-position: 0 38px;
}

.google-ratings {
  text-align: center;
  padding-top: 10px;
  font-size: 9px;
}

.google-ratings .micro {
  display: none;
}

/* CART */
/* cart added list item*/
.cali {
  margin-bottom: 10px;
  width: 708px;
  cursor: pointer;
  height: 78px;
}

.cali.hover {
  border-color: #000;
}

.cali .img {
  text-align: center;
  float: left;
  width: 78px;
  height: 78px;
  position: relative;
  border: 1px solid #cdcdcd;
}

.cali .tags {
  width: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.cali .tags .tag {
  line-height: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.cali .tags .yellow {
  background-color: #fff200;
  color: #000;
}

.cali .tags .red {
  background-color: #ed1c24;
  color: #FFF;
}

.cali .name {
  padding: 6px 6px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.cali .name .oid {
  font-style: italic;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}

.cali .name .prod {
  float: left;
}

.cali .name .compare {
  margin-top: -4px;
  padding-left: 10px;
}

.cali .about {
  float: left;
  width: 486px;
}

.cali .perex {
  padding: 6px 6px 6px 0;
  height: 26px;
  overflow: hidden;
}

.cali .price {
  padding: 8px 0 0 10px;
  float: left;
  width: 132px;
}

.cali .price .count {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.cali .price .vat {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

.cali .price .no-vat {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

.steps-wrapper {
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.steps {
  height: 30px;
  background: url("../img/steps-bg.png") no-repeat left center;
}

.steps li {
  float: left;
  width: 240px;
  position: relative;
  padding-top: 34px;
}

.steps li .step {
  width: 42px;
  height: 42px;
  left: 77px;
  top: -7px;
  position: absolute;
  background: url("../img/steps-step-map.png") no-repeat left top;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.steps li.done .step {
  background-position: left -50px;
}

.steps li.active .step {
  background-position: left -100px;
  color: #FFF;
}

.steps li a {
  display: block;
  float: left;
  width: 195px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.body-cart-step2 #orderForm {
  padding-bottom: 100px;
}

.body-cart-step1 .nice {
  margin-top: 20px;
}

.cart-list {
  padding: 20px 0 20px 0;
}

.cart-list a.del {
  box-shadow: 0 0 1px 1px #FFF;
  float: left;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background: #ffd900 url("../img/icons-bw.png") no-repeat;
  background-position: -309px -197px;
  display: block;
}

.cart-list a.del:hover {
  background-color: #dcb616;
}

.cart-list a.refresh {
  margin: 7px 0 0 5px;
  box-shadow: 0 0 1px 1px #FFF;
  float: left;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background: #ffd900 url("../img/icons-bw.png") no-repeat;
  background-position: -214px -317px;
  display: block;
}

.cart-list a.refresh:hover {
  background-color: #dcb616;
}

.cart-list .amount {
  float: left;
}

.cart-list .amount input {
  margin: 0 2px;
  float: left;
  padding: 0 0 0 0;
  height: 30px;
  width: 44px;
  text-align: center;
  border: 1px solid #ccc;
}

.cart-list .amount .inc {
  margin-top: 5px;
}

.cart-list .amount .dec {
  margin-top: 5px;
}

.cart-list .img {
  float: left;
  padding: 0 6px 0 0;
  width: 78px;
  text-align: center;
}

.cart-list .img-wrapper img {
  border: 1px solid #cdcdcd;
}

.cart-list .product-name {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 0 0;
}

.cart-list .oid {
  font-style: italic;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}

.cart-list .name {
  width: 300px;
}

.cart-list .sector {
  width: 150px;
}

.cart-list th.price > span {
  display: inline-block;
  width: 125px;
  text-align: center;
}

.cart-list .price > span {
  display: inline-block;
  width: 80px;
  text-align: right;
}

.cart-list .glabel {
  float: left;
  padding: 6px 10px 0 0;
  width: 140px;
}

.cart-list .glabel-value {
  float: left;
  padding: 6px 0 0 0;
}

.cart-list .row {
  padding: 4px 0;
}

.cart-list .gselect {
  display: none;
  width: 200px;
}

.cart-list .iprice {
  padding: 0 0 0 770px;
}

.cart-list .concert {
  background-color: #191919;
}

.weight-select {
  float: left;
  padding: 5px 0 0 5px;
}

.cart.cart-step-2 .select-user_category_id {
  width: 198px !important;
}

.cart.cart-step-2.not-logged #orderForm {
  float: left;
  width: 480px;
}

.cart.cart-step-2.not-logged .on-right {
  float: right;
  width: 460px;
  padding-top: 20px;
  margin-bottom: 15px;
}

#orderForm.form .row {
  padding: 4px 0 5px 50px;
}

#orderForm .more {
  padding: 10px 0 10px 50px;
}

.cart.cart-step-2 .on-right .global-error-wrapper {
  margin: 10px 0;
}

.cart.cart-step-3 .rgui-select {
  width: 198px !important;
}

#cart-last-added-page .crumbs-pre-wrapper {
  margin-bottom: 5px;
}

#cart-last-added-page > .title {
  margin-bottom: 10px;
  padding-left: 10px;
}

#cart-last-added-page .modal-content {
  padding: 0 46px;
}

#cart-last-added-page .modal-footer {
  padding: 10px 46px 0 46px;
}

#cart-last-added-page .modal-footer-buttons {
  height: 32px;
}

#cart-last-added-page .btn-procced-order {
  float: right;
}

#cart-last-added-page .cali {
  width: 100%;
}

#cart-last-added-page .cali .price {
  width: 200px;
}

#cart-last-added-page .cali .about {
  width: 670px;
}

/* buttons */
.cart .buttons-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.cart .buttons-wrapper .btn-order {
  float: right;
}

.cart .buttons-wrapper .btn-next {
  float: right;
}

.cart .buttons-wrapper .btn-continue {
  float: left;
}

.cart .buttons-wrapper .btn-prev {
  float: left;
}

.cart .terms-agree {
  margin-bottom: 15px;
}

/* table black */
table.style1 {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
}

table.style1 th:first-child {
  border-radius: 3px 0 0 0;
}

table.style1 th:last-child {
  border-radius: 0 3px 0 0;
}

table.style1 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.style1 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.style1 th {
  text-align: left;
  padding: 10px 0 10px 10px;
  background-color: #cdcdcd;
  text-transform: uppercase;
}

table.style1 td {
  padding: 8px 0 8px 10px;
}

table.style1 tr.odd {
  background-color: #eeeeef;
}

table.style1 tr.even {
  background-color: #fbfafb;
}

table.style1 tr.foot {
  background-color: #cdcdcd;
}

table.style1 a.but1 {
  background-color: #595959;
  padding: 1px 5px;
  border-radius: 3px;
}

table.style1 a.but1:hover {
  background-color: #B2B2B2;
  color: #000;
}

table.style1 a.but2 {
  background-color: #BA0000;
  padding: 3px 7px;
  border-radius: 3px;
}

table.style1 a.but2:hover {
  background-color: #80100f;
}

table.style1 .price-sum-wrap .table-wrap {
  display: inline-block;
  padding-right: 10px;
}

table.style1 .bt {
  border-top: 1px solid #cdcdcd;
}

table.style1 .price-sum-wrap {
  border-top: 1px solid #cdcdcd;
  padding-top: 10px;
  text-align: right;
}

table.style1 .price-sum td {
  padding: 0;
}

table.style1 .price-sum .title {
  text-align: right;
  padding-right: 25px !important;
}

table.style1 .price-sum .price > span {
  display: inline-block;
  width: 80px;
  text-align: right;
}

table.style1 .price-sum .sum > td {
  padding-top: 10px;
}

table.style1 .price-sum .sum .title {
  font-weight: bold;
}

table.style1 .price-sum .sum .price {
  font-weight: bold;
  font-size: 20px;
}

#loginSpeedForm fieldset > div:not([class]), #registerSpeedForm fieldset > div:not([class]) {
  padding: 5px 0;
}

.order-summary {
  padding-left: 10px;
}

.order-summary > div {
  padding: 2px 0;
}

.order-summary > div > span {
  display: inline-block;
}

.order-summary > div > .title {
  width: 115px;
}

.order-summary > div.price > .val {
  font-weight: bold;
}

.cart-thanks .payment-icons {
  text-align: left;
}

.cart-thanks .payment-icons h5 {
  text-align: left;
  font-size: 18px;
  padding-bottom: 15px;
}

.lc-readmore .handle {
  padding-left: 3px;
  cursor: pointer;
  font-weight: bold;
  color: red;
  font-size: 13px;
}

#footer .gdpr a {
  color: red;
}

#contactForm #gdpr {
  width: 15px;
  height: 15px;
  position: absolute;
}

#contactForm .gdpr label {
  padding-left: 20px;
  display: block;
  color: #9b9b9b;
  font-style: italic;
  font-size: 13px;
}

#contactForm .gdpr {
  margin: 10px 0 5px 0;
}

.btn .svgicon {
  position: relative;
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn .svgicon--left {
  margin-left: -0.25em;
  margin-right: 0.5em;
}

.btn .svgicon--right {
  margin-left: 0.5em;
  margin-right: -0.25em;
}

.btn .svgicon--tiny {
  width: 0.85714286em;
  height: 0.85714286em;
  margin: 0.07142857em;
}

.btn .svgicon--tiny.svgicon--left {
  margin-right: 0.25rem;
}

.btn .svgicon--tiny.svgicon--right {
  margin-left: 0.25rem;
}

.btn .svgicon--small {
  width: 1.14285714em;
  height: 1.14285714em;
  margin: -0.07142857em;
}

.btn .svgicon--small.svgicon--left {
  margin-right: 0.33333333rem;
}

.btn .svgicon--small.svgicon--right {
  margin-left: 0.33333333rem;
}

.btn .svgicon--medium {
  width: 1.71428571em;
  height: 1.71428571em;
  margin: -0.35714286em;
}

.btn .svgicon--medium.svgicon--left {
  margin-right: 0.5rem;
}

.btn .svgicon--medium.svgicon--right {
  margin-left: 0.5rem;
}

.btn .svgicon--large {
  width: 2.28571429em;
  height: 2.28571429em;
  margin: -0.64285714em;
}

.btn .svgicon--large.svgicon--left {
  margin-right: 0.66666667rem;
}

.btn .svgicon--large.svgicon--right {
  margin-left: 0.66666667rem;
}

.btn .svgicon--xlarge {
  width: 3.42857143em;
  height: 3.42857143em;
  margin: -1.21428571em;
}

.btn .svgicon--xlarge.svgicon--left {
  margin-right: 1rem;
}

.btn .svgicon--xlarge.svgicon--right {
  margin-left: 1rem;
}

.btn .svgicon--huge {
  width: 4.57142857em;
  height: 4.57142857em;
  margin: -1.78571429em;
}

.btn .svgicon--huge.svgicon--left {
  margin-right: 1.33333333rem;
}

.btn .svgicon--huge.svgicon--right {
  margin-left: 1.33333333rem;
}

.btn--small .svgicon--tiny {
  width: 0.92307692em;
  height: 0.92307692em;
  margin: 0.03846154em;
}

.btn--small .svgicon--tiny.svgicon--left {
  margin-right: 0.25rem;
}

.btn--small .svgicon--tiny.svgicon--right {
  margin-left: 0.25rem;
}

.btn--small .svgicon--small {
  width: 1.23076923em;
  height: 1.23076923em;
  margin: -0.11538462em;
}

.btn--small .svgicon--small.svgicon--left {
  margin-right: 0.33333333rem;
}

.btn--small .svgicon--small.svgicon--right {
  margin-left: 0.33333333rem;
}

.btn--small .svgicon--medium {
  width: 1.84615385em;
  height: 1.84615385em;
  margin: -0.42307692em;
}

.btn--small .svgicon--medium.svgicon--left {
  margin-right: 0.5rem;
}

.btn--small .svgicon--medium.svgicon--right {
  margin-left: 0.5rem;
}

.btn--small .svgicon--large {
  width: 2.46153846em;
  height: 2.46153846em;
  margin: -0.73076923em;
}

.btn--small .svgicon--large.svgicon--left {
  margin-right: 0.66666667rem;
}

.btn--small .svgicon--large.svgicon--right {
  margin-left: 0.66666667rem;
}

.btn--small .svgicon--xlarge {
  width: 3.69230769em;
  height: 3.69230769em;
  margin: -1.34615385em;
}

.btn--small .svgicon--xlarge.svgicon--left {
  margin-right: 1rem;
}

.btn--small .svgicon--xlarge.svgicon--right {
  margin-left: 1rem;
}

.btn--small .svgicon--huge {
  width: 4.92307692em;
  height: 4.92307692em;
  margin: -1.96153846em;
}

.btn--small .svgicon--huge.svgicon--left {
  margin-right: 1.33333333rem;
}

.btn--small .svgicon--huge.svgicon--right {
  margin-left: 1.33333333rem;
}

.btn--large .svgicon--tiny {
  width: 0.85714286em;
  height: 0.85714286em;
  margin: 0.07142857em;
}

.btn--large .svgicon--tiny.svgicon--left {
  margin-right: 0.25rem;
}

.btn--large .svgicon--tiny.svgicon--right {
  margin-left: 0.25rem;
}

.btn--large .svgicon--small {
  width: 1.14285714em;
  height: 1.14285714em;
  margin: -0.07142857em;
}

.btn--large .svgicon--small.svgicon--left {
  margin-right: 0.33333333rem;
}

.btn--large .svgicon--small.svgicon--right {
  margin-left: 0.33333333rem;
}

.btn--large .svgicon--medium {
  width: 1.71428571em;
  height: 1.71428571em;
  margin: -0.35714286em;
}

.btn--large .svgicon--medium.svgicon--left {
  margin-right: 0.5rem;
}

.btn--large .svgicon--medium.svgicon--right {
  margin-left: 0.5rem;
}

.btn--large .svgicon--large {
  width: 2.28571429em;
  height: 2.28571429em;
  margin: -0.64285714em;
}

.btn--large .svgicon--large.svgicon--left {
  margin-right: 0.66666667rem;
}

.btn--large .svgicon--large.svgicon--right {
  margin-left: 0.66666667rem;
}

.btn--large .svgicon--xlarge {
  width: 3.42857143em;
  height: 3.42857143em;
  margin: -1.21428571em;
}

.btn--large .svgicon--xlarge.svgicon--left {
  margin-right: 1rem;
}

.btn--large .svgicon--xlarge.svgicon--right {
  margin-left: 1rem;
}

.btn--large .svgicon--huge {
  width: 4.57142857em;
  height: 4.57142857em;
  margin: -1.78571429em;
}

.btn--large .svgicon--huge.svgicon--left {
  margin-right: 1.33333333rem;
}

.btn--large .svgicon--huge.svgicon--right {
  margin-left: 1.33333333rem;
}

.btn--huge .svgicon--tiny {
  width: 0.75em;
  height: 0.75em;
  margin: 0.125em;
}

.btn--huge .svgicon--tiny.svgicon--left {
  margin-right: 0.25rem;
}

.btn--huge .svgicon--tiny.svgicon--right {
  margin-left: 0.25rem;
}

.btn--huge .svgicon--small {
  width: 1em;
  height: 1em;
  margin: 0em;
}

.btn--huge .svgicon--small.svgicon--left {
  margin-right: 0.33333333rem;
}

.btn--huge .svgicon--small.svgicon--right {
  margin-left: 0.33333333rem;
}

.btn--huge .svgicon--medium {
  width: 1.5em;
  height: 1.5em;
  margin: -0.25em;
}

.btn--huge .svgicon--medium.svgicon--left {
  margin-right: 0.5rem;
}

.btn--huge .svgicon--medium.svgicon--right {
  margin-left: 0.5rem;
}

.btn--huge .svgicon--large {
  width: 2em;
  height: 2em;
  margin: -0.5em;
}

.btn--huge .svgicon--large.svgicon--left {
  margin-right: 0.66666667rem;
}

.btn--huge .svgicon--large.svgicon--right {
  margin-left: 0.66666667rem;
}

.btn--huge .svgicon--xlarge {
  width: 3em;
  height: 3em;
  margin: -1em;
}

.btn--huge .svgicon--xlarge.svgicon--left {
  margin-right: 1rem;
}

.btn--huge .svgicon--xlarge.svgicon--right {
  margin-left: 1rem;
}

.btn--huge .svgicon--huge {
  width: 4em;
  height: 4em;
  margin: -1.5em;
}

.btn--huge .svgicon--huge.svgicon--left {
  margin-right: 1.33333333rem;
}

.btn--huge .svgicon--huge.svgicon--right {
  margin-left: 1.33333333rem;
}

.btn--icon-left .svgicon, .btn--icon-right .svgicon {
  position: absolute;
  height: 100%;
  top: 0;
  margin-top: 0;
}

.btn--icon-left {
  padding-left: 2.5em;
}

.btn--icon-left .svgicon {
  left: 0.8em;
}

.btn--icon-right {
  padding-right: 2.5em;
}

.btn--icon-right .svgicon {
  right: 0.8em;
}

.svgicon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: top;
}

.svgicon--tiny {
  width: 0.75rem;
  height: 0.75rem;
}

.svgicon--small {
  width: 1rem;
  height: 1rem;
}

.svgicon--medium {
  width: 1.5rem;
  height: 1.5rem;
}

.svgicon--large {
  width: 2rem;
  height: 2rem;
}

.svgicon--xlarge {
  width: 3rem;
  height: 3rem;
}

.svgicon--huge {
  width: 4rem;
  height: 4rem;
}

.btn .svgicon--1 {
  width: 1em;
  height: 1em;
}

.svgicon--1 {
  width: 1em;
  height: 1em;
}

.btn .svgicon--1-5 {
  width: 1.5em;
  height: 1.5em;
}

.svgicon--1-5 {
  width: 1.5em;
  height: 1.5em;
}

.btn .svgicon--2 {
  width: 2em;
  height: 2em;
}

.svgicon--2 {
  width: 2em;
  height: 2em;
}

.btn .svgicon--medium {
  width: 1.5em;
  height: 1.5em;
}

.svgicon--medium {
  width: 1.5em;
  height: 1.5em;
}

.btn .svgicon--large {
  width: 2em;
  height: 2em;
}

.svgicon--large {
  width: 2em;
  height: 2em;
}

.btn .svgicon--3 {
  width: 3em;
  height: 3em;
}

.svgicon--3 {
  width: 3em;
  height: 3em;
}

.btn .svgicon--4 {
  width: 4em;
  height: 4em;
}

.svgicon--4 {
  width: 4em;
  height: 4em;
}

.btn .svgicon--5 {
  width: 5em;
  height: 5em;
}

.svgicon--5 {
  width: 5em;
  height: 5em;
}

.btn .svgicon--1_3 {
  width: 1.3em;
  height: 1.3em;
}

.svgicon--1_3 {
  width: 1.3em;
  height: 1.3em;
}

.flag-small {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("../img/flags/16x11/flags.png") no-repeat;
}

.mini-flag {
  float: left;
  margin: 3px 4px 0 0;
}

.flag-small.flag-ad {
  background-position: -16px 0;
}

.flag-small.flag-ae {
  background-position: -32px 0;
}

.flag-small.flag-af {
  background-position: -48px 0;
}

.flag-small.flag-ag {
  background-position: -64px 0;
}

.flag-small.flag-ai {
  background-position: -80px 0;
}

.flag-small.flag-al {
  background-position: -96px 0;
}

.flag-small.flag-am {
  background-position: -112px 0;
}

.flag-small.flag-an {
  background-position: -128px 0;
}

.flag-small.flag-ao {
  background-position: -144px 0;
}

.flag-small.flag-ar {
  background-position: -160px 0;
}

.flag-small.flag-as {
  background-position: -176px 0;
}

.flag-small.flag-at {
  background-position: -192px 0;
}

.flag-small.flag-au {
  background-position: -208px 0;
}

.flag-small.flag-aw {
  background-position: -224px 0;
}

.flag-small.flag-az {
  background-position: -240px 0;
}

.flag-small.flag-ba {
  background-position: 0 -11px;
}

.flag-small.flag-bb {
  background-position: -16px -11px;
}

.flag-small.flag-bd {
  background-position: -32px -11px;
}

.flag-small.flag-be {
  background-position: -48px -11px;
}

.flag-small.flag-bf {
  background-position: -64px -11px;
}

.flag-small.flag-bg {
  background-position: -80px -11px;
}

.flag-small.flag-bh {
  background-position: -96px -11px;
}

.flag-small.flag-bi {
  background-position: -112px -11px;
}

.flag-small.flag-bj {
  background-position: -128px -11px;
}

.flag-small.flag-bm {
  background-position: -144px -11px;
}

.flag-small.flag-bn {
  background-position: -160px -11px;
}

.flag-small.flag-bo {
  background-position: -176px -11px;
}

.flag-small.flag-br {
  background-position: -192px -11px;
}

.flag-small.flag-bs {
  background-position: -208px -11px;
}

.flag-small.flag-bt {
  background-position: -224px -11px;
}

.flag-small.flag-bv {
  background-position: -240px -11px;
}

.flag-small.flag-bw {
  background-position: 0 -22px;
}

.flag-small.flag-by {
  background-position: -16px -22px;
}

.flag-small.flag-bz {
  background-position: -32px -22px;
}

.flag-small.flag-ca {
  background-position: -48px -22px;
}

.flag-small.flag-catalonia {
  background-position: -64px -22px;
}

.flag-small.flag-cd {
  background-position: -80px -22px;
}

.flag-small.flag-cf {
  background-position: -96px -22px;
}

.flag-small.flag-cg {
  background-position: -112px -22px;
}

.flag-small.flag-ch {
  background-position: -128px -22px;
}

.flag-small.flag-ci {
  background-position: -144px -22px;
}

.flag-small.flag-ck {
  background-position: -160px -22px;
}

.flag-small.flag-cl {
  background-position: -176px -22px;
}

.flag-small.flag-cm {
  background-position: -192px -22px;
}

.flag-small.flag-cn {
  background-position: -208px -22px;
}

.flag-small.flag-co {
  background-position: -224px -22px;
}

.flag-small.flag-cr {
  background-position: -240px -22px;
}

.flag-small.flag-cu {
  background-position: 0 -33px;
}

.flag-small.flag-cv {
  background-position: -16px -33px;
}

.flag-small.flag-cw {
  background-position: -32px -33px;
}

.flag-small.flag-cy {
  background-position: -48px -33px;
}

.flag-small.flag-cz {
  background-position: -64px -33px;
}

.flag-small.flag-de {
  background-position: -80px -33px;
}

.flag-small.flag-dj {
  background-position: -96px -33px;
}

.flag-small.flag-dk {
  background-position: -112px -33px;
}

.flag-small.flag-dm {
  background-position: -128px -33px;
}

.flag-small.flag-do {
  background-position: -144px -33px;
}

.flag-small.flag-dz {
  background-position: -160px -33px;
}

.flag-small.flag-ec {
  background-position: -176px -33px;
}

.flag-small.flag-ee {
  background-position: -192px -33px;
}

.flag-small.flag-eg {
  background-position: -208px -33px;
}

.flag-small.flag-eh {
  background-position: -224px -33px;
}

.flag-small.flag-_england {
  background-position: -240px -33px;
}

.flag-small.flag-er {
  background-position: 0 -44px;
}

.flag-small.flag-es {
  background-position: -16px -44px;
}

.flag-small.flag-et {
  background-position: -32px -44px;
}

.flag-small.flag-eu {
  background-position: -48px -44px;
}

.flag-small.flag-fi {
  background-position: -64px -44px;
}

.flag-small.flag-fj {
  background-position: -80px -44px;
}

.flag-small.flag-fk {
  background-position: -96px -44px;
}

.flag-small.flag-fm {
  background-position: -112px -44px;
}

.flag-small.flag-fo {
  background-position: -128px -44px;
}

.flag-small.flag-fr {
  background-position: -144px -44px;
}

.flag-small.flag-ga {
  background-position: -160px -44px;
}

.flag-small.flag-gb {
  background-position: -176px -44px;
}

.flag-small.flag-gd {
  background-position: -192px -44px;
}

.flag-small.flag-ge {
  background-position: -208px -44px;
}

.flag-small.flag-gf {
  background-position: -224px -44px;
}

.flag-small.flag-gg {
  background-position: -240px -44px;
}

.flag-small.flag-gh {
  background-position: 0 -55px;
}

.flag-small.flag-gi {
  background-position: -16px -55px;
}

.flag-small.flag-gl {
  background-position: -32px -55px;
}

.flag-small.flag-gm {
  background-position: -48px -55px;
}

.flag-small.flag-gn {
  background-position: -64px -55px;
}

.flag-small.flag-gp {
  background-position: -80px -55px;
}

.flag-small.flag-gq {
  background-position: -96px -55px;
}

.flag-small.flag-gr {
  background-position: -112px -55px;
}

.flag-small.flag-gs {
  background-position: -128px -55px;
}

.flag-small.flag-gt {
  background-position: -144px -55px;
}

.flag-small.flag-gu {
  background-position: -160px -55px;
}

.flag-small.flag-gw {
  background-position: -176px -55px;
}

.flag-small.flag-gy {
  background-position: -192px -55px;
}

.flag-small.flag-hk {
  background-position: -208px -55px;
}

.flag-small.flag-hm {
  background-position: -224px -55px;
}

.flag-small.flag-hn {
  background-position: -240px -55px;
}

.flag-small.flag-hr {
  background-position: 0 -66px;
}

.flag-small.flag-ht {
  background-position: -16px -66px;
}

.flag-small.flag-hu {
  background-position: -32px -66px;
}

.flag-small.flag-ic {
  background-position: -48px -66px;
}

.flag-small.flag-id {
  background-position: -64px -66px;
}

.flag-small.flag-ie {
  background-position: -80px -66px;
}

.flag-small.flag-il {
  background-position: -96px -66px;
}

.flag-small.flag-im {
  background-position: -112px -66px;
}

.flag-small.flag-in {
  background-position: -128px -66px;
}

.flag-small.flag-io {
  background-position: -144px -66px;
}

.flag-small.flag-iq {
  background-position: -160px -66px;
}

.flag-small.flag-ir {
  background-position: -176px -66px;
}

.flag-small.flag-is {
  background-position: -192px -66px;
}

.flag-small.flag-it {
  background-position: -208px -66px;
}

.flag-small.flag-je {
  background-position: -224px -66px;
}

.flag-small.flag-jm {
  background-position: -240px -66px;
}

.flag-small.flag-jo {
  background-position: 0 -77px;
}

.flag-small.flag-jp {
  background-position: -16px -77px;
}

.flag-small.flag-ke {
  background-position: -32px -77px;
}

.flag-small.flag-kg {
  background-position: -48px -77px;
}

.flag-small.flag-kh {
  background-position: -64px -77px;
}

.flag-small.flag-ki {
  background-position: -80px -77px;
}

.flag-small.flag-km {
  background-position: -96px -77px;
}

.flag-small.flag-kn {
  background-position: -112px -77px;
}

.flag-small.flag-kp {
  background-position: -128px -77px;
}

.flag-small.flag-kr {
  background-position: -144px -77px;
}

.flag-small.flag-kurdistan {
  background-position: -160px -77px;
}

.flag-small.flag-kw {
  background-position: -176px -77px;
}

.flag-small.flag-ky {
  background-position: -192px -77px;
}

.flag-small.flag-kz {
  background-position: -208px -77px;
}

.flag-small.flag-la {
  background-position: -224px -77px;
}

.flag-small.flag-lb {
  background-position: -240px -77px;
}

.flag-small.flag-lc {
  background-position: 0 -88px;
}

.flag-small.flag-li {
  background-position: -16px -88px;
}

.flag-small.flag-lk {
  background-position: -32px -88px;
}

.flag-small.flag-lr {
  background-position: -48px -88px;
}

.flag-small.flag-ls {
  background-position: -64px -88px;
}

.flag-small.flag-lt {
  background-position: -80px -88px;
}

.flag-small.flag-lu {
  background-position: -96px -88px;
}

.flag-small.flag-lv {
  background-position: -112px -88px;
}

.flag-small.flag-ly {
  background-position: -128px -88px;
}

.flag-small.flag-ma {
  background-position: -144px -88px;
}

.flag-small.flag-mc {
  background-position: -160px -88px;
}

.flag-small.flag-md {
  background-position: -176px -88px;
}

.flag-small.flag-me {
  background-position: -192px -88px;
}

.flag-small.flag-mf {
  background-position: -224px -165px;
}

.flag-small.flag-zz {
  background-position: -240px -165px;
}

.flag-small.flag-mg {
  background-position: -208px -88px;
}

.flag-small.flag-mh {
  background-position: -224px -88px;
}

.flag-small.flag-mk {
  background-position: -240px -88px;
}

.flag-small.flag-ml {
  background-position: 0 -99px;
}

.flag-small.flag-mm {
  background-position: -16px -99px;
}

.flag-small.flag-mn {
  background-position: -32px -99px;
}

.flag-small.flag-mo {
  background-position: -48px -99px;
}

.flag-small.flag-mp {
  background-position: -64px -99px;
}

.flag-small.flag-mq {
  background-position: -80px -99px;
}

.flag-small.flag-mr {
  background-position: -96px -99px;
}

.flag-small.flag-ms {
  background-position: -112px -99px;
}

.flag-small.flag-mt {
  background-position: -128px -99px;
}

.flag-small.flag-mu {
  background-position: -144px -99px;
}

.flag-small.flag-mv {
  background-position: -160px -99px;
}

.flag-small.flag-mw {
  background-position: -176px -99px;
}

.flag-small.flag-mx {
  background-position: -192px -99px;
}

.flag-small.flag-my {
  background-position: -208px -99px;
}

.flag-small.flag-mz {
  background-position: -224px -99px;
}

.flag-small.flag-na {
  background-position: -240px -99px;
}

.flag-small.flag-nc {
  background-position: 0 -110px;
}

.flag-small.flag-ne {
  background-position: -16px -110px;
}

.flag-small.flag-nf {
  background-position: -32px -110px;
}

.flag-small.flag-ng {
  background-position: -48px -110px;
}

.flag-small.flag-ni {
  background-position: -64px -110px;
}

.flag-small.flag-nl {
  background-position: -80px -110px;
}

.flag-small.flag-no {
  background-position: -96px -110px;
}

.flag-small.flag-np {
  background-position: -112px -110px;
}

.flag-small.flag-nr {
  background-position: -128px -110px;
}

.flag-small.flag-nu {
  background-position: -144px -110px;
}

.flag-small.flag-nz {
  background-position: -160px -110px;
}

.flag-small.flag-om {
  background-position: -176px -110px;
}

.flag-small.flag-pa {
  background-position: -192px -110px;
}

.flag-small.flag-pe {
  background-position: -208px -110px;
}

.flag-small.flag-pf {
  background-position: -224px -110px;
}

.flag-small.flag-pg {
  background-position: -240px -110px;
}

.flag-small.flag-ph {
  background-position: 0 -121px;
}

.flag-small.flag-pk {
  background-position: -16px -121px;
}

.flag-small.flag-pl {
  background-position: -32px -121px;
}

.flag-small.flag-pm {
  background-position: -48px -121px;
}

.flag-small.flag-pn {
  background-position: -64px -121px;
}

.flag-small.flag-pr {
  background-position: -80px -121px;
}

.flag-small.flag-ps {
  background-position: -96px -121px;
}

.flag-small.flag-pt {
  background-position: -112px -121px;
}

.flag-small.flag-pw {
  background-position: -128px -121px;
}

.flag-small.flag-py {
  background-position: -144px -121px;
}

.flag-small.flag-qa {
  background-position: -160px -121px;
}

.flag-small.flag-re {
  background-position: -176px -121px;
}

.flag-small.flag-ro {
  background-position: -192px -121px;
}

.flag-small.flag-rs {
  background-position: -208px -121px;
}

.flag-small.flag-ru {
  background-position: -224px -121px;
}

.flag-small.flag-rw {
  background-position: -240px -121px;
}

.flag-small.flag-sa {
  background-position: 0 -132px;
}

.flag-small.flag-sb {
  background-position: -16px -132px;
}

.flag-small.flag-sc {
  background-position: -32px -132px;
}

.flag-small.flag-_scotland {
  background-position: -48px -132px;
}

.flag-small.flag-sd {
  background-position: -64px -132px;
}

.flag-small.flag-se {
  background-position: -80px -132px;
}

.flag-small.flag-sg {
  background-position: -96px -132px;
}

.flag-small.flag-sh {
  background-position: -112px -132px;
}

.flag-small.flag-si {
  background-position: -128px -132px;
}

.flag-small.flag-sk {
  background-position: -144px -132px;
}

.flag-small.flag-sl {
  background-position: -160px -132px;
}

.flag-small.flag-sm {
  background-position: -176px -132px;
}

.flag-small.flag-sn {
  background-position: -192px -132px;
}

.flag-small.flag-so {
  background-position: -208px -132px;
}

.flag-small.flag-somaliland {
  background-position: -224px -132px;
}

.flag-small.flag-sr {
  background-position: -240px -132px;
}

.flag-small.flag-ss {
  background-position: 0 -143px;
}

.flag-small.flag-st {
  background-position: -16px -143px;
}

.flag-small.flag-sv {
  background-position: -32px -143px;
}

.flag-small.flag-sx {
  background-position: -48px -143px;
}

.flag-small.flag-sy {
  background-position: -64px -143px;
}

.flag-small.flag-sz {
  background-position: -80px -143px;
}

.flag-small.flag-tc {
  background-position: -96px -143px;
}

.flag-small.flag-td {
  background-position: -112px -143px;
}

.flag-small.flag-tf {
  background-position: -128px -143px;
}

.flag-small.flag-tg {
  background-position: -144px -143px;
}

.flag-small.flag-th {
  background-position: -160px -143px;
}

.flag-small.flag-tibet {
  background-position: -176px -143px;
}

.flag-small.flag-tj {
  background-position: -192px -143px;
}

.flag-small.flag-tk {
  background-position: -208px -143px;
}

.flag-small.flag-tl {
  background-position: -224px -143px;
}

.flag-small.flag-tm {
  background-position: -240px -143px;
}

.flag-small.flag-tn {
  background-position: 0 -154px;
}

.flag-small.flag-to {
  background-position: -16px -154px;
}

.flag-small.flag-tr {
  background-position: -32px -154px;
}

.flag-small.flag-tt {
  background-position: -48px -154px;
}

.flag-small.flag-tv {
  background-position: -64px -154px;
}

.flag-small.flag-tw {
  background-position: -80px -154px;
}

.flag-small.flag-tz {
  background-position: -96px -154px;
}

.flag-small.flag-ua {
  background-position: -112px -154px;
}

.flag-small.flag-ug {
  background-position: -128px -154px;
}

.flag-small.flag-um {
  background-position: -144px -154px;
}

.flag-small.flag-us {
  background-position: -160px -154px;
}

.flag-small.flag-uy {
  background-position: -176px -154px;
}

.flag-small.flag-uz {
  background-position: -192px -154px;
}

.flag-small.flag-va {
  background-position: -208px -154px;
}

.flag-small.flag-vc {
  background-position: -224px -154px;
}

.flag-small.flag-ve {
  background-position: -240px -154px;
}

.flag-small.flag-vg {
  background-position: 0 -165px;
}

.flag-small.flag-vi {
  background-position: -16px -165px;
}

.flag-small.flag-vn {
  background-position: -32px -165px;
}

.flag-small.flag-vu {
  background-position: -48px -165px;
}

.flag-small.flag-_wales {
  background-position: -64px -165px;
}

.flag-small.flag-wf {
  background-position: -80px -165px;
}

.flag-small.flag-ws {
  background-position: -96px -165px;
}

.flag-small.flag-xk {
  background-position: -112px -165px;
}

.flag-small.flag-ye {
  background-position: -128px -165px;
}

.flag-small.flag-yt {
  background-position: -144px -165px;
}

.flag-small.flag-za {
  background-position: -160px -165px;
}

.flag-small.flag-zanzibar {
  background-position: -176px -165px;
}

.flag-small.flag-zm {
  background-position: -192px -165px;
}

.flag-small.flag-zw {
  background-position: -208px -165px;
}

.flag-small.flag-bq {
  background-position: -256px 0px;
}

.flag-big {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../img/flags/48x48/flags.png");
  background-repeat: no-repeat;
}

.flag-big-ae {
  background-position: -57px -3px;
}

.flag-big-af {
  background-position: -111px -3px;
}

.flag-big-ag {
  background-position: -165px -3px;
}

.flag-big-ai {
  background-position: -219px -3px;
}

.flag-big-al {
  background-position: -273px -3px;
}

.flag-big-am {
  background-position: -327px -3px;
}

.flag-big-an {
  background-position: -381px -3px;
}

.flag-big-ao {
  background-position: -435px -3px;
}

.flag-big-aq {
  background-position: -489px -3px;
}

.flag-big-ar {
  background-position: -543px -3px;
}

.flag-big-as {
  background-position: -597px -3px;
}

.flag-big-at {
  background-position: -651px -3px;
}

.flag-big-au {
  background-position: -705px -3px;
}

.flag-big-aw {
  background-position: -759px -3px;
}

.flag-big-ax {
  background-position: -813px -3px;
}

.flag-big-az {
  background-position: -3px -57px;
}

.flag-big-ba {
  background-position: -57px -57px;
}

.flag-big-bb {
  background-position: -111px -57px;
}

.flag-big-bd {
  background-position: -165px -57px;
}

.flag-big-be {
  background-position: -219px -57px;
}

.flag-big-bf {
  background-position: -273px -57px;
}

.flag-big-bg {
  background-position: -327px -57px;
}

.flag-big-bh {
  background-position: -381px -57px;
}

.flag-big-bi {
  background-position: -435px -57px;
}

.flag-big-bj {
  background-position: -489px -57px;
}

.flag-big-bl {
  background-position: -543px -57px;
}

.flag-big-bm {
  background-position: -597px -57px;
}

.flag-big-bn {
  background-position: -651px -57px;
}

.flag-big-bo {
  background-position: -705px -57px;
}

.flag-big-br {
  background-position: -759px -57px;
}

.flag-big-bs {
  background-position: -813px -57px;
}

.flag-big-bt {
  background-position: -3px -111px;
}

.flag-big-bw {
  background-position: -57px -111px;
}

.flag-big-by {
  background-position: -111px -111px;
}

.flag-big-bz {
  background-position: -165px -111px;
}

.flag-big-ca {
  background-position: -219px -111px;
}

.flag-big-cc {
  background-position: -273px -111px;
}

.flag-big-cd {
  background-position: -327px -111px;
}

.flag-big-cf {
  background-position: -381px -111px;
}

.flag-big-cg {
  background-position: -435px -111px;
}

.flag-big-ch {
  background-position: -489px -111px;
}

.flag-big-ci {
  background-position: -543px -111px;
}

.flag-big-ck {
  background-position: -597px -111px;
}

.flag-big-cl {
  background-position: -651px -111px;
}

.flag-big-cm {
  background-position: -705px -111px;
}

.flag-big-cn {
  background-position: -759px -111px;
}

.flag-big-co {
  background-position: -813px -111px;
}

.flag-big-cr {
  background-position: -3px -165px;
}

.flag-big-cu {
  background-position: -57px -165px;
}

.flag-big-cv {
  background-position: -111px -165px;
}

.flag-big-cw {
  background-position: -165px -165px;
}

.flag-big-cx {
  background-position: -219px -165px;
}

.flag-big-cy {
  background-position: -273px -165px;
}

.flag-big-cz {
  background-position: -327px -165px;
}

.flag-big-de {
  background-position: -381px -165px;
}

.flag-big-dj {
  background-position: -435px -165px;
}

.flag-big-dk {
  background-position: -489px -165px;
}

.flag-big-dm {
  background-position: -543px -165px;
}

.flag-big-do {
  background-position: -597px -165px;
}

.flag-big-dz {
  background-position: -651px -165px;
}

.flag-big-ec {
  background-position: -705px -165px;
}

.flag-big-ee {
  background-position: -759px -165px;
}

.flag-big-eg {
  background-position: -813px -165px;
}

.flag-big-eh {
  background-position: -3px -219px;
}

.flag-big-er {
  background-position: -57px -219px;
}

.flag-big-es {
  background-position: -111px -219px;
}

.flag-big-et {
  background-position: -165px -219px;
}

.flag-big-eu {
  background-position: -219px -219px;
}

.flag-big-fi {
  background-position: -273px -219px;
}

.flag-big-fj {
  background-position: -327px -219px;
}

.flag-big-fk {
  background-position: -381px -219px;
}

.flag-big-fm {
  background-position: -435px -219px;
}

.flag-big-fo {
  background-position: -489px -219px;
}

.flag-big-fr {
  background-position: -543px -219px;
}

.flag-big-ga {
  background-position: -597px -219px;
}

.flag-big-gb {
  background-position: -651px -219px;
}

.flag-big-gd {
  background-position: -705px -219px;
}

.flag-big-ge {
  background-position: -759px -219px;
}

.flag-big-gg {
  background-position: -813px -219px;
}

.flag-big-gh {
  background-position: -3px -273px;
}

.flag-big-gi {
  background-position: -57px -273px;
}

.flag-big-gl {
  background-position: -111px -273px;
}

.flag-big-gm {
  background-position: -165px -273px;
}

.flag-big-gn {
  background-position: -219px -273px;
}

.flag-big-gq {
  background-position: -273px -273px;
}

.flag-big-gr {
  background-position: -327px -273px;
}

.flag-big-gs {
  background-position: -381px -273px;
}

.flag-big-gt {
  background-position: -435px -273px;
}

.flag-big-gu {
  background-position: -489px -273px;
}

.flag-big-gw {
  background-position: -543px -273px;
}

.flag-big-gy {
  background-position: -597px -273px;
}

.flag-big-hk {
  background-position: -651px -273px;
}

.flag-big-hn {
  background-position: -705px -273px;
}

.flag-big-hr {
  background-position: -759px -273px;
}

.flag-big-ht {
  background-position: -813px -273px;
}

.flag-big-hu {
  background-position: -3px -327px;
}

.flag-big-ic {
  background-position: -57px -327px;
}

.flag-big-id {
  background-position: -111px -327px;
}

.flag-big-ie {
  background-position: -165px -327px;
}

.flag-big-il {
  background-position: -219px -327px;
}

.flag-big-im {
  background-position: -273px -327px;
}

.flag-big-in {
  background-position: -327px -327px;
}

.flag-big-iq {
  background-position: -381px -327px;
}

.flag-big-ir {
  background-position: -435px -327px;
}

.flag-big-is {
  background-position: -489px -327px;
}

.flag-big-it {
  background-position: -543px -327px;
}

.flag-big-je {
  background-position: -597px -327px;
}

.flag-big-jm {
  background-position: -651px -327px;
}

.flag-big-jo {
  background-position: -705px -327px;
}

.flag-big-jp {
  background-position: -759px -327px;
}

.flag-big-ke {
  background-position: -813px -327px;
}

.flag-big-kg {
  background-position: -3px -381px;
}

.flag-big-kh {
  background-position: -57px -381px;
}

.flag-big-ki {
  background-position: -111px -381px;
}

.flag-big-km {
  background-position: -165px -381px;
}

.flag-big-kn {
  background-position: -219px -381px;
}

.flag-big-kp {
  background-position: -273px -381px;
}

.flag-big-kr {
  background-position: -327px -381px;
}

.flag-big-kw {
  background-position: -381px -381px;
}

.flag-big-ky {
  background-position: -435px -381px;
}

.flag-big-kz {
  background-position: -489px -381px;
}

.flag-big-la {
  background-position: -543px -381px;
}

.flag-big-lb {
  background-position: -597px -381px;
}

.flag-big-lc {
  background-position: -651px -381px;
}

.flag-big-li {
  background-position: -705px -381px;
}

.flag-big-lk {
  background-position: -759px -381px;
}

.flag-big-lr {
  background-position: -813px -381px;
}

.flag-big-ls {
  background-position: -3px -435px;
}

.flag-big-lt {
  background-position: -57px -435px;
}

.flag-big-lu {
  background-position: -111px -435px;
}

.flag-big-lv {
  background-position: -165px -435px;
}

.flag-big-ly {
  background-position: -219px -435px;
}

.flag-big-ma {
  background-position: -273px -435px;
}

.flag-big-mc {
  background-position: -327px -435px;
}

.flag-big-md {
  background-position: -381px -435px;
}

.flag-big-me {
  background-position: -435px -435px;
}

.flag-big-mf {
  background-position: -489px -435px;
}

.flag-big-zz {
  background-position: -867px -273px;
}

.flag-big-mg {
  background-position: -543px -435px;
}

.flag-big-mh {
  background-position: -597px -435px;
}

.flag-big-mk {
  background-position: -651px -435px;
}

.flag-big-ml {
  background-position: -705px -435px;
}

.flag-big-mm {
  background-position: -759px -435px;
}

.flag-big-mn {
  background-position: -813px -435px;
}

.flag-big-mo {
  background-position: -3px -489px;
}

.flag-big-mp {
  background-position: -57px -489px;
}

.flag-big-mq {
  background-position: -111px -489px;
}

.flag-big-mr {
  background-position: -165px -489px;
}

.flag-big-ms {
  background-position: -219px -489px;
}

.flag-big-mt {
  background-position: -273px -489px;
}

.flag-big-mu {
  background-position: -327px -489px;
}

.flag-big-mv {
  background-position: -381px -489px;
}

.flag-big-mw {
  background-position: -435px -489px;
}

.flag-big-mx {
  background-position: -489px -489px;
}

.flag-big-my {
  background-position: -543px -489px;
}

.flag-big-mz {
  background-position: -597px -489px;
}

.flag-big-na {
  background-position: -651px -489px;
}

.flag-big-nc {
  background-position: -705px -489px;
}

.flag-big-ne {
  background-position: -759px -489px;
}

.flag-big-nf {
  background-position: -813px -489px;
}

.flag-big-ng {
  background-position: -3px -543px;
}

.flag-big-ni {
  background-position: -57px -543px;
}

.flag-big-nl {
  background-position: -111px -543px;
}

.flag-big-no {
  background-position: -165px -543px;
}

.flag-big-np {
  background-position: -219px -543px;
}

.flag-big-nr {
  background-position: -273px -543px;
}

.flag-big-nu {
  background-position: -327px -543px;
}

.flag-big-nz {
  background-position: -381px -543px;
}

.flag-big-om {
  background-position: -435px -543px;
}

.flag-big-pa {
  background-position: -489px -543px;
}

.flag-big-pe {
  background-position: -543px -543px;
}

.flag-big-pf {
  background-position: -597px -543px;
}

.flag-big-pg {
  background-position: -651px -543px;
}

.flag-big-ph {
  background-position: -705px -543px;
}

.flag-big-pk {
  background-position: -759px -543px;
}

.flag-big-pl {
  background-position: -813px -543px;
}

.flag-big-pn {
  background-position: -3px -597px;
}

.flag-big-pr {
  background-position: -57px -597px;
}

.flag-big-ps {
  background-position: -111px -597px;
}

.flag-big-pt {
  background-position: -165px -597px;
}

.flag-big-pw {
  background-position: -219px -597px;
}

.flag-big-py {
  background-position: -273px -597px;
}

.flag-big-qa {
  background-position: -327px -597px;
}

.flag-big-ro {
  background-position: -381px -597px;
}

.flag-big-rs {
  background-position: -435px -597px;
}

.flag-big-ru {
  background-position: -489px -597px;
}

.flag-big-rw {
  background-position: -543px -597px;
}

.flag-big-sa {
  background-position: -597px -597px;
}

.flag-big-sb {
  background-position: -651px -597px;
}

.flag-big-sc {
  background-position: -705px -597px;
}

.flag-big-sd {
  background-position: -759px -597px;
}

.flag-big-se {
  background-position: -813px -597px;
}

.flag-big-sg {
  background-position: -3px -651px;
}

.flag-big-sh {
  background-position: -57px -651px;
}

.flag-big-si {
  background-position: -111px -651px;
}

.flag-big-sk {
  background-position: -165px -651px;
}

.flag-big-sl {
  background-position: -219px -651px;
}

.flag-big-sm {
  background-position: -273px -651px;
}

.flag-big-sn {
  background-position: -327px -651px;
}

.flag-big-so {
  background-position: -381px -651px;
}

.flag-big-sr {
  background-position: -435px -651px;
}

.flag-big-ss {
  background-position: -489px -651px;
}

.flag-big-st {
  background-position: -543px -651px;
}

.flag-big-sv {
  background-position: -597px -651px;
}

.flag-big-sy {
  background-position: -651px -651px;
}

.flag-big-sz {
  background-position: -705px -651px;
}

.flag-big-tc {
  background-position: -759px -651px;
}

.flag-big-td {
  background-position: -813px -651px;
}

.flag-big-tf {
  background-position: -3px -705px;
}

.flag-big-tg {
  background-position: -57px -705px;
}

.flag-big-th {
  background-position: -111px -705px;
}

.flag-big-tj {
  background-position: -165px -705px;
}

.flag-big-tk {
  background-position: -219px -705px;
}

.flag-big-tl {
  background-position: -273px -705px;
}

.flag-big-tm {
  background-position: -327px -705px;
}

.flag-big-tn {
  background-position: -381px -705px;
}

.flag-big-to {
  background-position: -435px -705px;
}

.flag-big-tr {
  background-position: -489px -705px;
}

.flag-big-tt {
  background-position: -543px -705px;
}

.flag-big-tv {
  background-position: -597px -705px;
}

.flag-big-tw {
  background-position: -651px -705px;
}

.flag-big-tz {
  background-position: -705px -705px;
}

.flag-big-ua {
  background-position: -759px -705px;
}

.flag-big-ug {
  background-position: -813px -705px;
}

.flag-big-us {
  background-position: -3px -759px;
}

.flag-big-uy {
  background-position: -57px -759px;
}

.flag-big-uz {
  background-position: -111px -759px;
}

.flag-big-va {
  background-position: -165px -759px;
}

.flag-big-vc {
  background-position: -219px -759px;
}

.flag-big-ve {
  background-position: -273px -759px;
}

.flag-big-vg {
  background-position: -327px -759px;
}

.flag-big-vi {
  background-position: -381px -759px;
}

.flag-big-vn {
  background-position: -435px -759px;
}

.flag-big-vu {
  background-position: -489px -759px;
}

.flag-big-wf {
  background-position: -543px -759px;
}

.flag-big-ws {
  background-position: -597px -759px;
}

.flag-big-ye {
  background-position: -651px -759px;
}

.flag-big-yt {
  background-position: -705px -759px;
}

.flag-big-za {
  background-position: -759px -759px;
}

.flag-big-zm {
  background-position: -813px -759px;
}

.flag-big-zw {
  background-position: -3px -813px;
}

.flag-big-_abkhazia {
  background-position: -57px -813px;
}

.flag-big-_basque-country {
  background-position: -111px -813px;
}

.flag-big-_british-antarctic-territory {
  background-position: -165px -813px;
}

.flag-big-_commonwealth {
  background-position: -219px -813px;
}

.flag-big-_england {
  background-position: -273px -813px;
}

.flag-big-_gosquared {
  background-position: -327px -813px;
}

.flag-big-_kosovo {
  background-position: -381px -813px;
}

.flag-big-_mars {
  background-position: -435px -813px;
}

.flag-big-_nagorno-karabakh {
  background-position: -489px -813px;
}

.flag-big-_nato {
  background-position: -543px -813px;
}

.flag-big-_northern-cyprus {
  background-position: -597px -813px;
}

.flag-big-_olympics {
  background-position: -651px -813px;
}

.flag-big-_red-cross {
  background-position: -705px -813px;
}

.flag-big-_scotland {
  background-position: -759px -813px;
}

.flag-big-_somaliland {
  background-position: -813px -813px;
}

.flag-big-_south-ossetia {
  background-position: -867px -3px;
}

.flag-big-_united-nations {
  background-position: -867px -57px;
}

.flag-big-_unknown {
  background-position: -867px -111px;
}

.flag-big-_wales {
  background-position: -867px -165px;
}

.flag-big-_bq {
  background-position: -867px -219px;
}

.flexbox {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox-inline {
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.flex-direction-A {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-A {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* row */
.flex-direction-B {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-B {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* row-reverse */
.flex-direction-C {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-C {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* column */
.flex-direction-D {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-D {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* column-reverse */
.flex-direction-E {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-dir-E {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*--------------------------------------------------------------------*/
.flex-wrap-A {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

/* nowrap */
.flex-wrap-B {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

/* nowrap */
.flex-wrap-C {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* nowrap */
.flex-wrap-D {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/*--------------------------------------------------------------------*/
.flex-flow-A {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* row nowrap */
.flex-flow-B {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* column-reverse wrap */
.flex-flow-C {
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap;
}

/*--------------------------------------------------------------------*/
.order-A {
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

/* -1 */
.order-B {
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

/* 5 */
.order-C {
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

/*--------------------------------------------------------------------*/
.flex-grow-A {
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/* 3 */
.flex-grow-B {
  -moz-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

/*--------------------------------------------------------------------*/
.flex-shrink-A {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

/* 2 */
.flex-shrink-B {
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

/*--------------------------------------------------------------------*/
.flex-basis-A {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-basis-B {
  -ms-flex-preferred-size: 18rem;
  flex-basis: 18rem;
}

/*--------------------------------------------------------------------*/
.flex-A {
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* 1, 6, 20% */
.flex-B {
  -moz-flex: 1 6 20%;
  -ms-flex: 1 6 20%;
  flex: 1 6 20%;
}

/* 1, 20%, null */
.flex-C {
  -moz-flex: 1 20%;
  -ms-flex: 1 20%;
  flex: 1 20%;
}

/* 1, null, null */
.flex-D {
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*--------------------------------------------------------------------*/
.justify-content-A {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-just-A {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/* flex-start */
.justify-content-B {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-just-B {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/* flex-end */
.justify-content-C {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-just-C {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

/* flex-end */
.justify-content-D {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-just-D {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* space-between */
.justify-content-E {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex-just-E {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* space-around */
.justify-content-E {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-just-E {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

/*--------------------------------------------------------------------*/
.align-items-A {
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

/* flex-start */
.align-items-C {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

/* flex-end */
.align-items-D {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

/* center */
.align-items-E {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

/* baseline */
.align-items-F {
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

/* stretch */
.align-items-G {
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

/*--------------------------------*/
.align-self-A {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
}

/* auto */
.align-self-B {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto;
}

/* flex-start */
.align-self-C {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* flex-end */
.align-self-D {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* center */
.align-self-E {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

/* baseline */
.align-self-F {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

/* stretch */
.align-self-G {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

/*--------------------------------------------------------------------*/
.align-content-A {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* flex-start */
.align-content-B {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* flex-end */
.align-content-C {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/* center */
.align-content-D {
  -ms-flex-line-pack: center;
  align-content: center;
}

/* space-between */
.align-content-E {
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

/* space-around */
.align-content-F {
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}

/* stretch */
.align-content-G {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.morphsearch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transform-origin: 100%;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

@media only screen and (min-width: 1200px) {
  .morphsearch {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .morphsearch {
    width: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .morphsearch {
    width: 50px;
    top: 40px;
    left: inherit;
    right: 70px;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 480px) {
  .morphsearch {
    width: 50px;
    left: inherit;
    right: 70px;
  }
}

@media only screen and (min-width: 480px) {
  .morphsearch {
    right: 60px;
  }
}

.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  transition: color 0.3s;
}

.morphsearch.open {
  left: 0;
  top: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate(0%);
}

.morphsearch.open .scroll-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.98);
  transition: none;
  overflow: auto;
}

.morphsearch.open .scroll-content .search-container {
  width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
  .morphsearch.open .scroll-content .search-container {
    width: 100%;
  }
}

.morphsearch.open .scroll-content .search-container .form, .morphsearch.open .scroll-content .search-container .morphsearch-form {
  transform: translate3d(0, 1.5em, 0);
}

.morphsearch.open .scroll-content .search-container .form .input-group, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group {
  display: block;
}

.morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 99;
  overflow: hidden;
  width: inherit;
}

.morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn .morphsearch-submit, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn .morphsearch-submit {
  width: inherit;
  height: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  opacity: 1;
}

.morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn .morphsearch-submit i, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn .morphsearch-submit i {
  color: white;
  font-size: 5em;
}

@media only screen and (min-width: 992px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn .morphsearch-submit i, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn .morphsearch-submit i {
    font-size: 4em;
  }
}

@media only screen and (min-width: 768px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn .morphsearch-submit i, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn .morphsearch-submit i {
    font-size: 3em;
  }
}

@media only screen and (min-width: 480px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .input-group-btn .morphsearch-submit i, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .input-group-btn .morphsearch-submit i {
    font-size: 2em;
  }
}

.morphsearch.open .scroll-content .search-container .form .input-group .morphsearch-input, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .morphsearch-input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 30px 130px 10px 15px;
  border-bottom: 2px solid #464646;
  font-size: 5em;
}

@media only screen and (min-width: 992px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .morphsearch-input, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .morphsearch-input {
    font-size: 4em;
  }
}

@media only screen and (min-width: 768px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .morphsearch-input, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .morphsearch-input {
    font-size: 3em;
  }
}

@media only screen and (min-width: 480px) {
  .morphsearch.open .scroll-content .search-container .form .input-group .morphsearch-input, .morphsearch.open .scroll-content .search-container .morphsearch-form .input-group .morphsearch-input {
    font-size: 2em;
  }
}

.morphsearch.open .scroll-content .search-container .form .morphsearch-close, .morphsearch.open .scroll-content .search-container .morphsearch-form .morphsearch-close {
  display: block;
  z-index: 999;
}

.morphsearch.open .scroll-content .search-container .form .morphsearch-close span, .morphsearch.open .scroll-content .search-container .morphsearch-form .morphsearch-close span {
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  font-size: 16px;
  color: #676a6f;
}

@media only screen and (min-width: 768px) {
  .morphsearch.open .scroll-content .search-container .form .morphsearch-close span, .morphsearch.open .scroll-content .search-container .morphsearch-form .morphsearch-close span {
    margin-right: 5px;
    font-size: 14px;
  }
}

.morphsearch.open .scroll-content .search-container .form .morphsearch-close i, .morphsearch.open .scroll-content .search-container .morphsearch-form .morphsearch-close i {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}

.morphsearch.open .scroll-content .search-container .form .filter-form, .morphsearch.open .scroll-content .search-container .morphsearch-form .filter-form {
  display: block;
  margin-top: 30px;
}

.morphsearch.open .scroll-content .search-container .morphsearch-content {
  display: block;
  margin-top: 40px;
  overflow: hidden;
  pointer-events: auto;
  transition: opacity 0.3s 0.5s;
}

.morphsearch .form .morphsearch-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch .form .morphsearch-form .input-group .morphsearch-submit {
  width: 50px;
  height: 50px;
  background-color: #3ea5ec;
  border-radius: 0;
}

@media only screen and (min-width: 1200px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-submit {
    width: 50px;
    height: 50px;
  }
}

.morphsearch .form .morphsearch-form .input-group .morphsearch-submit i {
  font-size: 22px;
}

@media only screen and (min-width: 1200px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-submit i {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-submit i {
    font-size: 18px;
  }
}

.morphsearch .form .morphsearch-form .input-group .morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  font-weight: 700;
  border: none;
  background: transparent;
  color: #fff;
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  height: 50px;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  padding: 0px 20px;
  font-size: 20px;
  color: #9a9ca1;
}

@media only screen and (min-width: 1200px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-input {
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-input {
    width: 200px;
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-input {
    width: 300px;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-input {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .morphsearch .form .morphsearch-form .input-group .morphsearch-input {
    display: none;
  }
}

.morphsearch .form .morphsearch-form .input-group .morphsearch-input::-ms-clear {
  display: none;
}

.morphsearch .form .morphsearch-form .input-group .morphsearch-input::-webkit-input-placeholder, .morphsearch .form .morphsearch-form .input-group .morphsearch-input:-moz-placeholder, .morphsearch .form .morphsearch-form .input-group .morphsearch-input::-moz-placeholder, .morphsearch .form .morphsearch-form .input-group .morphsearch-input:-ms-input-placeholder {
  color: #c2c2c2;
}

.morphsearch .form .morphsearch-form .morphsearch-close {
  position: absolute;
  right: 0em;
  cursor: pointer;
  display: none;
}

.morphsearch .form .morphsearch-form .morphsearch-close i {
  text-indent: 100%;
  pointer-events: none;
  transform: scale3d(0, 0, 1);
}

.morphsearch .form .morphsearch-form .morphsearch-close i::before, .morphsearch .form .morphsearch-form .morphsearch-close i::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #999999;
}

.morphsearch .form .morphsearch-form .morphsearch-close i::before, .morphsearch .form .morphsearch-form .morphsearch-close i::after {
  opacity: 1;
}

.morphsearch .form .morphsearch-form .morphsearch-close i::before {
  transform: rotate(45deg);
}

.morphsearch .form .morphsearch-form .morphsearch-close i::after {
  transform: rotate(-45deg);
}

.morphsearch .form .filter-form {
  display: none;
}

.morphsearch .form .filter-form .advanced {
  cursor: pointer;
}

.morphsearch .form .filter-form .advanced span {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #409deb;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .morphsearch .form .filter-form .advanced span {
    font-size: 14px;
  }
}

.morphsearch .form .filter-form .advanced i {
  position: relative;
  top: -4px;
  right: 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #409deb transparent;
  border-bottom-style: solid;
  border-bottom: none;
  pointer-events: none;
  z-index: 2;
}

.morphsearch .form .filter-form .advanced.active i {
  border-bottom: none;
}

.morphsearch .form .filter-form .filter {
  display: none;
}

.morphsearch .form .filter-form .filter > .row .item {
  margin-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .morphsearch .form .filter-form .filter > .row .item {
    width: 100%;
  }
}

.morphsearch .form .filter-form .filter > .row .item .label {
  display: block;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  color: white;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .morphsearch .form .filter-form .filter > .row .item .label {
    font-size: 16px;
  }
}

.morphsearch .form .filter-form .filter > .row .item .input-wrapper {
  height: 45px;
  margin-bottom: 0;
}

.morphsearch .form .filter-form .filter > .row .item .input-wrapper input {
  font-size: 14px;
  color: #3ea5ec;
  border-radius: 5px;
  height: 45px;
  background: linear-gradient(to bottom, #404148 0%, #404148 100%);
}

.morphsearch .morphsearch-content {
  width: 100%;
  overflow: hidden;
  display: none;
  pointer-events: none;
}

.morphsearch .morphsearch-content .result .category {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
  color: #409deb;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .morphsearch .morphsearch-content .result .category {
    font-size: 14px;
  }
}

.morphsearch .morphsearch-content .result .result-wrapper {
  margin-bottom: 30px;
  background-color: #1d1d1d;
}

.morphsearch .morphsearch-content .result .result-wrapper .item {
  padding: 20px 25px;
}

.morphsearch .morphsearch-content .result .result-wrapper .item.active, .morphsearch .morphsearch-content .result .result-wrapper .item:hover {
  cursor: pointer;
  background-color: #0c0c0c;
}

.morphsearch .morphsearch-content .result .result-wrapper .item.active .player .name a, .morphsearch .morphsearch-content .result .result-wrapper .item:hover .player .name a {
  color: #409deb;
}

.morphsearch .morphsearch-content .result .result-wrapper .item .profile-circle {
  display: inline-block;
  vertical-align: middle;
}

.morphsearch .morphsearch-content .result .result-wrapper .item .player {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.morphsearch .morphsearch-content .result .result-wrapper .item .player .name a {
  font-size: 16px;
  color: #e7e9ec;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .morphsearch .morphsearch-content .result .result-wrapper .item .player .name a {
    font-size: 14px;
  }
}

.morphsearch .morphsearch-content .result .result-wrapper .item .player .skill {
  font-size: 14px;
  color: #92969f;
}

.morphsearch .morphsearch-content .result .result-wrapper .item .player .league {
  display: block;
  font-size: 14px;
  color: #aeb4b9;
}

.morphsearch .morphsearch-content .result .result-posts .item {
  height: 100px;
  padding: 10px 25px;
  border-bottom: 2px solid #555555;
}

.morphsearch .morphsearch-content .result .result-posts .item.active, .morphsearch .morphsearch-content .result .result-posts .item:hover {
  border-bottom: 2px solid #409deb;
}

.morphsearch .morphsearch-content .result .result-posts .item.active .title, .morphsearch .morphsearch-content .result .result-posts .item:hover .title {
  color: #409deb;
}

.morphsearch .morphsearch-content .result .result-posts .item .title {
  margin-bottom: 0;
  color: white;
  font-size: 18px;
  text-transform: normal;
}

@media only screen and (min-width: 768px) {
  .morphsearch .morphsearch-content .result .result-posts .item .title {
    font-size: 16px;
  }
}

.morphsearch .morphsearch-content .result .result-posts .item .perex {
  font-size: 14px;
  color: #aeb4b9;
}

.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="search"] {
  box-sizing: border-box;
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month, .flatpickr-next-month.flatpickr-prev-month {
  /*
          /*rtl:begin:ignore*/
  left: 0;
  /*
          /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month {
  /*
          /*rtl:begin:ignore*/
  right: 0;
  /*
          /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month.slideLeft {
  transform: translate3d(-100%, 0, 0);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  transform: translate3d(100%, 0, 0);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  transform: translate3d(100%, 0, 0);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  transform: translate3d(0, 0, 0);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
  transform: translate3d(-100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.alert-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 0.5625rem 0.625rem 0.3125rem 0;
  font-size: 12px;
  clear: both;
  background: none !important;
  border: none;
}

.alert-form:hover {
  color: #222;
}

.alert-form__icon {
  margin-right: 0.3125rem;
}

.alert-form__content {
  -ms-flex: 1;
      flex: 1;
}

.alert-info.alert-form {
  color: #999;
}

.alert-danger.alert-form {
  color: #dc3545;
}

.gss-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 0 0 0;
  padding: 0.5625rem 0.625rem 0.5625rem 0.9375rem;
  border-radius: 0;
}

.gss-alert:hover {
  color: #222;
}

.gss-alert__icon {
  margin-right: 0.625rem;
}

.gss-alert__content {
  -ms-flex: 1;
      flex: 1;
}

.has-error label {
  color: #dc3545;
}

.has-error input, .has-error textarea, .has-error select {
  border-color: #dc3545;
}

.has-error .input-group-text {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #FFF;
}

.form-row-radio-content {
  padding-top: 8px;
}

.gdpr {
  margin: 10px 0;
  position: relative;
}

.gdpr input {
  position: absolute;
  top: 2px;
}

.gdpr label {
  padding-left: 20px;
  display: block;
}

.gdpr input:hover {
  cursor: pointer;
}

.gdpr label:hover {
  cursor: pointer;
}

/* rgui-selectelect */
select.rgui-select {
  height: 22px;
  visibility: hidden;
}

.rgui-select-dropdown {
  display: block !important;
  color: #333 !important;
  position: relative;
  width: 145px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 11px;
  color: #6e6e6e;
  display: inline-block;
  float: left;
  background: #F3F3F3;
  border: solid 1px #D9D9D9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #D8D8D8 !important;
  background: #FFF;
  background: -o-linear-gradient(top, #F2F2F2, #FFFFFF);
  transition: border .20s;
}

.rgui-select-label {
  line-height: 26px;
  padding: 0 32px 0 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rgui-select-arrow {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 25px;
  height: 22px;
  background: url("../img/multis-select-map.png") no-repeat left top;
  display: block;
}

.rgui-select-hover .rgui-select-arrow {
  background-position: -25px top;
}

.rgui-select-active .rgui-select-arrow {
  background-position: -50px top;
}

.rgui-select-active.rgui-select-hover .rgui-select-arrow {
  background-position: -75px top;
}

.rgui-select-menu {
  display: none;
  z-index: 99999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: opacity .218s;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  outline: none;
  position: absolute;
  padding-bottom: 24px;
}

.rgui-select-menu-no-header {
  padding-bottom: 0;
}

.rgui-select-list {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}

.rgui-select-list li {
  display: block;
  cursor: default;
  background: none;
}

.rgui-select-list li.optgroup-label {
  background-color: #f5f5f5;
}

.rgui-select-list li.optgroup-label a {
  font-weight: bold;
}

.rgui-select-list li label, .rgui-select-list li a {
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  display: block;
  line-height: 15px;
}

.rgui-select-list li a.hover {
  background-color: #EEE;
  color: black;
}

.rgui-select-list li label.hover {
  background-color: #ffec80;
  /*color: #FFF;*/
}

.rgui-select-list li input {
  margin-right: 2px;
}

.rgui-select-list li label span {
  cursor: pointer;
}

.rgui-select-options {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffd900;
  color: #000;
  height: 24px;
}

.rgui-select-options-list a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 4px 5px;
  text-transform: uppercase;
  float: left;
  height: 14px;
  line-height: 14px;
}

.rgui-select-options-list a:hover {
  text-decoration: underline;
}

.rgui-select-options-list li {
  float: left;
  padding: 1px;
}

.rgui-select-options-list li.li_close {
  float: right;
}

.rgui-select-options-list li.li_none {
  float: left;
}

/* input-checkbox-ui */
.rgui-input-checkbox-simple-label-wrap {
  padding-bottom: 1px;
}

.rgui-input-checkbox-simple-label-wrap label {
  text-indent: 0;
  padding-left: 0;
}

.rgui-input-checkbox-simple {
  float: left;
}

.rgui-input-checkbox-simple-label-wrap .info {
  float: left;
  padding-top: 2px;
  cursor: pointer;
  padding-left: 4px;
  font-weight: bold;
}

.rgui-input-checkbox-simple-label-wrap .info a {
  color: #ba0001;
  text-decoration: underline;
}

.rgui-input-checkbox-simple .rgui-input-checkbox-simple-span {
  width: 17px;
  height: 17px;
  background: url(../img/rgui.png) no-repeat -1px -1px;
  display: block;
  padding: 0;
}

.rgui-input-checkbox-simple.hover .rgui-input-checkbox-simple-span {
  background-position: -21px -1px;
}

.rgui-input-checkbox-simple.checked .rgui-input-checkbox-simple-span {
  background-position: -41px -1px;
}

.rgui-input-checkbox-simple.checked.hover .rgui-input-checkbox-simple-span {
  background-position: -61px -1px;
}

.rgui-input-checkbox-simple.disabled .rgui-input-checkbox-simple-span {
  background-position: -81px -1px;
}

.rgui-input-checkbox-simple.checked.disabled .rgui-input-checkbox-simple-span {
  background-position: -101px -1px;
}

/* input-radio-ui */
.rgui-input-radio-simple-label-wrap {
  padding-bottom: 1px;
}

.rgui-input-radio-simple-label-wrap label {
  text-indent: 0;
  padding-left: 0;
  float: left;
}

.rgui-input-radio-simple {
  float: left;
}

.rgui-input-radio-simple-label-wrap .info {
  float: left;
  padding-top: 2px;
  cursor: pointer;
  padding-left: 4px;
  font-weight: bold;
}

.rgui-input-radio-simple .rgui-input-radio-simple-span {
  width: 17px;
  height: 17px;
  background: url(../img/rgui.png) no-repeat -1px -21px;
  display: block;
  padding: 0;
}

.rgui-input-radio-simple.hover .rgui-input-radio-simple-span {
  background-position: -21px -21px;
}

.rgui-input-radio-simple.checked .rgui-input-radio-simple-span {
  background-position: -41px -21px;
}

.rgui-input-radio-simple.checked.hover .rgui-input-radio-simple-span {
  background-position: -61px -21px;
}

.rgui-input-radio-simple.disabled .rgui-input-radio-simple-span {
  background-position: -81px -21px;
}

.btn-default {
  background-image: linear-gradient(to bottom, #8ed91d, #75bc09);
  color: black;
  font-weight: bold;
  font-size: 14px;
  border: none;
}

.btn-default:hover, .btn-default:focus {
  background-image: linear-gradient(to bottom, #75bc09, #8ed91d);
  color: black;
}

.btn-default.inactive {
  background-image: none;
  background-color: #f2f2f2;
  color: black;
}

.btn-default.btn-sm, .btn-group-sm > .btn-default.btn {
  font-size: 10px;
  line-height: 14px;
}

.btn-default.btn-grey {
  border: 1px solid #c4c4c4;
  background-image: linear-gradient(to bottom, white, #f1f1f1);
}

.btn-default.btn-grey:hover, .btn-default.btn-grey:focus {
  background-image: linear-gradient(to bottom, #f1f1f1, white);
  color: black;
}

/* banners */
.bans {
  position: relative;
  padding: 0 0 20px 0;
  overflow: hidden;
}

.bans .ban {
  overflow: hidden;
}

.bans .ban .desc {
  float: left;
}

.bans .ban .read-more {
  margin-top: 10px;
}

.bans .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.625rem;
}

.bans .nav .delimiter {
  display: block;
  height: 10px;
  float: left;
  width: 10px;
}

.bans .nav a {
  width: 11px;
  height: 11px;
  z-index: 1;
  border-radius: 50%;
  background: #9E9B9B;
  padding: 0;
}

.bans .nav a:hover {
  background: #ccc;
}

.bans .nav a.on {
  background: #ccc;
}

/* banners  category */
.bansc {
  padding: 10px 0;
  position: relative;
}

.bansc .ban {
  padding: 0 10px;
}

.bansc .ban .img {
  float: right;
}

.bansc .ban .read-more {
  margin-top: 10px;
}

.bansc .nav {
  position: absolute;
}

.bansc .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.625rem;
}

.bansc .nav .delimiter {
  display: block;
  height: 10px;
  float: left;
  width: 10px;
}

.bansc .nav a {
  width: 11px;
  height: 11px;
  z-index: 1;
  border-radius: 50%;
  background: #9E9B9B;
  padding: 0;
}

.bansc .nav a:hover {
  background: #ccc;
}

.bansc .nav a.on {
  background: #ccc;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  transform: scale(0.9);
}

/* Pulse */

@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Pulse Shrink */

@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Push */

@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Pop */

@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  transform: translateY(8px);
}

/* Bob */

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Hang */

@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  transform: skew(10deg);
}

/* Wobble Vertical */

@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */

@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Top */

@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Wobble Skew */

@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Buzz */

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Buzz Out */

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098D1;
  color: white;
}

/* Back Pulse */

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  animation-name: hvr-back-pulse;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098D1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  animation-name: hvr-ripple-out;
}

/* Ripple In */

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  transition-duration: 0.1s;
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  transform: translateX(4px);
}

/* Icon Down */

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

/* Icon Up */

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  transform: rotate(360deg);
}

/* Icon Drop */

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0F9E5E;
}

/* Icon Float Away */

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}

.hvr-icon-float-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-sink-away:after {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  transform: scale(0.8);
}

/* Icon Pulse */

@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */

@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */

@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Icon Push */

@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Icon Pop */

@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  transform: translateY(4px);
}

/* Icon Bob */

@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Icon Hang */

@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* Icon Buzz */

@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */

@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/* 1 Typography
----------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
}

body.full-height, body.full-height .page-wrapper {
  background-color: #fafafa;
  min-height: 100%;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .title {
    margin-top: 0;
  }
}

.sidebar .title {
  margin-bottom: 15px;
  margin-top: 20px;
  position: relative;
}

.page-header {
  margin-top: 20px;
  padding-top: 20px;
}

.no-trans * {
  transition: none !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

blockquote {
  border-left: none;
  display: block;
  margin: 20px auto 20px;
  font-size: 16px;
  position: relative;
  padding: 10px 10px 10px 0px;
  margin-left: 40px;
}

blockquote:after {
  content: "“";
  width: 25px;
  height: 25px;
  line-height: 64px;
  font-size: 64px;
  font-family: 'PT Serif', serif;
  position: absolute;
  top: 12px;
  left: -45px;
}

.blockquote:before {
  font-family: 'PT Serif', serif;
  content: "“";
  font-size: 40px;
}

blockquote.inline {
  padding: 0;
}

blockquote.inline p {
  width: 60%;
  display: inline-block;
  margin: 0;
}

blockquote.inline footer {
  width: 37%;
  display: inline-block;
  padding-left: 5px;
}

blockquote.inline:after {
  top: 0;
}

mark,
.mark {
  background-color: #e84c3d;
  color: #ffffff;
}

pre {
  padding: 20px;
  border-radius: 0px;
}

.text-muted {
  color: #999999;
}

.text-default {
  color: #e84c3d;
}

.icons-page i {
  color: #333;
  font-size: 20px;
}

hr.dark {
  border-color: #333333;
}

/* Lists
---------------------------------- */
ul {
  list-style: square;
}

.list-icons,
.list {
  list-style: none;
  padding: 0;
}

.list-icons li,
.list li {
  padding: 5px 0;
}

.list-icons li i {
  width: 25px;
  text-align: center;
}

.list li .vertical-divider {
  padding-right: 15px;
  position: relative;
}

.list li .vertical-divider:after {
  position: absolute;
  content: "";
  height: 60%;
  width: 1px;
  background-color: #CECECE;
  right: 9px;
  top: 5px;
}

.list-inline {
  margin-top: 9px;
  margin-bottom: 8px;
}

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
  border-bottom: 2px solid #f3f3f3;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e84c3d;
  background-color: #e84c3d;
  color: #fff;
}

.table-bordered {
  border-color: #e84c3d;
}

tbody {
  background-color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  border-top: 1px solid #f3f3f3;
}

.table-striped tbody {
  background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f1f1f1;
}

.table-striped.table > tbody > tr > td {
  border-color: #e8e8e8;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #f3f3f3;
}

.dl-horizontal dd {
  margin-bottom: 10px;
}

.dark .table:not(.table-bordered) {
  border-bottom: 2px solid #515151;
}

.dark .table > thead > tr > th {
  border-bottom: 1px solid #27272a;
  background-color: #27272a;
  color: #cdcdcd;
}

.dark tbody {
  background-color: transparent;
}

.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
  border-top: 1px solid #515151;
}

.dark .table-hover > tbody > tr:hover {
  background-color: #27272a;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 150px;
  }
  .dl-horizontal dt {
    max-width: 120px;
  }
}

/* 2 Layout
----------------------------------------------------------------------------- */
.banner {
  background-color: #f1f1f1;
  border-bottom: 1px solid #eaeaea;
}

.page-top {
  padding: 40px 0;
}

.section {
  padding: 25px 0;
}

.footer-top.light-gray-bg {
  border-top: 1px solid #f1f1f1;
}

.footer {
  padding: 10px 0 0 0;
  background-color: #51657f;
  border: none;
}

.subfooter {
  padding: 25px 0;
  background-color: #000000;
}

@media (min-width: 768px) {
  :not(.fixed-header-on) .header.transparent {
    position: absolute;
    width: 100%;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
  }
  :not(.fixed-header-on) .dark.header.transparent {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: 0px 0px 10px #000;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .boxed .page-wrapper {
    width: 750px;
  }
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .boxed .page-wrapper {
    width: 970px;
  }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .boxed .page-wrapper {
    width: 1170px;
  }
}

/* Backgrounds
---------------------------------- */
.light .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

.footer-top.light-gray-bg + .light .footer {
  border-top: 1px solid #f1f1f1;
}

.light .subfooter {
  background-color: #e7e7e7;
}

.white-bg {
  background-color: #ffffff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none !important;
}

.light-gray-bg {
  background-color: #fafafa;
}

.header-top {
  font-size: 12px;
}

.header-top.white-bg {
  box-shadow: none;
  border-bottom: 1px solid #dadada !important;
}

.gray-bg {
  background-color: #f1f1f1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  position: relative;
}

.gray-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 5px;
  content: "";
  width: 100%;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.header.gray-bg {
  border-bottom: 1px solid #dadada;
}

.header.gray-bg,
.header.gray-bg:before {
  box-shadow: none !important;
}

.dark-bg {
  background-color: #000000;
  color: #ffffff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #ffffff;
}

.dark-bg a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.dark-bg a:not(.btn):hover {
  color: #fff;
  text-decoration: none;
}

.default-bg {
  background-color: #e84c3d;
  color: #ffffff;
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
  color: #ffffff;
}

.default-bg a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}

.default-bg a:not(.btn):hover {
  color: #ffffff;
  text-decoration: none;
}

.default-bg.text-muted,
.default-bg.text-muted h1,
.default-bg.text-muted h2,
.default-bg.text-muted h3,
.default-bg.text-muted h4,
.default-bg.text-muted h5,
.default-bg.text-muted h6 {
  color: #f1f1f1;
}

.dark-bg.text-muted,
.dark-bg.text-muted h1,
.dark-bg.text-muted h2,
.dark-bg.text-muted h3,
.dark-bg.text-muted h4,
.dark-bg.text-muted h5,
.dark-bg.text-muted h6,
.gray-bg.text-muted,
.gray-bg.text-muted h1,
.gray-bg.text-muted h2,
.gray-bg.text-muted h3,
.gray-bg.text-muted h4,
.gray-bg.text-muted h5,
.gray-bg.text-muted h6 {
  color: #999999;
}

/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
  background-attachment: fixed !important;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
  background-size: cover !important;
}

.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  padding: 50px 0;
}

.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}

.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.light-translucent-bg {
  color: #333;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.header + .banner > .light-translucent-bg {
  border-top: none;
}

.slider-banner-container .light-translucent-bg {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  bottom: 0;
}

.slider-banner-container .dark-translucent-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  bottom: 0;
}

.slider-banner-container li .light-translucent-bg:after,
.slider-banner-container li .dark-translucent-bg:after {
  background-color: transparent;
}

.light-translucent-bg .separator-2 {
  background-color: #333;
}

.light-translucent-bg:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.dark-translucent-bg:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
  color: #ffffff;
}

.dark-translucent-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}

.dark-translucent-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}

.default-translucent-bg:after {
  background-color: rgba(232, 76, 61, 0.7);
}

.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
  color: #ffffff;
}

.default-translucent-bg a:not(.btn) {
  text-decoration: underline;
  color: #ffffff;
}

.default-translucent-bg a:not(.btn):hover {
  text-decoration: none;
  color: #ffffff;
}

.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
  z-index: 3;
  position: relative;
}

.parallax-bg {
  background: url("../images/parallax-bg.jpg") 50% 0px no-repeat;
}

.parallax-bg-2 {
  background: url("../images/parallax-bg-2.jpg") 50% 0px no-repeat;
}

.parallax-bg-3 {
  background: url("../images/parallax-bg-3.jpg") 50% 0px no-repeat;
}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
  margin-right: -10.5px;
  margin-left: -10.5px;
}

.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-space-10 {
  margin-right: -6px;
  margin-left: -6px;
}

.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-space-0 {
  margin-right: 0;
  margin-left: 0;
}

.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}

.grid-space-0 > div {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .footer-content {
    margin: 40px 0;
  }
}

/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1006;
  opacity: 0;
  filter: alpha(opacity=0);
  border-bottom: 1px solid #f1f1f1;
  padding: 7px 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.fixed-header-on .dark.header.fixed {
  border-bottom: 1px solid #36373C;
  background-color: rgba(54, 55, 60, 0.95);
}

.fixed-header-on.boxed .header.fixed {
  left: auto;
}

.fixed-header-on .header .logo {
  transform: scale(0.8);
  margin: 2px 0 -4px 0;
  display: none;
}

.fixed-header-on .header .site-slogan {
  display: none;
}

.fixed-header-on .header .navbar.navbar-default {
  margin: 0;
}

.fixed-header-on .header.fixed.animated {
  animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .fixed-header-on.boxed .header.fixed {
    width: 750px;
  }
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .fixed-header-on .header .logo {
    display: block;
  }
  .fixed-header-on.boxed .header.fixed {
    width: 970px;
  }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .fixed-header-on.boxed .header.fixed {
    width: 1170px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Fixed header position */
  .header.fixed {
    position: relative !important;
    top: auto !important;
  }
}

/* Miscellaneous
---------------------------------- */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

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

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

.space {
  /*padding-top: 20px;
	padding-bottom: 20px;*/
}

.space-top {
  padding-top: 20px;
}

.space-bottom {
  padding-bottom: 20px;
}

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

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

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

.border-clear {
  border: none !important;
}

.circle {
  border-radius: 100%;
}

.separator {
  display: block;
  width: 60px;
  height: 5px;
  margin: 15px auto 15px;
  background-color: #cccccc;
  position: relative;
  border: 1px solid #cccccc;
}

.separator:after {
  width: 30px;
  height: 5px;
  background: #333333;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
}

.separator-2 {
  display: block;
  width: 30px;
  height: 5px;
  margin: 15px 0 15px;
  background-color: #cccccc;
  position: relative;
}

.separator-2.right {
  margin-left: auto;
}

.sidebar .separator {
  width: 30px;
  height: 5px;
  margin: 15px 0 20px;
  background-color: #666;
  border-color: #666;
}

.sidebar .separator:after {
  content: "";
  background-color: transparent;
}

.dark-bg .separator-2 {
  background-color: #999999;
}

.default-bg .separator-2 {
  background-color: #ebebeb;
}

.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
  .object-visible,
  .touch .object-non-visible {
    transition: opacity 0.6s ease-in-out;
  }
}

.vertical-divider-left,
.vertical-divider-left-lg {
  border-left: 1px solid #eeeeee;
  padding-left: 50px;
  margin-left: 20px;
}

.vertical-divider-right,
.vertical-divider-right-lg {
  border-right: 1px solid #eeeeee;
  padding-right: 50px;
  margin-right: 20px;
}

.grid span {
  padding: 15px 5px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .margin-top-clear {
    margin-top: 0 !important;
  }
  .margin-bottom-clear {
    margin-bottom: 0 !important;
  }
}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width: 1199px) {
  /* miscellaneous */
  .portfolio-item.vertical-divider-left-lg,
  .side.vertical-divider-left-lg {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .portfolio-item.vertical-divider-right-lg,
  .side.vertical-divider-right-lg {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  /* miscellaneous */
  .portfolio-item.vertical-divider-left,
  .side.vertical-divider-left {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .portfolio-item.vertical-divider-right,
  .side.vertical-divider-right {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}

/* 3 Sections
----------------------------------------------------------------------------- */
/* Footer
---------------------------------- */
.footer {
  font-size: 14px;
  color: #999999;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #999999;
}

.footer h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.light .footer,
.light .footer h1,
.light .footer h2,
.light .footer h3,
.light .footer h4,
.light .footer h5,
.light .footer h6 {
  color: #666;
}

/* Subfooter
---------------------------------- */
.subfooter {
  font-size: 14px;
}

.subfooter p {
  margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* subfooter */
  .subfooter {
    text-align: center;
  }
}

/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.blogpost {
  margin: 0 0 20px;
  position: relative;
  width: 380px;
}

.blogpost .blogpost-body {
  padding: 0;
  height: 100%;
  background-color: white;
}

.blogpost h2.title {
  font-family: rsl;
  font-size: 20px;
  color: #51657f;
  margin: 0;
  padding-top: 15px;
}

.blogpost .submitted {
  font-size: 12px;
  margin: 10px 0;
}

.blogpost .side {
  float: left;
  width: 80px;
}

.blogpost .post-info {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 12px 10px;
}

.blogpost .side .post-info {
  float: none;
}

.blogpost .post-info .day {
  font-family: ns;
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
}

.blogpost .post-info .month {
  display: block;
  text-transform: uppercase;
  font-family: ns;
  font-weight: 200;
  font-size: 13px;
  line-height: 1.2;
}

.blogpost .post-info .delimiter {
  border: 1px solid #8ed91d;
}

.blogpost .side span.share {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  padding-top: 20px;
  display: block;
}

.blogpost .side .social-links {
  margin-top: 0;
}

.blogpost .side .social-links li {
  display: block;
  margin: 0;
}

.blogpost .side .social-links li a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 20px;
  margin-bottom: 0;
  text-align: right;
  background-color: transparent;
  border-color: transparent;
  color: #e84c3d;
}

.blogpost .side .social-links li.twitter a:hover {
  background-color: transparent;
  color: #55acee;
  border-color: transparent;
}

.blogpost .side .social-links li.facebook a:hover {
  background-color: transparent;
  color: #3b5998;
  border-color: transparent;
}

.blogpost .side .social-links li.googleplus a:hover {
  background-color: transparent;
  color: #dd4b39;
  border-color: transparent;
}

.blogpost .blogpost-content {
  padding: 0 1.25rem 1.5625rem 1.25rem;
  background-color: white;
}

.blogpost .blogpost-content p {
  font-family: ns;
  font-size: 14px;
  margin: 0.625rem 0;
  color: #444444;
}

.blogpost header {
  position: relative;
}

.blogpost footer {
  background-color: #f1f1f1;
  padding: 12px 20px;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 2;
  clear: both;
}

.blogpost ul.links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blogpost ul.links li {
  display: inline-block;
}

.blogpost ul.links li a {
  color: #666666;
  display: inline-block;
}

.blogpost ul.links li a:hover {
  color: #e84c3d;
}

.blogpost.full {
  background-color: transparent;
  border: none;
}

.blogpost.full footer {
  border: 1px solid #e8e8e8;
}

.blogpost.full .blogpost-body {
  padding: 20px 0;
}

.blogpost.full .submitted {
  margin: 0 0 20px 0;
}

.blogpost.full .overlay-container {
  margin-bottom: 20px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .blogpost {
    width: 100%;
  }
  .blogpost .img {
    background-color: white;
  }
  .blogpost .img img {
    margin: auto;
  }
}

/* Affix */
#affix.affix {
  position: static;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  #affix.affix {
    position: fixed;
    top: 65px;
    width: 80px;
  }
  #affix.affix-bottom {
    position: absolute;
    width: 80px;
  }
}

/* Affix Menu - Sidebar */
.sidebar.affix {
  position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
    width: 293px;
  }
  .col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
    width: 213px;
  }
  .sidebar.affix {
    position: fixed;
    top: 20px;
  }
  .fixed-header-on .sidebar.affix {
    top: 65px;
  }
  .sidebar.affix-bottom {
    position: absolute;
  }
  .sidebar.affix-bottom .affix-menu,
  .sidebar.affix .affix-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .affix-menu {
    padding-top: 20px;
  }
  h3.title ~ .affix-menu {
    padding-top: 0px;
  }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
    width: 390px;
  }
  .col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
    width: 263px;
  }
}

/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
  margin-bottom: 30px;
}

.masonry-grid .blogpost .blogpost-body {
  padding: 15px 15px 0 15px;
}

.masonry-grid .blogpost h2.title {
  font-size: 24px;
}

.masonry-grid .blogpost .submitted {
  margin: 15px 0 10px;
}

.masonry-grid .blogpost .blogpost-content {
  margin-left: 0;
}

.masonry-grid .blogpost .post-info {
  width: 50px;
  height: 60px;
  padding: 8px 8px;
  margin: 0 20px 5px 0;
}

.masonry-grid .blogpost .post-info .day {
  font-size: 20px;
}

.masonry-grid .blogpost .post-info .month {
  font-size: 11px;
  line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry-grid .blogpost footer {
    font-size: 12px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .masonry-grid-item {
    max-width: 100%;
  }
}

/* Blog Timeline layout
---------------------------------- */
.timeline {
  position: relative;
  padding: 40px 0;
  margin-top: 40px;
}

.timeline-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  color: #f3f3f3;
  font-size: 40px;
  margin-left: -13px;
  top: -30px;
  line-height: 1;
}

.timeline .timeline-item {
  padding: 0 15px;
}

.timeline .blogpost .blogpost-body {
  padding: 15px 15px 0 15px;
}

.timeline .blogpost h2.title {
  font-size: 24px;
}

.timeline .blogpost .submitted {
  margin: 15px 0 10px;
}

.timeline .blogpost footer {
  padding: 12px 15px;
}

.timeline .blogpost .blogpost-content {
  margin-left: 0;
}

.timeline .blogpost .post-info {
  width: 50px;
  height: 60px;
  padding: 8px 8px;
  margin: 0 20px 5px 0;
}

.timeline .blogpost .post-info .day {
  font-size: 20px;
}

.timeline .blogpost .post-info .month {
  font-size: 11px;
  line-height: 1.2;
}

.timeline-date-label {
  float: none;
  clear: both;
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
  width: 135px;
  position: relative;
  z-index: 2;
  color: #e84c3d;
}

.timeline .timeline-item.pull-right + .timeline-date-label {
  padding-top: 80px;
}

.timeline-date-label:after {
  background-color: #f3f3f3;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  z-index: -1;
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .timeline .blogpost footer {
    font-size: 12px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .timeline .blogpost {
    margin-bottom: 0;
  }
  .timeline:before {
    background-color: #f3f3f3;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -1px;
    top: 0;
  }
  .timeline .timeline-item {
    position: relative;
    width: 50%;
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 80px;
    float: left;
    clear: left;
    z-index: 1;
  }
  .timeline .timeline-item.pull-right {
    position: relative;
    width: 50%;
    padding-left: 40px;
    padding-right: 0;
    margin-top: 80px;
    margin-bottom: 0;
    float: right;
    clear: right;
  }
  .timeline .timeline-item:after {
    content: "";
    font-family: "FontAwesome";
    right: 10px;
    background-color: #f3f3f3;
    left: auto;
    position: absolute;
    top: 20px;
    z-index: -1;
    width: 25px;
    height: 1px;
  }
  .timeline .timeline-item:before {
    content: "";
    position: absolute;
    background-color: #fff;
    border: 1px solid #e84c3d;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    top: 15px;
    right: -5px;
  }
  .timeline .timeline-item.pull-right:after {
    right: auto;
    left: 10px;
  }
  .timeline .timeline-item.pull-right:before {
    left: -5px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .timeline .timeline-item.pull-right {
    float: none !important;
  }
}

/* Comments
---------------------------------- */
.comments {
  margin-top: 60px;
}

.comments h2.title {
  margin-bottom: 40px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}

.comment {
  font-size: 14px;
}

.comment .comment {
  margin-left: 75px;
}

.comment-avatar {
  margin-top: 5px;
  width: 55px;
  float: left;
}

.comment-content {
  margin-left: 75px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 40px;
}

.comment h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.comment-meta {
  margin-bottom: 15px;
  color: #999999;
  font-size: 12px;
}

.comment-meta a {
  color: #666666;
}

.comment-meta a:hover {
  text-decoration: underline;
}

.comment .btn {
  font-size: 12px;
  padding: 7px;
  min-width: 100px;
  margin-top: 5px;
  margin-bottom: -1px;
}

.comment .btn i {
  padding-right: 5px;
}

/* Portfolio Item
---------------------------------- */
.portfolio-item.side {
  font-size: 14px;
  margin-top: 30px;
}

.portfolio-item.side .social-links {
  margin: 0;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .portfolio-item.side {
    margin-top: 125px;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  /* Portfolio page */
  .filters .nav-pills > li {
    display: inline-block;
    width: 100%;
  }
}

/* About Us pages
---------------------------------- */
.team-member small {
  display: block;
  margin-top: -5px;
}

.team-member.box-style-1 {
  margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .team-member.option-3 {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .team-member.option-3 .overlay-container {
    float: left;
    width: 55%;
  }
  .team-member.option-3 .image-box-body {
    float: left;
    width: 45%;
    padding: 20px 10px 5px 15px;
  }
}

/* Small and Medium devices (tablets, smartphones, laptops) */
@media (min-width: 768px) and (max-width: 1199px) {
  .team-member.option-3 .image-box-body {
    padding: 40px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .team-member .image-box-body {
    padding: 15px 25px;
  }
  .team-member {
    max-width: 480px;
    margin: 20px auto 20px !important;
  }
}

/* Coming Soon Page
---------------------------------- */
.fullscreen-bg {
  background: url("../images/fullscreen-bg.jpg") 50% 0px no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.boxed .fullscreen-bg {
  background: none;
}

.is-countdown {
  border: 1px solid transparent;
  background-color: transparent;
}

.countdown-section {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}

.countdown-amount {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.countdown-period {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  margin-top: 15px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .countdown-amount {
    font-size: 24px;
  }
  .countdown-period {
    font-size: 18px;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .countdown-period {
    font-size: 14px;
  }
}

/* Shop pages
---------------------------------- */
.listing-item {
  margin: 0 0 20px 0;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}

.listing-item-body {
  padding: 20px 15px 15px;
  transition: ease-in-out all 0.25s;
}

.listing-item:hover .listing-item-body {
  background-color: #fafafa;
}

.listing-item h3 {
  font-size: 18px;
}

.listing-item p {
  color: #999999;
  font-size: 13px;
}

.listing-item del,
.price del {
  font-size: 13px;
  line-height: 1;
  color: #cccccc;
}

.elements-list > * {
  border-right: 1px solid #dddddd;
  margin: 5px 6px 5px 0;
  padding-right: 10px;
  line-height: 24px;
  height: 22px;
  display: inline-block;
}

.elements-list > *:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.price {
  font-size: 22px;
  color: #000;
  font-weight: 300;
}

.wishlist:hover i:before {
  content: "\f004";
}

.listing-item .badge {
  border-radius: 0;
  position: absolute;
  border-color: transparent;
  top: -1px;
  left: -1px;
  font-weight: 400;
}

.sorting-filters {
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  padding: 20px 15px;
  margin-bottom: 40px;
}

.sidebar .sorting-filters {
  margin-bottom: 0;
}

.sorting-filters label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.sorting-filters form {
  margin: 0;
}

.sorting-filters .btn {
  margin: 20px 0 0;
  min-width: 0;
  width: 100%;
}

.sorting-filters .form-control,
.sorting-filters .form-control:focus {
  margin-bottom: 5px;
  webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  border-color: #f3f3f3;
}

.sorting-filters .form-inline .form-control {
  width: 100%;
}

.list-with-image {
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}

.list-with-image:last-child {
  border-bottom: none;
}

.list-with-image .overlay-container {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.list-with-image h2,
.list-with-image p {
  margin-left: 100px;
}

.list-with-image h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
}

.list-with-image p {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}

.shop-banner {
  background-color: transparent;
  border-color: transparent;
}

.shop-banner .tp-bullets {
  display: none !important;
}

.shop-banner .sorting-filters {
  margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sorting-filters .form-inline .form-group {
    width: 18%;
    margin-right: 1.9%;
  }
  .sorting-filters .form-inline .form-group:last-child {
    margin-right: 0;
  }
  .shop-banner {
    position: relative;
  }
  .shop-banner .sorting-filters {
    position: absolute;
    bottom: 20px;
    z-index: 29;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
  }
  .shop-banner .sorting-filters * {
    color: #000000;
  }
  .shop-banner .sorting-filters .form-control,
  .shop-banner .sorting-filters .form-control:focus {
    border-color: #aaaaaa;
  }
}

/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
  width: 18%;
}

.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
  width: 25%;
}

.cart.table .product-image {
  width: 15%;
}

.cart.table .product {
  width: 35%;
}

.table .information {
  width: 80%;
}

.cart.table .quantity input {
  width: 60px;
  padding: 6px;
}

.cart.table .product {
  font-size: 15px;
}

.cart.table .product img {
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.cart.table .amount {
  text-align: right;
}

.cart .price {
  font-size: 14px;
}

.cart.table .product small {
  font-size: 12px;
  display: block;
  color: #999;
}

.cart.table thead > tr > th {
  font-size: 16px;
}

.cart.table .total-quantity,
.cart.table .total-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.cart.table .total-amount {
  text-align: right;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .cart.table thead > tr > th {
    font-size: 14px;
  }
  .cart.table .amount,
  .cart.table .price {
    width: 12%;
  }
  .cart.table .remove,
  .cart.table .quantity {
    width: 8%;
  }
  .cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
    padding: 8px 10px;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .cart.table > thead > tr > th,
  .cart.table > tbody > tr > th,
  .cart.table > tfoot > tr > th,
  .cart.table > thead > tr > td,
  .cart.table > tbody > tr > td,
  .cart.table > tfoot > tr > td {
    padding: 8px 7px;
  }
}

/* Cart dropdown block
---------------------------------- */
.cart .form-group {
  margin-bottom: 0;
}

.header-top-dropdown .dropdown-menu.cart {
  padding: 0;
  min-width: 350px;
  font-size: 12px;
  right: -1px;
}

.dropdown-menu.cart table {
  margin-bottom: 0;
}

.dropdown-menu.cart .panel-body {
  padding: 0px 10px 0px;
}

.dropdown-menu.cart .panel-body .btn {
  margin: 10px 0 10px 5px;
}

.total-amount,
.total-quantity {
  font-size: 13px;
}

.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
  vertical-align: inherit;
}

.cart .quantity {
  width: 50px;
  font-size: 11px;
}

.invoice-container .cart .quantity {
  font-size: 14px;
}

.cart .product {
  width: 220px;
  font-size: 13px;
}

.cart .product .small {
  display: block;
  color: #999999;
}

.cart .amount,
.total-amount {
  font-weight: 700;
}

/* 5 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn.radius {
  border-radius: 15px;
}

.moving {
  animation: moving 1.7s ease-out infinite;
  position: relative;
  top: -30px;
  transition: none !important;
}

.btn-remove {
  font-size: 10px;
  padding: 3px 15px;
  min-width: 0;
}

@keyframes moving {
  0% {
    top: -30px;
  }
  60% {
    top: 0px;
  }
}

/* Links
---------------------------------- */
.link {
  padding-right: 23px;
  position: relative;
  display: inline-block;
  text-align: right;
}

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

.link:hover span {
  text-decoration: underline;
}

.link:after {
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 2px;
}

/* Forms
---------------------------------- */
form {
  margin: 20px 0;
}

textarea {
  resize: vertical;
}

.form-list > div {
  padding: 7px 15px;
  border-bottom: 1px solid #dddddd;
  background-color: #f3f3f3;
  margin: 6px 0;
  display: block;
}

.badge {
  padding: 2px 4px 3px;
  font-size: 10px;
  margin-left: 12px;
  top: -2px;
  position: relative;
  font-weight: 400;
  border-radius: 2px;
  background-color: transparent;
  color: inherit;
  border: 1px solid #666666;
}

.dropdown .badge {
  background-color: transparent;
  color: inherit;
  position: absolute;
  right: 25px;
  top: 14px;
}

.mega-menu .menu > li > a .badge {
  position: absolute;
  right: 10px;
  top: 9px;
}

.dropdown .active > a > .badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
  border-color: #e84c3d;
}

.dark .dropdown .active > a > .badge,
.dark .dropdown a:hover .badge,
.dark .dropdown .open > a > .badge {
  border-color: #3d3d3d !important;
}

@media (max-width: 767px) {
  .dropdown .badge {
    right: 50px;
    top: 15px;
  }
}

/* Forms in all backgrounds */
.dark-bg .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #000;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
  color: #999999;
}

.dark-bg .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #000;
}

.dark-bg .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .form-control,
#footer.light .form-control {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
  border-color: #f1f1f1;
  background-color: #ffffff;
}

.gray-bg .form-control:focus,
#footer.light .form-control:focus {
  border-color: #cacaca;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.09);
}

.dark .header-top-dropdown .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
  color: #cdcdcd;
}

.dark .header-top-dropdown form i {
  color: #cdcdcd;
}

.dark .header-top-dropdown .form-control:focus {
  background-color: rgba(255, 255, 255, 0.25);
}

.gray-bg .input-group-addon {
  background-color: #ececec;
  border: 1px solid #f1f1f1;
}

.default-bg .form-control {
  border-color: #e84c3d;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.35);
  color: #ffffff;
}

.default-bg .form-control:focus {
  border-color: #e84c3d;
  background-color: rgba(0, 0, 0, 0.25);
}

.default-bg .input-group-addon {
  background-color: #cd3c2e;
  border-color: #e84c3d;
  color: #fff;
}

.default-bg select.form-control,
.dark-bg select.form-control {
  color: #666666;
}

footer:not(.light) .footer-content .form-control {
  border-color: #292929;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
}

footer:not(.light) .footer-content .form-control:focus {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.55);
}

footer:not(.light) .footer-content .input-group-addon {
  background-color: rgba(0, 0, 0, 0.5);
  border: transparent;
}

select.form-control {
  -webkit-appearance: menulist;
}

select[multiple].form-control {
  -webkit-appearance: listbox;
}

/* Validation states */
.has-success .form-control,
.has-success .form-control:focus {
  border-color: #3c763d;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: #8a6d3b;
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: #a94442;
}

.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
  border-color: #fff;
  color: #ffffff;
}

.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
  color: #fff;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
}

.has-error .error {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

/* forms with icons */
label ~ .form-control-feedback {
  top: 25px;
}

.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  top: 0;
}

/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* Tabs
---------------------------------- */
.nav-tabs {
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid #f0f0f0;
  margin-top: 15px;
}

.nav-tabs > li > a {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 25px;
  position: relative;
  color: #666666;
}

.nav-tabs > li > a:hover {
  border-color: #f0f0f0 #f0f0f0 #ebebeb;
  background-color: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
  border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after {
  width: 3px;
  content: "";
  background-color: #e84c3d;
  height: 103%;
  position: absolute;
  left: 0;
  top: 0;
}

.tab-content {
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-top: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background-color: #fafafa;
  margin-bottom: 15px;
}

.tab-content h1 {
  font-size: 34px;
}

.tab-content:after {
  width: 3px;
  content: "";
  background-color: #e84c3d;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tab-content.clear-style {
  border: none;
  padding: 10px 0 0 0;
  box-shadow: none;
  background-color: transparent;
}

.tab-content.clear-style:after {
  width: 0;
  background-color: transparent;
  height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width: 481px) and (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 12px 10px;
    font-size: 11px;
    margin-right: 0;
  }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .nav-tabs {
    background-color: #999999;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li a {
    color: #ffffff;
    margin-right: 0;
    border-bottom: 1px solid #8f8f8f;
  }
  .nav-tabs > li > a:hover {
    color: #666666;
  }
  .nav-tabs > li > a:hover:after {
    width: 3px;
    content: "";
    background-color: #e84c3d;
    height: 102%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
  border-bottom: 1px solid #e84c3d;
}

.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
  box-shadow: none;
  border: 1px solid #e84c3d;
  background-color: #e84c3d;
  color: #fff;
}

.tabs-style-2 .nav-tabs > li.active > a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}

.tabs-style-2 .tab-content {
  border: none;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
}

.tabs-style-2 .tab-content:after {
  width: 0px;
  background-color: transparent;
  height: 0;
}

.tabs-style-2 .nav-tabs > li > a:hover:after {
  width: 0;
  background-color: transparent;
  height: 0;
}

/* vertical tabs */
.vertical {
  margin: 20px 0;
}

.vertical.hc-tabs {
  margin: 40px 0;
}

.vertical .nav-tabs,
.vertical .tab-content {
  display: table-cell;
  margin: 0;
  vertical-align: top;
}

.vertical .nav-tabs {
  box-shadow: none;
  border-bottom-color: transparent;
  background-color: #999999;
}

.vertical .nav-tabs > li {
  float: none;
}

.vertical .nav-tabs > li a {
  margin: 0;
  padding: 15px 40px;
  white-space: nowrap;
  color: #ffffff;
  border-bottom: 1px solid #8f8f8f;
}

.vertical .nav-tabs > li > a:hover {
  border-color: #f0f0f0 #f0f0f0 #ebebeb;
  border-right-color: transparent;
  color: #666666;
  z-index: 2;
}

.vertical .nav-tabs > li > a:hover:after {
  width: 3px;
  content: "";
  background-color: #e84c3d;
  height: 102%;
  position: absolute;
  left: 0;
  top: 0;
}

.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
  box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
  border-right-color: transparent;
  border-bottom-color: #f0f0f0;
  color: #666666;
  z-index: 2;
  width: 101%;
}

.vertical .tab-content {
  border-top: 1px solid #f0f0f0;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
  left: -1px;
  z-index: 1;
  padding: 20px 30px;
}

.vertical .tab-content:after {
  background-color: transparent;
}

.arrow {
  display: block;
  position: relative;
}

.arrow i {
  font-size: 96px;
  top: -62px;
  position: absolute;
  line-height: 1;
  z-index: 2;
  left: 50%;
  margin-left: -27px;
}

.arrow i:before {
  color: #fafafa;
  text-shadow: 0px -1px 1px #E9E9E9;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .vertical .nav-tabs,
  .vertical .tab-content {
    display: block;
  }
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
  display: none;
}

/* Nav pills
---------------------------------- */
.nav-pills > li > a {
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-pills.nav-stacked > li + li {
  margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  border: 1px solid #a8dba8;
  color: #556d5e;
  background-color: #caeb9a;
}

.nav-pills.nav-stacked > li > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 9px;
  color: #d1d1d1;
  transition: all 0.2s ease-in-out;
}

.nav-pills > li.active > a:after {
  color: #e84c3d;
}

.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
  color: #e84c3d;
  right: 10px;
}

.footer-content .nav-pills > li > a {
  padding: 4px 0px;
  border-color: transparent;
  color: #999;
  font-weight: 400;
}

.footer-content .nav-pills > li:last-child > a {
  border-bottom: none;
}

.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
  color: #999;
  background-color: transparent;
  border-color: transparent;
}

.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.footer-content .nav-pills.nav-stacked > li > a:after {
  top: 3px;
}

.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
  color: #999;
}

.light .footer-content .nav-pills > li > a,
.light .footer-content .nav-pills > li.active > a,
.light .footer-content .nav-pills > li.active > a:focus,
.light .footer-content .nav-pills > li > a:focus {
  color: #666;
}

.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
  color: #cd3c2e;
}

.light .footer-content .nav-pills.nav-stacked > li > a:after,
.light .footer-content .nav-pills > li.active > a:after,
.light .footer-content .nav-pills > li.active > a:hover:after,
.light .footer-content .nav-pills > li.active > a:focus:after,
.light .footer-content .nav-pills > li > a:hover:after,
.light .footer-content .nav-pills > li > a:focus:after {
  color: #666;
}

.nav-pills > .active > a > .badge {
  color: #cd3c2e;
  background-color: #fff;
  border-color: #cd3c2e;
}

/* Process pills */
.process .nav-pills > li + li {
  margin-left: 60px;
  position: relative;
}

.process .nav-pills > li + li:after {
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 10px;
  left: -35px;
  width: 10px;
  background-color: #fff;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
  border-radius: 0px;
  border: none;
}

.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa;
}

.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #e84c3d;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
  background-color: #333333;
}

.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  color: inherit;
}

.panel-transparent .panel-heading a {
  border: 1px solid #f1f1f1;
}

.panel-transparent .panel-heading a.collapsed {
  color: inherit;
  background-color: transparent;
}

.panel-heading a.collapsed {
  color: #ffffff;
  background-color: #999999;
}

.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f196";
}

.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
  text-decoration: none;
  background-color: #e84c3d;
  color: #ffffff;
}

.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/* Progress bars
---------------------------------- */
.progress {
  margin-bottom: 25px;
  background-color: #f1f1f1;
  border-radius: 0px;
  height: 30px;
}

.progress-bar {
  padding: 6px 0 5px 0;
  text-align: left;
}

.progress-bar-default {
  background-color: #e84c3d;
}

.progress-bar-gray {
  background-color: #999999;
}

.progress-bar-dark {
  background-color: #333333;
}

.gray-bg .progress {
  background-color: #ffffff;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar span {
  position: relative;
  left: 15px;
}

/* Circular Progress Bars
---------------------------------- */
.knob-container {
  margin: 10px;
  position: relative;
  display: inline-block;
}

.knob-container canvas {
  width: 132px;
  height: 132px;
  margin: 0 auto;
}

.knob-text {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -14px;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  .knob-container canvas {
    width: 169px;
    height: 169px;
  }
}

/* Alerts
---------------------------------- */
.alert {
  margin: 20px 0;
  border-radius: 0px;
  position: relative;
  padding-left: 70px;
  overflow: hidden;
  z-index: 1;
  border: none;
}

.alert:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 50px;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.alert-success {
  color: #2a5f2b;
  background-color: #bcdab0;
}

.alert-info {
  color: #1a4e68;
  background-color: #c6e8fa;
}

.alert-warning {
  color: #72582b;
  background-color: #f7f0ce;
}

.alert:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  left: 19px;
  color: #ffffff;
  font-size: 18px;
  z-index: 3;
}

.alert.alert-success:after {
  content: "\f00c";
}

.alert.alert-info:after {
  content: "\f19e";
}

.alert.alert-warning:after {
  content: "\f26f";
}

.alert.alert-danger:after {
  content: "\f00d";
}

.close {
  font-size: 28px;
  font-weight: normal;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mfp-bg {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.mfp-figure:after {
  background-color: #ffffff;
}

/* Images and Images overlay
---------------------------------- */
.fixed-image {
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

.no-touch .fixed-image {
  background-attachment: fixed;
}

.fixed-image {
  background-size: cover;
}

.overlay-container {
  position: relative;
  display: block;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: -1px;
  background-color: rgba(241, 241, 241, 0.85);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.overlay > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 26px;
  color: #e84c3d;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.overlay-links {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -50px;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.4);
  transition: all 0.25s linear 0.05s;
}

.overlay-links a {
  position: static;
  margin-top: 0;
  margin-left: 0;
}

.overlay-links a + a {
  left: 50px;
  color: #ffffff;
  background-color: #e84c3d;
}

.overlay a:hover {
  color: #ffffff;
  background-color: #333333;
  text-decoration: none;
}

.overlay i {
  line-height: 50px;
}

.box-style-1 .overlay i {
  font-size: 26px;
  margin: 0;
}

a.overlay {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

a.overlay:hover {
  text-decoration: none;
}

.listing-item a.overlay {
  transition: linear 0.25s;
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1);
}

.listing-item a.overlay:hover {
  text-decoration: none;
}

a.overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  line-height: 42px;
  color: #e84c3d;
  margin-top: -22px;
  margin-left: -18px;
  text-align: center;
}

a.overlay.small i {
  font-size: 18px;
  line-height: 1;
  margin-top: -8px;
  margin-left: -8px;
}

.overlay .social-links {
  margin: 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.overlay .social-links li {
  margin: 0 auto;
}

.overlay .social-links li a {
  margin: 2px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  position: static;
}

.overlay .social-links li a:hover {
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.overlay .social-links li a i {
  line-height: 38px;
  font-size: 24px;
  margin: 0;
}

.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}

/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
  overflow: visible;
}

/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

/* Scroll Spy
---------------------------------- */
.scroll-spy {
  position: relative;
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
  border-radius: 0;
  margin: 0;
  background-color: #fafafa;
  border-color: #f1f1f1;
}

.header-small .navbar.navbar-default {
  margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.9375rem;
  padding: 12px 20px 12px 19px;
  z-index: 102;
  border: 1px solid transparent;
  bottom: -1px;
  transition: none;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
  transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e84c3d;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
  color: #666666;
  background-color: #fafafa;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid transparent;
  box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
  background-color: #ffffff;
  box-shadow: none;
  border-color: transparent;
  transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
  display: none;
}

/* second level menu */
.dropdown-menu {
  min-width: 220px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
  z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
  padding: 12px 20px;
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #f1f1f1;
  transition: none;
}

.main-navigation .dropdown-menu > li > a {
  position: relative;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
  background-color: #ffffff;
  color: #e84c3d;
  border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
  top: -1px;
  left: 100% !important;
  padding-top: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
  right: 100% !important;
  left: auto !important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
  box-shadow: none !important;
  border-color: #fafafa !important;
}

@media (min-width: 768px) {
  .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
    color: #333333;
  }
}

/* mega menu */
.mega-menu.dropdown {
  position: static;
}

.mega-menu .dropdown-menu {
  left: 0;
  top: 96%;
  width: 100%;
  padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu h4.title {
  margin: 10px 0 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.mega-menu .menu > li > a {
  padding: 5px 0;
  font-size: 15px;
  color: #666666;
  border-bottom: 1px solid #f1f1f1;
  display: block;
  transition: none;
  position: relative;
}

.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
  padding-right: 5px;
  transition: all 0.2s ease-in-out;
}

.mega-menu .menu > li:last-child > a {
  border-bottom: none !important;
}

.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
  padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
  background-color: #ffffff;
  color: #e84c3d;
  border-color: #f1f1f1;
  text-decoration: none;
}

/* arrows for parent menu items */
.dropdown > a:not(.btn):before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  left: auto;
  top: 15px;
  right: 6px;
  line-height: 1;
  color: #d1d1d1;
}

.transparent.header:not(.dark) .dropdown > a:before {
  color: #666666;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
  color: #e84c3d;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
  color: #e5e5e5;
}

.dropdown .dropdown > a:before {
  content: "\f105";
  right: 10px;
  top: 15px;
  margin-left: 0;
  visibility: visible;
  color: #666;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
  color: #e84c3d;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
  border-color: #ccc;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fafafa;
  border-color: #e84c3d;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #e84c3d;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
  background-color: #27272A;
  border-color: #1f1f1f;
}

/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
  color: #e1e1e1;
}

/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
}

/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus {
  background-color: #27272a;
  border-color: #484848;
  border-bottom-color: #27272a;
  color: #ffffff;
}

/*Dark navigation second level menu items*/
.dropdown-menu-dark {
  background-color: #36373c;
  border: 1px solid #3d3d3d;
  border-top-color: #36373c;
}

.dropdown-menu-dark .divider {
  background-color: #454545;
}

.dropdown-menu-dark > li > a {
  color: #cdcdcd;
  border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation second level menu items on focus/hover and when opened */
.dropdown-menu-dark > li > a:hover,
.dropdown-menu-dark > li > a:focus,
.dropdown-menu-dark > .active > a,
.dropdown-menu-dark > .active > a:hover,
.dropdown-menu-dark > .active > a:focus,
.dropdown-menu-dark .menu > .active > a,
.dropdown-menu-dark .menu > .active > a:hover,
.dropdown-menu-dark .menu > .active > a:focus {
  background-color: #36373C;
  color: #ffffff;
  border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation mega-menu items*/
.dark.header h1,
.dark.header h2,
.dark.header h3,
.dark.header h4,
.dark.header h5,
.dark.header h6,
.dark.header p {
  color: #cdcdcd;
}

.dark.header .divider {
  background-color: #3d3d3d;
}

.dark.header .mega-menu .menu > li > a {
  color: #cdcdcd;
  border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation mega menu menu items on focus/hover and when opened */
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
  background-color: #36373c;
  color: #ffffff;
}

/* Dark navigation arrows for parent menu items */
.dark.header .dropdown > a:before {
  color: #e1e1e1;
}

.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
  color: #ffffff;
}

.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
  color: #666666;
}

.dark.header .dropdown .dropdown > a:before {
  color: #e1e1e1;
}

/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
  border-color: #666666;
}

/* Dark navigation mobile menu toggle button on hover/focus */
.dark.header .navbar-default .navbar-toggle:hover,
.dark.header .navbar-default .navbar-toggle:focus {
  background-color: #36373c;
  border-color: #999999;
}

.dark.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #666666;
}

.dark.header .navbar-default .navbar-toggle:hover .icon-bar,
.dark.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #999999;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: fadeInDownSmall;
}

.open .dropdown-animation {
  animation-duration: 0.3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
  animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
  animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .main-navigation .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  /* first level menu */
  .navbar.navbar-default,
  .dark.header .navbar.navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  /* layout fixes */
  .main-navigation .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-navigation .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .main-navigation .navbar-right > li:last-child > .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .main-navigation .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .navbar-nav {
    float: left !important;
  }
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
    left: -243px;
    width: 940px;
  }
}

/* Medium desktop devices */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 19px;
  }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  /* first level menu item */
  .main-navigation .navbar-nav > li {
    margin: 0;
  }
  .main-navigation .navbar-nav > li:first-child {
    margin: 0;
  }
  .col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
    left: -293px;
    width: 1140px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Mobile menu
	------------------------------ */
  /* active items */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e84c3d;
    background-color: transparent;
  }
  /* first level items */
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #f1f1f1;
  }
  .subfooter .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #141414;
  }
  .light .subfooter .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #ddd;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: 1px solid transparent;
  }
  /* first level items when opened */
  .main-navigation .navbar-nav > .open > a,
  .main-navigation .navbar-nav > .open > a:hover,
  .main-navigation .navbar-nav > .open > a:focus {
    border-color: transparent !important;
    -o-box-shadow: none;
    box-shadow: none;
  }
  /* first level items hover and focus states */
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #e84c3d;
    background-color: #fff;
  }
  /* second level menu */
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
  }
  /* second level items */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 12px 15px 12px 40px;
    color: #666666;
    border-color: #fafafa;
  }
  /* second level items on hover/focus */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e84c3d;
  }
  /* third level items */
  .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding-left: 60px;
  }
  /* four level items */
  .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding-left: 80px;
  }
  /* Arrows for parent menu items */
  .dropdown > a:before {
    right: 32px;
  }
  .dropdown .dropdown > a:before {
    right: 36px;
  }
  /*Dark mobile menu
	------------------------------ */
  .dark.header .navbar-default .navbar-collapse,
  .dark.header .navbar-default .navbar-form {
    border-color: #1f1f1f;
  }
  /* active items */
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #36373c;
  }
  /* first level items */
  .dark.header .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #3c3c3e;
  }
  /* first level active items */
  .dark.header .navbar-default .navbar-nav > .active > a,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #36373C;
  }
  /* first level items hover and focus states */
  .dark.header .navbar-default .navbar-nav > li > a:hover,
  .dark.header .navbar-default .navbar-nav > li > a:focus,
  .dark.header .navbar-default .navbar-nav > .active > a:hover,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #36373c;
  }
  /* first level items when opened */
  .dark.header .main-navigation .navbar-nav > .open > a,
  .dark.header .main-navigation .navbar-nav > .open > a:hover,
  .dark.header .main-navigation .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #36373c;
  }
  /* second level menu */
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #27272a;
    border: none;
  }
  /* second level items */
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #cdcdcd;
    border-color: #3c3c3e;
  }
  /* second level items on hover/focus */
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #36373c;
  }
  .dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
    color: #ffffff;
  }
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
  margin: 0;
  min-height: 30px;
}

.header-top .navbar-default .navbar-nav > li > a {
  color: #999999;
  padding: 4px 20px;
}

.header-top .navbar-default .navbar-nav > li {
  border-right: 1px solid #999999;
}

.header-top .navbar-default .navbar-nav > li:last-child {
  border-right: none;
}

/* Offcanvas navigation
---------------------------------- */
.offcanvas {
  background-color: #fafafa;
  border-color: #f1f1f1;
}

.offcanvas-toggle-left {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  z-index: 1031;
  text-align: center;
}

.offcanvas-toggle-left:after {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #333333;
}

#offcanvas.in + .offcanvas-toggle-left:after {
  content: "\f00d";
  color: #999999;
}

.offcanvas-toggle-right {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  z-index: 1031;
  text-align: center;
}

.offcanvas-toggle-right:after {
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  color: #333333;
}

#offcanvas.in + .offcanvas-toggle-right:after {
  content: "\f00d";
  color: #999999;
}

/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
  float: none;
  margin: 0;
}

#offcanvas .navbar-nav > li > a {
  color: #333333;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

#offcanvas .navbar-nav > li:last-child > a {
  border-bottom-color: transparent !important;
}

#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover,
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
  color: #e84c3d;
  background-color: #ffffff;
}

/*Second level menu items*/
#offcanvas .dropdown-menu {
  position: static;
  width: 100%;
  float: none;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  margin: 0;
}

#offcanvas.offcanvas-right .dropdown-menu {
  overflow: hidden;
}

#offcanvas .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-color: #f7f7f7;
}

#offcanvas.offcanvas-right .dropdown-menu > li > a {
  text-align: right;
  padding-left: 10px;
  padding-right: 20px;
}

/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a {
  padding-left: 30px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 30px;
}

/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
  padding-left: 45px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 45px;
}

/*Fifth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
  padding-left: 60px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 60px;
}

/*Nav arrows*/
#offcanvas .dropdown > a:before {
  right: 15px;
  top: 13px;
}

#offcanvas.offcanvas-right .dropdown > a:before {
  right: auto;
  left: 15px;
  top: 13px;
}

#offcanvas.offcanvas-right .dropdown .dropdown > a:before {
  content: "\f104";
}

/*Dark offcanvas nav*/
.dark.offcanvas-container .offcanvas {
  background-color: #27272a;
  border-color: #484848;
}

.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-left:after,
.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-right:after {
  color: #e1e1e1;
}

/*First level menu items*/
.dark.offcanvas-container #offcanvas .navbar-nav > li > a {
  color: #e1e1e1;
  border-bottom: 1px solid #3d3d3d;
}

.dark.offcanvas-container #offcanvas .navbar-nav > li.open > a {
  border-bottom: 1px solid #515151 !important;
}

.dark.offcanvas-container #offcanvas .nav .open > a,
.dark.offcanvas-container #offcanvas .nav .open > a:hover,
.dark.offcanvas-container #offcanvas .nav .open > a:focus,
.dark.offcanvas-container #offcanvas .nav > li > a:hover,
.dark.offcanvas-container #offcanvas .nav > li > a:focus,
.dark.offcanvas-container #offcanvas .navbar-nav > li.active > a {
  color: #ffffff;
  background-color: #36373c;
}

/*Second level menu items*/
.dark.offcanvas-container #offcanvas .dropdown-menu {
  background-color: #36373c;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > li > a {
  border-color: #515151;
  color: #e1e1e1;
}

.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:hover,
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #36373c;
}

/*Nav arrows*/
.dark.offcanvas-container .dropdown .dropdown.open > a:before {
  color: #ffffff;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
  margin: 0;
  min-height: 0;
  background: transparent;
  border-color: transparent;
}

.subfooter .navbar-default .nav > li > a {
  padding: 10px 10px;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
  border: none;
}

.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #e84c3d;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .subfooter .navbar-nav {
    float: none;
    margin: 15px 0;
    text-align: center;
  }
  .subfooter .navbar-nav > li {
    float: none;
    padding: 5px 0;
  }
  .subfooter .navbar-default .nav > li > a {
    padding: 0px 10px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .subfooter {
    text-align: left;
  }
  .subfooter .navbar-nav {
    float: right;
    margin: 0;
    text-align: left;
  }
  .subfooter .navbar-nav > li {
    float: left;
    padding: 0;
    margin-top: 4px;
  }
  .subfooter .navbar-default .nav > li > a {
    border-right: 1px solid #333333;
  }
  .light .subfooter .navbar-default .nav > li > a {
    border-right: 1px solid #999999;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* subfooter nav */
  .subfooter .navbar-default .navbar-toggle:hover,
  .subfooter .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: #888;
  }
  .light .subfooter .navbar-default .navbar-collapse {
    border-color: #ddd;
  }
  .subfooter .navbar-default .navbar-collapse {
    border-color: #000000;
  }
}

/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
  transition: all 0.2s linear;
}

.logo img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.main-container .logo img {
  margin: 0 auto;
}

.header-small .logo img {
  max-height: 40px;
  margin: 2px 0 -4px 0;
}

.text-center .logo img {
  margin: 0 auto;
}

.logo-footer {
  margin: 25px 0 20px;
}

.offcanvas .logo {
  margin: 20px 0 10px;
}

.offcanvas .logo img {
  margin: 0 auto;
}

.offcanvas .site-slogan {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .logo img,
  .header-small .logo img {
    margin: 0 auto;
  }
  .site-slogan {
    text-align: center;
  }
}

/* Call to action
---------------------------------- */
.call-to-action {
  padding: 10px 25px;
  text-align: center;
}

.call-to-action .btn {
  margin: 10px 5px;
}

.call-to-action .btn.btn-lg, .call-to-action .btn-group-lg > .btn {
  margin-top: 15px;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .call-to-action .btn {
    display: block;
    width: 60%;
    margin: 10px auto;
  }
}

/* Boxes
---------------------------------- */
.box {
  text-align: center;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 0;
  float: left;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.box i {
  font-size: 36px;
  line-height: 60px;
}

.box.small {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
}

.box.small i {
  font-size: 24px;
  line-height: 45px;
}

.box.gray-bg:hover {
  color: #e84c3d;
}

.box.default-bg:hover {
  background-color: #fff;
  border: 1px solid #e84c3d;
}

.box.default-bg:hover * {
  color: #e84c3d;
}

.box.dark-bg:hover {
  background-color: #fff;
  border: 1px solid #666;
}

.box.dark-bg:hover * {
  color: #666;
}

.box-style-1 {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}

.grid-space-10 .box-style-1 {
  margin: 10px 0;
}

.box-style-1 i {
  font-size: 90px;
  margin: 15px 0 5px;
  text-align: center;
}

.box-style-1:not(.team-member):hover i {
  color: #e84c3d;
  transition: all 0.3s ease-in-out;
}

.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
  color: inherit;
}

.box-style-2 {
  margin-top: 20px;
}

.box-style-2 i {
  font-size: 36px;
  line-height: 60px;
}

.box-style-2 .icon-container {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.box-style-2 .body {
  margin-left: 80px;
}

.box-style-2 h2 {
  font-size: 24px;
  margin-top: 0;
}

.box-style-2:hover .icon-container {
  border: 1px solid #666;
}

.box-style-2:hover .default-bg {
  background-color: #fff;
  border: 1px solid #e84c3d;
}

.box-style-2:hover .default-bg * {
  color: #e84c3d;
}

.box-style-2:hover .dark-bg {
  background-color: #fff;
  border: 1px solid #666;
}

.box-style-2:hover .dark-bg * {
  color: #666;
}

.box-style-2:hover .white-bg * {
  color: #e84c3d;
}

.box-style-3 {
  margin-top: 20px;
}

.box-style-3 i {
  font-size: 22px;
  line-height: 45px;
}

.box-style-3 .icon-container {
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.box-style-3 .body {
  margin-left: 80px;
}

.box-style-3 h2 {
  font-size: 20px;
  margin-top: 0;
}

.box-style-3:hover .icon-container {
  border: 1px solid #666;
}

.box-style-3:hover .default-bg {
  background-color: #fff;
  border: 1px solid #e84c3d;
}

.box-style-3:hover .default-bg * {
  color: #e84c3d;
}

.box-style-3:hover .dark-bg {
  background-color: #fff;
  border: 1px solid #666;
}

.box-style-3:hover .dark-bg * {
  color: #666;
}

.box-style-3:hover .white-bg * {
  color: #e84c3d;
}

.panel-body i {
  width: 35px;
  text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .box-style-3.right .icon-container {
    float: right;
  }
  .box-style-3.right .body {
    margin-right: 80px;
    text-align: right;
    margin-left: 0;
  }
}

/* Image Boxes
---------------------------------- */
.image-box {
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
}

.grid-space-0 .image-box {
  border: none;
}

.image-box h3.title {
  margin-top: 0;
}

.image-box .btn {
  white-space: normal;
  border-color: transparent;
}

.image-box .btn-block {
  margin: 0;
}

.image-box-body {
  padding: 20px 15px 15px;
}

/* Tags cloud block
---------------------------------- */
.tags-cloud {
  font-size: 0;
}

.tag {
  display: inline-block;
  margin: 0 3px 3px 0;
}

.tag a {
  padding: 5px 10px;
  color: #999;
  display: block;
  font-size: 12px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
}

.tag a:hover {
  color: #ffffff;
  background-color: #e84c3d;
  border-color: #e84c3d;
  text-decoration: none;
}

footer:not(.light) .footer-content .tag a,
.dark-bg .tag a {
  background-color: transparent;
  border-color: #555;
  border-radius: 2px;
}

/* Social icons block
---------------------------------- */
.social-links {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 40px 0 20px 0;
}

.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}

.social-links li a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  font-size: 20px;
  background: #e84c3d;
  border: 1px solid #e84c3d;
  color: #fff;
}

.social-links.large li a {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.social-links.light li a {
  background: #fafafa;
  border: 1px solid #f3f3f3;
  color: inherit;
}

.social-links.dark li a {
  background: #454545;
  border: 1px solid #333333;
  color: #acacac;
}

.social-links.radius-5px li a {
  border-radius: 5px;
}

.social-links.circle li a {
  border-radius: 100%;
}

.social-links li a:hover {
  background-color: transparent;
  border-color: #cd3c2e;
  color: #cd3c2e;
}

.social-links.dark li a:hover {
  background: #fafafa;
  border: 1px solid #acacac;
  color: inherit;
}

.social-links.light li a:hover {
  border: 1px solid #d2d2d2;
  color: #333333;
}

.social-links li a i {
  line-height: 44px;
}

.social-links.large li a i {
  line-height: 60px;
}

.header-top .social-links {
  margin: 0;
}

.header-top .social-links li {
  padding: 3px 5px 2px;
  border-right: 1px solid #e3e3e3;
  margin: 0;
}

.header-top .social-links li:hover {
  background-color: #fafafa;
}

.header-top .social-links li a {
  font-size: 16px;
}

.header-top .social-links li:last-child {
  border-right: none;
}

.header-top .social-links li a {
  border: none;
  width: 25px;
  height: 30px;
  color: #999999;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li a:hover {
  color: #cd3c2e;
}

.header-top .social-links li a i {
  line-height: 30px;
}

.dark.header-top .social-links li {
  border-right: 1px solid #3d3d3d;
}

.dark.header-top .social-links li:last-child {
  border-right: none;
}

.dark.header-top .social-links li:hover {
  background-color: transparent;
}

.dark.header-top .social-links li a {
  color: #999999;
}

.footer-content .social-links {
  margin: 20px 0;
}

.footer-content .social-links li {
  margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
  color: #666;
  background-color: transparent;
  border-color: #666;
}

.footer-content .social-links li a:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}

.social-links li.skype a:hover,
.colored.social-links li.skype a {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}

.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}

.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
  background-color: #b31217;
  border-color: #b31217;
  color: #fff;
}

.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}

.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}

.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff;
}

.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff;
}

.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
  background-color: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}

.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
  background-color: #0072b1;
  border-color: #0072b1;
  color: #fff;
}

.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}

.social-links li.behance a:hover,
.colored.social-links li.behance a {
  background-color: #053eff;
  border-color: #053eff;
  color: #fff;
}

.social-links li.vine a:hover,
.colored.social-links li.vine a {
  background-color: #00a478;
  border-color: #00a478;
  color: #fff;
}

.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
  background-color: #f74425;
  border-color: #f74425;
  color: #fff;
}

.header-top .social-links li.twitter a:hover {
  color: #55acee;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.skype a:hover {
  color: #00aff0;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.linkedin a:hover {
  color: #0976b4;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.googleplus a:hover {
  color: #dd4b39;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.youtube a:hover {
  color: #b31217;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.flickr a:hover {
  color: #ff0084;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.facebook a:hover {
  color: #3b5998;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.pinterest a:hover {
  color: #cb2027;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.instagram a:hover {
  color: #517fa4;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.vimeo a:hover {
  color: #aad450;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.tumblr a:hover {
  color: #32506d;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.soundcloud a:hover {
  color: #ff3a00;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.foursquare a:hover {
  color: #0072b1;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.dribbble a:hover {
  color: #ea4c89;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.behance a:hover {
  color: #053eff;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.vine a:hover {
  color: #00a478;
  background-color: transparent;
  border-color: transparent;
}

.header-top .social-links li.stumbleupon a:hover {
  color: #f74425;
  background-color: transparent;
  border-color: transparent;
}

.social-links .dropdown > button {
  padding: 6px 15px 5px;
  font-size: 16px;
  color: #999;
  text-align: center;
  min-width: 0;
  margin: 0;
  background-color: transparent;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.social-links .dropdown > button i {
  width: 15px;
}

.social-links .dropdown.open > button > i:before {
  content: "\f00d";
  color: #e84c3d;
}

.social-links .dropdown-menu {
  z-index: 103;
  padding: 0px;
  min-width: 290px;
  margin-top: 1px;
  font-size: 0;
  box-shadow: none;
  background-color: #fafafa;
}

.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
  padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
  float: right;
  font-size: 0;
  text-align: right;
}

.header-top-dropdown .dropdown > button {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid transparent;
}

.dark .header-top-dropdown .dropdown > button {
  border-right: 1px solid #515151;
}

.header-top-dropdown .dropdown:last-child > button {
  border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  min-width: 0;
  background-color: transparent;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none;
}

.header-top-dropdown .dropdown > .btn:before {
  display: none;
}

.header-top-dropdown .dropdown > .btn {
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  min-width: 0;
  background-color: transparent;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none;
}

.dark.header-top .header-top-dropdown .dropdown > button {
  border-right: 1px solid #3d3d3d;
}

.dark.header-top .header-top-dropdown .dropdown:last-child > button {
  border-right-color: transparent;
}

.header-top-dropdown .dropdown > button i {
  padding-right: 5px;
  width: 15px;
}

.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
  color: #e84c3d;
  background-color: #fafafa;
  border-right-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown.open > button,
.dark.header-top .header-top-dropdown .dropdown > button:hover {
  color: #FFFFFF !important;
  background-color: #36373C;
  border-right-color: #3d3d3d;
}

.dark.header .header-top-dropdown .dropdown.open > button,
.dark.header .header-top-dropdown .dropdown > button:hover {
  color: #FFFFFF !important;
  background-color: #36373C;
  border-right-color: #515151;
}

.header-top-dropdown .dropdown:first-child.open > button,
.header-top-dropdown .dropdown:first-child > button:hover {
  border-left-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown:first-child.open > button,
.dark.header-top .header-top-dropdown .dropdown:first-child > button:hover {
  border-left-color: #3d3d3d;
}

.header .header-top-dropdown .dropdown > button {
  padding: 3px 10px;
}

.header .header-top-dropdown .dropdown.open > button,
.header .header-top-dropdown .dropdown > button:hover {
  background-color: transparent;
}

.header .header-top-dropdown .dropdown:first-child.open > button,
.header .header-top-dropdown .dropdown:first-child > button:hover {
  border-left-color: transparent;
}

.header .header-top-dropdown .dropdown:last-child.open > button,
.header .header-top-dropdown .dropdown:last-child > button:hover {
  border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
  margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
  z-index: 103;
  padding: 20px;
  min-width: 280px;
  margin-top: 0px;
}

.header-top-dropdown .search-box .form-group {
  margin-bottom: 0;
}

.header-top-dropdown form {
  margin: 0;
}

.header-top-dropdown .login-form span {
  margin: 0 3px;
}

.header-top-dropdown .login-form ul {
  padding-left: 0;
  list-style-position: inside;
  padding: 5px 0;
}

.header-top-dropdown .login-form .social-links {
  display: inline-block;
  margin: 0;
}

.dark .header-top-dropdown .login-form a {
  color: #cdcdcd;
  text-decoration: underline;
}

.dark .header-top-dropdown .login-form a:hover {
  text-decoration: none;
}

.header .header-top-dropdown {
  margin-top: 19px;
}

.dark.header .header-top-dropdown {
  color: #cdcdcd;
}

.fixed-header-on .header .header-top-dropdown {
  margin-top: 13px;
}

.fixed-header-on .header .header-top-dropdown .dropdown-menu {
  margin-top: 19px;
}

/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
  .header-top-dropdown .btn-group {
    position: static;
  }
  .header-top-dropdown .dropdown-menu {
    right: 15px !important;
    width: 100%;
  }
}

/* Full Width Content
---------------------------------- */
.full-width-section {
  position: relative;
}

.full-text-container {
  position: absolute;
  top: 30%;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.6);
}

/* Large devices */
@media (min-width: 1200px) {
  .full-width-section {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .full-image-container {
    width: 50%;
    display: table-cell;
  }
  .full-text-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 50px;
    position: static;
  }
  .full-text-container * {
    max-width: 700px;
  }
  .full-text-container.left {
    text-align: right;
  }
  .full-text-container.left * {
    margin-left: auto;
  }
  .full-text-container p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .full-width-section .separator-2.right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .full-text-container {
    top: 0;
    height: 100%;
    padding: 0 20px;
  }
  .full-text-container h1 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .full-text-container p:not(.lead) {
    display: none;
  }
}

/* Sidebar/footer gallery block
---------------------------------- */
.gallery.row {
  margin-left: -5px;
  margin-right: -5px;
}

.gallery-item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

/* Form Block
---------------------------------- */
.form-block {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

.form-block form {
  margin: 0;
}

.form-block ul {
  padding-left: 0;
  list-style-position: inside;
}

.form-block hr {
  margin-top: 10px;
  margin-bottom: 15px;
}

.form-block .social-links {
  margin: 10px 0 0 10px;
  display: inline-block;
}

/* Latest tweets block
---------------------------------- */
ul.tweets {
  list-style: none;
  padding: 0;
}

ul.tweets li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

ul.tweets li i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #666666;
}

ul.tweets li p {
  margin-bottom: 5px;
}

ul.tweets li span {
  font-size: 12px;
  color: #666666;
}

/* Testimonials
---------------------------------- */
.testimonial {
  margin: 25px 0;
}

.well .testimonial,
.owl-item .testimonial {
  margin: 0;
}

.testimonial h2 {
  margin-bottom: 25px;
}

.testimonial-image {
  max-width: 160px;
  float: left;
  border-radius: 100%;
}

.testimonial-body {
  padding: 15px;
}

.testimonial-image + .testimonial-body {
  margin-left: 180px;
}

.testimonial-info-1 {
  font-size: 13px;
  color: #000;
  font-style: italic;
}

.testimonial-info-2 {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
  color: inherit;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .testimonial-image {
    max-width: 80px;
  }
  .testimonial-image + .testimonial-body {
    padding: 0 15px;
    margin-left: 100px;
  }
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
  display: none;
  margin-bottom: 40px;
}

.boxed .isotope-container.grid-space-0 .image-box img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.isotope-item {
  margin-bottom: 30px;
}

.grid-space-20 .isotope-item {
  margin-bottom: 20px;
}

.grid-space-10 .isotope-item {
  margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .isotope-item {
    max-width: 100%;
  }
}

/* Stats
---------------------------------- */
.stat-num {
  font-size: 36px;
  font-weight: 700;
  display: block;
}

/* Pricing tables
---------------------------------- */
.pricing-tables {
  margin: 60px 0 0;
}

.plan {
  text-align: center;
  border: 1px solid #c5c5c5;
  border-top: none;
  margin-bottom: 40px !important;
}

.plan + .plan {
  border-left: none;
}

.plan .header {
  padding: 10px 0;
  margin: 0 -1px;
}

.plan .header h3 {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #494949;
}

.plan .header .price {
  display: inline-block;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 400;
  color: inherit;
}

.plan .header .price span {
  text-transform: uppercase;
}

.plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.plan ul li {
  padding: 12px 0px;
  font-size: 13px;
  line-height: 18px;
  text-shadow: 1px 1px 0 #fff;
}

.plan ul li a.pt-popover {
  color: #000;
  border-bottom: 1px dashed #000;
  position: relative;
}

.plan ul li a.pt-popover:hover {
  text-decoration: none;
}

.plan ul li a.pt-popover:after {
  position: absolute;
  top: 0px;
  left: -15px;
  font-family: "FontAwesome";
  content: "\f059";
  color: #DDDDDD;
  font-size: 12px;
}

.best-value.plan ul li {
  padding: 15px 0;
}

.plan .popover {
  width: 250px;
  font-size: 13px;
  text-align: center;
  border: none;
  border-radius: 0px;
}

.plan .popover-title {
  background-color: #e84c3d;
  color: #ffffff;
  text-shadow: none;
  font-size: 13px;
  border-radius: 0px;
}

.plan .popover-content {
  font-size: 12px;
}

.plan .btn {
  text-shadow: none;
}

.gray .plan {
  border-top: 1px solid #c5c5c5;
  background-color: #f1f1f1;
  box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}

.gray .plan .header {
  background: #fafafa;
  border: 1px solid #cacaca;
  width: 150px;
  height: 150px;
  margin: 15px auto;
  border-radius: 100%;
}

.gray .plan .header h3 {
  color: #e84c3d;
  display: block;
  margin-top: 30px;
}

.gray .plan .header .price {
  font-size: 24px;
  padding-top: 5px;
}

.gray .plan ul {
  background: #f1f1f1;
  border-top: 1px solid #e4e4e4;
}

.gray .plan ul li {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #f8f8f8;
  color: #333333;
}

.white .plan {
  border-color: #f3f3f3;
}

.white .plan .header {
  color: #fff;
  background: #e84c3d;
}

.white .plan .header h3 {
  color: #fff;
}

.white .plan ul {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #fbfbfb;
}

.white .plan ul li {
  border-bottom: 1px solid #f5f5f5;
}

.stripped .header {
  background: #e84c3d;
  border: none;
  box-shadow: 0px 0px 60px #cd3c2e inset;
  color: #fff;
}

.stripped .header h3 {
  color: #fff;
}

.stripped .plan ul {
  box-shadow: 0px 0px 32px 0px #cacaca inset;
  background: #fdfdfd;
}

.stripped .plan ul li {
  border: 1px solid #ececec;
  border-top: none;
  color: #666;
}

.stripped .plan ul li:nth-child(even) {
  box-shadow: 0px 0px 40px #e4e4e4 inset;
  background: #ffffff;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .best-value.plan {
    top: -30px;
    position: relative;
  }
}

/* Google maps
---------------------------------- */
#map-canvas {
  height: 450px;
}

.sidebar #map-canvas {
  height: 350px;
}

#map-canvas img {
  max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
  color: #fff;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #000000;
  z-index: 1005;
  display: none;
}

.scrollToTop i {
  line-height: 50px;
  font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .scrollToTop i {
    line-height: 40px;
    font-size: 20px;
  }
}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.slider-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
  width: 100%;
  position: relative;
}

.slider-banner > ul,
.slider-banner-2 > ul,
.slider-banner-3 > ul,
.slider-banner-fullscreen > ul {
  display: none;
}

.tp-loader.spinner0 {
  background: url("../images/loader.gif") no-repeat center center;
  box-shadow: none;
  -webkit-box-shadow: none;
  animation: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  background-color: #666666;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8);
}

.slideshow-boxed {
  padding: 20px 0 60px;
}

.slideshow-boxed .slider-banner-container {
  padding: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.slideshow-boxed .tp-caption {
  margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
  z-index: 5;
}

.tp-caption a.btn,
.tp-caption a.btn:hover {
  color: #ffffff;
}

.default_bg {
  background-color: #e84c3d;
  color: #fff;
}

.white_bg {
  background-color: #ffffff;
  color: #333333;
}

.dark_gray_bg {
  background-color: #666666;
  color: #fff;
}

.light_gray_bg {
  background-color: #fafafa;
  color: #333;
  border: 1px solid #f3f3f3 !important;
  border-left: none !important;
}

.tp-caption.small_thin_white {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 300;
  text-shadow: 1px 1px 1px #000000;
}

.tp-caption.small_thin_dark {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.tp-caption.large {
  font-size: 36px;
  padding: 0px 15px;
}

.tp-caption.medium {
  font-size: 22px;
  padding: 2px 10px;
}

.tp-caption.small {
  font-size: 14px;
  padding: 5px;
}

.tp-caption.black,
.tp-caption .btn.black,
.tp-caption .btn.black:hover {
  color: #333333;
}

/* Large devices (Large desktops less than 1199px) */
@media (max-width: 1199px) {
  .tp-caption {
    margin-left: 20px !important;
  }
}

/* Revolution Nav Controls */
.tparrows.round {
  background-image: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50% !important;
  transition: all linear 0.2s;
  border-radius: 100%;
}

.tparrows.round:before {
  font-family: 'fontello';
  font-size: 24px;
  content: '\e87c';
  line-height: 52px;
  display: inline-block;
}

.tparrows.round.tp-rightarrow:before {
  content: '\e87d';
}

.tparrows.round:hover {
  color: #ffffff;
  background-color: #e84c3d;
}

.slideshow-boxed .slider-banner-container .tparrows {
  opacity: 0;
  filter: alpha(opacity=0);
}

.slideshow-boxed .slider-banner-container:hover .tparrows {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tp-bullets {
  z-index: 100;
}

.tp-bullets.simplebullets.round .bullet {
  background-image: none;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  margin: 0 3px;
  transition: all linear 0.2s;
  border-radius: 100%;
}

.bullets-with-bg + .tp-bullets.preview4 {
  height: auto;
  background-color: white;
  padding: 5px 15px;
  bottom: -6px !important;
  border-radius: 3px;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
  background-color: #e84c3d;
}

.tp-bannertimer {
  background-image: none;
  background-color: rgba(232, 76, 61, 0.7);
  z-index: 100;
  display: none;
}

.slideshow-boxed .tp-bullets {
  bottom: -33px !important;
}

.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
  padding: 7px 15px 2px;
  bottom: -45px !important;
}

.slideshow-boxed .tp-rightarrow {
  right: 10px !important;
}

.slideshow-boxed .tp-leftarrow {
  left: 10px !important;
}

.slideshow-boxed .tp-bullets.hidebullets {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .tparrows,
  .tp-bullets {
    display: none;
  }
}

/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
  z-index: 4;
}

.owl-carousel .owl-item > div {
  margin: 10px 0 20px;
}

.owl-carousel.carousel .owl-item > div,
.owl-carousel.carousel-autoplay .owl-item > div {
  margin: 10px 20px 20px 0;
}

.owl-carousel.clients .owl-item > div {
  margin: 0px 30px 0px 0;
}

.well.owl-carousel .owl-item > div {
  margin: 10px 0 0;
}

.tab-content .owl-carousel .owl-item > div {
  margin: 0 0 20px;
}

/* caption */
.caption {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  position: absolute;
  bottom: 80px;
  left: 80px;
  width: 40%;
  border: 1px solid #ffffff;
}

.caption .title {
  margin-top: 0;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
  .caption {
    width: 90%;
    bottom: 40px;
    left: 40px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .caption {
    width: 100%;
    bottom: 30px;
    left: 0;
    position: relative;
    background-color: #fafafa;
    bottom: 0;
    padding-bottom: 35px;
  }
}

/* owl controls */
.owl-controls {
  width: 100%;
  margin-bottom: 50px;
}

.owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  padding: 3px 10px;
  font-size: 12px;
  position: absolute;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.owl-prev {
  left: 0;
  background-color: #e84c3d;
  color: #f1f1f1;
}

.owl-next {
  left: 30px;
  background-color: #f1f1f1;
  color: #e84c3d;
}

.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
  background-color: #333333;
  color: #f1f1f1;
}

.gray-bg .owl-next {
  background-color: #ffffff;
}

.owl-controls .owl-buttons div:after {
  font-family: "fontAwesome";
  font-size: 18px;
  line-height: 26px;
}

.owl-prev:after {
  content: "\f053";
}

.owl-next:after {
  content: "\f054";
}

.no-touch .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.content-slider-with-controls {
  margin-bottom: 20px;
}

.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
  margin-bottom: 0;
}

.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
  top: 50%;
  margin-top: -15px;
  background-color: #e84c3d;
  color: #f1f1f1;
}

.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
  left: auto;
  right: 0;
}

.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
  background-color: #f1f1f1;
  color: #e84c3d;
}

.content-slider-with-controls-bottom .owl-controls .owl-pagination {
  bottom: -30px;
}

.content-slider-with-controls-bottom .owl-controls .owl-page span {
  background: #acacac;
}

.owl-controls .owl-pagination {
  position: absolute;
  bottom: 25px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #ffffff;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #e84c3d;
}

/* 10 IE8 Support
----------------------------------------------------------------------------- */
.ie8 .tp-caption {
  line-height: 1.5 !important;
}

.ie8 .overlay {
  background-color: #f1f1f1;
  display: none;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

.ie8 a.overlay i {
  display: none;
}

.ie8 .overlay-container:hover a.overlay i,
.ie8 .overlay-container:hover .overlay {
  display: block;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: .75s;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: .75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

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

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: .75s;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

/* Copyright 2013-2015 etc Chris Tabor. See https://github.com/christabor/css-progress-wizard/blob/master/LICENSE for details. */
.flexer, .progress-indicator {
  display: -ms-flexbox;
  display: flex;
}

.no-flexer, .progress-indicator.stacked {
  display: block;
}

.no-flexer-element {
  -ms-flex: 0;
  -moz-flex: 0;
  flex: 0;
}

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.progress-indicator {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
}

.progress-indicator > li:hover {
  color: #6f6e6e;
}

.progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  background-color: #bbb;
  display: block;
  margin: 0 auto 0.5em auto;
  border-bottom: 1px solid #888888;
}

.progress-indicator > li .bubble > span {
  position: relative;
  line-height: 30px;
  color: #FFF;
  z-index: 10;
}

.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
  display: block;
  position: absolute;
  top: 14px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #bbb;
}

.progress-indicator > li .bubble:before {
  left: 0;
}

.progress-indicator > li .bubble:after {
  right: 0;
}

.progress-indicator > li.completed {
  color: #65d074;
}

.progress-indicator > li.completed .bubble {
  background-color: #65d074;
  color: #65d074;
  border-color: #247830;
}

.progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after {
  background-color: #65d074;
  border-color: #247830;
}

.progress-indicator > li.active {
  color: #337AB7;
}

.progress-indicator > li.active .bubble {
  background-color: #337AB7;
  color: #337AB7;
  border-color: #122a3f;
}

.progress-indicator > li.active .bubble:before, .progress-indicator > li.active .bubble:after {
  background-color: #337AB7;
  border-color: #122a3f;
}

.progress-indicator > li a:hover .bubble {
  background-color: #5671d0;
  color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator > li a:hover .bubble:before, .progress-indicator > li a:hover .bubble:after {
  background-color: #5671d0;
  border-color: #1f306e;
}

.progress-indicator > li.danger .bubble {
  background-color: #d3140f;
  color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.danger .bubble:before, .progress-indicator > li.danger .bubble:after {
  background-color: #d3140f;
  border-color: #440605;
}

.progress-indicator > li.warning .bubble {
  background-color: #edb10a;
  color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.warning .bubble:before, .progress-indicator > li.warning .bubble:after {
  background-color: #edb10a;
  border-color: #5a4304;
}

.progress-indicator > li.info .bubble {
  background-color: #5b32d6;
  color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator > li.info .bubble:before, .progress-indicator > li.info .bubble:after {
  background-color: #5b32d6;
  border-color: #25135d;
}

.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}

.progress-indicator.stacked > li .bubble:before,
.progress-indicator.stacked > li .bubble:after {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}

.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}

.progress-indicator.stacked > li a {
  border: none;
}

.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0;
}

.progress-indicator.stacked.nocenter > li .bubble:before,
.progress-indicator.stacked.nocenter > li .bubble:after {
  left: 15px;
}

.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 60px !important;
}

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*! nouislider - 14.5.0 - 5/11/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* LAYOUT */
#header-wrapper {
  background-color: #FFF;
}

#header {
  position: relative;
}

#header .logo img {
  margin-top: 0.75rem;
  margin-bottom: 0.3125rem;
}

#header h1 {
  display: none;
}

#header .intro {
  position: absolute;
  top: 90px;
  left: 77px;
  font-family: 'OpenSansLight', Arial;
  font-size: 18px;
  line-height: 24px;
}

#header .info {
  position: absolute;
  top: 20px;
  right: 250px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

#header .info .mailto {
  color: #ed1c24;
}

#header .langs {
  position: absolute;
  right: -16px;
  top: 10px;
  width: 24px;
}

@media only screen and (max-width: 991px) {
  #header .langs {
    right: 15px;
  }
}

#header .langs span {
  color: #FFF;
  font-size: 10px;
  float: left;
  padding: 2px 3px 0 0;
}

#header .langs a {
  float: left;
  width: 24px;
  height: 20px;
  display: block;
  margin: 0 3px 0 0;
}

#header .langs a span {
  cursor: pointer;
}

#header .langs a.last {
  margin: 0;
}

#header .langs a span {
  display: block;
  width: 24px;
  height: 20px;
  background: url("/www/img/flags_map.png") no-repeat left top;
}

#header .langs a.sk span {
  background-position: -60px top;
}

#header .langs a.cz span {
  background-position: -90px top;
}

#header .langs a.en span {
  background-position: left top;
}

#header .langs a.de span {
  background-position: -30px top;
}

#header .langs a.sk:hover span {
  background-position: -60px -30px;
}

#header .langs a.cz:hover span {
  background-position: -90px -30px;
}

#header .langs a.en:hover span {
  background-position: left -30px;
}

#header .langs a.de:hover span {
  background-position: -30px -30px;
}

#header .langs a.active span.sk {
  background-position: -60px -60px;
}

#header .langs a.active span.cz {
  background-position: -90px -60px;
}

#header .langs a.active span.en {
  background-position: left -60px;
}

#header .langs a.active span.de {
  background-position: -30px -60px;
}

.navbar-yellow {
  padding: 0;
  background-color: #8ed91d;
  box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.4);
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .navbar-yellow {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.navbar-yellow .nav-item {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .navbar-yellow .nav-item {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
  }
}

.navbar-yellow .nav-item > .new {
  position: absolute;
  top: -17px;
  left: 8px;
}

@media only screen and (max-width: 991px) {
  .navbar-yellow .nav-item > .new {
    top: 2px;
    right: 10px;
    left: auto;
  }
}

.navbar-yellow .nav-link {
  padding: 0.125rem 0.9375rem;
  text-transform: lowercase;
  color: #000;
  font-family: 'OpenSansLight', Atial;
  font-size: 16px;
  line-height: 24px;
}

.navbar-yellow .nav-link:hover, .navbar-yellow .nav-link.active {
  background-color: #75bc09;
}

#menu #menu-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 0.25rem;
}

/* search */
#search-wrap {
  position: relative;
}

#search-wrap > .page-loader-simple {
  display: none !important;
}

#search-wrap.ac_loading > .page-loader-simple {
  display: block !important;
}

#search-fulltext-form {
  margin: 0;
}

.search-fulltext-form-wrapper input {
  float: left;
  border: none;
  line-height: 20px;
  padding: 1px 30px 1px 4px;
  font-size: 10px;
  font-weight: bold;
}

.search-fulltext-form-wrapper .submit {
  margin-left: 0.25rem;
}

/* body */
#body-wrapper {
  background-color: #FFF;
  min-height: calc(100vh - 473px);
}

#body {
  padding-top: 1.25rem;
  margin: 0 auto;
  min-height: 300px;
  padding-bottom: 0.625rem;
}

form {
  margin: 0;
}

/* aside-left */
#content-aside-left h1 {
  font-size: 32px;
  padding: 0;
}

#content-aside-left .h2 {
  padding: 0;
  font-size: 18px;
}

/* aside-right */
#content-aside-right .crumbs-pre-wrapper, #content-aside-right .heading {
  padding-left: 10px;
}

#content-aside-right .heading {
  padding-bottom: 10px;
}

#content .crumbs-pre-wrapper, #content .heading {
  padding-left: 10px;
}

#content .blocksHolder {
  padding-left: 10px;
}

/* .aside-box */
.aside-box .heading h3 {
  float: left;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  padding: 10px 2px 10px 25px;
  text-transform: uppercase;
  margin-left: -5px;
  background: url("../img/aside-title-bg.png") no-repeat left top;
}

.aside-box .heading a, .aside-box .heading span {
  float: left;
  color: #FFF;
}

.aside-box .heading span.after {
  float: left;
  background: url("../img/aside-title-bg.png") no-repeat right top;
  width: 20px;
  height: 36px;
}

#aside-right {
  /* contactForm */
}

#aside-right .contactForm {
  padding-top: 30px;
}

#aside-right .contactForm .glabel {
  display: block;
  float: none;
  padding: 3px 0 0 5px;
  color: #9b9b9b;
  font-style: italic;
  margin: 0;
  width: 100%;
}

#aside-right .contactForm em {
  color: #ba0001;
}

#aside-right .contactForm .ginputtext {
  width: 100%;
}

#aside-right .contactForm img.captcha {
  float: left;
  margin-right: 8px;
}

#aside-right .contactForm input#captcha {
  margin-top: 2px;
}

#aside-right .contactForm .submit-wrapper {
  height: 40px;
  padding-left: 0;
}

#aside-right .contactForm img {
  border-radius: 2px;
  border: 1px solid #dedede;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

#aside-right .contactForm .row {
  padding: 0;
}

#aside-right .contactForm .row-error .label {
  color: #d50001;
}

@media only screen and (max-width: 991px) {
  #aside-right .contactForm {
    padding: 15px;
  }
}

#aside-right .contactForm .glabel {
  margin: 0;
  width: 100%;
}

#aside-right .contactForm textarea {
  width: 100%;
}

#aside-right .contactForm .ginputtext {
  width: 100%;
}

#aside-right .box-error-wrapper {
  width: 100%;
}

/* footer */
#footer-wrapper {
  background-color: #000;
}

#footer {
  margin: auto;
  padding: 10px 0 80px 0;
  font-size: 11px;
  color: #FFF;
}

#footer-menu {
  position: relative;
}

#newsletterBox {
  width: 100%;
  margin: auto;
}

#newsletterBox > h2 {
  padding-left: 10px;
  background-image: linear-gradient(to bottom, #fcce04, #fff027);
  line-height: 40px;
  height: 40px;
  position: relative;
}

#newsletterBox > h2 > .icn {
  position: absolute;
  right: 10px;
  top: -18px;
}

#newsletterBox .description {
  padding: 16px 8px 8px 8px;
}

#newsletterBox .email {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
}

#newsletterBox .email input {
  border: none;
  padding: 4px;
  color: #c2c2c2;
  font-style: italic;
  width: 100%;
  margin: 0;
}

#newsletterBox .actions {
  padding: 2px 0 0 0;
  height: 40px;
}

#newsletterBox .actions .unsubscribe {
  margin-left: 2px;
}

#footer .about {
  margin-top: 7px;
}

#footer .about a {
  color: #ed1c24;
}

#footer .snicon {
  float: left;
  margin-right: 10px;
  padding: 5px 0 0 0;
}

#footer .snicon > a {
  display: block;
  height: 27px;
  width: 27px;
  background: url(../img/sprites.png?v2) no-repeat -32px -48px;
}

#footer .fcb > a {
  background-position: -32px -48px;
}

#footer .fcb > a:hover {
  background-position: -62px -48px;
}

#footer .tw > a {
  background-position: -152px -48px;
}

#footer .tw > a:hover {
  background-position: -183px -48px;
}

#footer .gplus > a {
  background-position: -92px -48px;
}

#footer .gplus > a:hover {
  background-position: -122px -48px;
}

#footer .ytube > a {
  background-position: -213px -48px;
}

#footer .ytube > a:hover {
  background-position: -243px -48px;
}

/* footer menu */
.f_l1li {
  margin-bottom: 16px;
}

.f_l1li-first {
  margin-left: 0;
}

.f_l1li img {
  position: absolute;
  top: -20px;
  left: 10px;
}

.f_l1li .f_l1span {
  padding: 8px 0 0 0;
  height: 24px;
  cursor: pointer;
  display: block;
}

.f_l1li .f_l1a {
  color: #FFF;
  font-size: 14px;
  display: block;
  font-weight: bold;
}

.f_l1li .f_l1a:hover {
  text-decoration: underline;
}

#f_l1ul .f_l1li-delimiter {
  float: left;
  width: 40px;
  height: 10px;
}

#f_l1ul li.subhover .f_l1a {
  color: #FFF;
}

.f_l2ul {
  margin-top: 8px;
}

.f_l2li {
  float: none;
  line-height: 16px;
}

.f_l2a {
  color: #FFF;
  font-size: 12px;
  display: block;
}

.f_l2li .f_l2a:hover {
  text-decoration: underline;
}

.f_l2span {
  padding: 5px 10px 0 0;
  cursor: pointer;
  display: block;
}

.f_l2ul .f_l2li a.active {
  text-decoration: underline;
}

.f_l2ul .f_l2li a.active span {
  background: none;
}

.menu-bottom a {
  text-transform: uppercase;
  color: #444;
  font-size: 11px;
}

.menu-bottom .delimiter {
  color: #666;
  padding: 0 5px;
}

#l1f_l1ul {
  float: left;
}

.l1f_l1li {
  float: left;
  position: relative;
}

.l1f_l1a {
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

.l1f_l1li_border {
  float: left;
  padding: 0 4px;
}

.l1f_l1li .l1f_l1span {
  float: left;
  cursor: pointer;
}

.l1f_l1li a:hover {
  text-decoration: underline;
}

.l1f_l1li a.active span {
  text-decoration: underline;
}

.fnewsletter .description {
  padding: 4px 0 4px 0;
}

.fnewsletter .email {
  padding: 4px 0 0 0;
}

.fnewsletter .email input {
  width: 160px;
  border-radius: 2px;
  border: none;
  padding: 4px;
}

.fnewsletter .actions {
  padding: 2px 0 0 0;
  height: 40px;
}

.fnewsletter .actions .unsubscribe {
  margin-left: 2px;
}

.f_l1li a:not(.btn):hover, .f_l1li a:not(.btn):active, .f_l1li a:not(.btn):focus {
  color: white;
}

/* footer */
/* COMPONENTS */
/* home categories = hcats */
#hcats {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#hcats .item {
  -ms-flex: 1 1 20%;
      flex: 1 1 20%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #hcats .item {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}

#hcats .item h2 {
  padding: 0.3125rem 0;
}

#hcats .item h2 a {
  font-size: 18px;
  font-weight: bold;
}

#hcats .item h3 {
  padding: 0 20px;
  line-height: 14px;
}

#hcats .item h3 a {
  font-size: 13px;
  font-weight: bold;
}

.categories-toggler {
  width: 100%;
  text-align: left;
  line-height: 32px;
  border: none;
  background-color: #75bc09;
  font-size: 16px;
  color: black;
  border-radius: 0;
  position: relative;
  font-weight: bold;
  padding: 3px 14px;
}

.categories-toggler:hover {
  cursor: pointer;
}

.categories-toggler:after {
  content: '\f0d8';
  font-family: FontAwesome;
  font-size: 16px;
  float: right;
}

.categories-toggler.collapsed:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 16px;
  float: right;
}

/* MENU 2 LEVELS LEVEL 1 */
.cat-img {
  padding: 0 0 0 16px;
}

.cat-menu {
  background: transparent url(../img/cat-menu-bg.png) repeat-y right top;
}

.cat-a {
  font-size: 13px;
  color: #000;
  margin-bottom: 1px;
  line-height: 15px;
}

.cat-li-active-1 {
  background: none;
}

.cat-a-1:hover {
  text-decoration: underline;
}

.cat-a-1 {
  display: block;
  background-color: #7bde49;
  font-weight: bold;
}

.cat-a-1 span {
  display: block;
  padding: 5px 10px 5px 20px;
}

.cat-li-active-1 .cat-a-1 {
  background: #000 url(../img/cat-bg-grad-dark.png) repeat-x left top;
  color: #FFF;
}

.cat-a-2 {
  display: block;
  background-color: #7bde49;
}

.cat-a-2:hover {
  text-decoration: underline;
}

.cat-a-2 span {
  padding: 5px 10px 5px 30px;
  display: block;
}

.cat-li-active-2 .cat-a-2 {
  background: #000 url(../img/cat-bg-grad-dark.png) repeat-x left top;
  color: #FFF;
}

.cat-a-3 {
  display: block;
  background-color: #7bde49;
}

.cat-a-3:hover {
  text-decoration: underline;
}

.cat-a-3 span {
  padding: 5px 10px 5px 40px;
  display: block;
}

.cat-li-active-3 .cat-a-3 {
  background: #000 url(../img/cat-bg-grad-dark.png) repeat-x left top;
  color: #FFF;
}

.cat-a-4 {
  display: block;
  background-color: #7bde49;
}

.cat-a-4:hover {
  text-decoration: underline;
}

.cat-a-4 span {
  padding: 5px 10px 5px 50px;
  display: block;
}

.cat-li-active-4 .cat-a-4 {
  background: #000 url(../img/cat-bg-grad-dark.png) repeat-x left top;
  color: #FFF;
}

.cat-a-5 {
  display: block;
  background-color: #7bde49;
}

.cat-a-5:hover {
  text-decoration: underline;
}

.cat-a-5 span {
  padding: 5px 10px 5px 60px;
  display: block;
}

.cat-li-active-5 .cat-a-5 {
  background: #000 url(../img/cat-bg-grad-dark.png) repeat-x left top;
  color: #FFF;
}

#content-aside-left #hcats {
  padding: 0;
  margin: 0 -8px;
}

#content-aside-left #hcats .item {
  padding: 0.5rem;
}

#content-aside-left #hcats .item h2 {
  padding: 0;
}

#content-aside-left #hcats .item h2 a {
  font-size: 16px;
}

#content-aside-left #hcats .item h3 {
  padding: 0;
}

#content-aside-left #hcats .item h3 a {
  font-size: 11px;
}

.filter {
  margin-top: 10px;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  padding: 10px;
}

.filter .toggle {
  font-size: 18px;
  font-family: OpenSansLight, Arial;
  padding-right: 14px;
  line-height: 24px;
  float: left;
}

.filter .toggle:hover {
  color: #333;
}

.filter .toggle.open {
  background-position: right bottom;
}

.filter .extended {
  display: none;
}

.filter .extended.open {
  display: block;
}

.filter #order-by-select {
  width: 100px;
}

.filter .box {
  height: 28px;
}

.filter .box-select {
  height: 28px;
}

.filter label {
  float: left;
  font-size: 10px;
  color: #818181;
  padding: 7px 4px 0 0;
}

.filter .view-type {
  width: 28px;
  height: 28px;
  float: right;
  margin-right: 5px;
}

.filter .view-type span {
  background: url("../img/view-type-map.png") no-repeat left top;
  display: block;
  width: 28px;
  height: 28px;
  float: left;
}

.filter .view-type .list {
  background-position: right top;
}

.filter .view-type.active .grid {
  background-position: left -60px;
}

.filter .view-type.active .list {
  background-position: right -60px;
}

.filter .view-type:hover .grid {
  background-position: left -30px;
}

.filter .view-type:hover .list {
  background-position: right -30px;
}

.filter .view-type.active:hover .grid {
  background-position: left -60px;
}

.filter .view-type.active:hover .list {
  background-position: right -60px;
}

.filter .jslider {
  float: left;
  width: 300px;
  margin-top: 5px;
}

.filter .box-order-by {
  float: right;
  height: 28px;
  margin-right: 5px;
}

.filter .box-per-page {
  float: left;
  padding-left: 20px;
}

.filter .box-view-type {
  display: inline-block;
  float: right;
  margin-right: -5px;
}

.filter .box-price-slider {
  padding: 20px 0 0 0;
  float: left;
}

.filter .box-brands {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}

.filter .box-brands select {
  width: 180px;
}

.filter .submit {
  float: right;
  margin-top: 20px;
}

/* category */
.category-- .description {
  margin-top: 8px;
}

.category-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.subcategories-grid {
  padding: 10px 0 0 0;
}

.subcategories-grid .row {
  margin-bottom: 10px;
}

.subcategories-grid .row-last {
  margin: 0;
}

.subcategories-grid .cell {
  cursor: pointer;
  height: 100%;
  float: left;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ededed url("../img/subcategory-bg.png") repeat-x left top;
}

.subcategories-grid .cell:hover a, .subcategories-grid .cell:focus a {
  color: black;
  text-decoration: none;
}

.subcategories-grid .cell.hover {
  border-color: #000;
}

.subcategories-grid .cell h2 {
  font-size: 13px;
  font-weight: bold;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.subcategories-grid .cell img {
  float: right;
  border: 1px solid #cccccc;
  margin: 4px 4px 0 0;
}

.category-- .pager-top {
  margin-top: 10px;
}

.category-- .pager {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}

.category-- .pager .per-page {
  float: right;
}

.category-- .pager .per-page label {
  float: left;
  padding: 7px 4px 0 0;
  font-size: 10px;
  color: #818181;
}

.category-- .pager-bottom {
  margin-bottom: 10px;
}

/* products grid */
.products-grid {
  padding: 10px 0;
}

.products-grid .row {
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.products-grid .row .cell {
  padding: 0 5px;
}

.products-grid .row-last {
  margin: 0;
}

.products-grid .cell.hover {
  border-color: #000;
}

.products-grid .cell {
  margin-bottom: 0.625rem;
}

.products-aside {
  padding: 10px 5px;
}

.products-aside .pgi {
  margin-bottom: 10px;
}

/* product grid item*/
.pgi {
  height: 100%;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  padding-bottom: 36px;
}

.pgi.hover {
  border-color: #000;
}

.pgi .img {
  height: 170px;
  position: relative;
  text-align: center;
}

.pgi .tags {
  min-width: 76px;
  position: absolute;
  left: 0;
  top: 30px;
}

.pgi .tags .tag {
  line-height: 22px;
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.pgi .tags .yellow {
  background-color: #fff200;
  color: #000;
  padding: 0 5px;
}

.pgi .tags .red {
  background-color: #ed1c24;
  color: #FFF;
}

.pgi .name {
  padding: 6px 6px 0 6px;
  font-size: 14px;
  font-weight: bold;
}

.pgi .name .prod {
  float: left;
}

.pgi .compare {
  position: absolute;
  top: 0;
  right: 0;
}

.pgi .perex {
  padding: 6px 6px 6px 6px;
}

.pgi .perex p {
  font-size: 12px !important;
}

.pgi .price {
  display: none;
  position: absolute;
  right: 0;
  top: 110px;
  background-color: #000;
  border-radius: 3px 0 0 3px;
  padding: 10px;
  color: #fff;
}

.pgi .price .vat {
  font-size: 10px;
  font-weight: normal;
}

.pgi .price .no-vat {
  display: block;
  font-size: 10px;
}

.pgi .price .no-vat .num {
  font-weight: bold;
  font-size: 18px;
}

.pgi .google-ratings {
  display: none;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding-left: 4px;
  width: 224px;
}

.pgi .google-ratings .btn2 {
  float: right;
  margin-right: 15px;
}

.pgi .google-ratings .btn2 .btn2-c {
  font-size: 12px;
  line-height: 13px;
}

/* products list */
.products-list {
  padding: 10px 0;
}

.products-list .row {
  margin-bottom: 10px;
}

.products-list .cell.hover {
  border-color: #000;
}

/* product list item*/
.pli {
  border: 1px solid #cdcdcd;
  cursor: pointer;
  border-radius: 3px;
}

.pli.hover {
  border-color: #000;
}

.pli .img {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pli .tags {
  width: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

.pli .tags .tag {
  line-height: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.pli .tags .yellow {
  background-color: #fff200;
  color: #000;
}

.pli .tags .red {
  background-color: #ed1c24;
  color: #FFF;
}

.pli .name {
  padding: 6px 6px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.pli .name .prod {
  float: left;
}

.pli .name .compare {
  margin-top: -4px;
  padding-left: 10px;
}

/*.pli .perex { padding: 6px 6px 6px 0;height: 26px; overflow: hidden; }*/
.pli .perex {
  padding: 6px 6px 6px 0;
  height: auto;
  overflow: hidden;
}

.pli .perex p {
  padding: 0;
}

.pli .price {
  padding: 12px 0 0 0;
}

.pli .price .vat {
  font-size: 10px;
  font-weight: normal;
}

.pli .price .no-vat {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

/* PROSPECTS */
.icon-notepad {
  mask: url("icons/notepad.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask: url("icons/notepad.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.icon-download {
  mask: url("icons/download.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask: url("icons/download.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 6px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: linear-gradient(0, #e8e8e7, transparent);
}

.catalog .catalog-pre-logo {
  -ms-flex: 1;
      flex: 1;
}

.catalog .catalog-pre-logo img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.catalog .catalog-content {
  margin: 0 4px 0 8px;
  -ms-flex: 10;
      flex: 10;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .catalog .catalog-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.catalog .catalog-content .text {
  -ms-flex: 2;
      flex: 2;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.catalog .catalog-content .text > span {
  font-family: 'rc';
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
}

.catalog .catalog-content .text h2 {
  font-family: 'rc';
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}

.catalog .catalog-content .links {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.catalog .catalog-content .links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  padding: 6px;
  border: 1px solid #afafaf;
  background: linear-gradient(0, #e8e8e7, transparent);
  border-radius: 3px;
  margin-left: 10px;
  font-weight: bold;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
}

.catalog .catalog-content .links a:hover, .catalog .catalog-content .links a:focus {
  color: black;
  text-decoration: none;
  background: linear-gradient(180deg, #e8e8e7, transparent);
}

.catalog .catalog-content .links a .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-color: black;
  margin-right: 8px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .catalog .catalog-content .links {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .catalog .catalog-content .links a {
    margin-top: 0.5rem;
    margin-right: 10px;
    margin-left: 0;
  }
}

.catalog-sm .catalog-pre-logo {
  width: 16px;
  margin: 0;
}

.catalog-sm .catalog-content a {
  font-size: 12px;
  padding: 6px;
  border: 1px solid #afafaf;
  background: linear-gradient(0, #e8e8e7, transparent);
  border-radius: 3px;
  margin-right: 8px;
  margin-top: 8px;
}

.catalog-sm .catalog-content a:hover {
  background: linear-gradient(180deg, #e8e8e7, transparent);
}

.catalog-sm .catalog-content a .icon {
  width: 14px;
  height: 14px;
}

.pdf-loading {
  display: none;
}

.category-filter {
  margin-bottom: 10px;
}

.category-filter > a {
  display: inline-block;
  background-color: #8ed91d;
  padding: 10px;
  margin-right: 1px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .category-filter > a {
    margin: 0 0.5rem 0.5rem 0;
  }
}

.category-filter > a:hover, .category-filter > a.active {
  background-color: #75bc09;
}

.fancybox-caption {
  top: 0;
  bottom: auto;
}

/* novelties */
.novs {
  padding: 20px 0 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.novs .nov-wrap {
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  margin: 2px 0;
}

@media only screen and (max-width: 991px) {
  .novs .nov-wrap {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}

.novs .nov-wrap .nov {
  padding: 10px;
  height: 100%;
  background-color: #FFF;
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
}

.novs .nov-wrap .nov h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 0 0;
}

.novs .nov-wrap .nov .tags {
  min-width: 57px;
  position: absolute;
  left: 0;
  top: 30px;
}

.novs .nov-wrap .nov .tags .tag {
  line-height: 22px;
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.novs .nov-wrap .nov .tags .tag.yellow {
  background-color: #fff200;
  color: #000;
  padding: 0 5px;
}

.novs .nov-wrap .nov .tags .tag.red {
  background-color: #ed1c24;
  color: #FFF;
}

.novs .nov-wrap .nov .img {
  height: 120px;
  text-align: center;
  position: relative;
}

.novs .nov-wrap .nov.hover {
  border-color: #aaaaaa;
}

.novs .nov-wrap .nov .perex {
  color: black;
  line-height: 14px;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5%;
  padding-top: 20px;
}

.gallery .gall {
  position: relative;
  border: 1px solid #444;
  margin: 0.5% 0.5% 20px 0.5%;
}

.gallery .gall .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
}

.gallery .gall .img a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.gallery .gall .img img {
  margin: auto;
}

.gallery .gall .img-v img {
  max-height: 100%;
  width: auto;
}

.gallery .gall .img-h img {
  max-width: 100%;
  height: auto;
}

.gallery .gall .desc {
  position: absolute;
  top: -20px;
  font-size: 14px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery .gall .desc > p {
  position: absolute;
  top: 0;
  font-size: 14px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

.gallery .gall .tags {
  z-index: 10;
  width: 57px;
  position: absolute;
  right: 1px;
  top: 10px;
}

.gallery .gall .tags .tag {
  line-height: 22px;
  height: 22px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.gallery .gall .tags .yellow {
  background-color: #fff200;
  color: #000;
}

.gallery .gall .tags .red {
  background-color: #ed1c24;
  color: #FFF;
}

.gallery .gall-sm {
  -ms-flex: 1 1 32.333%;
      flex: 1 1 32.333%;
  max-width: 32.333%;
  padding-top: 32.333%;
}

@media only screen and (max-width: 991px) {
  .gallery .gall-sm {
    -ms-flex: 1 1 49%;
        flex: 1 1 49%;
    max-width: 49%;
    padding-top: 0;
  }
  .gallery .gall-sm .img {
    position: relative;
    max-width: 99%;
    margin: auto;
  }
}

.gallery .gall-md {
  -ms-flex: 1 1 65.666%;
      flex: 1 1 65.666%;
  max-width: 65.666%;
  padding-top: 32.333%;
}

@media only screen and (max-width: 991px) {
  .gallery .gall-md {
    -ms-flex: 1 1 49%;
        flex: 1 1 49%;
    max-width: 49%;
    padding-top: 0;
  }
  .gallery .gall-md .img {
    position: relative;
    max-width: 99%;
    margin: auto;
  }
}

.gallery .gall-lg {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}

.gallery .gall-lg .img {
  position: relative;
  max-width: 99%;
  height: auto;
  margin: auto;
}

.videolist .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videolist .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* .product */
.product-view {
  font-size: 13px;
}

.product-view .img-wrapper {
  position: relative;
}

.product-view .title {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 90px 0 0;
}

.product-view .header {
  padding: 10px 0 0 0;
}

.product-view .prx {
  padding: 4px 0 0 0;
  clear: left;
}

.product-view .product-rating {
  float: right;
  width: 80px;
  cursor: pointer;
  height: 30px;
  display: none;
}

.product-view .product-rating .stars {
  cursor: pointer;
}

.product-view .product-rating .stars img {
  cursor: pointer;
}

.product-view .product-rating .info {
  color: #9b9b9b;
  font-size: 10px;
  padding: 0;
  text-align: center;
}

.product-view .btn-compare-add {
  float: right;
  clear: right;
  margin: 4px 0 0 0;
}

.product-view .blockPhoto {
  clear: none;
}

/* product variations */
.product-variations {
  margin: 1.25rem 0;
}

.product-variations .item {
  padding: 4px 0;
  margin-bottom: 1px;
  background-color: #f1f1f1;
  display: -ms-flexbox;
  display: flex;
}

.product-variations .var {
  background: #f1f1f1 url(../img/lb-corner.png) no-repeat left bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-variations .item.hover {
  background-color: #e1e0e0;
}

.product-variations .name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0.625rem;
  -ms-flex: 5;
      flex: 5;
}

.product-variations .name .oid {
  font-style: italic;
  color: #999;
  font-size: 11px;
}

.product-variations .name a:hover, .product-variations .name a:focus {
  color: black;
  text-decoration: none;
}

.product-variations .current-price {
  font-size: 18px;
  font-weight: bold;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.product-variations .current-price .vat {
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}

.product-variations .current-price .i {
  background: url("../img/sprites.png") no-repeat -32px -80px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 0 5px;
}

.product-variations .current-price .no-vat {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.product-variations .amount input {
  border-radius: 3px;
  margin: 0 2px;
  float: left;
  padding: 0 0 0 0;
  height: 30px;
  width: 24px;
  text-align: center;
  border: 1px solid #ccc;
}

.product-variations .amount .add {
  margin-top: 5px;
}

.product-variations .amount .del {
  margin-top: 5px;
}

.product-variations .buy .mid {
  width: 60px;
  text-align: center;
}

.product-variations .btn-request {
  margin-right: 0.5rem;
}

.product-variations .total .current-price .vat {
  vertical-align: bottom;
}

.product-variations .hide {
  display: none;
}

.product-variations .is-action {
  background: #ef868a url(../img/lb-corner-action.png) no-repeat left bottom;
}

.product-variations .is-action.hover {
  background: #ef868a url(../img/lb-corner-action.png) no-repeat left bottom;
}

.product-variations .is-action .name .oid {
  color: #FFF;
}

/* product about */
.product-about {
  padding-top: 4px;
  clear: left;
  font-size: 12px;
}

.product-about .know-more {
  display: -ms-flexbox;
  display: flex;
}

.product-about .know-more .wysiwyg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-about .know-more p {
  float: left;
  padding: 4px 10px 0 0;
}

.product-about .num {
  color: #ed1c24;
}

.infos-wrapper {
  margin-top: 8px;
}

/* .product-tabs-wrapper */
.product-tabs-wrapper .nav-tabs {
  margin-top: 0;
}

.product-tabs-wrapper .nav-tabs > li {
  margin-bottom: -2px;
}

.product-tabs-wrapper .nav-tabs > li.active > a {
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
}

.product-tabs {
  border: 1px solid #cccccc;
  padding: 10px;
}

.product-tabs .tab-content {
  position: relative;
  min-height: 100px;
}

.product-tabs .tab-content .btn-ask {
  position: absolute;
  right: 0;
  top: 0;
}

/* bav tabs */
.nav-tabs {
  zoom: 1;
  padding: 20px 0 0 0;
}

.nav-tabs li {
  margin-bottom: -1px;
  float: left;
}

@media only screen and (max-width: 991px) {
  .nav-tabs li {
    width: 100%;
  }
}

.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: "";
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs a.tab {
  float: left;
  padding: 7px 10px;
  margin-right: 4px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #cccccc;
  background: #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .nav-tabs a.tab {
    width: 100%;
  }
}

.nav-tabs a {
  float: left;
  padding: 7px 10px;
  margin-right: 4px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #cccccc;
  background: #e6e6e6;
}

.nav-tabs .active a {
  border-bottom-color: transparent;
  background-color: #FFF;
}

.nav-tabs > li.active > a:after {
  content: none;
}

.nav-tabs a span {
  padding-left: 10px;
  background: url(../img/tab-dots.png) no-repeat left 4px;
  float: left;
  display: block;
}

.nav-tabs a.tab span {
  padding-left: 10px;
  background: url(../img/tab-dots.png) no-repeat left 4px;
  float: left;
  display: block;
}

.nav-tabs .active a.tab {
  border-bottom-color: transparent;
  background-color: #FFF;
}

.nav-tabs .active span {
  background-position: left -46px;
}

.nav-tabs .hover a.tab {
  color: #fcab04;
}

.nav-tabs .hover span {
  background-position: left -46px;
}

.nav-tabs a.tab:hover {
  text-decoration: underline;
}

.products-recommended {
  padding: 20px 0 20px 0;
}

.products-recommended h2 {
  padding: 0 0 0 10px;
}

/* search */
.search-- .search-row-section {
  padding: 10px 0;
}

.search-- .search-row-section .searchTitle {
  font-weight: bold;
}

.search-- .searchList .emptysearch {
  color: #999999;
}

.search-- .products {
  padding-top: 10px;
}

.search-- .products .list-item {
  margin-bottom: 4px;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}

.ac_results .img {
  float: left;
  margin-right: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.ac_results span {
  display: block;
  line-height: 15px;
}

.ac_results .pia {
  display: block;
  height: 30px;
}

.ac_results .title {
  font-size: 11px;
  font-weight: bold;
}

.ac_results .perex {
  color: #666;
  font-style: italic;
  font-size: 10px;
  line-height: 12px;
  height: 24px;
  overflow: hidden;
}

.ac_over {
  background-color: #f3f3f3;
}

.search-- #content .heading {
  padding-left: 0;
}

@font-face {
  font-family: "ss";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSans/Regular/SourceSansPro-Regular.eot?") format("eot"), url("../fonts/SourceSans/Regular/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSans/Regular/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSans/Regular/SourceSansPro-Regular.svg#ss") format("svg");
}

@font-face {
  font-family: "ss";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SourceSans/Semibold/SourceSansPro-Semibold.eot?") format("eot"), url("../fonts/SourceSans/Semibold/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/SourceSans/Semibold/SourceSansPro-Semibold.ttf") format("truetype"), url("../fonts/SourceSans/Semibold/SourceSansPro-Semibold.svg#ss") format("svg");
}

@font-face {
  font-family: "ss";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SourceSans/Bold/SourceSansPro-Bold.eot?") format("eot"), url("../fonts/SourceSans/Bold/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSans/Bold/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSans/Bold/SourceSansPro-Bold.svg#ss") format("svg");
}

@font-face {
  font-family: "ss";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/SourceSans/Light/SourceSansPro-Light.eot?") format("eot"), url("../fonts/SourceSans/Light/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSans/Light/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSans/Light/SourceSansPro-Light.svg#ss") format("svg");
}

@font-face {
  font-family: "gr";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/GothamRounded-Light/GothamRounded-Light.eot?") format("eot"), url("../fonts/GothamRounded-Light/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRounded-Light/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light/GothamRounded-Light.svg#gr") format("svg");
}

@font-face {
  font-family: "gr";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamRounded-Book/GothamRounded-Book.eot?") format("eot"), url("../fonts/GothamRounded-Book/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book/GothamRounded-Book.svg#gr") format("svg");
}

@font-face {
  font-family: "gr";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GothamRounded-Bold/GothamRounded-Bold.eot?") format("eot"), url("../fonts/GothamRounded-Bold/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRounded-Bold/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold/GothamRounded-Bold.svg#gr") format("svg");
}

@font-face {
  font-family: "cs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/CentraleSans-Light/CentraleSans-Light.eot?") format("eot"), url("../fonts/CentraleSans-Light/CentraleSans-Light.woff") format("woff"), url("../fonts/CentraleSans-Light/CentraleSans-Light.ttf") format("truetype"), url("../fonts/CentraleSans-Light/CentraleSans-Light.svg#cs") format("svg");
}

@font-face {
  font-family: "cs";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/CentraleSans-Book/CentraleSans-Book.eot?") format("eot"), url("../fonts/CentraleSans-Book/CentraleSans-Book.woff") format("woff"), url("../fonts/CentraleSans-Book/CentraleSans-Book.ttf") format("truetype"), url("../fonts/CentraleSans-Book/CentraleSans-Book.svg#cs") format("svg");
}

@font-face {
  font-family: "cs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CentraleSans-Bold/CentraleSans-Bold.eot?") format("eot"), url("../fonts/CentraleSans-Bold/CentraleSans-Bold.woff") format("woff"), url("../fonts/CentraleSans-Bold/CentraleSans-Bold.ttf") format("truetype"), url("../fonts/CentraleSans-Bold/CentraleSans-Bold.svg#cs") format("svg");
}

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NunitoSans-Light/NunitoSans-Light.eot?") format("eot"), url("../fonts/NunitoSans-Light/NunitoSans-Light.woff") format("woff"), url("../fonts/NunitoSans-Light/NunitoSans-Light.ttf") format("truetype"), url("../fonts/NunitoSans-Light/NunitoSans-Light.svg#ns") format("svg");
}

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NunitoSans-Regular/NunitoSans-Regular.eot?") format("eot"), url("../fonts/NunitoSans-Regular/NunitoSans-Regular.woff") format("woff"), url("../fonts/NunitoSans-Regular/NunitoSans-Regular.ttf") format("truetype"), url("../fonts/NunitoSans-Regular/NunitoSans-Regular.svg#ns") format("svg");
}

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.eot?") format("eot"), url("../fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.woff") format("woff"), url("../fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.ttf") format("truetype"), url("../fonts/NunitoSans-SemiBold/NunitoSans-SemiBold.svg#ns") format("svg");
}

@font-face {
  font-family: "ns";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NunitoSans-Bold/NunitoSans-Bold.eot?") format("eot"), url("../fonts/NunitoSans-Bold/NunitoSans-Bold.woff") format("woff"), url("../fonts/NunitoSans-Bold/NunitoSans-Bold.ttf") format("truetype"), url("../fonts/NunitoSans-Bold/NunitoSans-Bold.svg#ns") format("svg");
}

@font-face {
  font-family: "rc";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.eot?") format("eot"), url("../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.svg#rc") format("svg");
}

@font-face {
  font-family: "rc";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.eot?") format("eot"), url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed-Bold/RobotoCondensed-Bold.svg#rc") format("svg");
}

@font-face {
  font-family: "rsl";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/RobotoSlab-Light/RobotoSlab-Light.eot?") format("eot"), url("../fonts/RobotoSlab-Light/RobotoSlab-Light.woff") format("woff"), url("../fonts/RobotoSlab-Light/RobotoSlab-Light.ttf") format("truetype"), url("../fonts/RobotoSlab-Light/RobotoSlab-Light.svg#rsl") format("svg");
}

@font-face {
  font-family: "rsb";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoSlab-Bold/RobotoSlab-Bold.eot?") format("eot"), url("../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold/RobotoSlab-Bold.svg#rsb") format("svg");
}

body {
  font-family: Arial;
  font-size: 12px;
  background-color: #000;
  color: black;
  line-height: 15px;
}

.visually-hidden {
  display: none;
}

body, html {
  width: 100%;
  background-color: white !important;
}

#header-wrapper {
  width: 100%;
}

#menu-wrapper {
  width: 100%;
}

#body-wrapper {
  width: 100%;
  padding-bottom: 20px;
}

#footer-wrapper {
  width: 100%;
}

.plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

#contactForm, #loginSpeedForm, #registerSpeedForm, #orderForm, #productAddAskForm, #productAddReviewForm, #newsletterForm,
#loginFormPage, #profilForm, #profilPassForm,
#forgotPassForm, #registrationForm {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

#contactForm.full-width .ginputtext, #contactForm.full-width .ginputtext-100, #contactForm.full-width .gselect, #contactForm.full-width .gtextarea-200, #contactForm.full-width .glabel, #loginSpeedForm.full-width .ginputtext, #loginSpeedForm.full-width .ginputtext-100, #loginSpeedForm.full-width .gselect, #loginSpeedForm.full-width .gtextarea-200, #loginSpeedForm.full-width .glabel, #registerSpeedForm.full-width .ginputtext, #registerSpeedForm.full-width .ginputtext-100, #registerSpeedForm.full-width .gselect, #registerSpeedForm.full-width .gtextarea-200, #registerSpeedForm.full-width .glabel, #orderForm.full-width .ginputtext, #orderForm.full-width .ginputtext-100, #orderForm.full-width .gselect, #orderForm.full-width .gtextarea-200, #orderForm.full-width .glabel, #productAddAskForm.full-width .ginputtext, #productAddAskForm.full-width .ginputtext-100, #productAddAskForm.full-width .gselect, #productAddAskForm.full-width .gtextarea-200, #productAddAskForm.full-width .glabel, #productAddReviewForm.full-width .ginputtext, #productAddReviewForm.full-width .ginputtext-100, #productAddReviewForm.full-width .gselect, #productAddReviewForm.full-width .gtextarea-200, #productAddReviewForm.full-width .glabel, #newsletterForm.full-width .ginputtext, #newsletterForm.full-width .ginputtext-100, #newsletterForm.full-width .gselect, #newsletterForm.full-width .gtextarea-200, #newsletterForm.full-width .glabel,
#loginFormPage.full-width .ginputtext,
#loginFormPage.full-width .ginputtext-100,
#loginFormPage.full-width .gselect,
#loginFormPage.full-width .gtextarea-200,
#loginFormPage.full-width .glabel, #profilForm.full-width .ginputtext, #profilForm.full-width .ginputtext-100, #profilForm.full-width .gselect, #profilForm.full-width .gtextarea-200, #profilForm.full-width .glabel, #profilPassForm.full-width .ginputtext, #profilPassForm.full-width .ginputtext-100, #profilPassForm.full-width .gselect, #profilPassForm.full-width .gtextarea-200, #profilPassForm.full-width .glabel,
#forgotPassForm.full-width .ginputtext,
#forgotPassForm.full-width .ginputtext-100,
#forgotPassForm.full-width .gselect,
#forgotPassForm.full-width .gtextarea-200,
#forgotPassForm.full-width .glabel, #registrationForm.full-width .ginputtext, #registrationForm.full-width .ginputtext-100, #registrationForm.full-width .gselect, #registrationForm.full-width .gtextarea-200, #registrationForm.full-width .glabel {
  width: 100%;
}

#contactForm.full-width .glabel, #loginSpeedForm.full-width .glabel, #registerSpeedForm.full-width .glabel, #orderForm.full-width .glabel, #productAddAskForm.full-width .glabel, #productAddReviewForm.full-width .glabel, #newsletterForm.full-width .glabel,
#loginFormPage.full-width .glabel, #profilForm.full-width .glabel, #profilPassForm.full-width .glabel,
#forgotPassForm.full-width .glabel, #registrationForm.full-width .glabel {
  margin-bottom: 0;
}

#contactForm .ginputtext, #contactForm .gselect, #loginSpeedForm .ginputtext, #loginSpeedForm .gselect, #registerSpeedForm .ginputtext, #registerSpeedForm .gselect, #orderForm .ginputtext, #orderForm .gselect, #productAddAskForm .ginputtext, #productAddAskForm .gselect, #productAddReviewForm .ginputtext, #productAddReviewForm .gselect, #newsletterForm .ginputtext, #newsletterForm .gselect,
#loginFormPage .ginputtext,
#loginFormPage .gselect, #profilForm .ginputtext, #profilForm .gselect, #profilPassForm .ginputtext, #profilPassForm .gselect,
#forgotPassForm .ginputtext,
#forgotPassForm .gselect, #registrationForm .ginputtext, #registrationForm .gselect {
  background: transparent;
  color: #000;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  height: 30px;
  line-height: 28px;
  padding: 4px 30px 4px 4px;
  font-size: 12px;
  font-style: italic;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  #contactForm .ginputtext, #contactForm .gselect, #loginSpeedForm .ginputtext, #loginSpeedForm .gselect, #registerSpeedForm .ginputtext, #registerSpeedForm .gselect, #orderForm .ginputtext, #orderForm .gselect, #productAddAskForm .ginputtext, #productAddAskForm .gselect, #productAddReviewForm .ginputtext, #productAddReviewForm .gselect, #newsletterForm .ginputtext, #newsletterForm .gselect,
  #loginFormPage .ginputtext,
  #loginFormPage .gselect, #profilForm .ginputtext, #profilForm .gselect, #profilPassForm .ginputtext, #profilPassForm .gselect,
  #forgotPassForm .ginputtext,
  #forgotPassForm .gselect, #registrationForm .ginputtext, #registrationForm .gselect {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

#contactForm .gtextarea-200, #loginSpeedForm .gtextarea-200, #registerSpeedForm .gtextarea-200, #orderForm .gtextarea-200, #productAddAskForm .gtextarea-200, #productAddReviewForm .gtextarea-200, #newsletterForm .gtextarea-200,
#loginFormPage .gtextarea-200, #profilForm .gtextarea-200, #profilPassForm .gtextarea-200,
#forgotPassForm .gtextarea-200, #registrationForm .gtextarea-200 {
  background: transparent;
  color: #000;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 4px 30px 4px 4px;
  font-size: 12px;
  font-style: italic;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  #contactForm .gtextarea-200, #loginSpeedForm .gtextarea-200, #registerSpeedForm .gtextarea-200, #orderForm .gtextarea-200, #productAddAskForm .gtextarea-200, #productAddReviewForm .gtextarea-200, #newsletterForm .gtextarea-200,
  #loginFormPage .gtextarea-200, #profilForm .gtextarea-200, #profilPassForm .gtextarea-200,
  #forgotPassForm .gtextarea-200, #registrationForm .gtextarea-200 {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

#contactForm .rgui-select, #loginSpeedForm .rgui-select, #registerSpeedForm .rgui-select, #orderForm .rgui-select, #productAddAskForm .rgui-select, #productAddReviewForm .rgui-select, #newsletterForm .rgui-select,
#loginFormPage .rgui-select, #profilForm .rgui-select, #profilPassForm .rgui-select,
#forgotPassForm .rgui-select, #registrationForm .rgui-select {
  width: 60% !important;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  #contactForm .rgui-select, #loginSpeedForm .rgui-select, #registerSpeedForm .rgui-select, #orderForm .rgui-select, #productAddAskForm .rgui-select, #productAddReviewForm .rgui-select, #newsletterForm .rgui-select,
  #loginFormPage .rgui-select, #profilForm .rgui-select, #profilPassForm .rgui-select,
  #forgotPassForm .rgui-select, #registrationForm .rgui-select {
    width: 100% !important;
  }
}

#contactForm .field-error-wrapper, #loginSpeedForm .field-error-wrapper, #registerSpeedForm .field-error-wrapper, #orderForm .field-error-wrapper, #productAddAskForm .field-error-wrapper, #productAddReviewForm .field-error-wrapper, #newsletterForm .field-error-wrapper,
#loginFormPage .field-error-wrapper, #profilForm .field-error-wrapper, #profilPassForm .field-error-wrapper,
#forgotPassForm .field-error-wrapper, #registrationForm .field-error-wrapper {
  width: 100%;
  padding-left: 40%;
  margin-top: -7px;
  color: #BA0000;
}

@media only screen and (max-width: 991px) {
  #contactForm .field-error-wrapper, #loginSpeedForm .field-error-wrapper, #registerSpeedForm .field-error-wrapper, #orderForm .field-error-wrapper, #productAddAskForm .field-error-wrapper, #productAddReviewForm .field-error-wrapper, #newsletterForm .field-error-wrapper,
  #loginFormPage .field-error-wrapper, #profilForm .field-error-wrapper, #profilPassForm .field-error-wrapper,
  #forgotPassForm .field-error-wrapper, #registrationForm .field-error-wrapper {
    padding-left: 0;
  }
}

#contactForm .field-error-wrapper > .field-error, #loginSpeedForm .field-error-wrapper > .field-error, #registerSpeedForm .field-error-wrapper > .field-error, #orderForm .field-error-wrapper > .field-error, #productAddAskForm .field-error-wrapper > .field-error, #productAddReviewForm .field-error-wrapper > .field-error, #newsletterForm .field-error-wrapper > .field-error,
#loginFormPage .field-error-wrapper > .field-error, #profilForm .field-error-wrapper > .field-error, #profilPassForm .field-error-wrapper > .field-error,
#forgotPassForm .field-error-wrapper > .field-error, #registrationForm .field-error-wrapper > .field-error {
  padding: 0 0 0 8px;
  background: none;
}

#contactForm .field-error-wrapper > .field-error:before, #loginSpeedForm .field-error-wrapper > .field-error:before, #registerSpeedForm .field-error-wrapper > .field-error:before, #orderForm .field-error-wrapper > .field-error:before, #productAddAskForm .field-error-wrapper > .field-error:before, #productAddReviewForm .field-error-wrapper > .field-error:before, #newsletterForm .field-error-wrapper > .field-error:before,
#loginFormPage .field-error-wrapper > .field-error:before, #profilForm .field-error-wrapper > .field-error:before, #profilPassForm .field-error-wrapper > .field-error:before,
#forgotPassForm .field-error-wrapper > .field-error:before, #registrationForm .field-error-wrapper > .field-error:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 14px;
  color: #BA0000;
  padding-right: 5px;
}

#contactForm .more input, #loginSpeedForm .more input, #registerSpeedForm .more input, #orderForm .more input, #productAddAskForm .more input, #productAddReviewForm .more input, #newsletterForm .more input,
#loginFormPage .more input, #profilForm .more input, #profilPassForm .more input,
#forgotPassForm .more input, #registrationForm .more input {
  cursor: pointer;
}

#contactForm .more span, #loginSpeedForm .more span, #registerSpeedForm .more span, #orderForm .more span, #productAddAskForm .more span, #productAddReviewForm .more span, #newsletterForm .more span,
#loginFormPage .more span, #profilForm .more span, #profilPassForm .more span,
#forgotPassForm .more span, #registrationForm .more span {
  padding-left: 10px;
  vertical-align: text-bottom;
  cursor: pointer;
}

#contactForm .link, #loginSpeedForm .link, #registerSpeedForm .link, #orderForm .link, #productAddAskForm .link, #productAddReviewForm .link, #newsletterForm .link,
#loginFormPage .link, #profilForm .link, #profilPassForm .link,
#forgotPassForm .link, #registrationForm .link {
  text-decoration: underline;
}

.form .row {
  padding: 0;
}

.form .glabel {
  display: block;
  padding-top: 0;
  width: 40%;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .form .glabel {
    margin-bottom: 0;
    width: 100%;
  }
}

.form #forgPass, .form .submit-wrapper {
  width: 100%;
  text-align: right;
  padding: 0;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .form #forgPass, .form .submit-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #aside-left {
    margin-bottom: 1rem;
  }
}

.tab-content {
  border: none;
  background: white;
  box-shadow: none;
  padding: 10px 0 0 0;
}

.tab-content:after {
  content: none;
}

table#cartlist {
  overflow-x: scroll;
  max-width: 100%;
  width: 100%;
  border: none;
}

@media only screen and (max-width: 991px) {
  table#cartlist {
    display: block;
  }
}

table#cartlist > thead > tr > th {
  background-color: #cdcdcd;
  border: none;
  color: black;
  font-weight: bold;
}

table#cartlist .name {
  min-width: 300px;
}

table.table.compare {
  overflow-x: scroll;
  max-width: 100%;
  width: 100%;
  display: block;
  border: none;
}

table.table.compare td {
  vertical-align: top;
  padding: 0 8px;
  background: #e7e7e7;
  padding: 2px;
  min-width: 160px;
}

table.table.compare td.param {
  background: #ffd900;
}

table.table.compare thead tr th {
  position: relative;
  background-color: white;
  color: black;
}

table.table.compare thead tr th .del {
  position: absolute;
  bottom: 5px;
  right: 5px;
  overflow: visible;
  color: #ffd900;
  font-size: 12px;
  opacity: 0.8;
  padding: 2px 5px;
}

#newsletterForm {
  margin: 0;
}

.alert {
  padding: 8px 8px 8px 60px;
  margin: 8px 0;
}

.navbar-toggler {
  box-shadow: none;
}

#mainNavToggler {
  border: none;
}

.right-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 0.25rem;
}

@media only screen and (min-width: 992px) {
  .right-menu {
    display: none;
  }
}

.right-menu .navbar-toggler {
  border: none;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.right-menu .navbar-toggler .fa {
  font-size: 24px;
}

.right-menu .navbar-toggler-name {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .right-menu .navbar-toggler {
    padding: 0.3125rem 0.5rem;
  }
}

.right-menu .navbar-toggler.search {
  padding: 0.3125rem 0.125rem 0.3125rem 0.4375rem;
  margin-right: 3px;
}

#breadcrumbsSm .crumbs-pre-wrapper {
  background-color: #f2f2f2;
  height: 100%;
  padding: 0.5rem 0.5rem 0.3125rem 0.5rem;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper {
  height: 100%;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li {
  float: none;
  display: inline-block;
  padding: 0 4px 0 6px;
  line-height: 14px;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li a {
  height: auto;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li a.home {
  height: 18px;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li.delimiter {
  padding: 1px 4px;
  position: relative;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li.delimiter .fa {
  position: absolute;
  top: -14px;
}

#breadcrumbsSm .crumbs-pre-wrapper .crumbs-wrapper .crumbs li.first {
  padding-top: 1px;
}

#crecommended .list-item {
  padding: 10px 0;
}

#formProductComment {
  margin-top: 20px;
}

#spare-parts-btn {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  ul.steps {
    background: none;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.steps li {
    background: #ffd900;
    border: 1px solid white;
    height: auto;
    float: none;
    padding: 5px;
    text-align: center;
    -ms-flex: 1;
        flex: 1;
  }
  ul.steps li a {
    float: none;
    width: auto;
  }
  ul.steps li .step {
    background: none;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    position: relative;
    line-height: inherit;
  }
  ul.steps li.active {
    background: #cdcdcd;
  }
  ul.steps li.active .step {
    color: black;
  }
}

.breadcrumb {
  border-radius: 0;
  background-color: #f2f2f2;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
}

.breadcrumb li {
  padding: 0 0.25rem;
  line-height: 24px;
}

.breadcrumb li .fa {
  font-size: 14px;
  color: #818181;
  line-height: 24px;
}

.breadcrumb li a {
  font-size: 14px;
  color: #818181;
  font-family: 'OpenSansLight', Arial;
}

.navbar-light .navbar-toggler-icon {
  color: #525252;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler .fa {
  color: #525252;
}

.navbar-toggler a {
  color: #525252;
}

.navbar-toggler a:hover, .navbar-toggler a:focus {
  color: black;
}

@media only screen and (min-width: 1200px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.nav-item.dropdown > a:before, .nav-item.dropdown > a:after {
  content: none;
}

.nav-item.dropdown.show {
  background-color: #fbbb17;
}

.nav-item.dropdown .dropdown-menu {
  border: none;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  background-color: #ffd900;
  padding: 0.3125rem 0.625rem;
  border-top: 1px solid #d7b804;
  font-family: 'OpenSansLight', Atial;
  font-size: 16px;
  color: black;
}

@media only screen and (max-width: 1199px) {
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0.3125rem 0.9375rem;
    background-color: #ffea72;
  }
}

.nav-item.dropdown .dropdown-menu .dropdown-item.last {
  border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 1199px) {
  .nav-item.dropdown .dropdown-menu .dropdown-item.last {
    border-radius: 0;
  }
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover, .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  color: black;
  background-color: #fbbb17;
}

form.per-page {
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  form.per-page {
    margin: 10px 0 0 0;
  }
}

.sm-gutters {
  margin-right: -4px;
  margin-left: -4px;
}

.sm-gutters > .col, .sm-gutters > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.list-item img {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .cart .buttons-wrapper .btn {
    margin-bottom: 8px;
    display: block;
    float: none;
  }
}

#CartItemDeleteWindow .modal-body {
  color: black;
}

#CartItemDeleteWindow .modal-content {
  border-radius: 5px;
  border: none;
}

#CartItemDeleteWindow .modal-content .modal-header {
  background-color: white;
}

@media only screen and (max-width: 991px) {
  .ac_results {
    max-width: 530px;
    left: 0 !important;
    right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ac_results {
    width: 510px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    max-width: calc(100% - 30px);
  }
}

.ac_results li {
  height: auto;
}

.wysiwyg object {
  max-width: 100%;
}

.pgi-min {
  min-height: 30px;
}

.perex.wysiwyg p {
  line-height: 16px;
}

.cart-- .container-fluid {
  padding: 0;
}

.wysiwyg iframe {
  max-width: 100%;
}

#IngottoWindow {
  width: 600px !important;
  max-width: calc(100% - 30px);
  margin: auto;
  left: 0 !important;
  right: 0 !important;
}

#IngottoWindow iframe {
  width: 800px;
  max-width: 100%;
  height: 730px !important;
}

.page-loader-simple {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
