@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Varela+Round);/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.row {
  display: -webkit-box;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row {
  display: -webkit-box;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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-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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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-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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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;
}

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

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

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

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

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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: #ffda21;
  border-color: #ffda21;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

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

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

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #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;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -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 {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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 > .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: -webkit-inline-box;
  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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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 {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  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: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px 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-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.nav {
  display: -webkit-box;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

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

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

.card-body {
  -webkit-box-flex: 1;
  -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(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -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 {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  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::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

.pagination {
  display: -webkit-box;
  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 {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

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

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

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

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

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

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

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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(0, 0, 0, 0.125);
}

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

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

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

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

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #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: #004085;
  background-color: #b8daff;
}

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

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

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

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

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

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

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

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

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

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

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

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

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

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

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

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

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

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

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

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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;
}

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

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

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

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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;
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #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-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*!
 *  Font Awesome 4.4.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(https://machinerybazaar.com/public/fonts/fontawesome-webfont.eot?45c73723862c6fc5eb3d6961db2d71fb);
 src: url(https://machinerybazaar.com/public/fonts/fontawesome-webfont.eot?45c73723862c6fc5eb3d6961db2d71fb?#iefix&v=4.4.0) format('embedded-opentype'), url(https://machinerybazaar.com/public/fonts/fontawesome-webfont.woff2?4b5a84aaf1c9485e060c503a0ff8cadb) format('woff2'), url(https://machinerybazaar.com/public/fonts/fontawesome-webfont.woff?dfb02f8f6d0cedc009ee5887cc68f1f3) format('woff'), url(https://machinerybazaar.com/public/fonts/fontawesome-webfont.ttf?7c87870ab40d63cfb8870c1f183f9939) format('truetype'), url(https://machinerybazaar.com/public/fonts/fontawesome-webfont.svg?76a4f23c6be74fd309e0d0fd2c27a5de#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 #eeeeee;
 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 {
 -webkit-animation: fa-spin 2s infinite linear;
 animation: fa-spin 2s infinite linear;
}
.fa-pulse {
 -webkit-animation: fa-spin 1s infinite steps(8);
 animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 100% {
  -webkit-transform: rotate(359deg);
  transform: rotate(359deg);
 }
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform: rotate(270deg);
 transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
 -webkit-transform: scale(-1, 1);
 transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
 -webkit-transform: scale(1, -1);
 transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
 -webkit-filter: none;
         filter: none;
}
.fa-stack {
 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: #ffffff;
}
/* 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: "\F000";
}
.fa-music:before {
 content: "\F001";
}
.fa-search:before {
 content: "\F002";
}
.fa-envelope-o:before {
 content: "\F003";
}
.fa-heart:before {
 content: "\F004";
}
.fa-star:before {
 content: "\F005";
}
.fa-star-o:before {
 content: "\F006";
}
.fa-user:before {
 content: "\F007";
}
.fa-film:before {
 content: "\F008";
}
.fa-th-large:before {
 content: "\F009";
}
.fa-th:before {
 content: "\F00A";
}
.fa-th-list:before {
 content: "\F00B";
}
.fa-check:before {
 content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
 content: "\F00D";
}
.fa-search-plus:before {
 content: "\F00E";
}
.fa-search-minus:before {
 content: "\F010";
}
.fa-power-off:before {
 content: "\F011";
}
.fa-signal:before {
 content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
 content: "\F013";
}
.fa-trash-o:before {
 content: "\F014";
}
.fa-home:before {
 content: "\F015";
}
.fa-file-o:before {
 content: "\F016";
}
.fa-clock-o:before {
 content: "\F017";
}
.fa-road:before {
 content: "\F018";
}
.fa-download:before {
 content: "\F019";
}
.fa-arrow-circle-o-down:before {
 content: "\F01A";
}
.fa-arrow-circle-o-up:before {
 content: "\F01B";
}
.fa-inbox:before {
 content: "\F01C";
}
.fa-play-circle-o:before {
 content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
 content: "\F01E";
}
.fa-refresh:before {
 content: "\F021";
}
.fa-list-alt:before {
 content: "\F022";
}
.fa-lock:before {
 content: "\F023";
}
.fa-flag:before {
 content: "\F024";
}
.fa-headphones:before {
 content: "\F025";
}
.fa-volume-off:before {
 content: "\F026";
}
.fa-volume-down:before {
 content: "\F027";
}
.fa-volume-up:before {
 content: "\F028";
}
.fa-qrcode:before {
 content: "\F029";
}
.fa-barcode:before {
 content: "\F02A";
}
.fa-tag:before {
 content: "\F02B";
}
.fa-tags:before {
 content: "\F02C";
}
.fa-book:before {
 content: "\F02D";
}
.fa-bookmark:before {
 content: "\F02E";
}
.fa-print:before {
 content: "\F02F";
}
.fa-camera:before {
 content: "\F030";
}
.fa-font:before {
 content: "\F031";
}
.fa-bold:before {
 content: "\F032";
}
.fa-italic:before {
 content: "\F033";
}
.fa-text-height:before {
 content: "\F034";
}
.fa-text-width:before {
 content: "\F035";
}
.fa-align-left:before {
 content: "\F036";
}
.fa-align-center:before {
 content: "\F037";
}
.fa-align-right:before {
 content: "\F038";
}
.fa-align-justify:before {
 content: "\F039";
}
.fa-list:before {
 content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
 content: "\F03B";
}
.fa-indent:before {
 content: "\F03C";
}
.fa-video-camera:before {
 content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
 content: "\F03E";
}
.fa-pencil:before {
 content: "\F040";
}
.fa-map-marker:before {
 content: "\F041";
}
.fa-adjust:before {
 content: "\F042";
}
.fa-tint:before {
 content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
 content: "\F044";
}
.fa-share-square-o:before {
 content: "\F045";
}
.fa-check-square-o:before {
 content: "\F046";
}
.fa-arrows:before {
 content: "\F047";
}
.fa-step-backward:before {
 content: "\F048";
}
.fa-fast-backward:before {
 content: "\F049";
}
.fa-backward:before {
 content: "\F04A";
}
.fa-play:before {
 content: "\F04B";
}
.fa-pause:before {
 content: "\F04C";
}
.fa-stop:before {
 content: "\F04D";
}
.fa-forward:before {
 content: "\F04E";
}
.fa-fast-forward:before {
 content: "\F050";
}
.fa-step-forward:before {
 content: "\F051";
}
.fa-eject:before {
 content: "\F052";
}
.fa-chevron-left:before {
 content: "\F053";
}
.fa-chevron-right:before {
 content: "\F054";
}
.fa-plus-circle:before {
 content: "\F055";
}
.fa-minus-circle:before {
 content: "\F056";
}
.fa-times-circle:before {
 content: "\F057";
}
.fa-check-circle:before {
 content: "\F058";
}
.fa-question-circle:before {
 content: "\F059";
}
.fa-info-circle:before {
 content: "\F05A";
}
.fa-crosshairs:before {
 content: "\F05B";
}
.fa-times-circle-o:before {
 content: "\F05C";
}
.fa-check-circle-o:before {
 content: "\F05D";
}
.fa-ban:before {
 content: "\F05E";
}
.fa-arrow-left:before {
 content: "\F060";
}
.fa-arrow-right:before {
 content: "\F061";
}
.fa-arrow-up:before {
 content: "\F062";
}
.fa-arrow-down:before {
 content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
 content: "\F064";
}
.fa-expand:before {
 content: "\F065";
}
.fa-compress:before {
 content: "\F066";
}
.fa-plus:before {
 content: "\F067";
}
.fa-minus:before {
 content: "\F068";
}
.fa-asterisk:before {
 content: "\F069";
}
.fa-exclamation-circle:before {
 content: "\F06A";
}
.fa-gift:before {
 content: "\F06B";
}
.fa-leaf:before {
 content: "\F06C";
}
.fa-fire:before {
 content: "\F06D";
}
.fa-eye:before {
 content: "\F06E";
}
.fa-eye-slash:before {
 content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
 content: "\F071";
}
.fa-plane:before {
 content: "\F072";
}
.fa-calendar:before {
 content: "\F073";
}
.fa-random:before {
 content: "\F074";
}
.fa-comment:before {
 content: "\F075";
}
.fa-magnet:before {
 content: "\F076";
}
.fa-chevron-up:before {
 content: "\F077";
}
.fa-chevron-down:before {
 content: "\F078";
}
.fa-retweet:before {
 content: "\F079";
}
.fa-shopping-cart:before {
 content: "\F07A";
}
.fa-folder:before {
 content: "\F07B";
}
.fa-folder-open:before {
 content: "\F07C";
}
.fa-arrows-v:before {
 content: "\F07D";
}
.fa-arrows-h:before {
 content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
 content: "\F080";
}
.fa-twitter-square:before {
 content: "\F081";
}
.fa-facebook-square:before {
 content: "\F082";
}
.fa-camera-retro:before {
 content: "\F083";
}
.fa-key:before {
 content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
 content: "\F085";
}
.fa-comments:before {
 content: "\F086";
}
.fa-thumbs-o-up:before {
 content: "\F087";
}
.fa-thumbs-o-down:before {
 content: "\F088";
}
.fa-star-half:before {
 content: "\F089";
}
.fa-heart-o:before {
 content: "\F08A";
}
.fa-sign-out:before {
 content: "\F08B";
}
.fa-linkedin-square:before {
 content: "\F08C";
}
.fa-thumb-tack:before {
 content: "\F08D";
}
.fa-external-link:before {
 content: "\F08E";
}
.fa-sign-in:before {
 content: "\F090";
}
.fa-trophy:before {
 content: "\F091";
}
.fa-github-square:before {
 content: "\F092";
}
.fa-upload:before {
 content: "\F093";
}
.fa-lemon-o:before {
 content: "\F094";
}
.fa-phone:before {
 content: "\F095";
}
.fa-square-o:before {
 content: "\F096";
}
.fa-bookmark-o:before {
 content: "\F097";
}
.fa-phone-square:before {
 content: "\F098";
}
.fa-twitter:before {
 content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
 content: "\F09A";
}
.fa-github:before {
 content: "\F09B";
}
.fa-unlock:before {
 content: "\F09C";
}
.fa-credit-card:before {
 content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
 content: "\F09E";
}
.fa-hdd-o:before {
 content: "\F0A0";
}
.fa-bullhorn:before {
 content: "\F0A1";
}
.fa-bell:before {
 content: "\F0F3";
}
.fa-certificate:before {
 content: "\F0A3";
}
.fa-hand-o-right:before {
 content: "\F0A4";
}
.fa-hand-o-left:before {
 content: "\F0A5";
}
.fa-hand-o-up:before {
 content: "\F0A6";
}
.fa-hand-o-down:before {
 content: "\F0A7";
}
.fa-arrow-circle-left:before {
 content: "\F0A8";
}
.fa-arrow-circle-right:before {
 content: "\F0A9";
}
.fa-arrow-circle-up:before {
 content: "\F0AA";
}
.fa-arrow-circle-down:before {
 content: "\F0AB";
}
.fa-globe:before {
 content: "\F0AC";
}
.fa-wrench:before {
 content: "\F0AD";
}
.fa-tasks:before {
 content: "\F0AE";
}
.fa-filter:before {
 content: "\F0B0";
}
.fa-briefcase:before {
 content: "\F0B1";
}
.fa-arrows-alt:before {
 content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
 content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
 content: "\F0C1";
}
.fa-cloud:before {
 content: "\F0C2";
}
.fa-flask:before {
 content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
 content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
 content: "\F0C5";
}
.fa-paperclip:before {
 content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
 content: "\F0C7";
}
.fa-square:before {
 content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
 content: "\F0C9";
}
.fa-list-ul:before {
 content: "\F0CA";
}
.fa-list-ol:before {
 content: "\F0CB";
}
.fa-strikethrough:before {
 content: "\F0CC";
}
.fa-underline:before {
 content: "\F0CD";
}
.fa-table:before {
 content: "\F0CE";
}
.fa-magic:before {
 content: "\F0D0";
}
.fa-truck:before {
 content: "\F0D1";
}
.fa-pinterest:before {
 content: "\F0D2";
}
.fa-pinterest-square:before {
 content: "\F0D3";
}
.fa-google-plus-square:before {
 content: "\F0D4";
}
.fa-google-plus:before {
 content: "\F0D5";
}
.fa-money:before {
 content: "\F0D6";
}
.fa-caret-down:before {
 content: "\F0D7";
}
.fa-caret-up:before {
 content: "\F0D8";
}
.fa-caret-left:before {
 content: "\F0D9";
}
.fa-caret-right:before {
 content: "\F0DA";
}
.fa-columns:before {
 content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
 content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
 content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
 content: "\F0DE";
}
.fa-envelope:before {
 content: "\F0E0";
}
.fa-linkedin:before {
 content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
 content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
 content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
 content: "\F0E4";
}
.fa-comment-o:before {
 content: "\F0E5";
}
.fa-comments-o:before {
 content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
 content: "\F0E7";
}
.fa-sitemap:before {
 content: "\F0E8";
}
.fa-umbrella:before {
 content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
 content: "\F0EA";
}
.fa-lightbulb-o:before {
 content: "\F0EB";
}
.fa-exchange:before {
 content: "\F0EC";
}
.fa-cloud-download:before {
 content: "\F0ED";
}
.fa-cloud-upload:before {
 content: "\F0EE";
}
.fa-user-md:before {
 content: "\F0F0";
}
.fa-stethoscope:before {
 content: "\F0F1";
}
.fa-suitcase:before {
 content: "\F0F2";
}
.fa-bell-o:before {
 content: "\F0A2";
}
.fa-coffee:before {
 content: "\F0F4";
}
.fa-cutlery:before {
 content: "\F0F5";
}
.fa-file-text-o:before {
 content: "\F0F6";
}
.fa-building-o:before {
 content: "\F0F7";
}
.fa-hospital-o:before {
 content: "\F0F8";
}
.fa-ambulance:before {
 content: "\F0F9";
}
.fa-medkit:before {
 content: "\F0FA";
}
.fa-fighter-jet:before {
 content: "\F0FB";
}
.fa-beer:before {
 content: "\F0FC";
}
.fa-h-square:before {
 content: "\F0FD";
}
.fa-plus-square:before {
 content: "\F0FE";
}
.fa-angle-double-left:before {
 content: "\F100";
}
.fa-angle-double-right:before {
 content: "\F101";
}
.fa-angle-double-up:before {
 content: "\F102";
}
.fa-angle-double-down:before {
 content: "\F103";
}
.fa-angle-left:before {
 content: "\F104";
}
.fa-angle-right:before {
 content: "\F105";
}
.fa-angle-up:before {
 content: "\F106";
}
.fa-angle-down:before {
 content: "\F107";
}
.fa-desktop:before {
 content: "\F108";
}
.fa-laptop:before {
 content: "\F109";
}
.fa-tablet:before {
 content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
 content: "\F10B";
}
.fa-circle-o:before {
 content: "\F10C";
}
.fa-quote-left:before {
 content: "\F10D";
}
.fa-quote-right:before {
 content: "\F10E";
}
.fa-spinner:before {
 content: "\F110";
}
.fa-circle:before {
 content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
 content: "\F112";
}
.fa-github-alt:before {
 content: "\F113";
}
.fa-folder-o:before {
 content: "\F114";
}
.fa-folder-open-o:before {
 content: "\F115";
}
.fa-smile-o:before {
 content: "\F118";
}
.fa-frown-o:before {
 content: "\F119";
}
.fa-meh-o:before {
 content: "\F11A";
}
.fa-gamepad:before {
 content: "\F11B";
}
.fa-keyboard-o:before {
 content: "\F11C";
}
.fa-flag-o:before {
 content: "\F11D";
}
.fa-flag-checkered:before {
 content: "\F11E";
}
.fa-terminal:before {
 content: "\F120";
}
.fa-code:before {
 content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
 content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
 content: "\F123";
}
.fa-location-arrow:before {
 content: "\F124";
}
.fa-crop:before {
 content: "\F125";
}
.fa-code-fork:before {
 content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
 content: "\F127";
}
.fa-question:before {
 content: "\F128";
}
.fa-info:before {
 content: "\F129";
}
.fa-exclamation:before {
 content: "\F12A";
}
.fa-superscript:before {
 content: "\F12B";
}
.fa-subscript:before {
 content: "\F12C";
}
.fa-eraser:before {
 content: "\F12D";
}
.fa-puzzle-piece:before {
 content: "\F12E";
}
.fa-microphone:before {
 content: "\F130";
}
.fa-microphone-slash:before {
 content: "\F131";
}
.fa-shield:before {
 content: "\F132";
}
.fa-calendar-o:before {
 content: "\F133";
}
.fa-fire-extinguisher:before {
 content: "\F134";
}
.fa-rocket:before {
 content: "\F135";
}
.fa-maxcdn:before {
 content: "\F136";
}
.fa-chevron-circle-left:before {
 content: "\F137";
}
.fa-chevron-circle-right:before {
 content: "\F138";
}
.fa-chevron-circle-up:before {
 content: "\F139";
}
.fa-chevron-circle-down:before {
 content: "\F13A";
}
.fa-html5:before {
 content: "\F13B";
}
.fa-css3:before {
 content: "\F13C";
}
.fa-anchor:before {
 content: "\F13D";
}
.fa-unlock-alt:before {
 content: "\F13E";
}
.fa-bullseye:before {
 content: "\F140";
}
.fa-ellipsis-h:before {
 content: "\F141";
}
.fa-ellipsis-v:before {
 content: "\F142";
}
.fa-rss-square:before {
 content: "\F143";
}
.fa-play-circle:before {
 content: "\F144";
}
.fa-ticket:before {
 content: "\F145";
}
.fa-minus-square:before {
 content: "\F146";
}
.fa-minus-square-o:before {
 content: "\F147";
}
.fa-level-up:before {
 content: "\F148";
}
.fa-level-down:before {
 content: "\F149";
}
.fa-check-square:before {
 content: "\F14A";
}
.fa-pencil-square:before {
 content: "\F14B";
}
.fa-external-link-square:before {
 content: "\F14C";
}
.fa-share-square:before {
 content: "\F14D";
}
.fa-compass:before {
 content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
 content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
 content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
 content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
 content: "\F153";
}
.fa-gbp:before {
 content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
 content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
 content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
 content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
 content: "\F158";
}
.fa-won:before,
.fa-krw:before {
 content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
 content: "\F15A";
}
.fa-file:before {
 content: "\F15B";
}
.fa-file-text:before {
 content: "\F15C";
}
.fa-sort-alpha-asc:before {
 content: "\F15D";
}
.fa-sort-alpha-desc:before {
 content: "\F15E";
}
.fa-sort-amount-asc:before {
 content: "\F160";
}
.fa-sort-amount-desc:before {
 content: "\F161";
}
.fa-sort-numeric-asc:before {
 content: "\F162";
}
.fa-sort-numeric-desc:before {
 content: "\F163";
}
.fa-thumbs-up:before {
 content: "\F164";
}
.fa-thumbs-down:before {
 content: "\F165";
}
.fa-youtube-square:before {
 content: "\F166";
}
.fa-youtube:before {
 content: "\F167";
}
.fa-xing:before {
 content: "\F168";
}
.fa-xing-square:before {
 content: "\F169";
}
.fa-youtube-play:before {
 content: "\F16A";
}
.fa-dropbox:before {
 content: "\F16B";
}
.fa-stack-overflow:before {
 content: "\F16C";
}
.fa-instagram:before {
 content: "\F16D";
}
.fa-flickr:before {
 content: "\F16E";
}
.fa-adn:before {
 content: "\F170";
}
.fa-bitbucket:before {
 content: "\F171";
}
.fa-bitbucket-square:before {
 content: "\F172";
}
.fa-tumblr:before {
 content: "\F173";
}
.fa-tumblr-square:before {
 content: "\F174";
}
.fa-long-arrow-down:before {
 content: "\F175";
}
.fa-long-arrow-up:before {
 content: "\F176";
}
.fa-long-arrow-left:before {
 content: "\F177";
}
.fa-long-arrow-right:before {
 content: "\F178";
}
.fa-apple:before {
 content: "\F179";
}
.fa-windows:before {
 content: "\F17A";
}
.fa-android:before {
 content: "\F17B";
}
.fa-linux:before {
 content: "\F17C";
}
.fa-dribbble:before {
 content: "\F17D";
}
.fa-skype:before {
 content: "\F17E";
}
.fa-foursquare:before {
 content: "\F180";
}
.fa-trello:before {
 content: "\F181";
}
.fa-female:before {
 content: "\F182";
}
.fa-male:before {
 content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
 content: "\F184";
}
.fa-sun-o:before {
 content: "\F185";
}
.fa-moon-o:before {
 content: "\F186";
}
.fa-archive:before {
 content: "\F187";
}
.fa-bug:before {
 content: "\F188";
}
.fa-vk:before {
 content: "\F189";
}
.fa-weibo:before {
 content: "\F18A";
}
.fa-renren:before {
 content: "\F18B";
}
.fa-pagelines:before {
 content: "\F18C";
}
.fa-stack-exchange:before {
 content: "\F18D";
}
.fa-arrow-circle-o-right:before {
 content: "\F18E";
}
.fa-arrow-circle-o-left:before {
 content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
 content: "\F191";
}
.fa-dot-circle-o:before {
 content: "\F192";
}
.fa-wheelchair:before {
 content: "\F193";
}
.fa-vimeo-square:before {
 content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
 content: "\F195";
}
.fa-plus-square-o:before {
 content: "\F196";
}
.fa-space-shuttle:before {
 content: "\F197";
}
.fa-slack:before {
 content: "\F198";
}
.fa-envelope-square:before {
 content: "\F199";
}
.fa-wordpress:before {
 content: "\F19A";
}
.fa-openid:before {
 content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
 content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
 content: "\F19D";
}
.fa-yahoo:before {
 content: "\F19E";
}
.fa-google:before {
 content: "\F1A0";
}
.fa-reddit:before {
 content: "\F1A1";
}
.fa-reddit-square:before {
 content: "\F1A2";
}
.fa-stumbleupon-circle:before {
 content: "\F1A3";
}
.fa-stumbleupon:before {
 content: "\F1A4";
}
.fa-delicious:before {
 content: "\F1A5";
}
.fa-digg:before {
 content: "\F1A6";
}
.fa-pied-piper:before {
 content: "\F1A7";
}
.fa-pied-piper-alt:before {
 content: "\F1A8";
}
.fa-drupal:before {
 content: "\F1A9";
}
.fa-joomla:before {
 content: "\F1AA";
}
.fa-language:before {
 content: "\F1AB";
}
.fa-fax:before {
 content: "\F1AC";
}
.fa-building:before {
 content: "\F1AD";
}
.fa-child:before {
 content: "\F1AE";
}
.fa-paw:before {
 content: "\F1B0";
}
.fa-spoon:before {
 content: "\F1B1";
}
.fa-cube:before {
 content: "\F1B2";
}
.fa-cubes:before {
 content: "\F1B3";
}
.fa-behance:before {
 content: "\F1B4";
}
.fa-behance-square:before {
 content: "\F1B5";
}
.fa-steam:before {
 content: "\F1B6";
}
.fa-steam-square:before {
 content: "\F1B7";
}
.fa-recycle:before {
 content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
 content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
 content: "\F1BA";
}
.fa-tree:before {
 content: "\F1BB";
}
.fa-spotify:before {
 content: "\F1BC";
}
.fa-deviantart:before {
 content: "\F1BD";
}
.fa-soundcloud:before {
 content: "\F1BE";
}
.fa-database:before {
 content: "\F1C0";
}
.fa-file-pdf-o:before {
 content: "\F1C1";
}
.fa-file-word-o:before {
 content: "\F1C2";
}
.fa-file-excel-o:before {
 content: "\F1C3";
}
.fa-file-powerpoint-o:before {
 content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
 content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
 content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
 content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
 content: "\F1C8";
}
.fa-file-code-o:before {
 content: "\F1C9";
}
.fa-vine:before {
 content: "\F1CA";
}
.fa-codepen:before {
 content: "\F1CB";
}
.fa-jsfiddle:before {
 content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
 content: "\F1CD";
}
.fa-circle-o-notch:before {
 content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before {
 content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
 content: "\F1D1";
}
.fa-git-square:before {
 content: "\F1D2";
}
.fa-git:before {
 content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
 content: "\F1D4";
}
.fa-tencent-weibo:before {
 content: "\F1D5";
}
.fa-qq:before {
 content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
 content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
 content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
 content: "\F1D9";
}
.fa-history:before {
 content: "\F1DA";
}
.fa-circle-thin:before {
 content: "\F1DB";
}
.fa-header:before {
 content: "\F1DC";
}
.fa-paragraph:before {
 content: "\F1DD";
}
.fa-sliders:before {
 content: "\F1DE";
}
.fa-share-alt:before {
 content: "\F1E0";
}
.fa-share-alt-square:before {
 content: "\F1E1";
}
.fa-bomb:before {
 content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
 content: "\F1E3";
}
.fa-tty:before {
 content: "\F1E4";
}
.fa-binoculars:before {
 content: "\F1E5";
}
.fa-plug:before {
 content: "\F1E6";
}
.fa-slideshare:before {
 content: "\F1E7";
}
.fa-twitch:before {
 content: "\F1E8";
}
.fa-yelp:before {
 content: "\F1E9";
}
.fa-newspaper-o:before {
 content: "\F1EA";
}
.fa-wifi:before {
 content: "\F1EB";
}
.fa-calculator:before {
 content: "\F1EC";
}
.fa-paypal:before {
 content: "\F1ED";
}
.fa-google-wallet:before {
 content: "\F1EE";
}
.fa-cc-visa:before {
 content: "\F1F0";
}
.fa-cc-mastercard:before {
 content: "\F1F1";
}
.fa-cc-discover:before {
 content: "\F1F2";
}
.fa-cc-amex:before {
 content: "\F1F3";
}
.fa-cc-paypal:before {
 content: "\F1F4";
}
.fa-cc-stripe:before {
 content: "\F1F5";
}
.fa-bell-slash:before {
 content: "\F1F6";
}
.fa-bell-slash-o:before {
 content: "\F1F7";
}
.fa-trash:before {
 content: "\F1F8";
}
.fa-copyright:before {
 content: "\F1F9";
}
.fa-at:before {
 content: "\F1FA";
}
.fa-eyedropper:before {
 content: "\F1FB";
}
.fa-paint-brush:before {
 content: "\F1FC";
}
.fa-birthday-cake:before {
 content: "\F1FD";
}
.fa-area-chart:before {
 content: "\F1FE";
}
.fa-pie-chart:before {
 content: "\F200";
}
.fa-line-chart:before {
 content: "\F201";
}
.fa-lastfm:before {
 content: "\F202";
}
.fa-lastfm-square:before {
 content: "\F203";
}
.fa-toggle-off:before {
 content: "\F204";
}
.fa-toggle-on:before {
 content: "\F205";
}
.fa-bicycle:before {
 content: "\F206";
}
.fa-bus:before {
 content: "\F207";
}
.fa-ioxhost:before {
 content: "\F208";
}
.fa-angellist:before {
 content: "\F209";
}
.fa-cc:before {
 content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
 content: "\F20B";
}
.fa-meanpath:before {
 content: "\F20C";
}
.fa-buysellads:before {
 content: "\F20D";
}
.fa-connectdevelop:before {
 content: "\F20E";
}
.fa-dashcube:before {
 content: "\F210";
}
.fa-forumbee:before {
 content: "\F211";
}
.fa-leanpub:before {
 content: "\F212";
}
.fa-sellsy:before {
 content: "\F213";
}
.fa-shirtsinbulk:before {
 content: "\F214";
}
.fa-simplybuilt:before {
 content: "\F215";
}
.fa-skyatlas:before {
 content: "\F216";
}
.fa-cart-plus:before {
 content: "\F217";
}
.fa-cart-arrow-down:before {
 content: "\F218";
}
.fa-diamond:before {
 content: "\F219";
}
.fa-ship:before {
 content: "\F21A";
}
.fa-user-secret:before {
 content: "\F21B";
}
.fa-motorcycle:before {
 content: "\F21C";
}
.fa-street-view:before {
 content: "\F21D";
}
.fa-heartbeat:before {
 content: "\F21E";
}
.fa-venus:before {
 content: "\F221";
}
.fa-mars:before {
 content: "\F222";
}
.fa-mercury:before {
 content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
 content: "\F224";
}
.fa-transgender-alt:before {
 content: "\F225";
}
.fa-venus-double:before {
 content: "\F226";
}
.fa-mars-double:before {
 content: "\F227";
}
.fa-venus-mars:before {
 content: "\F228";
}
.fa-mars-stroke:before {
 content: "\F229";
}
.fa-mars-stroke-v:before {
 content: "\F22A";
}
.fa-mars-stroke-h:before {
 content: "\F22B";
}
.fa-neuter:before {
 content: "\F22C";
}
.fa-genderless:before {
 content: "\F22D";
}
.fa-facebook-official:before {
 content: "\F230";
}
.fa-pinterest-p:before {
 content: "\F231";
}
.fa-whatsapp:before {
 content: "\F232";
}
.fa-server:before {
 content: "\F233";
}
.fa-user-plus:before {
 content: "\F234";
}
.fa-user-times:before {
 content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
 content: "\F236";
}
.fa-viacoin:before {
 content: "\F237";
}
.fa-train:before {
 content: "\F238";
}
.fa-subway:before {
 content: "\F239";
}
.fa-medium:before {
 content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
 content: "\F23B";
}
.fa-optin-monster:before {
 content: "\F23C";
}
.fa-opencart:before {
 content: "\F23D";
}
.fa-expeditedssl:before {
 content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before {
 content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
 content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
 content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
 content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
 content: "\F244";
}
.fa-mouse-pointer:before {
 content: "\F245";
}
.fa-i-cursor:before {
 content: "\F246";
}
.fa-object-group:before {
 content: "\F247";
}
.fa-object-ungroup:before {
 content: "\F248";
}
.fa-sticky-note:before {
 content: "\F249";
}
.fa-sticky-note-o:before {
 content: "\F24A";
}
.fa-cc-jcb:before {
 content: "\F24B";
}
.fa-cc-diners-club:before {
 content: "\F24C";
}
.fa-clone:before {
 content: "\F24D";
}
.fa-balance-scale:before {
 content: "\F24E";
}
.fa-hourglass-o:before {
 content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
 content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
 content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
 content: "\F253";
}
.fa-hourglass:before {
 content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
 content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
 content: "\F256";
}
.fa-hand-scissors-o:before {
 content: "\F257";
}
.fa-hand-lizard-o:before {
 content: "\F258";
}
.fa-hand-spock-o:before {
 content: "\F259";
}
.fa-hand-pointer-o:before {
 content: "\F25A";
}
.fa-hand-peace-o:before {
 content: "\F25B";
}
.fa-trademark:before {
 content: "\F25C";
}
.fa-registered:before {
 content: "\F25D";
}
.fa-creative-commons:before {
 content: "\F25E";
}
.fa-gg:before {
 content: "\F260";
}
.fa-gg-circle:before {
 content: "\F261";
}
.fa-tripadvisor:before {
 content: "\F262";
}
.fa-odnoklassniki:before {
 content: "\F263";
}
.fa-odnoklassniki-square:before {
 content: "\F264";
}
.fa-get-pocket:before {
 content: "\F265";
}
.fa-wikipedia-w:before {
 content: "\F266";
}
.fa-safari:before {
 content: "\F267";
}
.fa-chrome:before {
 content: "\F268";
}
.fa-firefox:before {
 content: "\F269";
}
.fa-opera:before {
 content: "\F26A";
}
.fa-internet-explorer:before {
 content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
 content: "\F26C";
}
.fa-contao:before {
 content: "\F26D";
}
.fa-500px:before {
 content: "\F26E";
}
.fa-amazon:before {
 content: "\F270";
}
.fa-calendar-plus-o:before {
 content: "\F271";
}
.fa-calendar-minus-o:before {
 content: "\F272";
}
.fa-calendar-times-o:before {
 content: "\F273";
}
.fa-calendar-check-o:before {
 content: "\F274";
}
.fa-industry:before {
 content: "\F275";
}
.fa-map-pin:before {
 content: "\F276";
}
.fa-map-signs:before {
 content: "\F277";
}
.fa-map-o:before {
 content: "\F278";
}
.fa-map:before {
 content: "\F279";
}
.fa-commenting:before {
 content: "\F27A";
}
.fa-commenting-o:before {
 content: "\F27B";
}
.fa-houzz:before {
 content: "\F27C";
}
.fa-vimeo:before {
 content: "\F27D";
}
.fa-black-tie:before {
 content: "\F27E";
}
.fa-fonticons:before {
 content: "\F280";
}
.additional-info {
 padding-left: 1.8rem;
 padding-right: 1.8rem;
 padding-top: 1.8rem;
}

.additional-info ul {
 padding-left: 0;
 list-style: none;
 margin-bottom: 0;
}

.additional-info ul li figure {
 opacity: .6;
 font-size: 1.1rem;
 text-transform: uppercase;
 float: left;
 padding: 0.2rem 0;
 font-weight: 600;
}

.additional-info ul li aside {
 font-size: 1.1rem;
 padding: 0.2rem 0;
 text-align: right;
}

.answer {
 margin-bottom: 50px;
}

.answer .box {
 padding-top: 40px;
 position: relative;
}

.answer .box:after {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 100%;
 content: "?";
 color: #fff;
 font-weight: bold;
 background-color: #ffda21;
 height: 30px;
 width: 30px;
 line-height: 28px;
 text-align: center;
 position: absolute;
 font-size: 16px;
 top: -15px;
}

.answer .box:before {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 8px 4px 0 4px;
 border-color: #ffda21 transparent transparent transparent;
 content: "";
 position: absolute;
 left: 41px;
 top: 11px;
}

.answer h3 {
 margin-bottom: 10px;
}

.answer figure {
 opacity: .5;
 text-align: right;
 font-size: 12px;
 margin-top: 10px;
}

.answer figure a {
 margin-left: 10px;
 color: inherit;
}

.answer figure i {
 font-size: 10px;
 margin-left: 5px;
}

/*.alert {
}
.alert.alert-warning {
 background-color: #fffde3;
 border: none;
 box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .1);
 border-radius: .4rem;
}

.alert.alert-warning h2 {
 margin-bottom: 1rem;
}

.alert.alert-warning h4 {
 padding-top: 1rem;
}*/

.authors .author.item .meta figure .rating {
 margin-bottom: 0;
}

.authors .author.item .meta figure .rating i {
 margin-right: 0;
 font-size: 1.1rem;
}

.authors.grid .author.item .wrapper, .authors.masonry .author.item .wrapper {
 background-color: #f8f8f8;
}

.authors.grid .author.item .wrapper .image .image-wrapper, .authors.masonry .author.item .wrapper .image .image-wrapper {
 border-color: #fff;
}

.authors.grid .author.item .meta, .authors.masonry .author.item .meta {
 background-color: #fff;
}

.authors.grid .author.item .additional-info, .authors.masonry .author.item .additional-info {
 display: block;
}

.authors.grid .author.item h3, .authors.masonry .author.item h3 {
 bottom: 3.5rem;
}

.authors.grid .author.item h4, .authors.masonry .author.item h4 {
 top: 22.5rem;
}

.author .author-image {
 width: 6rem;
 height: 6rem;
 float: left;
 border-radius: 50%;
 overflow: hidden;
 position: relative;
}

.author .author-description {
 padding-top: 1rem;
 margin-left: 8rem;
}

.author.big {
 padding-bottom: 5rem;
}

.author.big .author-image {
 width: 26rem;
 height: 26rem;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.author.big .author-description {
 padding-top: 1rem;
 margin-left: 30rem;
}

.author.big .author-description h2 {
 font-size: 3rem;
}

.author.big .author-description h4 {
 margin-bottom: 1.5rem;
 opacity: .5;
}

.author.big .author-description .rating i {
 font-size: 1.2rem;
}

.author.big .author-description .section-title {
 padding-bottom: 2rem;
}

.author.big .author-description .additional-info {
 padding: 2rem;
 background-color: #fff;
 border-radius: .3rem;
 margin-bottom: 2rem;
}

.author.big .author-description .additional-info ul li {
 display: inline-block;
 margin-right: 2rem;
}

.author.big .author-description .additional-info ul li figure {
 float: none;
 padding: 0;
 margin: 0;
}

.author.big .author-description .additional-info ul li aside {
 opacity: 1;
 font-size: 1.4rem;
}

/********
--- B ---
********/
.blockquote {
 font-size: 1.8rem;
}

.breadcrumb {
 padding: 0;
 border-radius: 0;
 background-color: transparent;
 font-size: 1.1rem;
 text-transform: uppercase;
}

.blog-post {
 border-radius: .4rem;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 overflow: hidden;
 margin-bottom: 4rem;
}

.blog-post .article-title {
 background-color: #f8f8f8;
 padding: 3rem;
}

.blog-post .article-title h2 {
 margin-bottom: 1rem;
}

.blog-post img {
 width: 100%;
}

.blog-post .blog-post-content, .blog-post .meta {
 padding: 3rem;
 background-color: #fff;
}

.blog-post .meta {
 font-size: 1.1rem;
 padding-bottom: 0;
}

.blog-post .meta figure {
 display: inline-block;
 margin-right: 1rem;
 opacity: .8;
}

.blog-post p {
 margin-bottom: 1rem;
}

.blog-post .detail {
 margin-top: 2rem;
}

.blog-post .author .section-title {
 padding-bottom: 1rem;
}

.blog-post .author .author-image {
 width: 10rem;
 height: 10rem;
}

.blog-post .author .author-description {
 margin-left: 13rem;
}

.blog-posts-navigation {
 position: relative;
}

.blog-posts-navigation i {
 color: #ffda21;
 position: absolute;
 top: 0;
 bottom: 0;
 height: 1rem;
 margin: auto;
}

.blog-posts-navigation figure {
 opacity: .5;
 margin-bottom: 0;
}

.blog-posts-navigation .prev, .blog-posts-navigation .next {
 position: relative;
}

.blog-posts-navigation .prev {
 padding-left: 3rem;
 display: inline-block;
}

.blog-posts-navigation .prev i {
 left: 0;
}

.blog-posts-navigation .next {
 padding-right: 3rem;
 display: inline-block;
 text-align: right;
 float: right;
}

.blog-posts-navigation .next i {
 right: 0;
}

/********
--- C ---
********/
.categories-list {
 list-style: none;
 padding-left: 0;
}

.categories-list li {
 position: relative;
 padding-left: 8rem;
 padding-top: 1rem;
 float: left;
 width: 25%;
 margin-bottom: 4rem;
}

.categories-list li h3 {
 margin-bottom: .5rem;
}

.categories-list li .sub-categories a {
 font-size: 1.3rem;
 margin-right: .3rem;
 opacity: .6;
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.categories-list li .sub-categories a:hover {
 opacity: 1;
}

.categories-list li .sub-categories a:after {
 content: ",";
}

.categories-list li .sub-categories a:last-child {
}

.categories-list li .sub-categories a:last-child:after {
 content: "...";
}

.categories-list li i {
 position: absolute;
 width: 6rem;
 height: 6rem;
 text-align: center;
 line-height: 5.8rem;
 background-color: #ffda21;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 50%;
 left: 0;
 top: 0;
}

.categories-list li i img {
 height: 3rem;
 opacity: .5;
}

.comments .comment {
 margin-bottom: 3rem;
}

.comments .comment .author .author-description {
 margin-left: 10rem;
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
 padding-bottom: 2rem;
 margin-bottom: 2rem;
}

.comments .comment .author .author-description h3, .comments .comment .author .author-description h4 {
 font-size: 1.6rem;
 font-weight: 500;
 font-family: "Poppins", sans-serif;
 margin-bottom: 1rem;
}

.comments .comment .author .author-description h5 {
 font-weight: 600;
 display: inline-block;
}

.comments .comment .author .author-description h5 a {
 display: inline-block;
}

.comments .comment .author .author-description .meta {
 font-size: 1.1rem;
 margin-bottom: 2rem;
}

.comments .comment .author .author-description .meta span {
 margin-right: 1rem;
}

.comments .comment .author .author-description .meta span:not(.rating) {
 opacity: .5;
}

.comments .comment .author .author-image {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.comments.masonry .comment .author {
 background-color: #fff;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
 border-radius: .4rem;
 padding: 3rem;
}

.comments.masonry .comment .author-description {
 margin-left: 0;
 padding-top: 0;
 border-bottom: none;
}

.comments.masonry .comment .author-description h3 {
 position: inherit;
 color: inherit;
}

.comments.masonry .comment .author-description .meta {
 background-color: transparent;
 padding: 0;
}

.comments.masonry .comment .author-description .meta:before {
 display: none;
}

.comments.masonry .comment h5 {
 line-height: 6rem;
 margin-left: 8rem;
}

/********
--- E ---
********/
.elements-grid [class*="col"] div, .elements-grid [class*="col-"] div {
 background-color: rgba(0, 0, 0, .1);
 text-align: center;
 border: .1rem solid rgba(0, 0, 0, .1);
 border-radius: .2rem;
}

/********
--- F ---
********/
.feature-box {
 margin-bottom: 3rem;
}

.feature-box figure {
 background-color: #ffda21;
 border-radius: 50%;
 width: 9rem;
 height: 9rem;
 text-align: center;
 line-height: 8.5rem;
 position: relative;
 margin-bottom: 2rem;
}

.feature-box figure img {
 height: 3rem;
 opacity: .4;
}

.feature-box figure span {
 display: block;
 position: absolute;
 background-color: #fff;
 border-radius: 50%;
 width: 3rem;
 height: 3rem;
 text-align: center;
 line-height: 3rem;
 top: 0;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
 right: -.5rem;
 font-weight: 800;
}

.feature-box figure h3 {
 margin-bottom: 1rem;
}

.footer {
 position: fixed;
 bottom: 0;
 width: 100%;
 padding-top: 12rem;
 padding-bottom: 10rem;
}

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

.footer .brand {
 margin-bottom: 4rem;
 display: block;
}

.footer nav ul {
 line-height: 3rem;
 opacity: .8;
}

.footer address {
 opacity: .8;
}

/********
--- H ---
********/
.hero {
 z-index: 3;
 background-color: #fff;
}

/*background-image: url("../img/hero-overlay.png"); background-size: contain; background-position: bottom center; background-repeat: no-repeat; padding-bottom: 4rem; position: relative; background-color:#fff; z-index: 3;*/
.hero .hero-wrapper {
 padding-bottom: 4rem;
 /* min-height:530px; */
}

.hero .main-navigation {
 z-index: 999;
 position: relative;
}

.hero .main-navigation .navbar {
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
 padding: 3rem 0;
 margin-bottom: 1rem;
}

/*------ Main navigation list ------*/
.hero .main-navigation .navbar ul.navbar-nav {
 position: absolute;
 right: 0;
}

.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
 padding: .5rem 1.7rem;
}

.hero .main-navigation .navbar ul.navbar-nav .btn {
 margin-right: 1.5rem;
 /*padding: .8rem 1.6rem;*/
 padding: 2.1rem 2rem;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item {
 position: relative;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link {
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link:after {
 font-family: 'fontawesome';
 position: absolute;
 font-size: 1.2rem;
 color: rgba(0, 0, 0, .25);
 top: 0;
 bottom: 0;
 margin: auto;
 height: 1.6rem;
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover > a.nav-link {
}

.hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child:hover > a.nav-link:after {
 color: #ffda21;
}

/*------ Main navigation list item ------*/
/*------ 1st level list ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child {
 margin-top: 1.5rem;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li {
}

/*------ 2nd level ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li:hover > ul.child {
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateX(0rem);
         transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li:hover > ul.child > li {
}

/*------ 3rd level ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li:hover > ul.child > li:hover > ul.child {
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateX(0rem);
         transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li:hover > ul.child > li:hover > ul.child > li {
}

/*------ 4th level ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child > li:hover > ul.child > li:hover > ul.child > li:hover > ul.child {
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateX(0rem);
         transform: translateX(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item > ul.child:before {
 position: absolute;
 width: 100%;
 height: 1.5rem;
 background-color: transparent;
 content: "";
 top: -1.5rem;
 right: 0;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child {
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
 border-radius: .3rem;
 -webkit-transform: translateY(.3rem);
         transform: translateY(.3rem);
 opacity: 0;
 pointer-events: none;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 position: absolute;
 right: 0;
 width: 20rem;
 background-color: #fff;
 text-align: right;
}

/*------ 1st level and next levels list item ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li {
 border-bottom: .1rem solid rgba(0, 0, 0, .04);
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li a.nav-link {
 padding: 1rem 1.5rem;
}

/*------ 2nd and next levels ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul {
 right: 20rem;
 top: 0;
 -webkit-transform: translateX(.3rem);
         transform: translateX(.3rem);
 margin-right: .5rem;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li { /*----- Small right arrow on first list item ------*/
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li:first-child {
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li:first-child:after {
 background-color: transparent;
 width: .5rem;
 height: 100%;
 content: "";
 position: absolute;
 right: -.5rem;
 top: 0;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li:first-child:before {
 border-style: solid;
 border-width: .45rem 0 .45rem .6rem;
 border-color: transparent transparent transparent #fff;
 content: "";
 position: absolute;
 top: 1.6rem;
 right: -.6rem;
 z-index: 1;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li:first-child:hover {
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul li:first-child:hover:before {
 border-color: transparent transparent transparent #fafafa;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li:hover {
 background-color: rgba(0, 0, 0, .02);
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link {
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link:after {
 content: "\F0D9";
 left: 1rem;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child:hover {
 pointer-events: auto;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child > a.nav-link {
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child > a.nav-link:after {
 content: "\F0D7";
 right: .4rem;
}

/*------ 1st level list ------*/
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child:hover > ul.child {
 opacity: 1;
 pointer-events: auto;
 -webkit-transform: translateY(0rem);
         transform: translateY(0rem);
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child:hover > ul.child:before {
 pointer-events: auto;
}

.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child:hover > ul.child:after {
 border-style: solid;
 border-width: 0 .45rem .6rem .45rem;
 border-color: transparent transparent #fff transparent;
 position: absolute;
 top: -.6rem;
 right: 1.8rem;
 content: "";
}

.hero .main-navigation .main-search-form-toggle {
 -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
         box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
 position: absolute;
 right: 0;
 bottom: -4.1rem;
 background-color: #ffda21;
 padding: 1rem 1.4rem;
 color: #fff;
 border-bottom-left-radius: .3rem;
 border-bottom-right-radius: .3rem;
}

.hero .main-navigation .main-search-form-toggle i {
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.hero .main-navigation .main-search-form-toggle i.fa-close {
 opacity: 0;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 height: 1.7rem;
 right: 0;
 left: 0;
 width: 1rem;
}

.hero .main-navigation .main-search-form-toggle:hover {
 -webkit-box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
         box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
}

.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-close {
 opacity: 1;
}

.hero .main-navigation .main-search-form-toggle[aria-expanded="true"] .fa-search {
 opacity: 0;
}

.hero .secondary-navigation {
 background-color: #363636;
 color: #fff;
 font-size: 1.1rem;
 font-weight: 500;
 display: table;
 width: 100%;
}

.hero .secondary-navigation a, .hero .secondary-navigation span:not(.hidden-xs) {
 color: #000;
 padding: .8rem;
 display: inline-block;
 text-decoration: none;
}

.hero .secondary-navigation a {
}

.hero .secondary-navigation a:hover {
 background-color: rgba(255, 255, 255, .1);
}

.hero .secondary-navigation i {
 opacity: .5;
 margin-right: .5rem;
}

.hero .secondary-navigation .left {
 float: left;
}

.hero .secondary-navigation .left li {
}

.hero .secondary-navigation .left li:first-child {
 padding-left: 0;
}

.hero .secondary-navigation .right {
 float: right;
}

.hero .secondary-navigation .right li {
 border-left: .1rem solid rgba(255, 255, 255, .2);
}

.hero .secondary-navigation .right li:last-child {
 border-right: .1rem solid rgba(255, 255, 255, .2);
}

.hero .secondary-navigation ul li {
 float: left;
}

.hero ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.hero .page-title {
 padding-top: 5rem;
 padding-bottom: 3rem;
}

.hero .page-title a {
 color:#fff;
 position: relative;
}

.hero .page-title a:hover::after {
 -webkit-animation-name: underline-animation;
         animation-name: underline-animation;
 -webkit-animation-duration: .7s;
         animation-duration: .7s;
 -webkit-animation-fill-mode: forwards;
         animation-fill-mode: forwards; /*background-color: $color-default; transition: $transition;*/
}

.hero .page-title a:after {
 background-color: #000;
 width: 100%;
 height: .2rem;
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
}

.hero .page-title h1 .tag {
 vertical-align: middle;
 position: relative;
 top: -.3rem;
 margin-left: 1rem;
 background-color: #ffda21;
 color: #fff;
}

.hero .page-title h4 {
 opacity: .5;
}

.hero .page-title h4 a {
}

.hero .page-title h4 a:after {
 display: none;
}

.hero .page-title h4.location {
}

.hero .page-title h4.location:before {
 font-family: 'fontawesome';
 color: #000;
}

.hero .page-title .price {
 text-align: right;
}

.hero .page-title .price .number {
 font-family: 'Varela Round', sans-serif;
 color: #ffda21;
 font-size: 3.6rem;
 line-height: 1.1;
}

.hero:after {
 background-image: url(https://www.machinerybazaar.com/images/hero-overlay.png?f7e14696a53f5e9e2a6a9ec0ef9aec85);
 background-size: contain;
 background-position: bottom center;
 background-repeat: no-repeat;
 position: absolute;
 content: "";
 width: 100%;
 height: 4.8rem;
 bottom: 0;
}

.hero.has-map .hero-form {
 padding-top: 8rem;
 padding-bottom: 6rem;
 -webkit-box-shadow: 0rem -0.5rem 0.3rem 0rem rgba(0, 0, 0, .1);
         box-shadow: 0rem -0.5rem 0.3rem 0rem rgba(0, 0, 0, .1);
 z-index: 1;
 position: relative;
}

.hero.has-map .hero-wrapper {
 padding-bottom: 0;
}

.hero.has-map .main-navigation {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.hero.has-map .main-navigation .navbar {
 margin-bottom: 0;
 border-bottom: none;
}

/********
--- I ---
********/
/*------ Items ------*/
.items:not(.selectize-input) {
 margin-left: -1.5rem;
 margin-right: -1.5rem; /*------------------*//*- Grid, Masonry --*//*------------------*//*------------------*//*----- Grid -------*//*------------------*//*------------------*//*------ List ------*/
}

/*------ Item ------*/
.items:not(.selectize-input) .item {
 margin-bottom: 3rem;
 position: relative;
}

.items:not(.selectize-input) .item .wrapper {
 overflow: hidden;
 -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
         box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
 -webkit-transition: .3s box-shadow ease, .3s transform ease;
 transition: .3s box-shadow ease, .3s transform ease;
 border-radius: .5rem;
 background-color: #fff;
 position: relative;
 -webkit-transform: translateY(0);
         transform: translateY(0); /*padding-bottom: 5rem;*/
}

.items:not(.selectize-input) .item .wrapper:hover {
 -webkit-box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
         box-shadow: 0 .4rem 3.3rem rgba(0, 0, 0, .3);
 -webkit-transform: translateY(-.2rem);
         transform: translateY(-.2rem);
}

/*------ Image ------*/
.items:not(.selectize-input) .item .image {
 height: 26rem;
 position: relative;
 border-top-left-radius: .6rem;
 border-top-right-radius: .6rem;
 background-color: #f8f8f8;
}

.items:not(.selectize-input) .item .image .image-wrapper {
 -webkit-transition: none;
 transition: none;
 display: block;
 position: relative;
 z-index: 0;
}

.items:not(.selectize-input) .item .image .image-wrapper:before {
 opacity: .8;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 15rem;
 content: "";
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

/*------ Tags ------*/
.items:not(.selectize-input) .item .tag, .items:not(.selectize-input) .item h3, .items:not(.selectize-input) .item h4, .items:not(.selectize-input) .item .price {
 position: absolute;
}

/*------ Call to action item ------*/
.items:not(.selectize-input) .item .tag {
 color: #fff;
 position: absolute;
 z-index: 1;
 left: 1.8rem;
 top: 12rem;
 -webkit-transition: .3s background-color ease;
 transition: .3s background-color ease;
 padding: 0.4rem .5rem;
}

/*------ H3 heading ------*/
.items:not(.selectize-input) .item h3 {
 position: absolute;
 z-index: 1;
 left: 1.8rem;
 color: white;
 bottom: 6rem;
 padding-right: 1.8rem;
 margin-bottom: .5rem;
}

.items:not(.selectize-input) .item h3 a {
 color: #fff;
 -webkit-transition: none;
 transition: none;
 text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, .6);
 display: block;
}

.items:not(.selectize-input) .item h3 a:hover {
 text-decoration: underline;
}

.items:not(.selectize-input) .item h3 a.category {
 display: inline-block;
 color: #fff;
 position: relative;
 -webkit-transition: .3s background-color ease;
 transition: .3s background-color ease;
 font-weight: 600;
 font-size: 1rem;
 text-shadow: none;
 text-decoration: none;
 top: inherit;
 bottom: 1rem;
 left: 0;
}

.items:not(.selectize-input) .item h3 .tag:not(.category) {
 background-color: #fff;
 top: inherit;
 bottom: 16rem;
 left: 0;
 color: #000;
 font-weight: 600;
 font-size: 1rem;
 opacity: .6;
 -webkit-transition: none;
 transition: none;
 pointer-events: none;
}

/*------ H4 heading ------*/
.items:not(.selectize-input) .item h4 {
 position: absolute;
 z-index: 1;
 left: 1.8rem;
 color: white;
 top: 20rem;
 font-weight: 300;
 font-size: 1.4rem;
 opacity: .8;
}

.items:not(.selectize-input) .item h4 a {
 color: #fff;
 -webkit-transition: none;
 transition: none;
}

.items:not(.selectize-input) .item h4 a:hover {
 text-decoration: underline;
}

.items:not(.selectize-input) .item h4.location {
}

.items:not(.selectize-input) .item h4.location:before {
 color: #fff;
}

/*------ Price ------*/
.items:not(.selectize-input) .item .price {
 background-color: #f8f8f8;
 font-size: 1.6rem;
 font-weight: 600;
 position: absolute;
 top: 22.6rem;
 left: 1.8rem;
 padding: .5rem 1.8rem;
 border-top-left-radius: .3rem;
 border-top-right-radius: .3rem;
 z-index: 1;
}

.items:not(.selectize-input) .item .price .appendix {
 font-size: 1rem;
 margin-right: .6rem;
 opacity: .7;
 top: -.2rem;
 position: relative;
 display: block;
 margin-bottom: -0.7rem;
}

/*------ Meta ------*/
.items:not(.selectize-input) .item .meta {
 background-color: #f8f8f8;
 padding: 1.8rem;
 font-size: 1.2rem;
 width: 100%;
 white-space: nowrap;
 margin-top: -.2rem;
 position: relative;
}

.items:not(.selectize-input) .item .meta figure {
 opacity: .6;
 margin-right: 2rem;
 display: inline-block;
}

.items:not(.selectize-input) .item .meta figure i {
 margin-right: 1rem;
}

.items:not(.selectize-input) .item .meta figure a {
 -webkit-transition: .3s color ease;
 transition: .3s color ease;
}

.items:not(.selectize-input) .item .meta:before { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&0+0,1+50 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
 background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), color-stop(50%, rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1)));
 background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1); /* IE6-9 */
 height: 100%;
 width: 4rem;
 content: "";
 position: absolute;
 right: 0;
 top: 0;
 z-index: 1;
}

/*------ Description ------*/
.items:not(.selectize-input) .item .description {
 font-size: 1.3rem;
 padding: 1.8rem 1.8rem 0 1.8rem;
}

.items:not(.selectize-input) .item .description p {
 margin-bottom: 0;
}

/*------ Detail link ------*/
.items:not(.selectize-input) .item .detail {
 bottom: 1.8rem;
 left: 1.8rem;
 color: #ffda21;
 -webkit-transition: .3s background-color ease;
 transition: .3s background-color ease;
 position: absolute;
}

.items:not(.selectize-input) .item .detail:after {
 background-color: #ffda21;
}

.items:not(.selectize-input) .item figure {
 margin-bottom: 0;
}

.items:not(.selectize-input) .item.call-to-action {
 text-align: center;
 height: 30rem;
 display: block;
}

.items:not(.selectize-input) .item.call-to-action .wrapper {
 background-color: transparent;
 -webkit-box-shadow: none;
         box-shadow: none;
 display: table;
 width: 100%;
 height: 100%;
 border: .1rem solid rgba(0, 0, 0, .05);
 -webkit-transition: .3s box-shadow ease, .3s background-color ease, .3s transform ease;
 transition: .3s box-shadow ease, .3s background-color ease, .3s transform ease;
 padding-bottom: 0;
}

.items:not(.selectize-input) .item.call-to-action .wrapper .title {
 color: #000;
 font-size: 1.8rem;
 display: table-cell;
 vertical-align: middle;
 font-family: 'Varela Round', sans-serif;
}

.items:not(.selectize-input) .item.call-to-action .wrapper .title i {
 display: block;
 font-size: 2.4rem;
 color: #ffda21;
 margin-bottom: 1rem;
}

.items:not(.selectize-input) .item.call-to-action .wrapper:hover {
 background-color: rgba(0, 0, 0, .03);
}

.items:not(.selectize-input) .item.item-sold .wrapper {
 opacity: .3;
}

.items:not(.selectize-input) .item.author .meta figure {
 margin-right: 0;
 float: left;
}

.items:not(.selectize-input) .item.author .meta figure:last-child {
 float: right;
}

.items:not(.selectize-input) .item.author .meta:before {
 display: none;
}

.items:not(.selectize-input) .item.author .meta:after {
 display: block;
 clear: both;
 content: "";
}

/*------------------*/
.items:not(.selectize-input) .item {
 padding-left: 1.5rem;
 padding-right: 1.5rem;
}

.items:not(.selectize-input) .item .wrapper {
 width: 100%;
 height: 100%;
}

.items:not(.selectize-input) .item .admin-controls {
 font-size: 1.1rem;
 text-transform: uppercase;
 font-weight: 600;
}

.items:not(.selectize-input) .item .admin-controls a {
 display: inline-block;
 padding: .5rem;
}

.items:not(.selectize-input) .item .admin-controls a i {
 margin-right: .5rem;
 opacity: .5;
}

.items:not(.selectize-input):after {
 clear: both;
 content: "";
 display: block;
}

/*------ Border around image ------*/
.items:not(.selectize-input).grid .item .image .image-wrapper, .items:not(.selectize-input).masonry .item .image .image-wrapper {
 border: .6rem solid #f8f8f8;
 border-radius: .9rem;
}

.items:not(.selectize-input).grid .item, .items:not(.selectize-input).masonry .item {
 float: left;
}

.items:not(.selectize-input).grid .item .wrapper, .items:not(.selectize-input).masonry .item .wrapper {
 float: left;
}

.items:not(.selectize-input).grid .item p, .items:not(.selectize-input).masonry .item p {
 height: 6rem;
 overflow: hidden;
}

.items:not(.selectize-input).masonry .item .wrapper {
 padding-bottom: 5rem;
}

.items:not(.selectize-input).grid .item {
 height: 43rem;
}

.items:not(.selectize-input).grid .item .additional-info {
 display: none;
}

.items:not(.selectize-input).grid.compact .item {
 height: inherit;
}

.items:not(.selectize-input).grid.compact .item .wrapper {
 height: 31rem;
}

.items:not(.selectize-input).grid.compact .item .wrapper .detail {
 display: none;
}

.items:not(.selectize-input).grid.compact .item .admin-controls {
 position: relative;
 right: inherit;
 text-align: center;
 height: auto;
 border-left: none;
 padding-left: 0;
 padding-right: 0;
 padding-top: 1.2rem;
}

.items:not(.selectize-input).grid.compact .item .admin-controls a {
 display: inline-block;
 padding: .5rem;
}

.items:not(.selectize-input).grid.compact .item .admin-controls a i {
 margin-right: .5rem;
}

.items:not(.selectize-input).list {
 height: inherit !important; /*-------------------------*//*-- Compact Item - List --*//*-------------------------*/
}

/*------  Border around image ------*/
.items:not(.selectize-input).list .item .image .image-wrapper {
 border: .6rem solid #fff;
 border-radius: .9rem;
}

/*------ Item ------*/
.items:not(.selectize-input).list .item {
 position: relative !important;
 top: inherit !important;
 left: inherit !important;
}

.items:not(.selectize-input).list .item .wrapper {
 min-height: 18rem;
 padding-bottom: 0;
}

.items:not(.selectize-input).list .item .image {
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: transparent;
}

.items:not(.selectize-input).list .item .image .background-image {
 width: 25rem;
}

/*------ H3 ------*/
.items:not(.selectize-input).list .item h3 {
 top: 2.5rem;
 font-size: 2.2rem;
 color: #000;
 left: 27rem;
 bottom: inherit;
 width: 100%;
}

.items:not(.selectize-input).list .item h3 a:not(.category) {
 color: #000;
 text-shadow: none;
 display: inline-block;
}

.items:not(.selectize-input).list .item h3 a:not(.category):hover {
 text-decoration: none;
 color: #ffda21;
}

.items:not(.selectize-input).list .item h3 .tag:not(.category) {
 position: relative;
 top: -0.2rem;
 background-color: transparent;
 border: .1rem solid rgba(0, 0, 0, .3);
 vertical-align: middle;
}

.items:not(.selectize-input).list .item h3 .tag.category {
 position: absolute;
 color: #fff;
 bottom: inherit;
 top: -1rem;
 left: -25.5rem;
}

/*------ H4 ------*/
.items:not(.selectize-input).list .item h4 {
 top: 5.5rem;
 left: 27rem;
}

.items:not(.selectize-input).list .item h4 a {
 color: #000;
}

.items:not(.selectize-input).list .item h4.location {
}

.items:not(.selectize-input).list .item h4.location:before {
 font-family: 'fontawesome';
 color: #000;
}

/*------ Price ------*/
.items:not(.selectize-input).list .item .price {
 top: inherit;
 border-radius: .3rem;
 bottom: 2rem;
}

/*------ Tag ------*/
.items:not(.selectize-input).list .item .tag {
 top: 2rem;
}

/*------ Meta ------*/
.items:not(.selectize-input).list .item .meta {
 position: absolute;
 padding: 3rem 2rem 0 0;
 right: 0;
 width: auto;
 font-size: 1.1rem;
 background-color: transparent;
 text-align: right;
 top: 0;
 z-index: 1;
}

.items:not(.selectize-input).list .item .meta figure {
 display: block;
 margin-right: 0;
}

.items:not(.selectize-input).list .item .meta:before {
 display: none;
}

/*------ Description ------*/
.items:not(.selectize-input).list .item .description {
 position: absolute;
 bottom: 2rem;
 padding: 0;
 left: 27rem;
 z-index: 1;
 height: 4rem;
 overflow: hidden;
}

.items:not(.selectize-input).list .item .description p {
 width: 80%;
}

/*------ Detail ------*/
.items:not(.selectize-input).list .item .detail {
 right: 2rem;
 bottom: 2rem;
 left: inherit;
 border: .1rem solid #ffda21;
 padding: 1rem;
 text-transform: none;
 font-size: 1.4rem;
 border-radius: .3rem;
 z-index: 2;
}

.items:not(.selectize-input).list .item .detail:hover {
 background-color: #ffda21;
 color: #fff;
}

.items:not(.selectize-input).list .item .detail:after {
 display: none;
}

/*------ Additional Info ------*/
.items:not(.selectize-input).list .item .additional-info {
 padding: 9rem 0 8rem 0;
 margin-right: 2rem;
 position: relative;
 margin-left: 27rem;
}

.items:not(.selectize-input).list .item .additional-info ul {
 background-color: #f9f9f9;
 border-radius: .3rem;
 margin-bottom: 0;
 padding: 1.5rem;
}

.items:not(.selectize-input).list .item .additional-info ul li {
 display: inline-block;
 margin-right: 5rem;
}

.items:not(.selectize-input).list .item .additional-info ul li figure {
 float: none;
}

.items:not(.selectize-input).list .item .additional-info ul li aside {
 text-align: left;
}

.items:not(.selectize-input).list .item.call-to-action {
 height: 15rem;
}

.items:not(.selectize-input).list.compact .item {
 min-height: 17rem;
}

.items:not(.selectize-input).list.compact .item .image {
 padding-right: 20rem;
}

.items:not(.selectize-input).list.compact .item .image .background-image {
 width: 20rem;
}

.items:not(.selectize-input).list.compact .item .image .image-wrapper {
}

.items:not(.selectize-input).list.compact .item .image .image-wrapper:before {
 opacity: .6;
 height: 8rem;
}

.items:not(.selectize-input).list.compact .item .additional-info {
 margin-left: 22rem;
 padding: 8rem 0 6.3rem 0;
}

.items:not(.selectize-input).list.compact .item .additional-info ul {
 padding: .4rem .4rem 0 .4rem;
}

/*background-color: transparent;*/
.items:not(.selectize-input).list.compact .item .additional-info ul li figure {
 padding: 0;
 margin-bottom: -.4rem;
 font-size: 1rem;
}

.items:not(.selectize-input).list.compact .item h3, .items:not(.selectize-input).list.compact .item h4, .items:not(.selectize-input).list.compact .item .description {
 left: 22rem;
}

.items:not(.selectize-input).list.compact .item h3 .tag.category {
 left: -20.3rem;
}

.items:not(.selectize-input).list.compact .item .price {
 padding: .3rem 1.1rem;
 font-size: 1.3rem;
}

.items:not(.selectize-input).list.compact .item .description {
 padding-right: 20rem;
 bottom: 1.4rem;
}

.items:not(.selectize-input).list.compact .item .description p {
 font-size: 1.2rem;
}

.items:not(.selectize-input).list.compact .item .detail {
 border: inherit;
 text-transform: uppercase;
 font-size: 1.1rem;
 bottom: 2rem;
 padding: 0;
}

.items:not(.selectize-input).list.compact .item .detail:hover {
 background-color: transparent;
 color: #ffda21;
}

.items:not(.selectize-input).list.compact .item .detail:after {
 display: block;
}

.items:not(.selectize-input).list.compact .item .admin-controls {
 position: absolute;
 right: 0;
 height: 8rem;
 top: 0;
 bottom: 0;
 margin: auto;
 border-left: .1rem solid rgba(0, 0, 0, .1);
 padding-left: 2rem;
 padding-right: 2rem;
 z-index: 1;
 background-color: #fff;
}

.items:not(.selectize-input).list.compact .item .admin-controls a {
 display: block;
 padding: .4rem 0;
}

.items:not(.selectize-input).list.compact .item .admin-controls a i {
 margin-right: 1rem;
}

.map .cluster > div {
 color: #fff !important;
}

.map .marker {
 cursor: pointer;
 opacity: .7;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 -webkit-transform: translateY(.2rem);
         transform: translateY(.2rem);
}

.map .marker:hover {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}

.map .infobox-wrapper {
 position: relative;
 display: inline-block;
}

.map .infobox-wrapper > img {
 position: absolute !important;
 top: -1.5rem;
 right: -1.5rem;
 z-index: 1;
}

.map .infobox-wrapper .ribbon-featured {
 right: 0;
 background-color: #ffda21;
 padding: .5rem;
 text-transform: uppercase;
 font-weight: 700;
 color: #fff;
 border-radius: .4rem;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 top: 2.5rem;
}

.map .infobox-wrapper a {
}

.map .infobox-wrapper a:hover {
 color: inherit;
}

.map .infobox-wrapper .infobox {
 width: 25rem;
 background-color: #f8f8f8;
 padding: .5rem;
 border-radius: .6rem;
 overflow: hidden;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.map .infobox-wrapper .infobox .image-wrapper {
 width: 100%;
 height: 20rem;
 overflow: hidden;
 border-radius: .4rem;
 position: relative;
}

.map .infobox-wrapper .infobox .image-wrapper > .tag, .map .infobox-wrapper .infobox .image-wrapper h3, .map .infobox-wrapper .infobox .image-wrapper .price {
 position: absolute;
 left: 2rem;
 z-index: 1;
}

.map .infobox-wrapper .infobox .image-wrapper .price {
 bottom: -.3rem;
 background-color: #f8f8f8;
 font-size: 1.6rem;
 font-weight: 600;
 padding: .5rem 1.8rem;
 border-top-left-radius: .3rem;
 border-top-right-radius: .3rem;
 z-index: 1;
}

.map .infobox-wrapper .infobox .image-wrapper .price .appendix {
 font-size: 1rem;
 margin-right: 0;
 opacity: .7;
 top: -.2rem;
 position: relative;
 display: block;
 margin-bottom: -0.7rem;
 margin-left: 0;
}

.map .infobox-wrapper .infobox .image-wrapper .type {
 background-color: #fff;
 opacity: .8;
 top: 2rem;
}

.map .infobox-wrapper .infobox .image-wrapper h3 {
 bottom: 2rem;
 color: #fff;
}

.map .infobox-wrapper .infobox .image-wrapper h3 span:not(.tag) {
 display: block;
 margin-top: .8rem;
}

.map .infobox-wrapper .infobox .image-wrapper .image {
 height: 100%;
 width: 100%;
 background-size: cover;
 position: relative;
}

.map .infobox-wrapper .infobox .image-wrapper .image:before {
 opacity: .8;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 15rem;
 content: "";
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.map .infobox-wrapper .infobox .image-wrapper img {
 width: 100%;
}

.map .infobox-wrapper:after {
 background-image: url(https://www.machinerybazaar.com/images/infobox-arrow.png?5a02614c72d06fa685d9d47d0adbc0b6);
 content: "";
 display: block;
 width: 100%;
 height: 1.6rem;
 background-position: center;
 background-repeat: no-repeat;
}

.map#map-small {
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
 border-radius: .5rem;
 display: block;
}

.map#map-contact {
 margin-top: -5rem;
 margin-bottom: 5rem;
}

.map#map-contact:before {
 background-image: url(https://www.machinerybazaar.com/images/footer-overlay.png?be28de890107835c9af57d1f5c311c44);
 background-size: contain;
 background-position: top center;
 background-repeat: no-repeat;
 padding-bottom: 10rem;
 position: absolute;
 content: "";
 width: 100%;
 height: auto;
 z-index: 1;
 pointer-events: none;
}

/********
--- N ---
********/
.nav-tabs .nav-link, .nav-pills .nav-link {
 padding: 1rem 2rem;
}

.nav-pills .nav-link {
}

.nav-pills .nav-link.active {
 background-color: #ffda21;
}

.tab-content {
 padding-top: 2rem;
}

/********
--- O ---
********/
.owl-carousel .owl-dots {
 padding-top: 1rem;
 padding-bottom: 1rem;
 text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
 display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
 background-color: #000;
 opacity: .3;
 height: 1rem;
 width: 1rem;
 border-radius: 50%;
 display: inline-block;
 margin: 0 .5rem;
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
 opacity: .8;
}

.owl-carousel.full-width-carousel {
 position: relative;
 top: -5.5rem;
 margin-bottom: -5.5rem;
}

.owl-carousel.full-width-carousel .item {
 width: 111rem;
 border-radius: .4rem;
 height: 70rem;
 overflow: hidden;
}

.owl-carousel.full-width-carousel .owl-item {
 opacity: .2;
 -webkit-transition: 1s opacity ease;
 transition: 1s opacity ease;
}

.owl-carousel.full-width-carousel .owl-item.active.center {
 opacity: 1;
}

.owl-carousel.full-width-carousel:before {
 background-image: url(https://www.machinerybazaar.com/images/footer-overlay.png?be28de890107835c9af57d1f5c311c44);
 background-size: contain;
 background-position: top center;
 background-repeat: no-repeat;
 padding-bottom: 10rem;
 position: absolute;
 content: "";
 width: 100%;
 height: auto;
 z-index: 1;
}

.owl-carousel.gallery-carousel {
 margin-bottom: 3rem;
}

.owl-carousel.gallery-carousel .owl-stage-outer, .owl-carousel.full-width-carousel .owl-stage-outer {
 border-radius: .4rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-next {
 display: inline-block;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 height: 5rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.gallery-carousel .owl-nav .owl-next i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-next i {
 background-color: #ffda21;
 width: 5rem;
 text-align: center;
 line-height: 5rem;
 color: #fff;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 50%;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-prev {
 left: 0;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i {
 margin-left: 2rem;
}

.owl-carousel.gallery-carousel .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-next {
 right: 0;
 margin-right: 2rem;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb {
 border-radius: .4rem;
 width: 13rem;
 height: 13rem;
 display: block;
 opacity: .3;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb img {
 width: 100%;
 display: none;
}

.owl-carousel.gallery-carousel-thumbs .owl-thumb:hover {
 opacity: 1;
}

.owl-carousel.gallery-carousel-thumbs .current .owl-thumb {
 -webkit-box-shadow: inset 0 0 0 .3rem #ffda21;
         box-shadow: inset 0 0 0 .3rem #ffda21;
 opacity: 1;
}

/********
--- P ---
********/
.pac-logo {
}

.pac-logo:after {
 display: none;
}

.page .hero-wrapper {
 position: relative;
}

.page .hero-wrapper .background {
 background-color: #fff;
}

.page > .content {
 background-color: #f2f2f2;
 z-index: 1;
}

.page > .content:after {
 background-image: url(https://www.machinerybazaar.com/images/footer-overlay.png?be28de890107835c9af57d1f5c311c44);
 background-size: contain;
 background-position: top center;
 background-repeat: no-repeat;
 width: 100%;
 height: 4.2rem;
 left: 0;
 content: "";
 position: absolute;
}

.page.sub-page .page-title {
 color: #fff;
 padding-top: 3rem;
 padding-bottom: 1rem;
}

/*.page.sub-page .form {
}

.page.sub-page .form.hero-form {
 padding-top: 2rem;
}

.page.sub-page .form.hero-form .main-search-form {
 background-color: #f2f2f2;
 padding: 5rem 3rem 1rem 3rem;
 border-radius: .3rem;
 margin-bottom: 1rem;
 position: relative;
}*/

.page.sub-page .form.hero-form .main-search-form .form-group label {
 font-size: 1.8rem;
 top: -3.7rem;
}

.page.sub-page .form.hero-form .main-search-form .geo-location.input-group-addon {
 height: 3.9rem;
}

.page.sub-page .form.hero-form .main-search-form:before {
 border-style: solid;
 border-width: 0 .45rem .6rem .45rem;
 border-color: transparent transparent #f2f2f2 transparent;
 position: absolute;
 top: -.6rem;
 right: 1.5rem;
 content: "";
}

.panel {
 background-color: #fff;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 margin-bottom: 30px;
}

.panel .panel-title {
 margin-bottom: 0;
}

.panel .panel-title a {
 display: block;
 padding: 20px;
}

.panel .panel-title a i {
 margin-right: 5px;
}

.panel .panel-body {
 padding: 20px;
}

.panel .horizontal-input-title {
 margin-top: 15px;
}

.page-pagination {
 text-align: center;
 margin: 6rem 0 3rem 0;
}

.page-pagination > nav {
 display: inline-block;
}

.page-pagination > nav .pagination {
 margin-bottom: 0;
}

.page-pagination > nav .pagination .page-item .page-link {
 color: #000;
 width: 4rem;
 line-height: 4rem;
 padding: inherit;
 border: none;
 background-color: transparent;
 border-radius: .3rem;
 font-size: 1.6rem;
 margin: 0 .2rem;
}

.page-pagination > nav .pagination .page-item .page-link i {
 font-size: 1.2rem;
 color: rgba(0, 0, 0, .5);
}

.page-pagination > nav .pagination .page-item .page-link:hover {
 background-color: #fff;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.page-pagination > nav .pagination .page-item.active .page-link {
 background-color: #ffda21;
 color: #fff;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
}

.pricing {
 position: relative;
 margin-bottom: 15px;
 margin-top: 15px;
 text-align: center;
 padding: 30px 20px;
}

.pricing h2 {
 opacity: .7;
 color: inherit;
 font-size: 30px;
 font-weight: lighter;
}

.pricing figure {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 100%;
 background-color: #ededed;
 width: 75px;
 height: 75px;
 position: absolute;
 top: 5px;
 right: -10px;
 text-align: center;
 line-height: 75px;
 color: #ffda21;
 font-size: 18px;
 font-weight: bold;
}

.pricing ul {
 list-style: none;
 padding-left: 0;
 margin-bottom: 20px;
 margin-top: 20px;
}

.pricing ul li {
 border-bottom: 1px solid rgba(0, 0, 0, .1);
 line-height: 55px;
}

.pricing ul li i {
 font-size: 20px;
}

.pricing ul li:last-child {
 border-bottom: none;
}

.pricing ul li.available {
 color: #ffda21;
}

.pricing ul li.not-available {
 color: rgba(0, 0, 0, .5);
}

.pricing.box {
 background-color: #fff;
}

.pricing.box.featured {
 background-color: #000;
 color: #fff;
}

.pricing.box.featured ul li.available, .pricing.box.featured ul li.not-available, .pricing.box.featured ul li {
 color: #fff;
 border-bottom-color: rgba(255, 255, 255, .2);
}

.pricing.featured:not(.box) figure {
 background-color: #ffda21;
 color: #fff;
}

.pricing.description {
 -webkit-box-shadow: none;
         box-shadow: none;
 background-color: transparent;
 text-align: left;
 padding-left: 0;
}

.profile-image .image {
 width: 100%;
 height: 25.5rem;
 border-radius: 50%;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 overflow: hidden;
 text-align: center;
}

.profile-image .image img {
 height: 100%;
}

/********
--- R ---
********/
.rating {
 margin-bottom: .5rem;
}

.rating i {
 font-size: 1rem;
 opacity: .4;
 padding: 0 .1rem;
}

.rating i.active {
 color: #ffda21;
 opacity: 1;
}

.read-more {
 overflow: hidden;
 -webkit-transition: 1s ease;
 transition: 1s ease;
 padding: 2rem 2rem 3rem 2rem;
 margin-right: -2rem;
 margin-left: -2rem;
 margin-bottom: 2rem;
 position: relative;
}

.read-more:after {
 position: absolute;
 bottom: 0;
 left: 0;
 height: 10rem;
 width: 100%;
 content: "";
 pointer-events: none; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+66 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), color-stop(66%, rgba(242, 242, 242, 1)), to(rgba(242, 242, 242, 1)));
 background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 66%, rgba(242, 242, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
}

/*------ Ribbon ------*/
.ribbon-featured {
 position: absolute;
 top: -1rem;
 right: 1.5rem;
 z-index: 1;
}

.ribbon-featured .ribbon-content {
 -webkit-box-shadow: 0 0.1rem rgba(0, 0, 0, .15);
         box-shadow: 0 0.1rem rgba(0, 0, 0, .15);
 background-color: #ffda21;
 text-transform: uppercase;
 color: #fff;
 font-weight: 600;
 font-size: 1.1rem;
 z-index: 1;
 padding: .7rem;
}

.ribbon-featured .ribbon-content:after {
 background-color: #ffda21;
 width: .5rem;
 height: 100%;
 content: "";
 position: absolute;
 top: .5rem;
 right: -.5rem;
}

.ribbon-featured .ribbon-content:before {
 background-color: #ffda21;
 width: 1rem;
 height: 1rem;
 position: absolute;
 top: 0;
 right: -.5rem;
 content: "";
 border-top-right-radius: 50%;
}

.ribbon-featured .ribbon-start, .ribbon-featured .ribbon-start::after {
 background: #ffda21;
 content: "";
 display: inline-block;
 height: 1rem;
 width: .5rem;
 border-bottom-right-radius: 1rem;
 border-top-right-radius: 1rem;
 right: -.5rem;
 position: absolute;
 z-index: 1;
 top: 100%;
}

.ribbon-featured .ribbon-start::after {
 background: rgba(0, 0, 0, .3);
 z-index: 2;
 right: 0;
 top: 0;
}

.ribbon-featured .ribbon-end {
 height: 100%;
 width: 1.5rem;
 position: absolute;
 top: 0;
 left: -1.5rem;
}

.ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::after, .ribbon-featured .ribbon-end .ribbon-shadow::before {
 border-style: solid;
 position: absolute;
 top: 0;
 left: 0;
 content: "";
}

.ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::before {
 border-width: 0 1.5rem 1.5rem 0;
 border-color: transparent #ffda21 transparent transparent;
}

.ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end .ribbon-shadow::after {
 border-width: 0 0 1.5rem 1.5rem;
 border-color: transparent transparent #ffda21 transparent;
 bottom: 0;
}

.ribbon-featured .ribbon-end .ribbon-shadow::before {
 border-color: transparent rgba(0, 0, 0, .15) transparent transparent;
 top: .1rem;
 z-index: -1;
}

.ribbon-featured .ribbon-end .ribbon-shadow::after {
 border-color: transparent transparent rgba(0, 0, 0, .15) transparent;
 bottom: -.1rem;
 z-index: -1;
}

/********
--- S ---
********/
.section-title {
 padding-bottom: 4rem;
}

.section-title h2 {
 margin-bottom: 1rem;
}

.section-title .chosen-container .chosen-single {
 background-color: transparent;
 -webkit-box-shadow: 0 0.2rem .6rem 0 rgba(0, 0, 0, .05);
         box-shadow: 0 0.2rem .6rem 0 rgba(0, 0, 0, .05);
}

.section-title .chosen-container:hover .chosen-single, .section-title .chosen-container.chosen-container-active .chosen-single {
 background-color: #fff;
}

.section-title .selectize-input {
 background-color: transparent;
}

.section-title .selectize-input:hover, .section-title .selectize-input.chosen-container-active {
 background-color: #fff;
}

.sidebar section {
 margin-bottom: 4rem;
}

.sidebar .sidebar-form label {
 display: block;
}

.sidebar .sidebar-form .alternative-search-form {
 padding-top: 2rem;
}

.sidebar .sidebar-post {
 margin-bottom: 3rem;
 display: table;
 width: 100%;
}

.sidebar .sidebar-post .background-image {
 width: 10rem;
 height: 10rem;
 display: block;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: .4rem;
 float: left;
}

.sidebar .sidebar-post .description {
 margin-left: 12rem;
}

.sidebar .sidebar-post .description h4 {
 margin-bottom: 1.5rem;
}

.sidebar .sidebar-post .description .meta {
 font-size: 1.1rem;
 opacity: .6;
}

.sidebar .sidebar-post .description .meta a {
 font-weight: 700;
}

.sidebar .sidebar-list {
 padding-left: 0;
}

.sidebar .sidebar-list li {
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.sidebar .sidebar-list li a {
 display: block;
 padding: 1rem 0;
}

.sidebar .sidebar-list li a span {
 float: right;
 font-size: 1rem;
 opacity: .5;
 line-height: 2rem;
}

.side-nav a {
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
 padding: 1.5rem 0 1.5rem 0;
}

.side-nav a:last-child {
 border: none;
}

.social i {
 font-size: 1.8rem;
 margin-right: .5rem;
}

/********
--- T ---
********/
.tag {
 background-color: #000;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 1rem;
 border-radius: .2rem;
 padding: .3rem .5rem;
 font-family: 'Poppins', sans-serif;
}

.tag:hover {
 background-color: #ffda21;
}

.tags {
}

.tags.framed .tag {
 background-color: transparent;
 border: .1rem solid rgba(0, 0, 0, .1);
}

.tooltip {
 font-size: 1.2rem;
}

.thumbnail-toggle a {
 font-size: 1.5rem;
 margin-left: .2rem;
 padding: .8rem;
 border-radius: .3rem;
 width: 4rem;
 display: inline-block;
 text-align: center;
}

.thumbnail-toggle a:hover {
 background-color: rgba(0, 0, 0, .05);
}

.thumbnail-toggle a.active {
 background-color: #000;
 color: #fff;
}

/********
--- Animations ---
********/
@-webkit-keyframes underline-animation {
 0% {
  width: 100%;
 }
 30% {
  width: 0%;
 }
 60% {
  width: 100%;
  background-color: #ffda21;
 }
 100% {
  left: 0;
  background-color: #ffda21;
 }
}
@keyframes underline-animation {
 0% {
  width: 100%;
 }
 30% {
  width: 0%;
 }
 60% {
  width: 100%;
  background-color: #ffda21;
 }
 100% {
  left: 0;
  background-color: #ffda21;
 }
}

@-webkit-keyframes show-form-slide-animation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(.5rem);
          transform: translateY(.5rem);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}

@keyframes show-form-slide-animation {
 0% {
  opacity: 0;
  -webkit-transform: translateY(.5rem);
          transform: translateY(.5rem);
 }
 100% {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
 }
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -ms-touch-action: none;
 -ms-user-select: none;
 -moz-user-select: none;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
}

.noUi-target {
 position: relative;
 direction: ltr;
}

.noUi-base {
 width: 100%;
 height: 100%;
 position: relative;
}

.noUi-origin {
 position: absolute;
 right: 0;
 top: 0;
 left: 0;
 bottom: 0;
}

.noUi-handle {
 position: relative;
 z-index: 1;
}

.noUi-stacking .noUi-handle {
 z-index: 10;
}

.noUi-state-tap .noUi-origin {
 -webkit-transition: left .3s, top .3s;
 transition: left .3s, top .3s;
}

.noUi-state-drag * {
 cursor: inherit !important;
}

.noUi-base {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
 height: 18px;
}

.noUi-horizontal .noUi-handle {
 width: 34px;
 height: 28px;
 left: -17px;
 top: -6px;
}

.noUi-vertical {
 width: 18px;
}

.noUi-vertical .noUi-handle {
 width: 28px;
 height: 34px;
 left: -6px;
 top: -17px;
}

.noUi-background {
 background: #FAFAFA;
 -webkit-box-shadow: inset 0 1px 1px #f0f0f0;
         box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
 background: #3FB8AF;
 -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
         box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
 -webkit-transition: background 450ms;
 transition: background 450ms;
}

.noUi-origin {
 border-radius: 2px;
}

.noUi-target {
 border-radius: 4px;
 border: 1px solid #D3D3D3;
 -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
         box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
 -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB;
         box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
 cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
 cursor: n-resize;
}

.noUi-handle {
 border: 1px solid #D9D9D9;
 border-radius: 3px;
 background: #FFF;
 cursor: default;
 -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
         box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
 -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
         box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
 content: "";
 display: block;
 position: absolute;
 height: 14px;
 width: 1px;
 background: #E8E7E6;
 left: 14px;
 top: 6px;
}

.noUi-handle:after {
 left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
 width: 14px;
 height: 1px;
 left: 6px;
 top: 14px;
}

.noUi-vertical .noUi-handle:after {
 top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
 background: #B8B8B8;
}

[disabled] .noUi-handle {
 cursor: not-allowed;
}

.ui-slider {
 border-radius: 0px;
 -webkit-box-shadow: none;
         box-shadow: none;
 border: none;
 background-color: transparent;
}

.ui-slider .noUi-base {
 border-radius: 0px;
 -webkit-box-shadow: none;
         box-shadow: none;
 border: none;
 height: 2px;
 background-color: #e4e4e2;
 margin-top: 6px;
}

.ui-slider .noUi-base .noUi-connect {
 -webkit-box-shadow: none;
         box-shadow: none;
 background-color: #ffda21;
}

.ui-slider .noUi-base .noUi-background {
 -webkit-box-shadow: none;
         box-shadow: none;
 background-color: #e4e4e2;
}

.ui-slider .noUi-base .noUi-handle {
 -webkit-transition: .2s;
 transition: .2s;
 border-radius: 50%;
 -webkit-box-shadow: none;
         box-shadow: none;
 border: 2px solid #ffda21;
 background-color: #ffda21;
 cursor: pointer;
 height: 10px;
 width: 10px;
 left: 0px;
 top: -4px;
}

.ui-slider .noUi-base .noUi-handle:before, .ui-slider .noUi-base .noUi-handle:after {
 display: none;
}

.ui-slider .noUi-base .noUi-handle:hover, .ui-slider .noUi-base .noUi-handle.noUi-active {
 -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, .07);
         box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, .07);
}

.ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
 left: -8px;
}

.ui-slider .values {
 font-size: 10px;
}

.ui-slider .values input {
 background-color: transparent;
 border: none;
 width: 49%;
}

.ui-slider .values input:first-child {
 float: left;
}

.ui-slider .values input:last-child {
 float: right;
 text-align: right;
}

/*2. Elements*/
a {
 color: #000;
 -webkit-transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
 transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}

a .appendix {
 opacity: .4;
 margin-left: .5rem;
}

a:hover, a:focus, a:active {
 outline: none !important;
 text-decoration: none;
}

a:hover {
 color: #ffda21;
}

.with-icon a:hover {
 color: #000 !important;
 text-decoration:underline !important;
}

a.icon i {
 color: #ffda21;
 margin-right: 1rem;
 font-size: 1.2rem;
}

a.underline {
}

a.underline:hover::after {
 -webkit-animation-name: underline-animation;
         animation-name: underline-animation;
 -webkit-animation-duration: .7s;
         animation-duration: .7s;
 -webkit-animation-fill-mode: forwards;
         animation-fill-mode: forwards;
}

a.underline:after {
 background-color: #000;
 width: 100%;
 height: .1rem;
 content: "";
 position: absolute;
 bottom: 0;
 right: 0;
}

a.text-uppercase {
 font-size: 1.1rem;
 font-weight: 600;
}

a.link {
 color: #000;
 font-weight: bold;
}

a.link:hover {
 text-decoration: underline;
}

a.nav-link i {
 color: inherit;
 opacity: .3;
}

a.nav-link.active {
 color: #ffda21;
}

a.nav-link.active i {
 color: #ffda21;
 opacity: 1;
}

body, html {
 margin: 0;
 padding: 0;
 font-family: 'Poppins', sans-serif;
 font-weight: 500;
 position: relative;
}

html {
 font-size: 62.5%;
}

body {
 font-size: 1.4rem;
 background-color: #f2f2f2;
 height: 100%;
 overflow-x: hidden;
}

dl {
 margin-bottom: 1rem;
}

dl dt {
 float: left;
 padding: .2rem 0;
}

dl dd {
 text-align: right;
 padding: .2rem 0;
}

h1 {
 font-family: 'Varela Round', sans-serif;
 font-size: 3.6rem;
}

h2 {
 font-family: 'Varela Round', sans-serif;
 font-size: 2.4rem;
 margin-bottom: 4rem;
 padding-top: 1rem;
}

h3 {
 font-family: 'Varela Round', sans-serif;
 font-size: 1.8rem;
 margin-bottom: 2rem;
}

h4 {
}

h4.location {
}

h4.location:before {
 font-family: 'fontawesome';
 content: "\F041";
 position: relative;
 font-size: 1.3rem;
 opacity: .6;
 margin-right: .2rem;
}

hr {
 margin-top: 2rem;
 margin-bottom: 2rem;
}

figure {
}

figure.with-icon {
 position: relative;
 padding-left: 2.5rem;
}

figure.with-icon i, figure.with-icon img {
 color: #000;
 position: absolute;
 line-height: 2rem;
 left: 0;
}

mark, .mark {
 background-color: #ffdc23;
}

p {
 opacity: .65;
 font-weight: normal;
}

ul, ol, dl {
}

ul.columns-2, ol.columns-2, dl.columns-2 {
 -webkit-column-count: 2;
         column-count: 2;
}

ul.columns-2 dd, ul.columns-2 li, ol.columns-2 dd, ol.columns-2 li, dl.columns-2 dd, dl.columns-2 li {
 margin-right: 1rem;
}

ul.columns-3, ol.columns-3, dl.columns-3 {
 -webkit-column-count: 3;
         column-count: 3;
}

ul.columns-3 dd, ul.columns-3 li, ol.columns-3 dd, ol.columns-3 li, dl.columns-3 dd, dl.columns-3 li {
 margin-right: 1rem;
}

ul.columns-4, ol.columns-4, dl.columns-4 {
 -webkit-column-count: 4;
         column-count: 4;
}

ul.columns-4 dd, ul.columns-4 li, ol.columns-4 dd, ol.columns-4 li, dl.columns-4 dd, dl.columns-4 li {
 margin-right: 1rem;
}

ul.features-checkboxes, ol.features-checkboxes, dl.features-checkboxes {
 padding-left: 0;
 list-style: none;
}

ul.features-checkboxes li, ol.features-checkboxes li, dl.features-checkboxes li {
 margin-bottom: 1.5rem;
 position: relative;
 padding-left: 4rem;
}

ul.features-checkboxes li:before, ol.features-checkboxes li:before, dl.features-checkboxes li:before {
 width: 2rem;
 height: 2rem;
 background-color: #ffda21;
 border-radius: .3rem;
 content: "";
 display: inline-block;
 position: absolute;
 left: 0;
}

ul.features-checkboxes li:after, ol.features-checkboxes li:after, dl.features-checkboxes li:after {
 font-family: 'fontawesome';
 color: #fff;
 content: "\F00C";
 position: absolute;
 line-height: 1.8rem;
 font-size: 1rem;
 left: .5rem;
 top: 0;
}

section {
 position: relative;
}

header, footer {
 position: relative;
}

/*3. Forms*/
.btn {
 display: inline-block;
 position: relative;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 color: #fff;
 font-size: 1.4rem;
 font-weight: 500;
 border-radius: .3rem; /*padding: .8rem 1.6rem;*/
 padding: 1.6rem;
 border-width: .1rem;
 outline: none !important;
 cursor: pointer;
}

.btn:hover, .btn:focus, .btn:active {
 outline: none !important;
}

.btn.btn-primary {
 background-color: #ffda21;
 border-color: #ffda21;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
 color: #fff;
 -webkit-box-shadow: 0 .1rem 1.5rem rgba(0, 0, 0, .4);
         box-shadow: 0 .1rem 1.5rem rgba(0, 0, 0, .4);
}

.btn.btn-rounded {
 border-radius: 3rem;
}

.btn.btn-framed {
 background-color: transparent;
}

.btn.btn-framed.btn-primary {
 color: #ffda21;
}

.btn.btn-framed.btn-primary:hover, .btn.btn-framed.btn-primary:focus, .btn.btn-framed.btn-primary:active {
 background-color: #ffda21;
 border-color: #ffda21;
 -webkit-box-shadow: none;
         box-shadow: none;
 color: #fff;
}

.btn.btn-framed.btn-secondary {
 color: #868e96;
}

.btn.btn-framed.btn-secondary:hover, .btn.btn-framed.btn-secondary:focus, .btn.btn-framed.btn-secondary:active {
 background-color: #868e96;
 color: #fff;
}

.btn.btn-framed.btn-success {
 color: #1e7e34;
}

.btn.btn-framed.btn-success:hover, .btn.btn-framed.btn-success:focus, .btn.btn-framed.btn-success:active {
 background-color: #1e7e34;
 color: #fff;
}

.btn.btn-framed.btn-danger {
 color: #dc3545;
}

.btn.btn-framed.btn-danger:hover, .btn.btn-framed.btn-danger:focus, .btn.btn-framed.btn-danger:active {
 background-color: #dc3545;
 color: #fff;
}

.btn.btn-framed.btn-warning {
 color: #ffc107;
}

.btn.btn-framed.btn-warning:hover, .btn.btn-framed.btn-warning:focus, .btn.btn-framed.btn-warning:active {
 background-color: #ffc107;
 color: #fff;
}

.btn.btn-framed.btn-info {
 color: #17a2b8;
}

.btn.btn-framed.btn-info:hover, .btn.btn-framed.btn-info:focus, .btn.btn-framed.btn-info:active {
 background-color: #17a2b8;
 color: #fff;
}

.btn.btn-framed.btn-light {
 color: #000;
 border-color: rgba(0, 0, 0, .1);
}

.btn.btn-framed.btn-light:hover, .btn.btn-framed.btn-light:focus, .btn.btn-framed.btn-light:active {
 background-color: rgba(0, 0, 0, .1);
}

.btn.small { /*padding: 0.9rem 1rem; font-size: 1.5rem;*/
 padding: 0.7rem 1rem;
 font-size: 1.2rem;
}

.btn.large {
 font-size: 2.4rem;
 padding: 1.2rem 2.4rem;
}

.btn.large.icon i {
 margin: 0 1rem;
 font-size: 1.5rem;
}

.btn.icon i {
 margin: 0 .5rem;
 font-size: 1.2rem;
 vertical-align: middle;
}

.btn.btn-light {
 color: #000;
}

select {
 width: 100%;
 padding: 1.3rem;
 border-radius: .3rem;
 background-color: #fff;
 -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .1);
         box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, .1);
 border: .1rem solid rgba(0, 0, 0, .15);
}

select.small {
 padding: .9rem;
}

select.selectized {
 display: block !important;
 visibility: hidden;
 position: absolute;
 z-index: -9999;
}

.selectize-control {
 display: inline-block;
 width: 100%;
}

.selectize-control .selectize-input {
 -webkit-transition: .3s ease;
 transition: .3s ease;
 border-radius: .3rem;
 font-weight: 500;
 padding: 1.7rem;
 height: auto;
 background-image: none;
 background-color: #fff;
 position: relative;
 line-height: inherit;
 -webkit-box-shadow: 0 0.2rem 1rem 0rem rgba(0, 0, 0, .1);
         box-shadow: 0 0.2rem 1rem 0rem rgba(0, 0, 0, .1);
 border: .1rem solid rgba(0, 0, 0, .15);
}

.selectize-control .selectize-input .item {
 cursor: pointer;
}

.selectize-control .selectize-input .item[data-value=""] {
 opacity: .4;
}

.selectize-control .selectize-input input[type="text"] {
 height: 1.4rem;
 -webkit-transition: none;
 transition: none;
}

.selectize-control .selectize-input.full {
 cursor: pointer !important;
}

.selectize-control .selectize-input.full input {
 cursor: pointer !important;
 width: 0;
 color: transparent;
}

.selectize-control .selectize-dropdown {
 margin-top: -.4rem;
 opacity: 0;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 width: 100% !important;
 top: 4.9rem !important;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content {
 max-height: 30rem;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content [data-value=""] {
 opacity: .4;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option {
}

.selectize-control .selectize-dropdown .selectize-dropdown-content .option.active {
 background-color: rgba(0, 0, 0, .03);
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.selectize-control .selectize-dropdown.opening {
 opacity: 1;
}

.selectize-control .selectize-dropdown [data-selectable], .selectize-control .selectize-dropdown .optgroup-header {
 padding: .8rem 1.2rem;
}

.selectize-control.small .selectize-input {
 padding: 1.05rem;
}

.selectize-control.small .selectize-dropdown {
 top: 3.9rem !important;
}

.selectize-control.multi .selectize-input {
}

.selectize-control.multi .selectize-input.has-items {
 padding: 1.1rem;
}

/*input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control,*/
.form-control {
 -webkit-box-shadow: inset 0 0 1rem 0 rgba(0, 0, 0, .1);
         box-shadow: inset 0 0 1rem 0 rgba(0, 0, 0, .1);
 border: .1rem solid rgba(0, 0, 0, .15);
 border-radius: .3rem;
 color: #363636;
 -webkit-transition: .3s;
 transition: .3s;
 -webkit-transform-style: preserve-3d;
         transform-style: preserve-3d;
 -webkit-appearance: none;
 background-color: #fff;
 font-size: 1.4rem;
 outline: none !important;
 width: 100%;
 height: inherit;
 padding: 1.6rem;
}

/*input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:hover, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:hover, input[type="time"]:active, input[type="time"]:focus, input[type="time"]:hover, input[type="search"]:active, input[type="search"]:focus, input[type="search"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:hover, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:hover, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:hover, textarea.form-control:active, textarea.form-control:focus, textarea.form-control:hover, */
.form-control:focus, .form-control:hover {
 -webkit-box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, 0);
         box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, 0);
 border: .1rem solid rgba(0, 0, 0, .25);
}

/*input[type="text"].small, input[type="email"].small, input[type="date"].small, input[type="time"].small, input[type="search"].small, input[type="password"].small, input[type="number"].small, input[type="tel"].small, textarea.form-control.small {
 padding: 1rem;
}*/
#input-location {
 padding-right: 5rem;
}

.icheckbox, .iradio {
 -webkit-box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .1);
         box-shadow: inset 0 0 0 .1rem rgba(0, 0, 0, .1);
 border-radius: 3px;
 background-color: #fff;
 -webkit-transition: .2s ease;
 transition: .2s ease;
 cursor: pointer;
 position: relative;
 display: inline-block;
 height: 2rem;
 margin-right: 1rem;
 width: 2rem;
 top: -.1rem;
 margin-bottom: 1.5rem;
 vertical-align: top;
}

.icheckbox:after, .iradio:after {
 font-family: 'fontawesome';
 color: #fff;
 content: "\F00C";
 position: absolute;
 line-height: 1.8rem;
 font-size: 1rem;
 left: .5rem;
}

.icheckbox.checked, .iradio.checked {
 -webkit-box-shadow: inset 0 0 0 1rem #ffda21;
         box-shadow: inset 0 0 0 1rem #ffda21;
}

.iradio {
 border-radius: 50%;
}

.iradio:after {
 display: none;
}

.iradio.checked {
 -webkit-box-shadow: inset 0 0 0 .6rem #ffda21;
         box-shadow: inset 0 0 0 .6rem #ffda21;
}

label {
 padding-bottom: .5rem;
 margin-right: 1rem;
}

label.framed {
 padding: 1rem 1.2rem;
 border-radius: .3rem;
 border: .1rem solid rgba(0, 0, 0, .15);
 cursor: pointer;
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

label.framed > div {
 margin-bottom: 0;
}

label.framed:hover {
 background-color: #fff;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

label.framed.active {
 background-color: #fff;
}

label.required {
}

label.required:after {
 content: "*";
 margin-left: .2rem;
 color: red;
}

.form .status {
 -webkit-transform: scale(.1);
         transform: scale(.1);
 -webkit-transition: .3s ease;
 transition: .3s ease;
 top: -2rem;
 right: -2rem;
 position: absolute;
}

.form .status .status-icon {
 border-radius: 50%;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 width: 4rem;
 height: 4rem;
 background-color: grey;
 color: #fff;
 text-align: center;
 line-height: 4rem;
}

.form .status .status-icon.valid {
 background-color: #50aa8d;
}

.form .status .status-icon.invalid {
 background-color: #e45544;
}

.form .status i {
 font-size: 1.8rem;
}

.form .form-group {
 position: relative;
}

.form label.error {
 position: absolute;
 left: 0;
 bottom: -3rem;
 background-color: red;
 color: #fff;
 padding: .3rem;
}

.form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color: rgba(0, 0, 0, .4);
}

.form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: rgba(0, 0, 0, .4);
}

.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: rgba(0, 0, 0, .4);
}

.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(0, 0, 0, .4);
}

.form ::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(0, 0, 0, .4);
}

.form .alternative-search-form {
 padding-top: 1rem;
 z-index: 1;
 position: relative;
}

.form .alternative-search-form .collapse.show .wrapper {
 opacity: 1;
 -webkit-transform: scale(1);
         transform: scale(1);
}

.form .alternative-search-form .wrapper {
 opacity: 0;
 -webkit-transition: .1s ease;
 transition: .1s ease;
 -webkit-transform: scale(.98);
         transform: scale(.98);
 margin-top: 2rem;
 -webkit-box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
         box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1);
 border: .1rem solid rgba(0, 0, 0, .1);
 padding: 4rem;
 padding-bottom: 2rem;
 border-radius: 3px;
 background-color: #fff;
 position: relative;
}

.form .alternative-search-form .wrapper:before {
 border-style: solid;
 border-width: 0 .45rem .6rem .45rem;
 border-color: transparent transparent #fff transparent;
 position: absolute;
 top: -.6rem;
 left: 1.8rem;
 content: "";
}

.form .alternative-search-form .wrapper:after {
 border-style: solid;
 border-width: 0 .55rem .7rem .55rem;
 border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
 position: absolute;
 top: -.7rem;
 left: 1.7rem;
 content: "";
 z-index: -1;
}

.form.inputs-fluid .form-row {
 display: table;
 width: 100%;
}

.form.inputs-fluid .form-row .form-group {
 display: table-cell;
 width: auto;
 vertical-align: top;
}

.form.submitted .status {
 -webkit-transform: scale(1);
         transform: scale(1);
}

.form.submitted .form-group, .form.submitted .input-group {
 pointer-events: none;
}

.form.submitted .btn[type='submit'] {
 pointer-events: none;
 opacity: .5;
}

.form.hero-form { 
 padding-top: 5rem;
}

.form.hero-form .main-search-form .form-group {
 position: relative;
}

.form.hero-form .main-search-form .form-group label {
 font-family: 'Varela Round', sans-serif;
 font-size: 2.4rem;
 color: #ffda21;
 position: absolute;
 top: -5rem;
 font-weight: normal;
}

.form.hero-form [type="submit"].small {
 padding: 0.9rem 1rem;
 font-size: 1.5rem;
}

.form.form-submit .icheckbox, .form.form-submit .iradio {
 -webkit-box-shadow: inset 0 0 0 .2rem rgba(0, 0, 0, .3);
         box-shadow: inset 0 0 0 .2rem rgba(0, 0, 0, .3);
}

.form.form-submit .icheckbox {
}

.form.form-submit .icheckbox.checked {
 -webkit-box-shadow: inset 0 0 0 1rem #ffda21;
         box-shadow: inset 0 0 0 1rem #ffda21;
}

.form.form-submit .iradio {
}

.form.form-submit .iradio.checked {
 -webkit-box-shadow: inset 0 0 0 .6rem #ffda21;
         box-shadow: inset 0 0 0 .6rem #ffda21;
}

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

.form-group .input-group-addon {
 position: absolute;
 bottom: 1.6rem;
 border: none;
 right: 0;
 padding: 0 1.3rem;
 background-color: transparent;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 font-size: 1.4rem;
 opacity: .5;
}

.form-group .input-group-addon.geo-location, .form-group .input-group-addon.search-icon {
 color: #ffda21;
 cursor: pointer;
 opacity: 1;
 position: absolute;
 bottom: 0;
 height: 5.4rem;
 padding: 1.3rem;
 right: 0;
 background-color: transparent;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 font-size: 2rem;
 border: none;
}

.form-group .input-group-addon.geo-location:hover, .form-group .input-group-addon.search-icon:hover {
 background-color: rgba(0, 0, 0, .1);
}

.form-group .input-group-addon.small {
 bottom: 1.1rem;
}

.form-group label {
 font-size: 1.3rem;
 margin-bottom: .8rem;
 font-weight: 600;
}

.form-group label.framed {
 font-weight: normal;
}

.form-slides {
 position: relative;
 border: .1rem solid rgba(0, 0, 0, .1);
 padding: 2rem;
 border-radius: .4rem;
 z-index: 1;
}

.form-slides .form-slide {
 display: none;
 -webkit-transition: .3s ease;
 transition: .3s ease;
 position: relative;
}

.form-slides .form-slide h3 {
 margin-bottom: 3rem;
 font-size: 1.8rem;
}

.form-slides .form-slide h4 {
 padding-top: 2rem;
 padding-bottom: 2rem;
}

.form-slides .form-slide .category-icon {
 position: absolute;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 background-color: #fff;
 border-radius: 50%;
 width: 6rem;
 height: 6rem;
 top: -3rem;
 right: 0;
 overflow: hidden;
 text-align: center;
 line-height: 6rem;
}

.form-slides .form-slide .category-icon img {
 height: 3rem;
}

.form-slides .form-slide.default {
 display: block;
 text-align: center;
 padding: 4rem 2rem;
}

.form-slides .form-slide.default h3 {
 margin-top: 1rem;
 margin-bottom: 1rem;
}

.form-slides .form-slide.active {
 display: block;
 visibility: visible;
 opacity: 1;
 -webkit-animation-name: show-form-slide-animation;
         animation-name: show-form-slide-animation;
 -webkit-animation-duration: .3s;
         animation-duration: .3s;
 -webkit-animation-fill-mode: forwards;
         animation-fill-mode: forwards;
}

.form-slides#category-tabs {
}

.form-slides#category-tabs:before {
 border-style: solid;
 border-width: .9rem 1rem .9rem 0;
 border-color: transparent #f2f2f2 transparent transparent;
 content: "";
 position: absolute;
 left: -.9rem;
 top: 5rem;
 z-index: 1;
}

.form-slides#category-tabs:after {
 border-style: solid;
 border-width: .9rem 1rem .9rem 0;
 border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
 content: "";
 position: absolute;
 left: -1.1rem;
 top: 5rem;
}

.file-upload {
 position: relative;
 height: 10rem;
 margin-bottom: 2rem;
 margin-top: 2rem;
}

.file-upload .file-upload-input {
 border-radius: .4rem;
 width: 100%;
 border: .2rem dashed rgba(0, 0, 0, .2);
 height: 10rem;
 text-align: center;
 cursor: pointer;
 position: relative;
 display: inline-block;
 padding: 10rem 0 0 0;
 overflow: hidden;
 z-index: 1;
 -webkit-transition: .3s ease;
 transition: .3s ease;
}

.file-upload .file-upload-input:hover {
 border-color: rgba(0, 0, 0, .4);
 background-color: rgba(0, 0, 0, .05);
}

.file-upload span {
 position: absolute;
 top: 0;
 bottom: 0;
 line-height: 10.5rem;
 width: 100%;
 text-align: center;
 margin: auto;
 z-index: 0;
 left: 0;
 font-size: 1.8rem;
 color: rgba(0, 0, 0, .5);
}

.file-upload span i {
 color: #ffda21;
 margin-right: 1rem;
}

.file-upload-previews > .MultiFile-label {
 border-radius: .4rem;
 background-color: rgba(0, 0, 0, .03);
 display: inline-block;
 border: .2rem solid rgba(0, 0, 0, .1);
 padding: 1rem;
 position: relative;
 margin-right: 1rem;
 width: 100%;
}

.file-upload-previews span.MultiFile-label {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 position: relative;
 text-align: center;
 display: inline-block;
 margin: 1rem;
}

.file-upload-previews span.MultiFile-label .MultiFile-title {
 position: absolute;
 background-color: rgba(0, 0, 0, .4);
 color: #fff;
 padding: 1rem;
 bottom: 0;
 font-size: 1.2rem;
 text-align: center;
 width: 100%;
}

.file-upload-previews span.MultiFile-label .MultiFile-preview {
 max-width: 20rem !important;
 max-height: 15rem !important;
}

.file-upload-previews .MultiFile-remove {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 50%;
 color: transparent;
 position: absolute;
 background-color: red;
 width: 2rem;
 height: 2rem;
 top: -1rem;
 right: -1rem;
 z-index: 1;
}

.file-upload-previews .MultiFile-remove:after {
 font-family: 'fontawesome';
 content: "\F00D";
 color: #fff;
 top: -.2rem;
 position: relative;
 font-size: 1rem;
}

.file-uploaded-images .image {
 height: 15rem;
 display: inline-block;
 margin-bottom: 1.8rem;
 margin-right: 1.5rem;
 position: relative;
}

.file-uploaded-images .image figure {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
 border-radius: 50%;
 cursor: pointer;
 background-color: red;
 width: 2rem;
 height: 2rem;
 position: absolute;
 right: -1rem;
 top: -1rem;
 content: "";
 text-align: center;
 line-height: 1.5rem;
}

.file-uploaded-images .image figure i {
 color: #fff;
 font-size: 1rem;
}

.file-uploaded-images .image img {
 height: 100%;
}

.single-file-input {
 overflow: hidden;
 position: relative;
 margin-top: 2rem;
 font-size: 1.2rem;
 text-align: center;
}

.single-file-input input[type="file"] {
 padding-top: 4rem;
 position: absolute;
 width: 100%;
 cursor: pointer;
 outline: none;
 z-index: 1;
}

.single-file-input div i {
 margin-left: .5rem;
}

textarea.form-control {
 line-height: 2rem;
}

/*4. Universal classes*/
.background {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}

.background-image {
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50%;
 overflow: hidden;
 width: 100%;
 height: 100%;
}

.background-image img {
 display: none;
}

.background-image.original-size {
 background-size: inherit;
}

.background-image.background-repeat-x {
 background-repeat: repeat-x;
}

.background-image.background-repeat-y {
 background-repeat: repeat-y;
}

[data-background-image] {
 background-size: cover;
 background-position: 50%;
}

.block {
 padding-top: 1rem;
 padding-bottom: 5rem;
}

.block section {
 margin-bottom: 6rem;
}

.box {
 background-color: #fff;
 -webkit-box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
         box-shadow: 0 .1rem 2rem rgba(0, 0, 0, .15);
 padding: 3rem;
 border-radius: .3rem;
 position: relative;
}

.center {
 text-align: center;
}

.has-dark-background h1, .has-dark-background h2, .has-dark-background h3, .has-dark-background h4, .has-dark-background h5, .has-dark-background h6, .has-dark-background p, .has-dark-background a {
 color: #fff;
}

.has-dark-background .navbar .navbar-nav .show > .nav-link, .has-dark-background .navbar .navbar-nav .active > .nav-link, .has-dark-background .navbar .navbar-nav .nav-link.show, .has-dark-background .navbar .navbar-nav .nav-link.active, .has-dark-background .main-navigation .navbar ul.navbar-nav > .nav-item > a:not(.btn) {
 color: #fff;
}

.has-dark-background .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child > a.nav-link:after {
 color: #fff;
 opacity: .7;
}

.has-dark-background .main-navigation .btn:not(.btn-light) {
 color: #fff;
}

.has-dark-background .main-navigation .navbar {
 border-color: rgba(255, 255, 255, .3);
}

.has-dark-background .chosen-container a {
 color: inherit;
}

.has-dark-background .page-title a {
}

.has-dark-background .page-title a:after {
 background-color: #fff;
}

.has-dark-background .form.hero-form .main-search-form .form-group label {
 color: #fff;
}

.has-dark-background .form-group > label {
 color: #fff;
}

.no-shadow {
 -webkit-box-shadow: none;
         box-shadow: none;
 text-shadow: none;
}

.pointer-events-none {
 pointer-events: none;
}

.text-caps {
 text-transform: uppercase;
 font-size: 1.1rem;
 font-weight: 700;
}

.height-100px {
 height: 100px !important;
}

.height-150px {
 height: 150px !important;
}

.height-200px {
 height: 200px !important;
}

.height-250px {
 height: 250px !important;
}

.height-300px {
 height: 300px !important;
}

.height-350px {
 height: 350px !important;
}

.height-400px {
 height: 400px !important;
}

.height-450px {
 height: 450px !important;
}

.height-500px {
 height: 500px !important;
}

.height-550px {
 height: 550px !important;
}

.height-600px {
 height: 600px !important;
}

.height-650px {
 height: 650px !important;
}

.height-700px {
 height: 700px !important;
}

.height-750px {
 height: 750px !important;
}

.height-800px {
 height: 800px !important;
}

.height-850px {
 height: 850px !important;
}

.height-900px {
 height: 900px !important;
}

.height-950px {
 height: 950px !important;
}

.height-1000px {
 height: 1000px !important;
}

.width-10 {
 width: 10% !important;
}

.width-20 {
 width: 20% !important;
}

.width-25 {
 width: 25% !important;
}

.width-30 {
 width: 30% !important;
}

.width-33 {
 width: 33% !important;
}

.width-40 {
 width: 40% !important;
}

.width-50 {
 width: 50% !important;
}

.width-60 {
 width: 60% !important;
}

.width-70 {
 width: 70% !important;
}

.width-80 {
 width: 80% !important;
}

.width-90 {
 width: 90% !important;
}

.width-100 {
 width: 100% !important;
}

.width-10px {
 width: 10px !important;
}

.width-50px {
 width: 50px !important;
}

.width-100px {
 width: 100px !important;
}

.width-150px {
 width: 150px !important;
}

.width-200px {
 width: 200px !important;
}

.width-250px {
 width: 250px !important;
}

.width-300px {
 width: 300px !important;
}

.opacity-5 {
 opacity: .05;
}

.opacity-10 {
 opacity: .1;
}

.opacity-20 {
 opacity: .2;
}

.opacity-30 {
 opacity: .3;
}

.opacity-40 {
 opacity: .4;
}

.opacity-50 {
 opacity: .5;
}

.opacity-60 {
 opacity: .6;
}

.opacity-70 {
 opacity: .7;
}

.opacity-80 {
 opacity: .8;
}

.opacity-90 {
 opacity: .9;
}

.text-align-right {
 text-align: right;
}

.text-align-left {
 text-align: left;
}

/*5. Responsive*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 1200px and up
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
 .items.grid, .items.masonry {
 }

 .items.grid.grid-xl-4-items .item, .items.masonry.grid-xl-4-items .item {
  width: 25%;
 }

 .items.grid.grid-xl-3-items .item, .items.masonry.grid-xl-3-items .item {
  width: 33.33%;
 }

 .items.grid.grid-xl-2-items .item, .items.masonry.grid-xl-2-items .item {
  width: 50%;
 }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 992px - 1199px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
 .items.grid, .items.masonry {
 }

 .items.grid.grid-lg-4-items .item, .items.masonry.grid-lg-4-items .item {
  width: 25%;
 }

 .items.grid.grid-lg-3-items .item, .items.masonry.grid-lg-3-items .item {
  width: 33.33%;
 }

 .items.grid.grid-lg-2-items .item, .items.masonry.grid-lg-2-items .item {
  width: 50%;
 }

 .owl-carousel {
 }

 .owl-carousel.full-width-carousel .item {
  width: 90rem;
  height: 50rem;
 }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// 768px - 991px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width: 991px) {
 h1 {
  font-size: 3rem;
 }

 h2 {
  font-size: 2rem;
 }

 .form {
 }

 .form.hero-form .main-search-form .form-group label {
  top: -4rem;
  font-size: 1.8rem;
 }

 .items.grid, .items.masonry {
 }

 .items.grid.grid, .items.grid.masonry, .items.masonry.grid, .items.masonry.masonry {
 }

 .items.grid.grid.grid-md-4-items .item, .items.grid.masonry.grid-md-4-items .item, .items.masonry.grid.grid-md-4-items .item, .items.masonry.masonry.grid-md-4-items .item {
  width: 25%;
 }

 .items.grid.grid.grid-md-3-items .item, .items.grid.masonry.grid-md-3-items .item, .items.masonry.grid.grid-md-3-items .item, .items.masonry.masonry.grid-md-3-items .item {
  width: 33.33%;
 }

 .items.grid.grid.grid-md-2-items .item, .items.grid.masonry.grid-md-2-items .item, .items.masonry.grid.grid-md-2-items .item, .items.masonry.masonry.grid-md-2-items .item {
  width: 50%;
 }

 .hero .page-title {
  padding-top: 4rem;
  padding-bottom: 1rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav {
  position: relative;
  text-align: right;
 }

 .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
  padding: 1.2rem 2rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item a.nav-link {
  border-top: .1rem solid rgba(0, 0, 0, .08);
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child {
  position: relative;
  opacity: 1;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, .05);
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  right: 0;
  border-radius: 0;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li {
  border-bottom: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li a.nav-link {
  padding: 1rem 2.5rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link {
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link:after {
  content: "\F0D7";
  left: inherit;
  right: 1rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child:before, .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child:after {
  display: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item:first-child a.nav-link {
  border-top: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
  height: 0;
  overflow: hidden;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link {
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link:after {
  bottom: inherit;
  top: 1.5rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover > ul.child {
  height: auto;
 }

 .owl-carousel {
 }

 .owl-carousel.full-width-carousel .item {
  width: 69rem;
  height: 40rem;
 }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// max to 767px
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
 body::before {
  display: none;
  content: "xs";
 }

 h1 {
  font-size: 3rem;
 }

 h2 {
  font-size: 2rem;
 }

 .d-xs-grid {
  display: grid !important;
 }

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

 .block section {
  margin-bottom: 4rem;
 }

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

 .admin-controls {
  top: 3rem !important;
  bottom: auto !important;
 }

 .author {
 }

 .author.big {
  padding-top: 28rem;
  position: relative;
 }

 .author.big .author-image {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
 }

 .author.big .author-description {
  margin-left: 0;
 }

 .blog-posts-navigation .prev, .blog-posts-navigation .next {
  display: block;
 }

 .footer {
  position: relative;
 }

 .form-slides {
 }

 .form-slides#category-tabs {
 }

 .form-slides#category-tabs:before, .form-slides#category-tabs:after {
  display: none;
 }

 .items:not(.selectize-input) {
 }

 .items:not(.selectize-input).grid, .items:not(.selectize-input).masonry {
 }

 .items:not(.selectize-input).grid[class*="grid-"] .item, .items:not(.selectize-input).masonry[class*="grid-"] .item {
  width: 100%;
  display: block;
 }

 .items:not(.selectize-input).list .item .wrapper, .items:not(.selectize-input).list.compact .item .wrapper {
  min-height: inherit;
 }

 .items:not(.selectize-input).list .item .wrapper .image, .items:not(.selectize-input).list.compact .item .wrapper .image {
  position: relative;
  padding-right: 0;
 }

 .items:not(.selectize-input).list .item .wrapper .image .background-image, .items:not(.selectize-input).list.compact .item .wrapper .image .background-image {
  height: 28rem;
  width: auto;
 }

 .items:not(.selectize-input).list .item .wrapper .image .background-image:before, .items:not(.selectize-input).list.compact .item .wrapper .image .background-image:before {
  opacity: .9;
  height: 14rem;
 }

 .items:not(.selectize-input).list .item h3, .items:not(.selectize-input).list.compact .item h3 {
  left: 2rem;
  bottom: 8rem;
  top: inherit;
 }

 .items:not(.selectize-input).list .item h3 a:not(.category), .items:not(.selectize-input).list.compact .item h3 a:not(.category) {
  color: #fff;
 }

 .items:not(.selectize-input).list .item h3 .tag, .items:not(.selectize-input).list.compact .item h3 .tag {
 }

 .items:not(.selectize-input).list .item h3 .tag.category, .items:not(.selectize-input).list.compact .item h3 .tag.category {
  top: -3rem;
  left: 0;
  bottom: auto;
 }

 .items:not(.selectize-input).list .item h3 .tag:not(.category), .items:not(.selectize-input).list.compact .item h3 .tag:not(.category) {
  position: absolute;
  top: -15rem;
  bottom: auto;
  left: 0;
  background-color: #fff;
  border: none;
 }

 .items:not(.selectize-input).list .item h4, .items:not(.selectize-input).list.compact .item h4 {
  top: 20rem;
  left: 2rem;
 }

 .items:not(.selectize-input).list .item h4 a, .items:not(.selectize-input).list.compact .item h4 a {
  color: #fff;
 }

 .items:not(.selectize-input).list .item h4 a:before, .items:not(.selectize-input).list.compact .item h4 a:before {
  color: #fff;
 }

 .items:not(.selectize-input).list .item h4.location, .items:not(.selectize-input).list.compact .item h4.location {
 }

 .items:not(.selectize-input).list .item h4.location:before, .items:not(.selectize-input).list.compact .item h4.location:before {
  color: #fff;
 }

 .items:not(.selectize-input).list .item .price, .items:not(.selectize-input).list.compact .item .price {
  top: 24.5rem;
  bottom: auto;
 }

 .items:not(.selectize-input).list .item .description, .items:not(.selectize-input).list.compact .item .description {
  position: relative;
  left: 0;
  padding: 4rem 2rem;
  height: 10rem;
 }

 .items:not(.selectize-input).list .item .detail, .items:not(.selectize-input).list.compact .item .detail {
  position: relative;
  right: -2rem;
 }

 .items:not(.selectize-input).list .item .meta, .items:not(.selectize-input).list.compact .item .meta {
  background-color: #f8f8f8;
  padding: 1.8rem;
  font-size: 1.2rem;
  width: 100%;
  white-space: nowrap;
  margin-top: -.2rem;
  position: relative;
  text-align: left;
 }

 .items:not(.selectize-input).list .item .meta figure, .items:not(.selectize-input).list.compact .item .meta figure {
  opacity: .6;
  margin-right: 2rem;
  display: inline-block;
 }

 .items:not(.selectize-input).list .item .meta figure i, .items:not(.selectize-input).list.compact .item .meta figure i {
  margin-right: 1rem;
 }

 .items:not(.selectize-input).list .item .meta figure a, .items:not(.selectize-input).list.compact .item .meta figure a {
  -webkit-transition: .3s color ease;
  transition: .3s color ease;
 }

 .items:not(.selectize-input).list .item .meta:before, .items:not(.selectize-input).list.compact .item .meta:before { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+100&0+0,1+50 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), color-stop(50%, rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1)));
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1); /* IE6-9 */
  height: 100%;
  width: 4rem;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
 }

 .items:not(.selectize-input).list .item .additional-info, .items:not(.selectize-input).list.compact .item .additional-info {
  padding: 0 2rem;
  margin-left: 0;
  margin-bottom: 4rem;
 }

 .form {
 }

 .form.hero-form {
  padding-top: 1rem;
 }

 /* .form.hero-form .main-search-form {
   margin-bottom: 2rem;
  }*/
 .form.hero-form .main-search-form .form-group label {
  position: relative;
  font-size: 2rem;
  top: inherit;
 }

 .hero .main-navigation .navbar ul.navbar-nav {
  position: relative;
  text-align: right;
 }

 .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
  padding: 1.2rem 2rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item a.nav-link {
  border-top: .1rem solid rgba(0, 0, 0, .08);
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child {
  position: relative;
  opacity: 1;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, .05);
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  right: 0;
  border-radius: 0;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li {
  border-bottom: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li ul {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li a.nav-link {
  padding: 1rem 2.5rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link {
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li.has-child > a.nav-link:after {
  content: "\F0D7";
  left: inherit;
  right: 1rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child:before, .hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child:after {
  display: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav > li.nav-item:first-child a.nav-link {
  border-top: none;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item ul.child {
  height: 0;
  overflow: hidden;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link {
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child > a.nav-link:after {
  bottom: inherit;
  top: 1.5rem;
 }

 .hero .main-navigation .navbar ul.navbar-nav li.nav-item.has-child.hover > ul.child {
  height: auto;
 }

 .hero .page-title .price {
  padding-top: 2rem;
  text-align: left;
 }

 /*.hero.has-dark-background a {
  color: #fff !important;
 }*/
 .categories-list li {
  width: 100%;
 }

 .feature-box {
  text-align: center;
 }

 .feature-box figure {
  display: inline-block;
 }

 /*.main-search-form {
  padding: 3rem !important;
 }*/
 .main-search-form .form-group label {
  top: inherit !important;
 }

 .profile-image {
  text-align: center;
 }

 .profile-image .image {
  display: inline-block;
  width: 25.5rem;
 }

 .sidebar .sidebar-form {
  background-color: rgba(0, 0, 0, .05);
  padding: 2rem;
  border-radius: .3rem;
 }

 .side-nav {
  margin-bottom: 3rem;
 }

 .width-10px {
  width: 100% !important;
 }

 .width-50px {
  width: 100% !important;
 }

 .width-100px {
  width: 100% !important;
 }

 .width-150px {
  width: 100% !important;
 }

 .width-200px {
  width: 100% !important;
 }

 .width-250px {
  width: 100% !important;
 }

 .width-300px {
  width: 100% !important;
 }

 .owl-carousel {
 }

 .owl-carousel.full-width-carousel .item {
  width: 100%;
  height: 100%;
 }

 .owl-carousel.gallery-carousel-thumbs .owl-thumb {
  height: 6rem;
 }

 .owl-carousel.full-width-carousel {
  top: -3.5rem;
 }

 .owl-carousel.full-width-carousel .owl-item {
  opacity: 1;
 }

 ul, ol, dl {
 }

 ul.columns-2, ol.columns-2, dl.columns-2 {
  -webkit-column-count: 1;
          column-count: 1;
 }

 ul.columns-3, ol.columns-3, dl.columns-3 {
  -webkit-column-count: 1;
          column-count: 1;
 }

 ul.columns-4, ol.columns-4, dl.columns-4 {
  -webkit-column-count: 1;
          column-count: 1;
 }
}

.messaging__box {
 background-color: #fff;
 border-radius: .3rem;
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

#messaging__chat-list .messaging__content {
 height: 55rem;
 overflow-y: scroll;
}

#messaging__chat-window .messaging__content {
 height: calc(55rem - 9.2rem);
 overflow-y: scroll;
}

.messaging__header, .messaging__footer {
 padding: 20px;
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.messaging__header {
 height: 75px;
}

.messaging__header .nav-pills .nav-link {
 font-weight: normal;
 padding: .5rem 1.2rem;
}

.messaging__header .messaging__person {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}

.messaging__persons-list {
 list-style: none;
 padding-left: 0;
 margin-bottom: 0;
}

.messaging__persons-list li {
}

.messaging__persons-list li:last-child .messaging__person {
 border-bottom: none;
}

.messaging__persons-list .messaging__person {
 border-bottom: .1rem solid rgba(0, 0, 0, .1);
 padding: 1.3rem 2rem;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: start;
     -ms-flex-align: start;
         align-items: start;
}

.messaging__persons-list .messaging__person figure {
 margin-bottom: 0;
}

.messaging__persons-list .messaging__person .content {
 margin-left: 1rem;
 margin-right: 1rem;
}

.messaging__persons-list .messaging__person .content p {
 font-size: 1.2rem;
 max-height: 4rem;
 margin-bottom: 0;
 overflow: hidden;
}

.messaging__persons-list .messaging__person:hover, .messaging__persons-list .messaging__person.active {
 color: inherit;
 background-color: rgba(0, 0, 0, .05);
}

.messaging__image-item {
 -webkit-box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
         box-shadow: 0 0.2rem .7rem 0 rgba(0, 0, 0, .08);
}

.messaging__image-item, .messaging__image-person {
 border-radius: .3rem;
 position: relative;
 width: 6rem;
 height: 6rem;
 -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
         flex: 0 0 auto;
}

.messaging__image-person {
 border-radius: 50%;
 margin-bottom: 0;
 width: 4rem;
 height: 4rem;
}

.messaging__main-chat {
 padding: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble {
 margin-bottom: 2rem;
}

.messaging__main-chat .messaging__main-chat__bubble p {
 background-color: #e3e3e3;
 border: 1px solid rgba(0, 0, 0, .1);
 border-radius: .3rem;
 font-weight: normal;
 padding: 1rem;
 position: relative;
 width: calc(50% - 2rem);
}

.messaging__main-chat .messaging__main-chat__bubble p small {
 display: block;
 margin-top: 1rem;
 opacity: .5;
}

.messaging__main-chat .messaging__main-chat__bubble p:after {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 1rem 1rem 1rem 0;
 border-color: transparent #e3e3e3 transparent transparent;
 position: absolute;
 top: 1rem;
 left: -.6rem;
 content: "";
}

.messaging__main-chat .messaging__main-chat__bubble p:before {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 7px 7px 7px 0;
 border-color: transparent rgba(0, 0, 0, .1) transparent transparent;
 position: absolute;
 top: 1.3rem;
 left: -.8rem;
 content: "";
}

.messaging__main-chat .messaging__main-chat__bubble::after {
 display: block;
 content: "";
 clear: both;
}

.messaging__main-chat .messaging__main-chat__bubble.user p {
 float: right;
 opacity: 1;
 background-color: #fff;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:after {
 border-width: 1rem 0 1rem 1rem;
 border-color: transparent transparent transparent #fff;
 top: 1rem;
 right: -.6rem;
 left: inherit;
}

.messaging__main-chat .messaging__main-chat__bubble.user p:before {
 border-width: 7px 0 7px 7px;
 border-color: transparent transparent transparent rgba(0, 0, 0, .1);
 top: 1.3rem;
 right: -.8rem;
 left: inherit;
}

.ribbon-diagonal {
 position: relative;
}

.ribbon-diagonal .ribbon-diagonal__inner {
 position: absolute;
 left: -5px;
 top: -5px;
 z-index: 1;
 overflow: hidden;
 width: 100px;
 height: 100px;
 text-align: right;
}

.ribbon-diagonal .ribbon-diagonal__inner span {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 line-height: 30px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 width: 140px;
 display: block;
 background: #ffda21;
 position: absolute;
 top: 25px;
 left: -30px;
}

.ribbon-diagonal .ribbon-diagonal__inner span:before {
 content: "";
 position: absolute;
 left: 0px;
 top: 100%;
 z-index: -1;
 border-left: 3px solid #000;
 border-right: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #000;
}

.ribbon-diagonal .ribbon-diagonal__inner span:after {
 content: "";
 position: absolute;
 right: 0px;
 top: 100%;
 z-index: -1;
 border-left: 3px solid transparent;
 border-right: 3px solid #000;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #000;
}

.ribbon-vertical {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 width: 0;
 height: 40px;
 border: 15px solid #ffda21;
 border-top: 0 solid;
 border-bottom: 15px solid rgba(0, 0, 0, 0);
 color: #fff;
 text-overflow: clip;
 position: absolute;
 top: -5px;
 z-index: 1;
 left: 160px;
}

.ribbon-vertical i {
 position: relative;
 left: -6px;
 line-height: 40px;
}

.visible-xs {
 display: none;
}

.mobile-submit-ad {
 text-transform: uppercase;
 color: #000 !important;
 font-weight: 600;
}

@media only screen and (max-width: 576px) {
 .visible-xs {
  display: block;
 }

 .hidden-xs {
  display: none;
 }
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

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

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.mobile {
  background: #000;
}

.prevent {
  pointer-events: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.img-responsive {
  max-width: 100%;
}

.form-group label.col-form-label {
  font-size: 13px;
  padding: 0;
}

.form-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  & [class^="col-"], & [class*=" col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}*/

/*.form-control {
 &.error {
  border-color: #b94a48;
 }
}*/

.form-validate label.error {
  background-color: #b94a48;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  top: .3rem;
  bottom: auto;
  left: auto;
  right: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  color: #FFF;
}

/* OTP Code */

.otp-code {
  font-weight: 400;
  font-size: 13px;
}

.otp-code .resend-code {
  color: #ffda21;
  font-weight: 500;
}

.otp-code .resend-code.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: line-through;
}

/* Navigation */

.secondary-navigation .right form button {
  color: #fff;
  padding: .8rem;
  display: inline-block;
  text-decoration: none;
  border: 0;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}

.secondary-navigation .right form:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Checkbox */

.checkbox input {
  display: none;
}

.checkbox input:checked ~ .icheckbox {
  -webkit-box-shadow: inset 0 0 0 1rem #ffda21;
          box-shadow: inset 0 0 0 1rem #ffda21;
}

/* Accordion */

.accordion .card {
  border-radius: .3rem;
  background: transparent;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

.accordion .card .card-header {
  background: #fff;
  border-radius: .3rem;
  border-bottom: 0;
}

.accordion .card .card-header button {
  color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.25rem;
  text-decoration: none !important;
}

.accordion .card .card-header button:not(.collapsed) {
  color: #ffda21;
}

.accordion .card .card-body {
  padding: 2.5rem;
}

select {
  height: auto !important;
}

.input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.btn-sm {
  /*padding: 0.25rem 0.5rem;*/
}

.btn.btn-primary.btn-framed:hover,
.btn.btn-primary.btn-framed:focus,
.btn.btn-primary.btn-framed:active {
  color: #000;
}

/* Empty AD's */

.empty-ads {
  width: 50%;
  margin: 0 auto;
}

.empty-ads.hide {
  display: none;
}

.empty-ads .inner span.icon {
  background-image: url(https://www.machinerybazaar.com/fonts/pin.svg?145a3ff1c6ea8d1cfcbe5b36330c3de1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 200px;
  height: 200px;
  display: block;
  margin: 20px auto 20px;
}

.empty-ads .inner h3 {
  font-size: 14px;
  color: #a0a0a0;
}

.empty-ads.favorite-ads .inner span.icon {
  background-image: url(https://www.machinerybazaar.com/fonts/add-to-favorite.svg?48ca5b51db7fc798e92789c858832b3f);
}

/* Help Block */

.help-block {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #636363;
  opacity: 1;
}

.help-block.total-char.over {
  color: red;
}

/** Nav Links **/

.side-nav .nav-block {
  /*border-bottom: .1rem solid rgba(0, 0, 0, .05);*/
  /*& > a {
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
  }*/
}

.side-nav .nav-block:last-child {
  border-bottom: 0;
}

.side-nav .nav-block:last-child a {
  border-bottom: 0;
}

.side-nav .nav-block .nav-child > a {
  padding-left: 38px;
  color: #636363;
  font-size: 1.2rem;
  border-bottom: 1px solid #f1f1f1;
}

.side-nav .nav-block .nav-child > a.active {
  color: #000;
  background: #f3f3f3;
}

.side-nav .nav-block > a.nav-link {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.side-nav .nav-block > a.nav-link.active,
.side-nav .nav-block > a.nav-link:hover {
  background: #ffda21;
  color: #000;
}

.side-nav .nav-block > a.nav-link.active i,
.side-nav .nav-block > a.nav-link:hover i {
  color: #000;
}

.side-nav .nav-block > a.nav-link span.not-count {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #F44336;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2px;
  padding: 1px 5px;
  border-radius: 2px;
}

.side-nav .nav-block.first > a.nav-link {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.side-nav .nav-block.last > a.nav-link {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/** Items **/

.items:not(.selectize-input).list .item h3 .tag:not(.category) {
  background: #ec1c24;
  opacity: 1;
  color: #fff;
  border-color: #ec1c24;
  border-radius: 3px;
}

.items:not(.selectize-input).list .item h3 .tag:not(.category).active {
  background: #4CAF50;
  border-color: #4CAF50;
}

.ads .item .item-wrapper {
  position: relative;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  margin-bottom: 3rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s box-shadow ease, .3s transform ease;
  transition: .3s box-shadow ease, .3s transform ease;
}

.ads .item .item-wrapper:before,
.ads .item .item-wrapper:after {
  content: '';
  display: table;
}

.ads .item .item-wrapper:after {
  clear: both;
}

.ads .item .item-wrapper:hover {
  -webkit-box-shadow: 0 0.4rem 3.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.4rem 3.3rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

.ads .item .item-wrapper .image {
  width: 20rem;
  height: 15rem;
  position: relative;
  float: left;
}

.ads .item .item-wrapper .image a {
  display: block;
  /*& img {
      width: 100%;
      border-radius: .3rem;
      &:before {
       content: '';
       width: 100px;
       height: 100px;
      }
     }*/
}

.ads .item .item-wrapper .image a:not(.category):before {
  content: '';
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  border-radius: .3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.ads .item .item-wrapper .image a.category {
  position: absolute;
  color: #fff;
  bottom: inherit;
  top: 1rem;
  left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 2rem);
}

.ads .item .item-wrapper .image a.item-image {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  border-radius: .3rem;
  background: #d2d2d2;
}

.ads .item .item-wrapper .image a .attachment {
  position: relative;
  width: 100%;
  height: 100%;
}

.ads .item .item-wrapper .image a .attachment:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.ads .item .item-wrapper .image a .attachment .thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  margin-bottom: 0;
  padding: 0;
  border-radius: .3rem;
}

.ads .item .item-wrapper .image a .attachment .thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.ads .item .item-wrapper .image a .attachment .thumbnail .centered img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  max-height: 100%;
}

.ads .item .item-wrapper .image .price {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #f8f8f8;
  padding: .3rem 1.1rem;
  border-radius: .3rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.ads .item .item-wrapper .content {
  width: 100%;
  padding: 10px 15rem 0 21.5rem;
}

.ads .item .item-wrapper .content.full {
  padding-right: 0;
}

.ads .item .item-wrapper .content .title {
  font-family: 'Varela Round', sans-serif;
  font-size: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.ads .item .item-wrapper .content .tag {
  display: inline-block;
  background: #ec1c24;
  opacity: 1;
  color: #fff;
  border-color: #ec1c24;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ads .item .item-wrapper .content .tag.success {
  background: #4CAF50;
  border-color: #4CAF50;
}

.ads .item .item-wrapper .content .tag.info {
  background: #17a2b8;
  border-color: #17a2b8;
}

.ads .item .item-wrapper .content .location {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 7px;
  color: #888;
}

.ads .item .item-wrapper .content .location a {
  color: #888;
}

.ads .item .item-wrapper .content .additional-info {
  padding: 0;
}

.ads .item .item-wrapper .content .additional-info ul {
  background-color: #f9f9f9;
  border-radius: .3rem;
  padding-left: 10px;
}

.ads .item .item-wrapper .content .additional-info ul li {
  display: inline-block;
  margin-right: 5rem;
}

.ads .item .item-wrapper .content .additional-info ul li figure {
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  float: none;
}

.ads .item .item-wrapper .content .additional-info ul li aside {
  text-align: left;
}

.ads .item .item-wrapper .content .detail {
  text-transform: uppercase;
  font-size: 1.1rem;
  background: #ffda21;
  color: #000;
  position: relative;
  margin-top: 12px;
  display: inline-block;
  padding: 2px 10px 3px;
  border-radius: 3px;
}

.ads .item .item-wrapper .content .detail:hover {
  background: #000;
  color: #fff;
}

.ads .item .item-wrapper .content .detail:hover:after {
  -webkit-animation-name: underline-animation;
          animation-name: underline-animation;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ads .item .item-wrapper .content .detail:after {
  content: '';
  background-color: #ffda21;
  width: 100%;
  height: .1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ads .item .item-wrapper .content .mark-sold {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 5px;
  background: #000;
  color: #fff;
  padding: 2px 10px 3px;
  border-radius: 3px;
}

.ads .item .item-wrapper .content .mark-sold:hover {
  background: #ffda21;
  color: #000;
}

.ads .item .item-wrapper .controls {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 15rem;
  height: 8rem;
  padding: 0 2rem;
  position: absolute;
  border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ads .item .item-wrapper .controls a {
  display: block;
  padding: .4rem 0;
}

.ads .item .item-wrapper .controls a i {
  margin-right: 1rem;
  opacity: .5;
  width: 10px;
}

.ads .item .item-wrapper.item-unpublish {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ads .item .item-wrapper.item-unpublish ~ .alert {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 3rem;
}

.ads .item .item-wrapper.item-unpublish:hover {
  -webkit-transform: inherit;
          transform: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.ads.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.ads.grid:before,
.ads.grid:after {
  content: '';
  display: table;
}

.ads.grid:after {
  clear: both;
}

.ads.grid .item {
  width: 25%;
  float: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ads.grid .item .item-wrapper .image {
  width: 100%;
  height: 20rem;
  float: none;
  overflow: hidden;
}

.ads.grid .item .item-wrapper .content {
  padding: 15px;
}

.ads.grid .item .item-wrapper .content .location {
  margin-bottom: 10px;
}

.ads.grid .item .item-wrapper .content .additional-info ul li {
  margin-right: 2rem;
}

.ads.grid .item .item-wrapper .content .detail {
  margin-top: 10px;
}

.image-container {
  background: #fff;
  height: 600px;
  margin-bottom: 3rem;
  border-radius: .3rem;
  -webkit-box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.image-container div {
  height: 100%;
}

.image-container div.owl-item img,
.image-container div.owl-item iframe {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
  margin: auto;
  position: relative;
}

.image-container div.owl-item iframe {
  width: 100%;
  height: 100%;
}

.social-login a {
  background: #2953ad;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
  height: auto;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}

.social-login a.google {
  background: #dd4b39;
}

.social-login a i {
  font-size: 22px;
  text-align: center;
  width: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
  display: inline-block;
  border-radius: 3px 3px 0 0;
}

.social-login a span {
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

@media only screen and (max-width: 992px) {
  .ads.grid .item {
    width: 50%;
  }

  .ads .item .item-wrapper .image {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    border-radius: .3rem;
    float: inherit;
  }

  .ads .item .item-wrapper .content {
    padding: 15px;
  }

  .ads .item .item-wrapper .controls {
    margin: 15px auto;
    background: #fff;
    border-radius: .3rem;
    padding: .5rem 2rem;
    height: auto;
    bottom: auto;
  }

  .hero .main-navigation .navbar ul.navbar-nav li.nav-item {
    text-align: left;
    line-height: 70px;
  }

  .hero .main-navigation .navbar ul.navbar-nav li.top-submit-ad-btn {
    text-align: center;
  }

  .hero .main-navigation .navbar #navbar {
    position: fixed;
    background-color: white;
    width: 250px;
    left: -250px;
    top: 0px;
    height: 120% !important;
    overflow-y: auto;
    z-index: 99999;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ie-transition: all ease .1s;
  }

  .hero .main-navigation .navbar #navbar.show {
    left: 0;
    -webkit-box-shadow: 0 0 20px #ddd;
            box-shadow: 0 0 20px #ddd;
  }
}

@media only screen and (max-width: 560px) {
  .ads.grid .item {
    width: 100%;
  }
}

.ad-desc p.highlight {
  color: #a0a0a0;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 1.3rem;
}

.ad-desc .views {
  margin-top: 5px;
  font-size: 1.3rem;
}

.ad-footer-banner {
  text-align: center;
}

.ad-footer-banner h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 5px;
}

.ad-footer-banner p {
  font-size: 15px;
  margin-bottom: 15px;
}

/** Single Author **/

.box h2 {
  padding: 0;
  margin-bottom: 2rem;
}

.box.box-list {
  padding: 0;
}

.box .box-heading {
  padding: 20px 3rem;
  border-bottom: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: .3rem .3rem 0 0;
}

.box .box-heading h4 {
  font-size: 17px;
  margin-bottom: 0;
}

.box .box-body {
  padding: 15px;
}

.box .box-body.single {
  padding: 0;
}

.box .box-body .table {
  margin-bottom: 0;
}

.box .box-body .table th {
  padding: 10px 15px;
  border-top: 0;
}

.box .box-body .table td {
  padding: 10px 15px;
  font-size: 13px;
}

.box .box-body .table tbody tr {
  cursor: pointer;
}

.box .box-body .table tbody tr.unreaded td {
  background: #fffeec;
}

.box .box-body .table tbody tr td {
  position: relative;
  font-weight: 400;
}

.box .box-body .table tbody tr td .fa-reply {
  margin-left: 5px;
  color: #b9b9b9;
}

.box .box-body .table tbody tr td .last {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  color: #b9b9b9;
  font-weight: 400;
}

.box .box-body .table tbody tr td .count {
  position: absolute;
  top: 3px;
  right: 0;
  background: #F44336;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  padding: 1px 5px;
  border-radius: .3rem;
}

.box .box-body ul.msgs {
  padding: 15px 3rem;
  margin: 0;
  list-style: none;
  max-height: 400px;
  overflow: auto;
}

.box .box-body ul.msgs li {
  margin-right: 75px;
}

.box .box-body ul.msgs li:not(:last-child) {
  margin-bottom: 15px;
}

.box .box-body ul.msgs li.owner {
  margin-left: 75px;
  margin-right: 0;
}

.box .box-body ul.msgs li .info {
  padding: 5px 18px;
  font-weight: 400;
  font-size: 12px;
}

.box .box-body ul.msgs li .info .time {
  float: right;
  font-size: 11px;
  color: #b9b9b9;
}

.box .box-body ul.msgs li .msg-box {
  background: #f2f2f2;
  font-size: 15px;
  padding: 15px;
  border-radius: .3rem;
  position: relative;
}

.box .box-body ul.msgs li .msg-box:before,
.box .box-body ul.msgs li .msg-box:after {
  content: '';
  display: table;
}

.box .box-body ul.msgs li .msg-box:after {
  clear: both;
}

.box .box-body ul.msgs li .msg-box:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f2f2f2;
  position: absolute;
  top: -5px;
  left: 20px;
}

.box .box-body ul.msgs li .msg-box .message {
  font-weight: 400;
  font-size: 13px;
}

.box .box-body ul.msgs li .msg-box > a {
  float: left;
  margin-right: 15px;
}

.box .box-body ul.msgs li .msg-box > a img {
  border-radius: .3rem;
}

.box .box-body ul.msgs li .msg-box .ad-detail h4 {
  font-size: 12px;
  margin-bottom: 2px;
}

.box .box-body ul.msgs li .msg-box .ad-detail a {
  font-size: 11px;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.box .box-body ul.msgs li .msg-box .ad-detail a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  height: 9px;
  background: #bbb;
  width: 1px;
}

.box .box-body ul.msgs li .msg-box .ad-detail small {
  font-size: 11px;
}

.box .box-body ul.msgs li.owner .msg-box {
  background: #fffbe8;
}

.box .box-body ul.msgs li.owner .msg-box:before {
  border-color: #fffbe8;
}

.box .box-footer {
  padding: 3rem;
  border-top: 1px solid #e5e5e5;
  background: #fafafa;
}

.box .box-footer textarea {
  margin-bottom: 15px;
}

.box .box-footer button {
  padding: 10px 30px;
  margin-right: 10px;
}

.author {
  position: relative;
}

.author .online-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFC107;
  margin-right: 5px;
  position: absolute;
  left: 40px;
  top: 0px;
  z-index: 9;
}

.author.online .online-dot {
  background: #81e145;
}

.author .author-image {
  border: 1px solid #e4e4e4;
}

.author .author-description {
  padding-top: 0;
  margin-left: 75px;
}

.author .author-description h3 {
  margin-bottom: 2px;
}

.author .author-description h3 a,
.author .author-description h3 a:hover {
  color: #000;
}

.author .author-description span {
  color: #FFC107;
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 5px;
}

.author .author-description span.online {
  color: #4CAF50;
}

.author .author-description .label {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}

.author .author-description p {
  font-size: 12px;
  color: #9a9a9a;
  font-weight: 400;
}

.author .author-description a {
  color: #ffda21;
}

.author .author-description a:hover {
  color: #000;
}

ul.features-checkboxes li,
ol.features-checkboxes li,
dl.features-checkboxes li {
  padding-left: 3rem;
}

.phone-verified {
  background-image: url(https://www.machinerybazaar.com/images/verified.png?1f974342ea5bb9bfb7481f07e5ebf2bd);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 100%;
  height: 70px;
  display: block;
  text-indent: -9999px;
}

.hero .page-title h1 {
  font-size: 3rem;
}

.hero .page-title h4 {
  display: inline-block;
  font-size: 1.3rem;
}

.hero .page-title h4:not(:last-child):after {
  content: '|';
  margin: 0 5px;
  color: #c3c3c3;
}

.hero .page-title h4 span {
  color: #ffda21;
  font-weight: 600;
}

.hero .page-title .price .number {
  font-size: 3rem;
}

.form.hero-form.list-hero-form {
  padding-top: 7rem;
}

.not-count {
  -webkit-animation: blink 1000ms infinite;
          animation: blink 1000ms infinite;
}

@-webkit-keyframes blink {
  from {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  to {
    opacity: 1.0;
  }
}

@keyframes blink {
  from {
    opacity: 1.0;
  }

  50% {
    opacity: 0.1;
  }

  to {
    opacity: 1.0;
  }
}

.pa-0 {
  padding: 0;
}

.home-page .breadcrumb-item.active {
  color: #cacaca;
}

.home-page .hero .page-title h4 {
  opacity: .8;
}

.home-page .hero .page-title h4.location:before {
  color: #fff;
  opacity: 1;
}

.home-page .hero .page-title h4 span {
  color: #fff;
}

.home-page .hero .page-title .price .id {
  color: #fff;
}

.hero .secondary-navigation {
  background-color: #ffda21;
  font-size: 12px;
}

.hero .secondary-navigation a,
.hero .secondary-navigation span:not(.hidden-xs) {
  /*padding: 10px 15px;*/
  padding: 5px 15px;
  margin: 5px 0;
  border-radius: 2px;
}

.hero .secondary-navigation .right {
  /** Notifications **/
}

.hero .secondary-navigation .right li a.dropdown-toggle::after {
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.hero .secondary-navigation .right li a.social-link i {
  opacity: 1;
}

.hero .secondary-navigation .right li a.not-link {
  font-size: 19px;
  background: #f7d21c;
  padding: 5px 15px;
}

.hero .secondary-navigation .right li a.not-link i {
  color: #fff;
  opacity: 1;
  position: relative;
  margin: 0;
}

.hero .secondary-navigation .right li a.not-link i span {
  position: absolute;
  top: 0;
  margin: -5px 0 0 13px;
  background: #F44336;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2px;
  padding: 2px 3px;
  border-radius: 2px;
  font-family: 'Poppins', sans-serif;
}

.hero .secondary-navigation .right li .dropdown-menu {
  left: auto !important;
  right: 0;
  min-width: 150px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
}

.hero .secondary-navigation .right li .dropdown-menu.show {
  -webkit-box-shadow: 0 0 5px #eee;
          box-shadow: 0 0 5px #eee;
}

.hero .secondary-navigation .right li .dropdown-menu li {
  float: none;
}

.hero .secondary-navigation .right li .dropdown-menu li a {
  font-size: 12px;
  font-weight: 100;
  display: block;
  padding: 8px 15px;
}

.hero .secondary-navigation .right li .dropdown-menu li a:hover {
  background: #eaeaea;
}

.hero .main-navigation {
  background: #fff;
}

.hero .main-navigation .navbar {
  padding: 0;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
  padding: .8rem 1.6rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 43px;
}

.hero .main-navigation .navbar ul.navbar-nav a.btn {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.hero .main-navigation .navbar ul.navbar-nav a.btn:hover {
  background: #ffda21;
  border-color: #ffda21;
}

.hero .page-title {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.hero .page-title .price ul li {
  display: inline-block;
  font-size: 1.3rem;
  opacity: .8;
}

.hero .page-title .price ul li span {
  font-weight: 600;
}

.hero .page-title .price ul li:not(:last-child):after {
  content: '|';
  margin: 0 5px 0 9px;
  color: #c3c3c3;
}

@media only screen and (max-width: 500px) {
  .hero .secondary-navigation a i {
    margin: 0;
  }

  .hero .secondary-navigation a span.hidden-xs {
    display: none;
  }
}

.sub-page .hero .main-navigation .navbar {
  border-color: rgba(0, 0, 0, 0.1);
}

.sub-page .hero .main-navigation .navbar ul.navbar-nav .btn.btn-framed.btn-primary {
  color: #000;
  background: #ffda21;
}

.heading {
  margin-bottom: 25px;
}

.heading h2 {
  margin-bottom: 0;
}

.heading p {
  font-size: 12px;
}

.report {
  text-align: center;
  margin-top: 3rem;
}

.report span {
  width: 80px;
  height: 80px;
  background: #dadada;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  font-size: 45px;
  border-radius: 50%;
  margin: 0 auto;
}

.report button {
  padding: 8px 25px;
  margin-top: 15px;
}

.modal .form-control {
  padding: 8px 12px;
  font-size: 13px;
}

.modal h5.modal-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.modal .close {
  font-size: 20px;
}

.modal .modal-body {
  padding: 16px;
}

.modal button {
  outline: none !important;
  padding: 8px 15px;
}

.modal .success p {
  margin-bottom: 0;
  font-size: 13px;
}

.modal#sold form .radio {
  margin-top: 10px;
}

.modal#sold form .radio:first-child {
  margin-top: 0;
}

.sold {
  position: absolute;
  top: 24px;
  left: -54px;
  z-index: 9;
  width: 200px;
  line-height: 40px;
  background: #ff0018;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: .5px;
}

.sold.expired {
  background: #FF9800;
  color: #000;
}

.ads .item.sold-out,
.ads .item.expired-item {
  opacity: .9;
}

.ads .item .sold {
  font-size: 10px;
  line-height: 25px;
  width: 150px;
  top: 15px;
  left: -48px;
}

.favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 0;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.favorite i {
  width: 20px;
  text-align: left;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.favorite:hover {
  background: rgba(0, 0, 0, 0.8);
}

.favorite.active i {
  color: #ff4121;
}

.radio {
  position: relative;
  display: block;
}

.radio input {
  display: none;
}

.radio input:checked + label:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.radio label {
  cursor: pointer;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 13px;
}

.radio label:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 20px;
  border: 2px solid #ffda21;
  background-color: transparent;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}

.radio label:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 10px;
  background-color: #ffda21;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

/** Feature Box **/

.feature-box {
  text-align: center;
}

.feature-box figure {
  margin: 0 auto 2rem;
}

/** YouTube Links **/

.youtube-links label button {
  width: 30px;
  height: 22px;
  font-size: 10px;
  margin-right: 5px;
  padding: 0.25rem 0.5rem;
}

/** Blog Post **/

.blog-post {
  margin-bottom: 3rem;
}

.blog-post .article-title h2 {
  margin: 0 0 10px;
  padding-top: 0;
}

.blog-post .blog-post-content {
  padding-top: 10px;
}

.blog-post p {
  font-size: 13px;
}

.blog-post .blog-desc {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #212529;
  opacity: .65;
}

.sidebar section {
  margin-bottom: 3rem;
}

.sidebar section h2 {
  padding: 0;
  margin-bottom: 1rem;
  font-size: 20px;
}

.sidebar .sidebar-list li a {
  font-weight: 400;
  font-size: 13px;
}

.blog-posts-navigation a {
  width: 50%;
}

.blog-comments h2,
.comment-box h2 {
  font-size: 19px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-comments {
  margin-bottom: 25px !important;
}

.blog-comments .comments .comment.reply {
  padding-left: 8rem;
}

.blog-comments .comments .comment .author .author-description {
  margin-left: 8rem;
  padding-bottom: 1.5rem;
}

.blog-comments .comments .comment .author .author-description .btn-reply {
  float: right;
  font-size: 11px;
  font-weight: 500;
  background: #ffda21;
  color: #000;
  padding: 3px 10px;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.blog-comments .comments .comment .author .author-description h3 {
  margin-bottom: 2px;
}

.blog-comments .comments .comment .author .author-description .meta {
  font-size: inherit;
  margin-bottom: 5px;
}

.blog-comments .comments .comment .author .author-description .meta span {
  color: #868686;
}

.blog-comments .comments .comment .author .author-description p {
  color: #000000;
  margin-bottom: 0;
}

.blog-comments .comments .comment .author:hover > .author-description > .btn-reply {
  opacity: 1;
  pointer-events: auto;
}

.btn-cancel-reply {
  font-size: 12px;
  cursor: pointer;
  display: none;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.btn-cancel-reply:hover {
  color: #ffda21 !important;
  text-decoration: underline !important;
}

/** Alert **/

.alert {
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
}

/** Loader **/

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.loader .spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border: 4px solid #ffffff;
  border-top-color: #e5c41e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/** Shop By **/

.shop-by > a {
  display: block;
  background: #fff;
  padding: 1.6rem;
  border-radius: 3px;
  height: 54px;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.shop-by > a span {
  position: relative;
  top: 4px;
}

.categories {
  position: absolute;
  top: 0;
  margin-top: 1px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  z-index: 9999;
  display: none;
}

.categories:before {
  /*content: '';
  border-style: solid;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -8px;
  left: 15px;*/
}

.categories.active {
  display: block;
}

.categories .main {
  padding: 10px 0;
  float: left;
  clear: none;
}

.categories .main span {
  position: relative;
  margin: 0 15px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  padding-right: 20px;
}

.categories .main span::after {
  content: '\F105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}

.categories .main span.cat-active {
  color: #F44336;
  font-weight: 600;
}

.categories .sub-cats {
  float: left;
  height: 100%;
  padding: 15px;
  border-left: 1px solid #d2d2d2;
  display: none;
  clear: none;
}

.categories .sub-cats .sub-cat {
  display: none;
  max-width: 600px;
}

.categories .sub-cats .sub-cat > div {
  float: left;
  width: 50%;
  min-width: 200px;
}

.categories .sub-cats .sub-cat > div > a:not(:first-child) {
  margin-top: 10px;
  display: block;
}

.categories .sub-cats .sub-cat h3 {
  color: #F44336;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
}

.categories .sub-cats .sub-cat h3:hover {
  color: #000;
  text-decoration: underline;
}

.categories .sub-cats .sub-cat .nav-column a {
  color: #000;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding-bottom: 5px;
  padding-right: 20px;
}

.categories .sub-cats .sub-cat .nav-column a:hover {
  text-decoration: underline;
  color: #F44336;
}

/*
Categories List
 */

.category-list > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #F44336;
  text-decoration: none;
  margin-bottom: 5px;
}

.category-list > a:hover {
  text-decoration: underline;
  color: #000;
}

.category-list > ul {
  margin: 0 5px 10px 10px;
  padding: 0;
  list-style: none;
}

.category-list > ul li a {
  font-size: 13px;
  color: #6b6b6b;
}

.category-list > ul li a:hover {
  text-decoration: underline;
  color: #000;
}

/** Autocomplete **/

.ui-icon-location:after {
  content: '\F041';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 40px;
  font-size: 20px;
  color: #cacaca;
  text-align: center;
  line-height: 54px;
}

#input-location {
  padding-left: 40px;
}

.ui-widget-content.ui-autocomplete {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  max-height: 300px;
  overflow: auto;
}

.navbar-light .navbar-toggler:not(.collapsed) {
  border-color: transparent;
}

.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background: none;
}

.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  content: '\F00D';
  font-family: 'FontAwesome';
  font-size: 16px;
}

#offer-modal {
  padding-right: 0 !important;
}

#offer-modal button {
  position: absolute;
}

/*
Mobile
 */

.mobile .hero .main-navigation .navbar ul.navbar-nav li a:not(.btn) {
  line-height: 25px;
}

.mobile .hero .main-navigation .navbar ul.navbar-nav li a.btn {
  margin: 0;
  width: calc(100% - 30px);
  padding: 1em;
}

.mobile .hero .main-navigation .navbar ul.navbar-nav li.top-submit-ad-btn {
  line-height: normal;
  padding: 15px 0;
}

/** Map Canvas **/

#map-canvas {
  height: 300px;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin-bottom: 20px;
}

/** Float Button **/

.float-submit-ad {
  position: fixed;
  bottom: 15px;
  left: calc(50% - 57.5px);
  background: #ffda21;
  border-radius: 50px;
  z-index: 9;
  width: 115px;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.float-submit-ad:hover {
  color: #000;
}

.btn:focus{box-shadow:unset !important}
.btn.text-dark{color:#000 !important}