@charset "UTF-8";

/* Theme: FLEX 
======================================== */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    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;
  }
  .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;
  }
}

html {
  box-sizing: border-box;
  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;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

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: #0066c0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #003d74;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a: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;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  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.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 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: 3rem;
  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: 90%;
  font-weight: normal;
}

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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.09375rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #999;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #999;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    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-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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .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-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-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-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-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.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-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-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #3b3e40;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #98a2db;
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5625rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.625rem - 1px * 2);
  padding-bottom: calc(0.625rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.875rem - 1px * 2);
  padding-bottom: calc(0.875rem - 1px * 2);
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 0.8125rem;
}

.col-form-legend {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.form-control-static {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.5;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.21875rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1875rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #999;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.64063rem;
  background-size: 1.28125rem 1.28125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #4caf50;
}

.has-success .form-control,
.has-success .custom-select,
.has-success .custom-file-control {
  border-color: #4caf50;
}

.has-success .form-control:focus,
.has-success .custom-select:focus,
.has-success .custom-file-control:focus {
  box-shadow: none, 0 0 6px #92cf94;
}

.has-success .input-group-addon {
  color: #4caf50;
  background-color: #d9eeda;
  border-color: #4caf50;
}

.has-success .form-control-success {
  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='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ff9800;
}

.has-warning .form-control,
.has-warning .custom-select,
.has-warning .custom-file-control {
  border-color: #ff9800;
}

.has-warning .form-control:focus,
.has-warning .custom-select:focus,
.has-warning .custom-file-control:focus {
  box-shadow: none, 0 0 6px #ffc166;
}

.has-warning .input-group-addon {
  color: #ff9800;
  background-color: #ffeacc;
  border-color: #ff9800;
}

.has-warning .form-control-warning {
  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='%23ff9800' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #f44336;
}

.has-danger .form-control,
.has-danger .custom-select,
.has-danger .custom-file-control {
  border-color: #f44336;
}

.has-danger .form-control:focus,
.has-danger .custom-select:focus,
.has-danger .custom-file-control:focus {
  box-shadow: none, 0 0 6px #f99d97;
}

.has-danger .input-group-addon {
  color: #f44336;
  background-color: #fff8f7;
  border-color: #f44336;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  transition: box-shadow 0.12s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(63, 81, 181, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}

.btn:active, .btn.active {
  background-image: none;
  box-shadow: 0 0 0 2px rgba(63, 81, 181, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover, .btn-primary.hover, .btn.btn-to-primary:hover {
  color: #fff;
  background-color: #32408f;
  border-color: #2f3d88;
}

.btn-primary:focus, .btn.btn-to-primary:focus, .btn.btn-to-primary.focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(63, 81, 181, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-primary:active, .btn.btn-to-primary:active, .btn.btn-to-primary.active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #32408f;
  background-image: none;
  border-color: #2f3d88;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ddd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover, .btn-secondary.hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #bebebe;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(221, 221, 221, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ddd;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-info {
  color: #fff;
  background-color: #78909c;
  border-color: #78909c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-info:hover, .btn-info.hover {
  color: #fff;
  background-color: #5f7682;
  border-color: #5b717c;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(120, 144, 156, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #78909c;
  border-color: #78909c;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5f7682;
  background-image: none;
  border-color: #5b717c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-success:hover, .btn-success.hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39843c;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(76, 175, 80, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  background-image: none;
  border-color: #39843c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-warning:hover, .btn-warning.hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(255, 152, 0, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #c27400;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-danger:hover, .btn-danger.hover, .btn.btn-to-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #e11b0c;
}

.btn-danger:focus, .btn.btn-to-danger:focus, .btn.btn-to-danger.focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(244, 67, 54, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f44336;
  border-color: #f44336;
}

.btn-danger:active, .btn.btn-to-danger:active, .btn.btn-to-danger.active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  background-image: none;
  border-color: #e11b0c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline-primary {
  color: #3f51b5;
  background-color: transparent;
  background-image: none;
  border-color: #3f51b5;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(63, 81, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3f51b5;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn-outline-secondary {
  color: #ddd;
  background-color: transparent;
  background-image: none;
  border-color: #ddd;
}

.btn-outline-secondary:hover {
  color: #292b2c;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(221, 221, 221, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ddd;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #ddd;
  border-color: #ddd;
}

.btn-outline-info {
  color: #78909c;
  background-color: transparent;
  background-image: none;
  border-color: #78909c;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #78909c;
  border-color: #78909c;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(120, 144, 156, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #78909c;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #78909c;
  border-color: #78909c;
}

.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  background-image: none;
  border-color: #4caf50;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4caf50;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  background-image: none;
  border-color: #ff9800;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(255, 152, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9800;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-link {
  font-weight: normal;
  color: #0066c0;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #003d74;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #999;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.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: 0.875rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #ebebf0;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #999;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.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: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.625rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1875rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #3f51b5;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3f51b5;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #bec5e8;
  box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #999;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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-indicator {
  background-color: #3f51b5;
  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");
  box-shadow: none;
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #464a4c;
  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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #98a2db;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(152, 162, 219, 0.5);
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #3f51b5;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #999;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.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:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #999;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #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 .nav-item.show .nav-link {
  color: #fff;
  background-color: #3f51b5;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .navbar > .container,
  .navbar > .container-fluid {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-brand {
  display: inline-block;
  align-self: flex-start;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .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-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  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 > .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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  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-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  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-primary {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #4caf50;
  border-color: #4caf50;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #78909c;
  border-color: #78909c;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ff9800;
  border-color: #ff9800;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #f44336;
  border-color: #f44336;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #3f51b5;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ddd;
}

.card-outline-info {
  background-color: transparent;
  border-color: #78909c;
}

.card-outline-success {
  background-color: transparent;
  border-color: #4caf50;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ff9800;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #f44336;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 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 {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #999;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #999;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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: 2;
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}

.page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: transparent;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #333;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.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.8125rem;
}

.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: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #999;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: gray;
}

.badge-primary {
  background-color: #3f51b5;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #32408f;
}

.badge-success {
  background-color: #4caf50;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #3d8b40;
}

.badge-info {
  background-color: #78909c;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #5f7682;
}

.badge-warning {
  background-color: #ff9800;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #cc7a00;
}

.badge-danger {
  background-color: #f44336;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #ea1c0d;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .validation-summary-valid,
.validation-summary-errors {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success, .validation-summary-valid {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d0e9c6;
}

.alert-success hr, .validation-summary-valid hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link, .validation-summary-valid .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #c4e3f3;
}

.alert-info hr {
  border-top-color: #afd9ee;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faf2cc;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger,
.validation-summary-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}

.alert-danger hr,
.validation-summary-errors hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link,
.validation-summary-errors .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #3f51b5;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #636c72;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #636c72;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #333;
  background-color: #eceeef;
}

.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:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125);
}

.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-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: 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.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.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: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.8125rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.875rem;
  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-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translate3d(100%, 0, 0);
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translate3d(-100%, 0, 0);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  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='M4 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='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-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-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #3f51b5 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #32408f !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #78909c !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #5f7682 !important;
}

.bg-warning {
  background-color: #ff9800 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #cc7a00 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ea1c0d !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !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;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.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-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.order-first {
  order: -1;
}

.order-last {
  order: 1;
}

.order-0 {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 1;
  }
  .order-xl-0 {
    order: 0;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 2.25rem !important;
}

.mt-5 {
  margin-top: 2.25rem !important;
}

.mr-5 {
  margin-right: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 2.25rem !important;
}

.ml-5 {
  margin-left: 2.25rem !important;
}

.mx-5 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.my-5 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 2.25rem !important;
}

.pt-5 {
  padding-top: 2.25rem !important;
}

.pr-5 {
  padding-right: 2.25rem !important;
}

.pb-5 {
  padding-bottom: 2.25rem !important;
}

.pl-5 {
  padding-left: 2.25rem !important;
}

.px-5 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.py-5 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-sm-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.25rem !important;
  }
  .px-sm-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-sm-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2.25rem !important;
  }
  .mt-md-5 {
    margin-top: 2.25rem !important;
  }
  .mr-md-5 {
    margin-right: 2.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-5 {
    margin-left: 2.25rem !important;
  }
  .mx-md-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-md-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2.25rem !important;
  }
  .pt-md-5 {
    padding-top: 2.25rem !important;
  }
  .pr-md-5 {
    padding-right: 2.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-5 {
    padding-left: 2.25rem !important;
  }
  .px-md-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-md-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-lg-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.25rem !important;
  }
  .px-lg-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-lg-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .my-xl-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.25rem !important;
  }
  .px-xl-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .py-xl-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6 {
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #999 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: gray !important;
}

.text-primary {
  color: #3f51b5 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #32408f !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #3d8b40 !important;
}

.text-info {
  color: #78909c !important;
}

a.text-info:focus, a.text-info:hover {
  color: #5f7682 !important;
}

.text-warning {
  color: #ff9800 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #cc7a00 !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #ea1c0d !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !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;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*@import 'shared/_colors.scss';*/
.fs-h1 {
  font-size: 2.5rem !important;
}

.fs-h2 {
  font-size: 2rem !important;
}

.fs-h3 {
  font-size: 1.75rem !important;
}

.fs-h4 {
  font-size: 1.25rem !important;
}

.fs-h5 {
  font-size: 1rem !important;
}

.fs-h6 {
  font-size: 0.875rem !important;
}

.fs-lead {
  font-size: 1rem;
}

.fs-display-1 {
  font-size: 5.5rem !important;
}

.fs-display-2 {
  font-size: 5rem !important;
}

.fs-display-3 {
  font-size: 4.5rem !important;
}

.fs-display-4 {
  font-size: 3rem !important;
}

.fs-sm,
.fs-sm a {
  font-size: 0.8125rem !important;
}

.fs-xs,
.fs-xs a {
  font-size: 0.75rem !important;
}

h1, h2, .h1, .h2 {
  font-weight: 400;
}

.font-weight-unset {
  font-weight: unset !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.heading {
  position: relative;
}

.heading:before {
  position: absolute;
  display: block;
  content: ' ';
  width: 100%;
  height: 1px;
  top: 50%;
  z-index: 0;
  background: radial-gradient(ellipse at left, #fff 25%, rgba(0, 0, 0, 0.25) 100%);
}

.heading .heading-title {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 1rem;
  font-weight: 300;
}

.heading-center {
  text-align: center;
}

.heading-center:before {
  background: radial-gradient(ellipse at center, #fff 25%, rgba(0, 0, 0, 0.25) 100%);
}

.heading-center .heading-title {
  padding-left: 1rem;
}

.page-title {
  margin-bottom: 1.5rem;
}

a.color-body {
  color: #4d4d4d;
  text-decoration: none;
}

a.color-body:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

a.pretty-link {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

a.pretty-link > i {
  padding-right: 1.2rem;
}

a.pretty-link > span {
  color: #aaa;
}

a.pretty-link > span:hover, a.pretty-link > span:active {
  color: inherit;
}

.text-wrap {
  white-space: normal !important;
}

.text-body {
  font-size: 1rem;
}

code {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

.alert, .validation-summary-valid,
.validation-summary-errors {
  position: relative;
  padding-left: 4rem;
  line-height: 1.5;
  border-width: 0;
}

.alert:before, .validation-summary-valid:before,
.validation-summary-errors:before {
  display: block;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 1;
}

.alert.alert-danger:before, .alert-danger.validation-summary-valid:before,
.validation-summary-errors:before {
  background-color: #f44336;
}

.alert.alert-info:before, .alert-info.validation-summary-valid:before,
.alert-info.validation-summary-errors:before {
  background-color: #78909c;
}

.alert.alert-success:before, .validation-summary-valid:before,
.alert-success.validation-summary-errors:before {
  background-color: #4caf50;
}

.alert.alert-warning:before, .alert-warning.validation-summary-valid:before,
.alert-warning.validation-summary-errors:before {
  background-color: #ff9800;
}

.alert:after, .validation-summary-valid:after,
.validation-summary-errors:after {
  display: block;
  position: absolute;
  color: #fff;
  font-family: FontAwesome;
  left: 0;
  top: 50%;
  font-size: 1.25em;
  width: 3rem;
  text-align: center;
  transform: translateY(-50%);
  z-index: 2;
}

.alert.alert-danger:after, .alert-danger.validation-summary-valid:after,
.validation-summary-errors:after {
  content: "\f071";
}

.alert.alert-info:after, .alert-info.validation-summary-valid:after,
.alert-info.validation-summary-errors:after {
  content: "\f129";
}

.alert.alert-success:after, .validation-summary-valid:after,
.alert-success.validation-summary-errors:after {
  content: "\f00c";
}

.alert.alert-warning:after, .alert-warning.validation-summary-valid:after,
.alert-warning.validation-summary-errors:after {
  content: "\f06a";
}

.alert > ul, .validation-summary-valid > ul,
.validation-summary-errors > ul {
  padding-left: 1.2rem;
}

.alert > *:first-child, .validation-summary-valid > *:first-child,
.validation-summary-errors > *:first-child {
  margin-top: 0 !important;
}

.alert > *:last-child, .validation-summary-valid > *:last-child,
.validation-summary-errors > *:last-child {
  margin-bottom: 0 !important;
}

/*$btn-size:              ($btn-padding-y * 2) + ($font-size-base * $btn-line-height);
$btn-size-lg:           ($btn-padding-y-lg * 2) + ($font-size-lg * $btn-line-height);
$btn-size-sm:           ($btn-padding-y-sm * 2) + ($font-size-sm * $btn-line-height);*/
.btn {
  cursor: pointer;
}

.btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #f2f2f2;
}

.btn-gray {
  color: #292b2c;
  background-color: #f7f7f9;
  border-color: #ddd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-gray:hover, .btn-gray.hover {
  color: #292b2c;
  background-color: #dadae3;
  border-color: #bebebe;
}

.btn-gray:focus, .btn-gray.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(221, 221, 221, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  background-color: #f7f7f9;
  border-color: #ddd;
}

.btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #292b2c;
  background-color: #dadae3;
  background-image: none;
  border-color: #bebebe;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-icon,
.btn-circle {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: calc(2.5625rem + 2px);
  height: calc(2.5625rem + 2px);
  line-height: 2.5625rem;
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn,
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
  width: calc(3.25rem + 2px);
  height: calc(3.25rem + 2px);
  line-height: 3.25rem;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn,
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
  width: calc(2.21875rem + 2px);
  height: calc(2.21875rem + 2px);
  line-height: 2.21875rem;
}

.btn-icon > i,
.btn-circle > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.btn-icon.dropdown-toggle:after,
.btn-circle.dropdown-toggle:after {
  position: absolute;
  right: 0.3rem;
  bottom: 0.5em;
}

.btn-circle {
  border-radius: 50%;
}

.btn-flat {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-flat:hover:not(:active):not(:focus), .btn-flat.hover:not(:active):not(:focus) {
  border-color: transparent;
}

.btn-flat-light {
  color: rgba(255, 255, 255, 0.8);
}

.btn-flat-light:hover, .btn-flat-light.hover, .btn-flat-light:active, .btn-flat-light.active {
  border-color: white !important;
}

.btn-flat-light:focus, .btn-flat-light.focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.btn-clear {
  color: white !important;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
}

.btn-clear:hover, .btn-clear.hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-clear:active, .btn-clear.active {
  border-color: #fff;
  box-shadow: none;
}

.btn-clear:focus, .btn-clear.focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.btn-clear-dark {
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.btn-clear-dark:hover, .btn-clear-dark.hover {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.06);
}

.btn-clear-dark:active, .btn-clear-dark.active {
  box-shadow: none;
}

.btn-clear-dark:focus, .btn-clear-dark.focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.btn-labeled {
  position: relative;
  padding-left: 3.5625rem;
}

.btn-labeled > b {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  width: 2.5625rem;
  line-height: 2.5625rem;
  text-align: center;
}

.btn-labeled > b > .fa {
  vertical-align: middle;
}

.btn-labeled.btn-lg, .btn-group-lg > .btn-labeled.btn {
  padding-left: 4.75rem;
}

.btn-labeled.btn-lg > b, .btn-group-lg > .btn-labeled.btn > b {
  width: 3.25rem;
  line-height: 3.25rem;
}

.btn-labeled.btn-sm, .btn-group-sm > .btn-labeled.btn {
  padding-left: 2.96875rem;
}

.btn-labeled.btn-sm > b, .btn-group-sm > .btn-labeled.btn > b {
  width: 2.21875rem;
  line-height: 2.21875rem;
}

.btn-labeled.icon-right {
  padding-left: 1rem;
  padding-right: 3.5625rem;
}

.btn-labeled.icon-right > b {
  left: auto;
  right: 0;
}

.btn-animate {
  position: relative;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.2s ease-out;
}

.btn-animate > span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-out;
  transform: translateX(0);
}

.btn-animate > span > .fa {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.25em;
  text-align: left;
  opacity: 0;
  line-height: 1.5;
  transition: opacity 0.2s ease-out;
  transform: translateX(-100%);
}

.btn-animate:hover > span {
  transform: translateX(10px);
}

.btn-animate:hover > span > .fa {
  opacity: 1;
}

.btn-animate.btn-lg, .btn-group-lg > .btn-animate.btn {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.btn-animate.btn-sm, .btn-group-sm > .btn-animate.btn {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.btn-animate.btn-sm > span > .fa, .btn-group-sm > .btn-animate.btn > span > .fa {
  top: 1px;
}

.btn-animate.btn-animate-right > span > .fa {
  left: auto;
  right: 0;
  text-align: right;
  transform: translateX(100%);
}

.btn-animate.btn-animate-right:hover > span {
  transform: translateX(-10px);
}

.btn-animate.btn-animate-down > span {
  text-align: center;
}

.btn-animate.btn-animate-down > span > .fa {
  left: 50%;
  margin-left: -0.625em;
  right: 0;
  top: 0;
  text-align: center;
  transform: translateY(-100%);
}

.btn-animate.btn-animate-down:hover > span {
  transform: translateY(100%);
}

.btn-animate.btn-animate-down.btn-lg > span > .fa, .btn-group-lg > .btn-animate.btn-animate-down.btn > span > .fa {
  font-size: 1.5rem;
  line-height: 1.5rem;
  transform: translateY(-3.25rem);
}

.btn-animate.btn-animate-down.btn-lg:hover > span, .btn-group-lg > .btn-animate.btn-animate-down.btn:hover > span {
  transform: translateY(3.25rem);
}

.btn-animate.btn-animate-down.btn-sm > span > .fa, .btn-group-sm > .btn-animate.btn-animate-down.btn > span > .fa {
  transform: translateY(-2.21875rem);
}

.btn-animate.btn-animate-down.btn-sm:hover > span, .btn-group-sm > .btn-animate.btn-animate-down.btn:hover > span {
  transform: translateY(2.21875rem);
}

.btn.btn-to-danger {
  transition: none;
}

.btn.btn-to-primary {
  transition: none;
}

.btn.btn-no-border {
  border-color: transparent !important;
}

.btn.btn-no-border:active, .btn.btn-no-border.active {
  box-shadow: none;
}

.btn-wide {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.btn-wide.btn-lg, .btn-group-lg > .btn-wide.btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.btn-wide.btn-sm, .btn-group-sm > .btn-wide.btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.btn-wide.btn-animate {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}

.btn-wide.btn-animate span > .fa {
  width: 1.5em;
}

.btn-wide.btn-animate.btn-lg, .btn-group-lg > .btn-wide.btn-animate.btn {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.btn-wide.btn-animate.btn-sm, .btn-group-sm > .btn-wide.btn-animate.btn {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.btn-wide.btn-labeled {
  padding-left: 4.3625rem;
}

.btn-wide.btn-labeled.btn-lg, .btn-group-lg > .btn-wide.btn-labeled.btn {
  padding-left: 5.75rem;
}

.btn-wide.btn-labeled.btn-sm, .btn-group-sm > .btn-wide.btn-labeled.btn {
  padding-left: 3.41875rem;
}

.btn-wide.btn-labeled.icon-right {
  padding-left: 1.8rem;
  padding-right: 4.3625rem;
}

.btn-wide.btn-labeled.icon-right.btn-lg, .btn-group-lg > .btn-wide.btn-labeled.icon-right.btn {
  padding-right: 5.75rem;
}

.btn-wide.btn-labeled.icon-right.btn-sm, .btn-group-sm > .btn-wide.btn-labeled.icon-right.btn {
  padding-right: 3.41875rem;
}

.mf-dropdown {
  display: inline-block;
  position: relative;
}

.mf-dropdown .btn {
  border-radius: 0;
  position: relative;
}

.mf-dropdown .btn > em {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #999;
  font-size: 0.8125rem;
  font-size: 0.85em;
}

.mf-dropdown .btn > em > span {
  font-weight: 600;
  font-size: 1.166666em;
  color: #333;
}

.mf-dropdown .btn.has-caret {
  text-align: left;
  padding-right: 2rem;
}

.mf-dropdown .btn.has-caret.btn-sm, .mf-dropdown .btn-group-sm > .btn.has-caret {
  padding-right: 1.5rem;
}

.mf-dropdown .btn.has-caret.btn-lg, .mf-dropdown .btn-group-lg > .btn.has-caret {
  padding-right: 3rem;
}

.mf-dropdown .btn.has-caret > em,
.mf-dropdown .btn.has-caret > span {
  display: block;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mf-dropdown .btn.has-caret:after {
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  display: block;
  right: 1rem;
  line-height: 1;
  top: 50%;
  transform: translate3d(50%, -50%, 0);
}

.mf-dropdown .btn-sm.has-caret:after, .mf-dropdown .btn-group-sm > .has-caret.btn:after {
  right: 0.75rem;
}

.mf-dropdown .btn-lg.has-caret:after, .mf-dropdown .btn-group-lg > .has-caret.btn:after {
  right: 1.5rem;
}

.mf-dropdown select {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.btn-brand-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-brand-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}

.btn-brand-facebook:focus, .btn-brand-facebook.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-brand-facebook.disabled, .btn-brand-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-brand-facebook:active, .btn-brand-facebook.active,
.show > .btn-brand-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  background-image: none;
  border-color: #2a3f6c;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-brand-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-brand-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: #1d91e8;
}

.btn-brand-twitter:focus, .btn-brand-twitter.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(85, 172, 238, 0.5);
}

.btn-brand-twitter.disabled, .btn-brand-twitter:disabled {
  background-color: #55acee;
  border-color: #55acee;
}

.btn-brand-twitter:active, .btn-brand-twitter.active,
.show > .btn-brand-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  background-image: none;
  border-color: #1d91e8;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-brand-youtube {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-brand-youtube:hover {
  color: #fff;
  background-color: #a11918;
  border-color: #981817;
}

.btn-brand-youtube:focus, .btn-brand-youtube.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-brand-youtube.disabled, .btn-brand-youtube:disabled {
  background-color: #cd201f;
  border-color: #cd201f;
}

.btn-brand-youtube:active, .btn-brand-youtube.active,
.show > .btn-brand-youtube.dropdown-toggle {
  color: #fff;
  background-color: #a11918;
  background-image: none;
  border-color: #981817;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-brand-pinterest {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-brand-pinterest:hover {
  color: #fff;
  background-color: #a01a1f;
  border-color: #97181d;
}

.btn-brand-pinterest:focus, .btn-brand-pinterest.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(204, 33, 39, 0.5);
}

.btn-brand-pinterest.disabled, .btn-brand-pinterest:disabled {
  background-color: #cc2127;
  border-color: #cc2127;
}

.btn-brand-pinterest:active, .btn-brand-pinterest.active,
.show > .btn-brand-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #a01a1f;
  background-image: none;
  border-color: #97181d;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-brand-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-brand-google-plus:hover {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}

.btn-brand-google-plus:focus, .btn-brand-google-plus.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 2px rgba(221, 75, 57, 0.5);
}

.btn-brand-google-plus.disabled, .btn-brand-google-plus:disabled {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn-brand-google-plus:active, .btn-brand-google-plus.active,
.show > .btn-brand-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  background-image: none;
  border-color: #b93120;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*.btn-brand-flickr {
    @include button-variant(#fff, $clr-brand-flickr, $clr-brand-flickr);
}

.btn-brand-instagram {
    @include button-variant(#fff, $clr-brand-instagram, $clr-brand-instagram);
}

.btn-brand-linkedin {
    @include button-variant(#fff, $clr-brand-linkedin, $clr-brand-linkedin);
}

.btn-brand-xing {
    @include button-variant(#fff, $clr-brand-xing, $clr-brand-xing);
}*/
.card-deck .card {
  margin-bottom: 20px;
}

.card-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.card-block > p:last-child {
  margin-bottom: 0;
}

.card-footer .btn {
  font-weight: 400;
}

.card-block > *:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .card-deck.card-cols-sm-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-sm-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-sm-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-sm-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-sm-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-sm-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-sm-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-sm-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-sm-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-sm-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-sm-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-sm-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-sm-1 {
    column-count: 1;
  }
  .card-columns.card-cols-sm-2 {
    column-count: 2;
  }
  .card-columns.card-cols-sm-3 {
    column-count: 3;
  }
  .card-columns.card-cols-sm-4 {
    column-count: 4;
  }
  .card-columns.card-cols-sm-5 {
    column-count: 5;
  }
  .card-columns.card-cols-sm-6 {
    column-count: 6;
  }
}

@media (min-width: 768px) {
  .card-deck.card-cols-md-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-md-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-md-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-md-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-md-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-md-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-md-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-md-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-md-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-md-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-md-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-md-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-md-1 {
    column-count: 1;
  }
  .card-columns.card-cols-md-2 {
    column-count: 2;
  }
  .card-columns.card-cols-md-3 {
    column-count: 3;
  }
  .card-columns.card-cols-md-4 {
    column-count: 4;
  }
  .card-columns.card-cols-md-5 {
    column-count: 5;
  }
  .card-columns.card-cols-md-6 {
    column-count: 6;
  }
}

@media (min-width: 992px) {
  .card-deck.card-cols-lg-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-lg-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-lg-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-lg-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-lg-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-lg-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-lg-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-lg-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-lg-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-lg-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-lg-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-lg-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-lg-1 {
    column-count: 1;
  }
  .card-columns.card-cols-lg-2 {
    column-count: 2;
  }
  .card-columns.card-cols-lg-3 {
    column-count: 3;
  }
  .card-columns.card-cols-lg-4 {
    column-count: 4;
  }
  .card-columns.card-cols-lg-5 {
    column-count: 5;
  }
  .card-columns.card-cols-lg-6 {
    column-count: 6;
  }
}

@media (min-width: 1200px) {
  .card-deck.card-cols-xl-1 .card {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 calc(100% - 20px) !important;
    max-width: calc(100% - 20px);
  }
  .card-deck.card-cols-xl-2 .card {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 calc(50% - 20px) !important;
    max-width: calc(50% - 20px);
  }
  .card-deck.card-cols-xl-3 .card {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 calc(33.333% - 20px) !important;
    max-width: calc(33.333% - 20px);
  }
  .card-deck.card-cols-xl-4 .card {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px);
  }
  .card-deck.card-cols-xl-5 .card {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 calc(20% - 20px) !important;
    max-width: calc(20% - 20px);
  }
  .card-deck.card-cols-xl-6 .card {
    -ms-flex: 0 0 16.666% !important;
    flex: 0 0 calc(16.666% - 20px) !important;
    max-width: calc(16.666% - 20px);
  }
  .card-group.card-cols-xl-1 .card {
    flex: 1 0 100% !important;
    max-width: 100%;
  }
  .card-group.card-cols-xl-2 .card {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
  .card-group.card-cols-xl-3 .card {
    flex: 0 0 33.333% !important;
    max-width: 33.333%;
  }
  .card-group.card-cols-xl-4 .card {
    flex: 0 0 25% !important;
    max-width: 25%;
  }
  .card-group.card-cols-xl-5 .card {
    flex: 0 0 20% !important;
    max-width: 20%;
  }
  .card-group.card-cols-xl-6 .card {
    flex: 0 0 16.666% !important;
    max-width: 16.666%;
  }
  .card-columns.card-cols-xl-1 {
    column-count: 1;
  }
  .card-columns.card-cols-xl-2 {
    column-count: 2;
  }
  .card-columns.card-cols-xl-3 {
    column-count: 3;
  }
  .card-columns.card-cols-xl-4 {
    column-count: 4;
  }
  .card-columns.card-cols-xl-5 {
    column-count: 5;
  }
  .card-columns.card-cols-xl-6 {
    column-count: 6;
  }
}

fieldset.content-group {
  margin-bottom: 2rem;
}

fieldset.content-group > legend {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

fieldset.content-group > legend:before {
  position: absolute;
  content: ' ';
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  z-index: 0;
}

fieldset.content-group > legend > span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 1rem;
  z-index: 1;
}

.form-group label:not(.form-check-label) {
  font-weight: 600;
}

.form-group.required > label:after {
  content: ' *';
}

.input-group-addon {
  line-height: inherit;
}

.form-text {
  line-height: 1.3;
}

.has-icon {
  position: relative;
  display: flex;
}

.has-icon .form-control {
  position: relative;
  z-index: 2;
}

.has-icon .input-group-icon {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 2.5625rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  text-align: center;
  vertical-align: middle;
}

.has-icon.has-icon-right .input-group-icon {
  left: auto;
  right: 0;
}

.has-icon.input-group-lg .input-group-icon {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  font-size: 1rem;
}

.has-icon.input-group-sm .input-group-icon {
  width: 2.21875rem;
  height: 2.21875rem;
  line-height: 2.21875rem;
  font-size: 0.8125rem;
}

.has-icon:not(.has-icon-right) .form-control {
  padding-left: 2.5625rem;
}

.has-icon:not(.has-icon-right).input-group-lg .form-control {
  padding-left: 3.25rem;
}

.has-icon:not(.has-icon-right).input-group-sm .form-control {
  padding-left: 2.21875rem;
}

.has-icon-right .form-control {
  padding-right: 2.5625rem;
}

.has-icon-right.input-group-lg .form-control {
  padding-right: 3.25rem;
}

.has-icon-right.input-group-sm .form-control {
  padding-right: 2.21875rem;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: 0.25rem;
}

.validation-summary-valid > *:last-child,
.validation-summary-errors > *:last-child {
  margin-bottom: 0;
}

.field-validation-error {
  display: block;
  color: #a94442;
  margin-top: 0.25rem;
}

.input-group .form-control {
  flex-basis: auto;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-item:after {
  content: '|';
  padding: 0 0.5rem;
}

.breadcrumb-item:last-of-type:after {
  display: none;
}

.breadcrumb > li + li::before {
  display: none !important;
}

.breadcrumb-item > a {
  color: #333 !important;
  display: inline-block;
}

.pagination .page-nav {
  background-color: #fff;
}

.pagination .page-nav:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.pagination .page-nav:first-of-type {
  margin-right: 0.25rem;
}

.pagination .page-nav:last-of-type {
  margin-left: 0.25rem;
}

.pagination .page-link {
  border-radius: 2px !important;
  margin-left: 0;
  text-decoration: none !important;
}

.pagination .shrinked .page-link {
  padding-left: 2px;
  padding-right: 2px;
  background-color: transparent !important;
}

.pagination .page-link:not(.page-nav) {
  border-color: transparent !important;
}

.pagination .active .page-link {
  font-weight: bold;
}

.pagination.pagination-xs .page-link {
  line-height: 1.4;
  font-size: 0.75rem;
  padding: 0 6px;
}

.nav ~ .tab-content {
  margin: 1rem 0;
}

.nav-link-summary {
  display: none;
}

.nav-tabs-line {
  position: relative;
}

.nav-tabs-line .nav-item + .nav-item {
  margin-left: 0;
}

.nav-tabs-line .nav-item {
  position: relative;
}

.nav-tabs-line .nav-link {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-width: 0;
  background-color: transparent;
  color: #999;
  transition: color 0.2s ease-in-out;
}

.nav-tabs-line .nav-link:hover {
  color: inherit;
}

.nav-tabs-line .nav-link.active {
  font-weight: 600;
  color: #464a4c;
}

.nav-tabs-line .nav-link.disabled {
  opacity: 0.4;
}

.nav-tabs-line .nav-link:not(.disabled):before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #aaa;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.nav-tabs-line .nav-link:hover:before {
  left: 0;
  right: 0;
}

.nav-tabs-line .nav-link.active:before,
.nav-tabs-line .nav-link.active:focus:before,
.nav-tabs-line .nav-item.open .nav-link:before,
.nav-tabs-line .nav-item.open .nav-link:focus:before {
  left: 0;
  right: 0;
  background: #ff9800;
}

.tab-content-header {
  display: none;
}

.nav-responsive.collapsed {
  position: relative;
}

.nav-responsive.collapsed .nav-tabs {
  flex-direction: column;
}

.nav-responsive.collapsed .nav-tabs .nav-link {
  position: relative;
  display: block;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  color: #636c72 !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  padding: .75rem 2.2rem .75rem 1.25rem;
  margin-bottom: -1px;
  transition: background-color 0.12s linear;
}

.nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
}

.nav-responsive.collapsed .nav-tabs .nav-link:hover {
  color: #636c72;
  background-color: #f7f7f9;
}

.nav-responsive.collapsed .nav-tabs .nav-link:active {
  background-color: #ebebf0;
}

.nav-responsive.collapsed .nav-tabs .nav-link:before {
  display: none;
}

.nav-responsive.collapsed .nav-tabs .nav-link:not(.disabled):after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-responsive.collapsed .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-responsive.collapsed .nav-tabs .nav-item:last-child .nav-link {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.offcanvas-nav .tab-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.offcanvas-nav .tab-content-header {
  display: block;
  flex-grow: 0;
}

.offcanvas-nav .tab-pane {
  flex-grow: 1;
  padding: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .nav-collapsible {
    position: relative;
  }
  .nav-collapsible .nav-toggler {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    margin: 0;
    padding: 0.75rem 1rem;
  }
  .nav-collapsible .nav-toggler:after {
    display: inline-block;
    font: normal normal normal 16px/1 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-collapsible .nav-toggler.collapsed:after {
    content: "\f107";
  }
  .nav-collapsible .nav-collapse {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .nav-collapsible .nav-collapse {
    display: block !important;
    height: auto !important;
  }
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-backdrop.fade,
.modal.fade {
  transition: opacity 0.2s linear, transform 0.2s ease-out;
}

.modal.fade .modal-dialog {
  transition: opacity 0.2s linear, transform 0.2s ease-out;
  transform: translate(0, -75px) scale(0.9, 0.9);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
}

.modal-header {
  background-color: #f7f7f9;
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
}

.modal-flex .modal-dialog {
  position: fixed;
  margin: 0;
  width: auto;
  height: auto;
  max-width: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .modal-flex .modal-dialog {
    left: 5%;
    top: 5%;
    bottom: 5%;
    right: 5%;
  }
}

.modal-flex .modal-content {
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.modal-flex .modal-body {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
}

.throbber {
  display: none;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483640;
  background-color: rgba(0, 0, 0, 0.7);
}

.throbber.white {
  background-color: rgba(255, 255, 255, 0.85);
}

body > .throbber {
  position: fixed;
}

.throbber .throbber-flex {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.throbber .throbber-flex > * {
  text-align: center;
}

.throbber .throbber-content {
  display: block;
  overflow: hidden;
  line-height: 1.3;
}

.throbber .throbber-content:not(:empty) {
  margin-bottom: 2rem;
}

.throbber.large .throbber-content {
  font-size: 2.5rem;
  font-weight: 100;
}

.throbber.small .throbber-content {
  font-size: 1rem;
  font-weight: 300;
}

.throbber:not(.white) .throbber-content {
  color: #fff;
}

/*
SmartStore Circular Spinner
---------------------------
    Version:    1, 
    Timestamp:  10.02.2016
    Author:     Murat Cakir
*/
.spinner-container {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
}

.spinner {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: none;
}

.spinner-container.active > .spinner,
.spinner.active {
  background-color: transparent;
  border: none;
  display: inline-block;
}

.spinner.spinner-boxed {
  line-height: 1;
  border-radius: 50%;
  padding: 0.2em;
  background-color: #fff !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.spinner-container.active {
  display: flex;
}

.spinner svg {
  transform-origin: 50% 50% 0;
  animation: spinner-rotate 1.333s linear infinite;
}

html.ie .spinner svg {
  animation: spinner-rotate-ie 2.5s linear infinite;
}

.spinner circle {
  fill: transparent;
  stroke: #ff9800;
  stroke-linecap: round;
  stroke-dasharray: 200.96;
  stroke-dashoffset: 58px;
  animation: spinner-dash 1.333s linear infinite, spinner-colors 10.644s linear infinite;
}

html.ie .spinner circle {
  stroke-dashoffset: 80px;
}

@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 58px;
  }
  50% {
    stroke-dashoffset: 200.96px;
  }
  100% {
    stroke-dashoffset: 58px;
  }
}

@-webkit-keyframes spinner-dash {
  0% {
    stroke-dashoffset: 58px;
  }
  50% {
    stroke-dashoffset: 200.96px;
  }
  100% {
    stroke-dashoffset: 58px;
  }
}

@keyframes spinner-rotate {
  50% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@-webkit-keyframes spinner-rotate {
  50% {
    transform: rotate(600deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes spinner-rotate-ie {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes spinner-colors {
  0% {
    stroke: #3F51B5;
  }
  20% {
    stroke: #09b7bf;
  }
  40% {
    stroke: #90d36b;
  }
  60% {
    stroke: #F44336;
  }
  80% {
    stroke: #f90;
  }
  100% {
    stroke: #3F51B5;
  }
}

@-webkit-keyframes spinner-colors {
  0% {
    stroke: #3F51B5;
  }
  20% {
    stroke: #09b7bf;
  }
  40% {
    stroke: #90d36b;
  }
  60% {
    stroke: #F44336;
  }
  80% {
    stroke: #f90;
  }
  100% {
    stroke: #3F51B5;
  }
}

.spinner.white circle {
  stroke: #fff;
  animation-name: spinner-dash, spinner-rotate;
}

.star-rating {
  display: inline-block;
}

.star-rating > label {
  margin: 0;
}

.star-rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.star-rating:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #bbb;
  padding: 0 2px;
  font-size: 22px;
  line-height: 22px;
}

.star-rating.star-rating-large:not(:checked) > label {
  font-size: 30px;
  line-height: 30px;
}

.star-rating.star-rating-small:not(:checked) > label {
  padding: 0 1px;
  font-size: 18px;
  line-height: 18px;
}

.star-rating.star-rating-mini:not(:checked) > label {
  padding: 0 1px;
  font-size: 14px;
  line-height: 14px;
}

.star-rating:not(:checked) > label:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f006";
}

.star-rating > input:checked ~ label:before,
.star-rating:not(:checked) > label:hover:before,
.star-rating:not(:checked) > label:hover ~ label:before,
.star-rating > input:checked + label:hover:before,
.star-rating > input:checked + label:hover ~ label:before,
.star-rating > input:checked ~ label:hover:before,
.star-rating > input:checked ~ label:hover ~ label:before,
.star-rating > label:hover ~ input:checked ~ label:before {
  content: "\f005";
}

.star-rating > input:checked ~ label {
  color: #f9bc1b;
}

.star-rating:not(:checked) > label:hover,
.star-rating:not(:checked) > label:hover ~ label {
  color: #f30;
}

.star-rating > label:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.sortable-grip {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  cursor: move;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  background-color: transparent;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAcCAYAAABCgc61AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAC1JREFUKFNjOHPmzH8QBgIUNm4JEIENYxUE4VE7MDBWQRAetQMDYxX8//8/AwD+OQx3RnVSQgAAAABJRU5ErkJggg==");
}

.sortable-item:hover .sortable-grip {
  visibility: visible;
  opacity: 1;
}

.sortable-placeholder {
  border: 1px dotted #ccc;
  background: #f5f5f5;
}

/*.sortable-dragging {
	border: 1px dashed #CCC;
	background: none;
}*/
/* PARENT CANVAS
--------------------------------------------*/
.canvas-slidable {
  z-index: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.canvas-sliding-left .canvas-slidable {
  transform: translate3d(-320px, 0, 0);
}

.canvas-sliding-left.canvas-lg .canvas-slidable {
  transform: translate3d(-480px, 0, 0);
}

.canvas-sliding-left.canvas-fullscreen .canvas-slidable {
  transform: translate3d(-100%, 0, 0);
}

.canvas-sliding-right .canvas-slidable {
  transform: translate3d(320px, 0, 0);
}

.canvas-sliding-right.canvas-lg .canvas-slidable {
  transform: translate3d(480px, 0, 0);
}

.canvas-sliding-right.canvas-fullscreen .canvas-slidable {
  transform: translate3d(100%, 0, 0);
}

.canvas-sliding-left.canvas-overlay .canvas-slidable {
  transform: translate3d(-15%, 0, 0);
}

.canvas-sliding-right.canvas-overlay .canvas-slidable {
  transform: translate3d(15%, 0, 0);
}

.canvas-fullscreen .canvas-slidable {
  box-shadow: none !important;
}

body.canvas-noscroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* TOGGLER
--------------------------------------------*/
.navbar-toggler {
  position: relative;
  background-color: transparent;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
}

/* PARENT CANVAS BLOCKER
--------------------------------------------*/
.canvas-blocker {
  position: fixed;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, z-index 0s linear 0.3s;
  overflow: hidden;
}

body.canvas-blocking .canvas-blocker {
  z-index: 1031 !important;
  opacity: 0.3;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, z-index 0s 0s !important;
}

/* OFFCANVAS ELEMENT
--------------------------------------------*/
.offcanvas {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 0;
  margin: 0;
  background-color: #fff;
  overflow-x: auto;
  transition: transform 0.3s ease-out, visibility 0s ease 0.3s;
  width: 320px;
  left: 0;
  right: auto;
  transform: translate3d(-30%, 0, 0);
}

.offcanvas.offcanvas-right {
  left: auto !important;
  right: 0;
  transform: translate3d(30%, 0, 0);
}

.offcanvas.offcanvas-lg {
  width: 480px;
}

.offcanvas.offcanvas-fullscreen {
  width: 100%;
}

.offcanvas.offcanvas-push, .offcanvas.offcanvas-overlay {
  transform: translate3d(-100%, 0, 0);
}

.offcanvas.offcanvas-push.offcanvas-right, .offcanvas.offcanvas-overlay.offcanvas-right {
  transform: translate3d(100%, 0, 0);
}

.offcanvas.offcanvas-overlay {
  z-index: 99999;
}

.offcanvas.offcanvas-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

@media (max-width: 320px) {
  .offcanvas.offcanvas {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .offcanvas.offcanvas-lg {
    width: 100%;
  }
}

.offcanvas.offcanvas-push.on, .offcanvas.offcanvas-overlay.on, .offcanvas.offcanvas-right.on, .offcanvas.on {
  visibility: visible;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, 0, 0);
}

.offcanvas-content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.offcanvas-scrollable {
  touch-action: pan-y;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* OFFCANVAS TABS
--------------------------------------------*/
.offcanvas-tabs {
  position: relative;
  flex-grow: 0;
  padding: 0 5%;
}

.offcanvas-tabs .offcanvas-closer {
  border-radius: 0;
}

.offcanvas-tabs .nav-tabs {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.touchevents .offcanvas-tabs .nav-tabs {
  overflow-x: auto;
}

.offcanvas-tabs .nav-item {
  display: block;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.offcanvas-tabs .nav-link {
  background: transparent !important;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #333;
  font-size: inherit;
}

.offcanvas-tabs .nav-link.active {
  color: #ff9800 !important;
}

.offcanvas-tabs .nav-link .badge {
  position: relative;
  right: 0;
  top: 0;
  vertical-align: super;
}

@media (max-width: 480px) {
  .offcanvas-tabs .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* LAYOUT OVERRIDES
--------------------------------------------*/
.canvas-overlay .page-main {
  box-shadow: none;
}

.canvas-overlay .canvas-blocker {
  width: 200%;
  left: -50%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
  /*&[dir="rtl"] {
    .select2-selection--single {
      padding-left: $s2bs-padding-base-horizontal + $s2bs-caret-width-base*3;
      padding-right: $s2bs-padding-base-horizontal;

      .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
      }

      .select2-selection__clear {
        float: left;
      }

      .select2-selection__arrow {
        left: $s2bs-padding-base-horizontal;
        right: auto;

        b {
          margin-left: 0;
        }
      }
    }

    .select2-selection--multiple {
      .select2-selection__choice,
      .select2-selection__placeholder {
        float: right;
      }

      .select2-selection__choice {
        margin-left: 0;
        margin-right: $s2bs-padding-base-horizontal/2;
      }

      .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto;
      }
    }
  }*/
}

.select2-container--bootstrap .select2-selection {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  color: #464a4c;
  font-size: 0.875rem;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 0.125rem;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  color: #464a4c;
  font-size: 0.875rem;
  border-radius: 0;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 0.625rem 0.75rem;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #999;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f7f7f9;
  color: #1d1e1f;
  font-weight: 600;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f9;
  color: #1d1e1f;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 0.625rem 0.75rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.5rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 2.25rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2.25rem;
  padding-left: 3rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3rem;
  padding-left: 3.75rem;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3.75rem;
  padding-left: 4.5rem;
}

.select2-container--bootstrap .select2-results__group {
  color: #999;
  display: block;
  padding: 0.625rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #98a2db;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #464a4c transparent;
  border-width: 0 0.35rem 0.35rem 0.35rem;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #292b2c;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eceeef;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #98a2db;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 2.5625rem;
  line-height: 1.5;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 1.8rem;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.75rem;
  top: 0;
  width: 0.35rem;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #464a4c transparent transparent transparent;
  border-style: solid;
  border-width: 0.35rem 0.35rem 0 0.35rem;
  height: 0;
  left: 0;
  margin-left: -0.35rem;
  margin-top: -0.175rem;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #464a4c;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 2.5625rem;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #464a4c;
  background: #fff;
  background: #f7f7f9;
  border: 1px solid #ddd;
  border-radius: 0.125rem;
  cursor: default;
  float: left;
  margin: 0.625rem 0 0 0.375rem;
  transform: translateY(-1px);
  padding: 0 0.625rem;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.75rem;
  height: 2.5625rem;
  line-height: 1.5;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.3125rem;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #292b2c;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.625rem;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.125rem;
  font-size: 0.8125rem;
  height: 2.21875rem;
  line-height: 1.5;
  padding: 0.5rem 1.55rem 0.5rem 0.5rem;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 2.21875rem;
  border-radius: 0.125rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: -0.5rem 0 0 0.25rem;
  padding: 0 0.5rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 0.8125rem;
  height: 0.21875rem;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 0.1875rem;
  font-size: 1rem;
  height: 3.25rem;
  line-height: 1.33333;
  padding: 0.875rem 2.55rem 0.875rem 1.5rem;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 0.35rem;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 0.35rem 0.35rem 0 0.35rem;
  margin-left: -0.35rem;
  margin-left: -0.875rem;
  margin-top: -0.175rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 3.25rem;
  border-radius: 0.1875rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0.125rem;
  margin: -0.125rem 0 0 0.75rem;
  padding: 0 0.875rem;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 1.5rem;
  font-size: 1rem;
  height: 1.25rem;
  line-height: 1.33333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.875rem;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #464a4c transparent;
  border-width: 0 0.35rem 0.35rem 0.35rem;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #464a4c transparent;
  border-width: 0 0.35rem 0.35rem 0.35rem;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}

.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
.form-inline .select2-container--bootstrap {
  display: inline-block;
}

.qty-input {
  vertical-align: top;
}

.qty-input .form-control {
  border-radius: 0.125rem !important;
}

.qty-input .form-control-lg, .qty-input .input-group-lg > .form-control, .qty-input
.input-group-lg > .input-group-addon, .qty-input
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0.1875rem !important;
}

.qty-input .form-control-sm, .qty-input .input-group-sm > .form-control, .qty-input
.input-group-sm > .input-group-addon, .qty-input
.input-group-sm > .input-group-btn > .btn {
  border-radius: 0.125rem !important;
}

.bootstrap-touchspin {
  display: inline-flex;
}

.bootstrap-touchspin .form-control {
  text-align: center;
  font-weight: bold;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: block;
}

.has-postfix .bootstrap-touchspin .form-control {
  padding-top: 0.1625rem;
  padding-bottom: 1.0875rem;
}

.has-postfix .bootstrap-touchspin .form-control.form-control-lg, .has-postfix .bootstrap-touchspin .input-group-lg > .form-control, .has-postfix .bootstrap-touchspin
.input-group-lg > .input-group-btn > .form-control.btn {
  padding-top: 0.4375rem;
  padding-bottom: 1.3125rem;
}

.has-postfix .bootstrap-touchspin .form-control.form-control-sm, .has-postfix .bootstrap-touchspin .input-group-sm > .form-control, .has-postfix .bootstrap-touchspin
.input-group-sm > .input-group-btn > .form-control.btn {
  padding-top: 0;
  padding-bottom: 1rem;
}

.bootstrap-touchspin .input-group-btn {
  position: absolute;
  z-index: 10;
  width: 1.6rem;
  top: 1px;
  bottom: 1px;
}

.bootstrap-touchspin .input-group-btn:first-child {
  left: 1px;
  right: auto;
}

.bootstrap-touchspin .input-group-btn:last-child {
  right: 0;
  left: auto;
}

.bootstrap-touchspin .input-group-btn > .btn {
  background: transparent;
  border-width: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}

.bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-down {
  text-align: right;
  padding-right: 4px;
}

.bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-up {
  text-align: left;
  padding-left: 4px;
}

.bootstrap-touchspin .input-group-btn > .btn > .fa {
  opacity: 0.3;
  font-size: 0.875em;
}

.bootstrap-touchspin .input-group-btn > .btn:hover > .fa {
  opacity: 0.6;
}

.bootstrap-touchspin .input-group-btn > .btn:active > .fa {
  opacity: 1;
}

.bootstrap-touchspin .form-control ~ .bootstrap-touchspin-postfix {
  display: inline-block;
  position: absolute;
  background: transparent;
  border: none;
  color: #999;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 0;
  padding-bottom: 0.425rem;
  font-size: 11px;
}

.bootstrap-touchspin .form-control-lg ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-lg > .form-control ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin
.input-group-lg > .input-group-addon ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin
.input-group-lg > .input-group-btn > .btn ~ .bootstrap-touchspin-postfix {
  padding-bottom: 0.75rem;
}

.bootstrap-touchspin .form-control-sm ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-sm > .form-control ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin
.input-group-sm > .input-group-addon ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin
.input-group-sm > .input-group-btn > .btn ~ .bootstrap-touchspin-postfix {
  padding-bottom: 0.2rem;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0.125rem;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0.125rem;
}

/* PNOTIFY
------------------------------------*/
.alert.ui-pnotify-container, .ui-pnotify-container.validation-summary-valid,
.ui-pnotify-container.validation-summary-errors {
  padding-left: 70px !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  border-width: 1px;
}

.alert.ui-pnotify-container.alert, .ui-pnotify-container.validation-summary-valid,
.ui-pnotify-container.validation-summary-errors {
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.ui-pnotify-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  color: #fff;
  z-index: 10;
}

.alert-info .ui-pnotify-icon:before, .alert-info .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-info .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #78909c;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-info .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #78909c;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before, .alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #4caf50;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #4caf50;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-warning .ui-pnotify-icon:before, .alert-warning .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-warning .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff9800;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-warning .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ff9800;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.alert-danger .ui-pnotify-icon:before,
.validation-summary-errors .ui-pnotify-icon:before, .alert-danger .ui-pnotify-icon:after,
.validation-summary-errors .ui-pnotify-icon:after {
  content: '' !important;
  display: inline-block;
  position: absolute;
}

.alert-danger .ui-pnotify-icon:before,
.validation-summary-errors .ui-pnotify-icon:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f44336;
  right: -8px;
  top: 50%;
  margin-top: -9px;
}

.alert-danger .ui-pnotify-icon:after,
.validation-summary-errors .ui-pnotify-icon:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #f44336;
  right: -7px;
  top: 50%;
  margin-top: -8px;
}

.ui-pnotify-icon > span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2em;
  top: 50%;
  transform: translateY(-50%);
}

.ui-pnotify-text {
  font-size: 1rem;
  max-height: 250px;
  overflow-y: auto;
}

.ui-pnotify-text > br {
  display: block;
  line-height: 2px;
  content: '';
}

@media (max-width: 767px) {
  .ui-pnotify-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
  width: 16px;
  opacity: .35;
  margin: 0;
  padding-left: 2px;
  position: relative;
  top: -5px;
  left: 5px;
}

.ui-pnotify-closer:hover,
.ui-pnotify-sticker:hover {
  opacity: .75;
}

@media (min-width: 481px) {
  .ui-pnotify.stack-topcenter,
  .ui-pnotify.stack-bottomcenter {
    left: 50%;
    margin-left: -225px;
  }
  .ui-pnotify.stack-bottomcenter {
    top: auto;
  }
}

@media (max-width: 480px) {
  .ui-pnotify-mobile-able {
    margin-top: -80px;
    font-size: inherit !important;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -85px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -90px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -95px;
  }
  .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
    margin-top: -100px;
  }
}

/* DARK VARIANT
------------------------------------*/
.ui-pnotify-dark .ui-pnotify-container {
  background: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-info {
  background-color: #78909c !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-success, .ui-pnotify-dark .ui-pnotify-container.validation-summary-valid {
  background-color: #4caf50 !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-warning {
  background-color: #ff9800 !important;
}

.ui-pnotify-dark .ui-pnotify-container.alert-danger, .ui-pnotify-dark
.ui-pnotify-container.validation-summary-errors {
  background-color: #f44336 !important;
}

.ui-pnotify-dark .ui-pnotify-icon {
  background-color: rgba(0, 0, 0, 0.175) !important;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*@import "../main-settings";*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  background: transparent;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: none;
  color: #777;
  color: inherit;
}

.pswp__button:focus, .pswp__button:hover {
  background: rgba(0, 0, 0, 0.08);
}

.pswp__button:active {
  background: rgba(0, 0, 0, 0.12);
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 0.85 !important;
}

.pswp__button:active {
  outline: none;
  opacity: 1 !important;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__button--close {
  font-family: inherit;
  font-size: 26px;
  padding-bottom: 7px;
  font-weight: 600;
  background: #c5c5c5;
  color: #fff !important;
  margin-left: 2rem;
}

.pswp__button--close:focus, .pswp__button--close:hover, .pswp__button--close:active {
  background: #f44336;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--supports-fs .pswp__button--fs:before {
  content: "\f065";
  /* expand */
}

.pswp--fs .pswp__button--fs:before {
  content: "\f066";
  /* compress */
}

.pswp__button--zoom {
  display: none;
}

.pswp__button--zoom:before {
  content: "\f067";
  /* plus */
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom:before {
  content: "\f068";
  /* minus */
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 60px;
  padding: 0;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--left:before {
  content: "\f104";
  /* angle-left */
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--right:before {
  content: "\f105";
  /* angle-right */
}

/*

	2. Share modal/popup and links

 */
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: relative;
  float: left;
  width: 80px;
  height: 40px;
  font-size: inherit;
  font-weight: 600;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 20px;
}

.pswp__zoom-controls {
  position: relative;
  float: left;
  height: 40px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 40px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(255, 255, 255, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__container.sliding {
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.slick-loading .slick-list {
  background: #fff url("/Themes/Flex/Content/images/loading.gif") center center no-repeat;
}

img.slick-loading {
  opacity: 0;
}

.gal-box .slick-arrow,
.gal-box .gal-arrow {
  font-size: 2rem;
}

.gal-box .slick-arrow.slick-disabled,
.gal-box .gal-arrow.gal-disabled {
  opacity: 0.2;
  background: transparent !important;
}

.gal-box .gal-nav .gal-arrow {
  line-height: 1;
  padding: 0;
}

.gal .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.gal .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

.gal .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.artlist-carousel .no-touchevents .slick-slider.slick-dotted {
  padding-left: 1rem;
  padding-right: 1rem;
}

.artlist-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  transition: opacity 0.2s linear;
  height: 6rem;
  line-height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.artlist-carousel .slick-arrow:hover, .artlist-carousel .slick-arrow:focus, .artlist-carousel .slick-arrow:active, .artlist-carousel .slick-arrow:active:focus {
  background: #fff;
  border-color: #ddd;
}

.artlist-carousel .slick-arrow:active, .artlist-carousel .slick-arrow:active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.artlist-carousel .slick-slider:hover .slick-arrow {
  opacity: 1;
}

.artlist-carousel .slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0.4;
}

.artlist-carousel .slick-prev {
  left: 0;
  right: auto;
  border-radius: 0 0.1875rem 0.1875rem 0;
  border-left: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.artlist-carousel .slick-next {
  right: 0;
  left: auto;
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-right: none;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.12);
}

.artlist-carousel .slick-arrow.slick-disabled {
  color: #eceeef !important;
  cursor: default;
  box-shadow: none !important;
  border-color: #ddd !important;
}

.touchevents .slick-arrow {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px;
  height: 10px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  outline: 0 none;
  padding: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eceeef;
  border: 1px solid #999;
}

.slick-dots li.slick-active button {
  background: #999;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, 0.5);
  background: #fff;
  /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-open {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.drift-zoom-pane:not(.drift-inline) {
  min-height: 300px;
  max-height: 600px;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.drift-bounding-box {
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

.drift-inline + .drift-bounding-box {
  background-color: transparent !important;
}

.sm-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.sm-gutters > .col, .sm-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.xs-gutters {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.xs-gutters > .col, .xs-gutters > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.container-fluid {
  padding-left: 6%;
  padding-right: 6%;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.has-count[data-count]:after {
  content: "(" attr(data-count) ")";
  position: relative;
  display: inline-block;
  opacity: 0.6;
  padding-left: 0.2rem;
  font-weight: 400;
}

.btn .fa + span, .btn .fa + em, .btn .icm + span, .btn .icm + em,
.menubar-link .fa + span,
.menubar-link .fa + em,
.menubar-link .icm + span,
.menubar-link .icm + em,
.nav-link .fa + span,
.nav-link .fa + em,
.nav-link .icm + span,
.nav-link .icm + em,
.dropdown-item .fa + span,
.dropdown-item .fa + em,
.dropdown-item .icm + span,
.dropdown-item .icm + em {
  padding-left: 0.4em;
}

.btn span + .fa, .btn em + .fa, .btn span + .icm, .btn em + .icm,
.menubar-link span + .fa,
.menubar-link em + .fa,
.menubar-link span + .icm,
.menubar-link em + .icm,
.nav-link span + .fa,
.nav-link em + .fa,
.nav-link span + .icm,
.nav-link em + .icm,
.dropdown-item span + .fa,
.dropdown-item em + .fa,
.dropdown-item span + .icm,
.dropdown-item em + .icm {
  margin-left: 0.4em;
}

@keyframes data-binding {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
    color: transparent;
  }
  100% {
    transform: rotateY(360deg);
  }
}

.data-binding {
  animation: data-binding 0.5s ease-in-out;
}

.icm {
  font-size: 20px;
  display: inline-block;
}

.icm-2x {
  font-size: 40px;
}

.icm-3x {
  font-size: 60px;
}

.icm-4x {
  font-size: 80px;
}

.icm-5x {
  font-size: 100px;
}

.img-center-container {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  text-decoration: none !important;
  outline: none !important;
}

.img-center-container > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.html-editor-content img {
  max-width: 100%;
  height: auto;
}

.dropdown .badge {
  font-size: 0.75rem;
}

.dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.popover-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.tooltip {
  font-size: 0.8125rem;
}

.badge {
  border: 1px solid #fff;
}

table th {
  font-weight: 600;
}

.list-group .list-group-item {
  overflow: hidden;
}

.list-group .list-group-item.active:before {
  position: absolute;
  display: block;
  content: ' ';
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 3px;
  background: #ff9800;
}

.list-group.has-icons .list-group-item {
  display: inline-flex;
  align-items: baseline;
}

.list-group.has-icons .list-group-item-icon {
  margin-right: 0.75rem;
}

@media (max-width: 767px) {
  .profiler-results {
    display: none !important;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #f7f7f9;
}

body.popup {
  padding: 1.25rem;
  background: #fff;
}

#header {
  background-color: transparent;
}

#page {
  overflow-x: hidden;
}

#content-wrapper {
  min-height: 600px;
}

.page-main {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.boxed .page-main {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .boxed .page-main {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .boxed .page-main {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .boxed .page-main {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .boxed .page-main {
    width: 1140px;
    max-width: 100%;
  }
}

.boxed .page-main .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .boxed .page-main {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .boxed .page-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#scroll-top {
  z-index: 9999;
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 3px 0 0 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right-width: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #333 !important;
  text-decoration: none;
  transform: translate3d(100%, 0, 0);
  transition: transform .2s ease-in-out;
}

#scroll-top.in {
  transform: translate3d(0, 0, 0);
}

.block:not(:last-child) {
  margin-bottom: 1.8rem;
}

.block .block-title {
  font-size: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.block .block-title > * {
  margin: 0;
  padding: 0;
}

.block .block-body {
  padding-top: 1rem;
}

.block.block-boxed {
  border: 1px dotted rgba(0, 0, 0, 0.2);
}

.block.block-boxed .block-title > * {
  font-weight: normal;
}

.block.block-boxed .block-title {
  color: #999;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.page-body > .block:not(.block-boxed):first-child {
  margin-top: 0 !important;
}

.page-body > .block:not(.block-boxed):first-child .block-title {
  padding-top: 0;
}

.shopbar-section {
  padding: 1rem 0;
  background: transparent;
}

.shopbar {
  margin: -0.5rem;
  display: flex;
  flex-wrap: nowrap;
}

.shopbar-col-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-grow: 0;
}

.shopbar-col {
  padding: 0.5rem 0.375rem;
  flex-grow: 0;
}

.shop-logo {
  margin-left: 0;
  transition: all 0.25s ease-out;
}

.search-focused .shop-logo {
  opacity: 0;
  transform: translateX(100%);
}

.shop-logo .brand {
  display: block;
  width: 150px;
  max-width: 150px;
  max-height: 60px;
  text-align: center;
}

@media (min-width: 480px) {
  .shop-logo .brand {
    max-width: 200px;
    max-height: 80px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .shop-logo .brand {
    max-width: 250px;
    max-height: 100px;
    width: auto;
  }
}

.shopbar-col-group-brand,
.shopbar-search {
  flex-grow: 1;
}

.shopbar-tools {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}

.shopbar-button {
  min-width: 60px;
}

.shopbar-button .shopbar-button-icon {
  font-size: 20px;
  line-height: 1;
  width: 1.25em;
  height: 1.25em;
  text-align: center;
}

.shopbar-button .shopbar-button-icon > i {
  font-size: inherit !important;
}

.shopbar-button .shopbar-button-label-sm {
  display: none;
  color: #999;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .shopbar-button {
    height: 2.5625rem;
  }
  .shopbar-button .shopbar-button-icon {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .shopbar-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .shopbar {
    flex-wrap: wrap;
  }
  .shopbar-col-group-tools {
    width: 100%;
  }
  .shopbar-button {
    text-align: center;
  }
  .shopbar-button .shopbar-button-label {
    display: none !important;
  }
  .shopbar-button .shopbar-button-label-sm {
    display: block;
  }
}

.shopbar-tool {
  position: relative;
}

.shopbar-button {
  display: block;
  text-decoration: none !important;
  padding: 0.35rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  transition: all 0.12s ease;
  cursor: pointer;
}

.shopbar-button:active, .open .shopbar-button, .show .shopbar-button {
  background-image: none;
  outline: 0;
}

.shopbar-button .shopbar-button-icon,
.shopbar-button .shopbar-button-label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}

.shopbar-button .shopbar-button-label {
  font-size: 0.75rem;
  line-height: 1.2;
  vertical-align: top;
}

.shopbar-light .shopbar-button {
  color: #333 !important;
}

.shopbar-light .shopbar-button:hover {
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}

.shopbar-light .shopbar-button:active, .open .shopbar-light .shopbar-button, .show .shopbar-light .shopbar-button {
  border-color: #adadad;
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.shopbar-light .shopbar-button .shopbar-button-label span {
  color: rgba(51, 51, 51, 0.5);
}

.shopbar-inverse .shopbar-button {
  color: #fff !important;
}

.shopbar-inverse .shopbar-button:hover {
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
}

.shopbar-inverse .shopbar-button:active, .open .shopbar-inverse .shopbar-button, .show .shopbar-inverse .shopbar-button {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}

.shopbar-inverse .shopbar-button .shopbar-button-label span {
  color: rgba(255, 255, 255, 0.5);
}

.menubar-section {
  background: transparent;
}

.menubar-section .abbreviation {
  text-transform: uppercase;
}

.menubar {
  display: flex;
  flex-direction: row;
}

.menubar-group {
  display: flex;
  margin-left: 1rem;
}

.menubar-link {
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding: 1em 0.8em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.menubar-group--special {
  font-weight: 600;
}

.menubar-light.menubar-section {
  border-bottom: 1px solid #ddd;
}

.menubar-light .menubar-link {
  color: #333;
}

.menubar-light .menubar-link:hover,
.menubar-light .menubar-link:active,
.menubar-light .show .menubar-link {
  background-color: rgba(0, 0, 0, 0.03);
  color: #333;
}

.menubar-light .menubar-group--special .menubar-link {
  color: #0d0d0d !important;
}

.menubar-inverse.menubar-section {
  border-bottom: 1px solid #fff;
}

.menubar-inverse .menubar-link {
  color: #fff;
}

.menubar-inverse .menubar-link:hover,
.menubar-inverse .menubar-link:active,
.menubar-inverse .show .menubar-link {
  background-color: rgba(255, 255, 255, 0.15);
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f9;
  margin-top: 1.5rem;
}

.footer-social-wrapper {
  padding: 2rem 0;
}

.footer-main-wrapper {
  padding-top: 2rem;
}

.footer-social-wrapper ~ .footer-main-wrapper {
  padding-top: 0;
}

.footer-main .footer-title {
  margin-bottom: 1.25rem;
  font-weight: normal;
}

.footer-links {
  font-size: 1rem;
  line-height: 1.8;
}

.footer-links a {
  display: block;
  text-decoration: none;
}

.footer-bottom {
  padding: 1rem 0;
  font-size: 90%;
}

@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .footer-main-wrapper {
    padding-top: 0;
  }
  .footer-main,
  .footer-bottom {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .footer-bottom {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .nav-collapsible {
    border-top: 1px solid #dadae3;
    border-bottom: 1px solid #dadae3;
    margin-top: -1px;
  }
  .footer-inverse .nav-collapsible {
    border-top-color: white;
    border-bottom-color: white;
  }
}

.footer-light {
  color: #333;
}

.footer-light .footer-title {
  color: #333;
}

.footer-light a.footer-link {
  color: #999;
}

.footer-light a.footer-link:hover {
  color: #4d4d4d;
}

.footer-light .btn-social:not(:hover):not(:active):not(:focus) {
  background-color: #aaa;
  color: #fff;
}

.footer-light .footer-bottom-wrapper {
  background: rgba(0, 0, 0, 0.03);
  color: #a6a6a6;
}

.footer-light .footer-bottom-wrapper a {
  color: #4d4d4d;
}

.footer-inverse {
  color: #fff;
}

.footer-inverse .footer-title {
  color: #fff;
}

.footer-inverse a.footer-link {
  color: rgba(255, 255, 255, 0.5);
}

.footer-inverse a.footer-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-inverse .btn-social:not(:hover):not(:active):not(:focus) {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-inverse .footer-bottom-wrapper {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(230, 230, 230, 0.5);
}

.footer-inverse .footer-bottom-wrapper a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-social .btn-social {
  display: inline-block;
  border-color: transparent !important;
  box-shadow: none;
  margin: 0 0.4rem;
}

.catmenu .catmenu-path-item {
  font-weight: 600;
  background: rgba(247, 247, 249, 0.5);
}

.catmenu .catmenu-path-item.expanded,
.catmenu .catmenu-item.parent {
  padding-right: 1.875rem;
}

.catmenu .catmenu-path-item.expanded:after,
.catmenu .catmenu-item.parent:after {
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: 1.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.catmenu .catmenu-path-item.expanded {
  color: #333;
}

.catmenu .catmenu-path-item.expanded:after {
  content: '\f148';
  font-size: inherit;
}

.catmenu .catmenu-path-item.active {
  font-size: 1rem;
}

.catmenu .catmenu-path-item.active:before {
  display: none !important;
}

#offcanvas-menu .tab-pane {
  padding: 0;
}

#offcanvas-menu .ocm-home-layer {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#offcanvas-menu .ocm-home-layer > * {
  width: 100%;
  z-index: 1;
}

#offcanvas-menu .tab-content {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

#offcanvas-menu .offcanvas-menu-footer {
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#offcanvas-menu .offcanvas-menu-footer .mf-dropdown {
  display: block;
}

#offcanvas-menu .offcanvas-menu-footer .mf-dropdown .btn-labeled > b {
  background: transparent;
}

#offcanvas-menu .menubar-link,
#offcanvas-menu .manufacturer-container .ocm-item,
#offcanvas-menu .category-container .ocm-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  position: relative;
}

#offcanvas-menu .menubar-link .ocm-link,
#offcanvas-menu .manufacturer-container .ocm-item .ocm-link,
#offcanvas-menu .category-container .ocm-item .ocm-link {
  display: block;
  color: #333;
  line-height: 1.3;
  padding: 1rem 2.5rem 1rem 2rem;
  text-decoration: none !important;
}

#offcanvas-menu .menubar-link .ocm-link:active, #offcanvas-menu .menubar-link .ocm-link:focus,
#offcanvas-menu .manufacturer-container .ocm-item .ocm-link:active,
#offcanvas-menu .manufacturer-container .ocm-item .ocm-link:focus,
#offcanvas-menu .category-container .ocm-item .ocm-link:active,
#offcanvas-menu .category-container .ocm-item .ocm-link:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

#offcanvas-menu .menubar-link.has-children:after,
#offcanvas-menu .manufacturer-container .ocm-item.has-children:after,
#offcanvas-menu .category-container .ocm-item.has-children:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #646464;
  font-size: 20px;
  width: 20px;
  text-align: center;
}

#offcanvas-menu .menubar-link.has-children.animated:after,
#offcanvas-menu .manufacturer-container .ocm-item.has-children.animated:after,
#offcanvas-menu .category-container .ocm-item.has-children.animated:after {
  animation: fa-spin .6s infinite linear;
  margin-top: -9px;
  display: inline-block;
  font: normal normal normal 16px/1 'fontastic';
  font-size: 20px;
  speak: none;
  text-transform: none;
  content: "";
}

#offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before,
#offcanvas-menu .manufacturer-container .ocm-item.selected:before,
#offcanvas-menu .manufacturer-container .ocm-item.expanded:before,
#offcanvas-menu .category-container .ocm-item.selected:before,
#offcanvas-menu .category-container .ocm-item.expanded:before {
  position: absolute;
  display: block;
  content: ' ';
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 5px;
  background: #ff9800;
}

#offcanvas-menu .ocm-nav .navigate-back {
  padding-left: 0;
}

#offcanvas-menu .ocm-nav .navigate-back .fa {
  font-size: 1.375rem;
  vertical-align: text-bottom;
  padding-right: .425rem;
}

#offcanvas-menu .ocm-nav .show-current-cat {
  font-weight: 600;
}

#offcanvas-menu .button-bar {
  background: #f7f7f9;
  padding: 1rem 1.6rem;
}

#offcanvas-menu .button-bar span {
  margin-right: 1rem;
}

#offcanvas-menu .category-info {
  padding: 0 1.6rem;
}

#offcanvas-menu .category-info .category-name {
  padding-top: 1rem;
}

#offcanvas-menu .manufacturer-container .ocm-item {
  padding: 0 1.25rem;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link {
  padding: 0.5rem;
  display: block;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link > img {
  width: 100%;
}

#offcanvas-menu .manufacturer-container .ocm-item .ocm-link {
  padding-left: 0.75rem;
}

#offcanvas-menu .manufacturer-container .ocm-item .col-img ~ .col-data > .ocm-link {
  padding-left: 0;
}

#offcanvas-menu .manufacturer-container .ocm-nav {
  margin-bottom: 0;
}

#offcanvas-menu .manufacturer-container .show-all-manufacturers {
  padding: 1rem;
  border-bottom: 0;
}

#offcanvas-menu .layer {
  transition: transform 0.3s ease-out;
  background: #fff;
  transform: translateX(-30%);
  z-index: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#offcanvas-menu .layer.show {
  transform: translateX(0);
  z-index: 1;
  border-color: none;
}

#offcanvas-menu .layer.show ~ .layer {
  transform: translateX(100%);
  z-index: 2;
}

#offcanvas-menu .ocm-nav-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#ocm-service .menubar {
  flex-direction: column;
}

#ocm-service .menubar-group {
  margin-left: 0 !important;
  flex-direction: column;
}

#ocm-service .menubar-link {
  text-transform: initial;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333;
}

#ocm-service .menubar-icon {
  display: none;
}

#ocm-service .menubar-caret {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#ocm-service .show .menubar-caret:before {
  content: "\f106";
}

#ocm-service .dropdown-menu {
  position: static;
  float: initial;
  min-width: initial;
  padding: initial;
  margin: initial;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: initial;
  box-shadow: initial;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#ocm-service .dropdown-divider {
  display: none;
}

#ocm-service .dropdown.show > .menubar-link {
  font-weight: 600;
}

#ocm-service .menubar-link span {
  padding-left: 0;
}

#ocm-service .dropdown-item {
  padding-left: 2.75rem;
  font-size: 1rem;
}

#ocm-service .dropdown-item span:not(.badge) {
  padding-left: 0;
}

.touchevents .category-container .ocm-item.has-children.animated:after {
  max-height: 18px;
}

body > .select2-container,
body > .select2-container .select2-dropdown {
  z-index: 100000;
}

.megamenu-section .navbar {
  background: #f7f7f9;
  padding: 0;
}

.megamenu {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.megamenu .nav-link {
  font-weight: 600;
  font-size: 1rem;
}

.navbar-light .megamenu .nav-item .nav-link {
  color: #333;
}

.navbar-light .megamenu .nav-item.active .nav-link,
.navbar-light .megamenu .nav-item .nav-link:focus,
.navbar-light .megamenu .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.03);
}

.navbar-inverse .megamenu .nav-item .nav-link {
  color: #fff;
}

.navbar-inverse .megamenu .nav-item.active .nav-link,
.navbar-inverse .megamenu .nav-item .nav-link:focus,
.navbar-inverse .megamenu .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.megamenu .navbar-nav {
  position: relative;
  white-space: nowrap;
  /* overwrites inline width */
  width: auto !important;
  transition: margin-left 0.12s ease-in-out;
  margin-left: 0;
  line-height: 1.8;
}

.megamenu .navbar-nav:after {
  content: "";
  display: table;
  clear: both;
}

.megamenu .navbar-nav .nav-item {
  position: relative;
}

.megamenu .navbar-nav .nav-item .badge {
  position: absolute;
  right: 3px;
  top: 7px;
  font-size: 0.75rem;
}

.megamenu .navbar-nav .nav-item .badge-important {
  background: #3f51b5;
}

.megamenu .navbar-nav .nav-item .badge-inverse {
  background: #f44336;
}

.megamenu .navbar-nav .nav-item:before, .megamenu .navbar-nav .nav-item:after {
  content: "";
}

.megamenu .navbar-nav .nav-item.active:before {
  content: "";
  right: 0;
  position: absolute;
  border-bottom: 10px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -1px;
  z-index: 983;
}

.megamenu .navbar-nav .nav-item.active:after {
  content: "";
  right: -2px;
  position: absolute;
  border-bottom: 12px solid rgba(0, 0, 0, 0.075);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -2px;
  z-index: 982;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before,
.megamenu .navbar-nav .nav-item.expanded .nav-link:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1px;
  height: 3px;
  background: #ff9800;
}

.megamenu .navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}

.touchevents .megamenu .nav-slider {
  overflow-x: auto !important;
}

.megamenu-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity .5s ease-in-out .1s;
  opacity: 0;
  z-index: 980;
  display: none;
}

.megamenu-nav.megamenu-nav--prev a {
  padding-right: 10px;
}

.megamenu-nav.megamenu-nav--next {
  right: 0;
}

.megamenu-nav.megamenu-nav--next a {
  padding-left: 10px;
}

.megamenu-nav .megamenu-nav-btn {
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 990;
  padding: 0px;
  width: 40px;
  height: 98%;
}

.megamenu-nav i {
  font-size: 38px;
  transition: all .2s ease-in-out;
  height: 58px;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  opacity: 0.4;
}

.megamenu-nav i:hover {
  opacity: 0.6;
}

.megamenu-nav i:active {
  opacity: 1;
}

.megamenu.megamenu-blend--next .megamenu-nav--next,
.megamenu.megamenu-blend--prev .megamenu-nav--prev {
  opacity: 1;
  display: block;
}

.megamenu .megamenu-nav--prev .megamenu-nav-btn {
  background-image: linear-gradient(to left, rgba(247, 247, 249, 0), #f7f7f9 40%, #f7f7f9 100%);
}

.megamenu .megamenu-nav--next .megamenu-nav-btn {
  background-image: linear-gradient(to right, rgba(247, 247, 249, 0), #f7f7f9 40%, #f7f7f9 100%);
}

.touchevents .megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i,
.touchevents .megamenu-section .megamenu-nav-btn i,
.megamenu .megamenu-nav i {
  color: #333;
  display: none;
}

.touchevents .megamenu-section .navbar-inverse.navbar:hover .show-scroll-buttons .megamenu-nav-btn i,
.touchevents .megamenu-section .navbar-inverse .megamenu-nav-btn i,
.navbar-inverse .megamenu .megamenu-nav i {
  color: #fff;
}

.megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i {
  display: block;
}

.megamenu-container {
  position: relative;
}

.megamenu-container .nav-link {
  padding: 1em .6em;
}

.megamenu-container .megamenu-dropdown-container {
  position: relative;
}

.megamenu-container .megamenu-dropdown-container .empty {
  margin-bottom: -1rem !important;
}

.megamenu-container .megamenu-dropdown-container .megamenu-cat-img img {
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}

.megamenu-container .megamenu-dropdown-container .picture-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

.megamenu-container .megamenu-dropdown-container .below-preview-pic-text {
  margin: 10px;
  font-size: 0.8125rem;
}

.megamenu-container .megamenu-dropdown-container .megamenu-html-text {
  overflow: hidden;
}

.megamenu-container .mega-menu-dropdown {
  background-color: #fff;
  color: #333;
  z-index: 981;
  width: 100%;
  top: -3px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0;
}

.megamenu-container .mega-menu-dropdown label {
  vertical-align: top;
  margin-bottom: 0;
}

.megamenu-container .mega-menu-dropdown .col-md-3 {
  overflow: hidden;
}

.megamenu-container .mega-menu-dropdown .row > div:empty {
  height: 0;
}

.megamenu-container .mega-menu-dropdown-row {
  padding: 1.5rem;
}

.megamenu-container .mega-menu-dropdown-heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-decoration: none;
  display: block;
  color: #222;
  padding-bottom: 0.4rem;
}

.megamenu-container .mega-menu-dropdown-heading:not(:first-child) {
  padding-top: 1rem;
}

.megamenu-container .mega-menu-dropdown-heading + .mega-menu-dropdown-heading {
  padding-top: .5rem;
}

.megamenu-container .mega-menu-subitem {
  font-size: 0.8125rem;
  text-decoration: none;
  display: block;
  color: #999;
}

.megamenu-container .mega-menu-subitem:hover {
  color: #222;
}

.megamenu-container .mega-menu-subitem.more-link {
  font-weight: bold;
  color: #464646;
  font-size: 0.8125rem;
}

.megamenu-container .inline-container {
  line-height: 1.25rem;
}

.megamenu-container .inline-container .mega-menu-subitem {
  font-size: 0.8125rem;
  line-height: .875rem;
}

.megamenu-container .inline-container .mega-menu-subitem:hover {
  text-decoration: underline;
}

.megamenu-container .mega-menu-subitem-wrap {
  white-space: nowrap;
}

.megamenu-container .comma-separated .mega-menu-subitem {
  display: inline;
  margin-right: -.15rem;
}

.megamenu-container .comma-separated .mega-menu-subitem.more-link {
  display: block;
}

.megamenu-container .comma-separated .mega-menu-subitem:focus, .megamenu-container .comma-separated .mega-menu-subitem:hover {
  background-color: transparent;
  color: #888;
}

.megamenu-container .rotator-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.megamenu-container .rotator-container .rotator-heading {
  padding: 0.5rem 0;
}

.megamenu-container .rotator-container .rotator-content > div.placeholder {
  height: 280px;
  background-color: rgba(255, 255, 255, 0.85);
}

.megamenu-container .rotator-container .rotator-content > div.placeholder .empty {
  background-color: transparent;
}

#dropdown-menu--10 .dropdown-menu .mega-menu-dropdown-heading {
  line-height: 1.125rem;
}

.brand-menu-footer {
  background: #f7f7f9;
  border-top: 1px solid #eceeef;
  border-radius: 0 0 0.25rem 0.25rem;
}

.brand-menu-footer-thumb-col {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  margin: 1rem 0;
  filter: grayscale(100%);
}

.brand-menu-footer-thumb-col:hover {
  filter: initial;
}

.brand-menu-footer-thumb {
  margin: auto;
}

@media (max-width: 991px) {
  .megamenu-dropdown-container .picture-container {
    display: none;
  }
}

.megamenu-dropdown-container.simple {
  position: initial;
}

.megamenu-dropdown-container.simple .dropdown-menu {
  margin-top: -1px;
  min-width: 250px;
  z-index: 981;
}

.megamenu-dropdown-container.simple .dropdown-item {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.8125rem;
}

.megamenu-dropdown-container.simple .nav-item.active:before {
  right: initial;
  left: 12px;
}

.megamenu-dropdown-container.simple .nav-item.active:after {
  right: initial;
  left: 10px;
}

.megamenu.simple .navbar-nav .nav-item.active:before {
  border-bottom: 10px solid #fff;
}

.boxed .megamenu-dropdown-container.simple .dropdown-menu {
  margin-left: 20px;
}

.more-less {
  display: block;
  position: relative;
  max-height: 260px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.more-less .btn-text-expander {
  display: none;
  position: absolute;
  font-weight: 600;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-decoration: none !important;
}

.more-less .btn-text-expander .fa {
  padding-right: 0.4rem;
}

.more-less .btn-text-expander--expand::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.9375rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff 100%);
}

.more-less .btn-text-expander--collapse {
  position: relative;
  font-weight: normal;
}

.more-less.collapsed .btn-text-expander--expand {
  display: block;
}

.more-less.expanded {
  max-height: none !important;
}

.more-less.expanded .btn-text-expander--collapse {
  display: block;
}

.choice {
  margin-bottom: 1rem;
}

.col-form-label.required,
.choice-label.required {
  color: inherit;
  font-weight: bold;
}

.col-form-label.required:after,
.choice-label.required:after {
  content: ' *';
}

.choice-item-img,
.choice-item-color {
  display: inline-block;
  text-decoration: none !important;
  margin-right: 0.25rem;
  overflow: hidden;
}

.choice-item-img {
  max-width: 20px;
  max-height: 1em;
}

.choice-item-img > img {
  max-width: 100%;
  height: auto;
}

.choice-item-color {
  width: 1em;
  height: 1em;
  padding: 0;
}

.choice-description {
  color: #999;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}

.choice-description > *:first-child {
  margin-top: 0;
}

.choice-description > *:last-child {
  margin-bottom: 0;
}

.choice-box-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 0 -0.2rem;
}

.choice-box-group::after {
  display: block;
  clear: both;
  content: "";
}

.choice-box-group .choice-box {
  position: relative;
  float: left;
  display: block;
  padding: 0.2rem;
}

.choice-box-group .choice-box-label {
  margin: 0;
}

.choice-box-group .choice-box-content {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-box-group .choice-box-content:after {
  box-sizing: content-box;
  position: absolute;
  display: block;
  right: -6px;
  top: -6px;
  background-color: #ff9800;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s ease-in;
}

.choice-box-group .choice-box-element {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: border-color 0.1s linear;
  height: 2.8rem;
  line-height: 2.8rem;
  min-width: 2.8rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  font-weight: 600;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.choice-box-group .choice-box-element:hover {
  border-color: rgba(0, 0, 0, 0.7);
}

.choice-box-group .choice-box-element .choice-box-text {
  padding: 0 0.4rem;
}

.choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
  border-color: rgba(0, 0, 0, 0.7);
  outline: 1px solid rgba(0, 0, 0, 0.7);
}

.choice-box-group .choice-box-control-native:checked + .choice-box-content:after {
  opacity: 1;
  transform: scale(1);
}

.choice-box-group .choice-box-control-native {
  display: none !important;
}

.choice-box-group.choice-box-group-xl .choice-box-element {
  height: 6rem;
  line-height: 6rem;
  min-width: 6rem;
}

.choice-box-group.choice-box-group-lg .choice-box-element {
  height: 4rem;
  line-height: 4rem;
  min-width: 4rem;
}

.choice-box-group.choice-box-group-sm .choice-box-element {
  height: 2.3rem;
  line-height: 2.3rem;
  min-width: 2.3rem;
}

.instasearch-form {
  position: relative;
}

#instasearch-progress {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 56px;
}

.instasearch-term {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: 60px;
}

.instasearch-term:hover, .instasearch-term:focus, .instasearch-term:active {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.instasearch-term:focus, .instasearch-term:active {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.instasearch-button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  border-left-color: transparent;
  height: initial;
  font-size: 1.2rem;
  padding: 0 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.instasearch-icon {
  position: relative;
  top: 0.12rem;
}

#instasearch-drop {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  margin-top: -1px;
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 1100;
  border-radius: 0 0 2px 2px;
}

#instasearch-drop.open {
  display: block;
}

.instasearch-drop-body {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.instasearch-match {
  font-weight: bold;
}

.instasearch-group-header {
  margin: 0 20px;
  padding-bottom: 0.3rem;
  font-size: 22px;
  color: #78909c;
  font-weight: 300;
}

.instasearch-group-header ~ .instasearch-group-header {
  margin-top: 1.2rem;
}

.instasearch-hits {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
}

.instasearch-hits:last-child {
  margin-bottom: 0;
}

.instasearch-col:first-child .instasearch-hits:last-child {
  margin-bottom: 1rem;
}

.instasearch-hits.has-thumbs li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.instasearch-hits.has-thumbs li:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .instasearch-col:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  #instasearch-drop {
    max-width: none;
  }
  .instasearch-row {
    width: 850px;
  }
}

.instasearch-hit {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  white-space: normal;
  text-decoration: none;
  color: #292b2c;
  font-size: 14px;
  line-height: 1.3;
}

.instasearch-hit:focus, .instasearch-hit:hover, .instasearch-hit.active, .instasearch-hit.key-hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.instasearch-hit-tag {
  color: #cc7a00;
  font-size: 13px;
  padding-left: 0.2rem;
}

.instasearch-hit-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.instasearch-hit-thumb {
  width: 48px;
  min-width: 48px;
  max-height: 36px;
  padding-right: 12px;
}

.instasearch-hit-label-secondary {
  padding-top: 4px;
  color: #999;
}

.search-term {
  color: #f44336;
}

.search-hitcount {
  color: #999;
}

.facet-group {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

.facet-group-header {
  position: relative;
  display: block;
  padding: 0.75rem 0;
  font-size: 16px;
  font-weight: 600;
  color: #333 !important;
  text-decoration: none !important;
}

.facet-toggle:after {
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.2rem;
  line-height: 1;
  content: "\f106";
  color: #333;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.3s ease-in-out;
}

.facet-toggle.collapsed:after {
  transform: rotate(180deg);
}

.facet-toggle .facet-selection {
  display: none;
}

.facet-body {
  padding-bottom: 1rem;
}

.facet-body-inner {
  line-height: 1.3;
  padding: 4px 0;
}

.facet-body-inner.scrollable {
  max-height: 215px;
  overflow-y: auto;
}

.btn-remove-group-filters {
  display: block;
  margin-top: 0.5rem;
}

.facet-control-ui {
  position: absolute;
  display: block;
  left: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: none;
}

.facet-control-ui:after {
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #357a38;
}

*:checked + .facet-control-ui {
  vertical-align: middle;
  text-align: center;
  box-shadow: none;
}

*:checked + .facet-control-ui:after {
  opacity: 1;
  transform: scale(1);
}

.facet-item input:checked + .facet-control-ui,
.facet-item:hover .facet-control-ui {
  border-color: rgba(0, 0, 0, 0.35);
}

.facet-check,
.facet-radio {
  position: relative;
  display: block;
}

.facet-check label,
.facet-radio label {
  cursor: pointer;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  min-height: 20px;
}

.facet-check:last-child label,
.facet-radio:last-child label {
  padding-bottom: 0;
}

.facet-check input[type=checkbox],
.facet-check input[type=radio],
.facet-radio input[type=checkbox],
.facet-radio input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.facet-check .facet-control-native + .facet-control-ui {
  border-radius: 2px;
}

.facet-radio .facet-control-native + .facet-control-ui {
  border-radius: 50%;
}

.facet-radio .facet-control-native + .facet-control-ui:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #357a38;
  margin: 3px 0 0 3px;
}

.facet-label {
  position: relative;
  display: block;
  padding-left: 33.33333px;
  padding-top: 1px;
  padding-right: 8px;
}

.facet-control-native:checked ~ .facet-label {
  font-weight: 600;
}

.facet-body-rating .rating {
  vertical-align: sub;
  margin-right: 3px;
}

.active-filters-container {
  position: relative;
  margin-bottom: 1rem;
}

.active-filters {
  position: relative;
  margin: -0.25rem;
}

.active-filter-item {
  display: block;
  padding: 0.25rem;
  float: left;
}

.active-filter-link {
  position: relative;
  font-weight: 400;
  padding: 0.2rem 0.6rem;
  max-width: 12rem;
  padding-right: 1.5rem;
  border-width: 0;
}

.active-filter-link:after {
  position: absolute;
  display: block;
  content: '\00d7';
  right: 0.375rem;
  top: 2px;
  font-size: 1.25rem;
  line-height: 1;
}

.active-filter-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offcanvas .facet-toggle,
.offcanvas .facet-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.offcanvas .facet-toggle:after {
  right: 1rem;
}

.offcanvas .facet-toggle.has-selection {
  color: #357a38 !important;
}

.offcanvas .facet-toggle.has-selection .facet-selection {
  display: inline;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  position: absolute;
  text-align: right;
  right: 2.5rem;
  vertical-align: middle;
  line-height: 1.8;
  font-weight: 400;
}

.offcanvas .facet-body-inner {
  max-height: none !important;
  overflow-y: visible !important;
}

.offcanvas .facet-label {
  padding-right: 0;
}

.has-active-filter .hide-on-active-filter {
  display: none !important;
}

.blog-page .blogpost {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.blog-page .blogpost:first-child {
  border-top: none;
}

.blog-page .blogpost .blogpost-info .blogpost-comments {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  width: 50px;
  height: 50px;
}

.blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-icon {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  color: #eceeef;
}

.blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-count {
  position: absolute;
  top: 13px;
  font-size: 13px;
  line-height: 16px;
  width: 38px;
  text-align: center;
  color: #999;
}

.blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-icon {
  color: #464a4c;
}

.blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-count {
  color: #fff;
}

.blog-page .blogpost .blogpost-info .blogpost-tags {
  border-radius: 0.25rem;
  border: 1px solid #eceeef;
  font-size: 0.8125rem;
  background-color: #f7f7f9;
}

.comment-item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.comment-item:last-child {
  border-bottom: none;
}

.block-popular-blogtags {
  overflow: hidden;
}

.block-popular-blogtags .list-inline-item {
  line-height: 1.2;
}

/* Forum Inputs
================================================ */
.forum-post-text,
.bb-editor-text {
  height: 300px;
}

.watch-topic-link-button,
.watch-topic-link-button:hover {
  color: #646464;
  font-weight: bold;
}

/* Forum Main
================================================ */
.forum-group .forum .image,
.active-discussionstopics .image,
.topics-group .image {
  vertical-align: middle;
  text-align: center;
}

.forum-group .forum .image i,
.active-discussionstopics .image i,
.topics-group .image i {
  font-size: 2rem;
}

.active-discussionstopics .topic-starter,
.topics-group .topic-starter {
  font-size: 0.8125rem;
}

.active-discussionstopics .topic-starter a,
.topics-group .topic-starter a {
  color: #646464;
}

.forum-group .forum .topics,
.forum-group .forum .posts,
.active-discussionstopics .replies,
.active-discussionstopics .views,
.topics-group .replies,
.topics-group .views {
  text-align: center;
}

.forum-spacer,
.active-discussionstopics .topic-name,
.topics-group .topic-name {
  width: 100%;
}

.forums-main .group-header .last-post,
.active-discussions-header .last-post,
.topics-group .last-post {
  min-width: 200px;
}

.forum-group .last-post,
.topics-group .last-post,
.active-discussionstopics .last-post {
  font-size: 0.8125rem;
}

.forum-group .forum-title a,
.active-discussionstopics .topic-title,
.topics-group .topic-title {
  font-weight: bold;
}

.forums-main .group-header th,
.active-discussions-header th,
.topics-group th {
  white-space: nowrap;
}

/* Forum Topic
================================================ */
.forum-topic .post-info .user-info .button-pm {
  min-width: 100px;
}

.forum-topic .block .block-title {
  font-size: 0.875rem;
}

.forum-topic .block .block-title a {
  padding-right: 0.75rem;
}

.forum-topic .post-content .functions {
  right: 10px;
  bottom: 10px;
}

.forum-topic .post-content .functions .fa-quote-left {
  font-size: 10px;
}

.forum-topic .post-content .signature {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: 20px;
}

.post-info .user-info .user-stats,
.post-content .posttime {
  font-size: 0.75rem;
}

.posttext .quotefrom {
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.posttext blockquote {
  margin-bottom: 0;
}

.post-content .posttime {
  margin-bottom: 5px;
}

/* Forum Search
================================================ */
.forum-search-box {
  font-size: .9em;
  text-align: right;
  padding: 15px 0 0 0;
}

.basic-search,
#advanced-search-block label {
  padding-right: 10px;
}

@media (min-width: 576px) {
  .basic-search,
  #advanced-search-block label {
    text-align: right;
  }
}

#advanced-search-block,
.search-input,
.search-error,
.search-results {
  margin-top: 2rem;
}

.page.post-edit .form-group .col-sm-10 span {
  vertical-align: -webkit-baseline-middle;
}

.login-box {
  background-color: #fcfcfc;
}

.login-box hr {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.login-box .form-group:last-child {
  margin-bottom: 0;
}

.login-box .input-group-icon > i {
  line-height: inherit;
}

.rating {
  display: inline-block;
  height: 16px;
  width: 80px;
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAInSURBVDiNnZI/TBNhGMZ/vV7va3vXu4otYCSNxYIJhBhDAiZUEjdlcXJhAMKkCXFycyNOmJgYZiMDAWTBxdGlaU10hiJaSgKKloZE24Y7Kr3PgT8BQ5vos715/rxvvueDBsikU5cz6VRPI43aiASmgBhwq55AabA9GQqZw5FINJlJp4b/KSCTTnmB6eaWFqLRKMBUJp0yztN6/jL2Aq3AndbWSxPhC2GkdCmVynzf3p4DngOVgeTg2klAJp1KAO+AmK4b+DQflhVGDwbZrzpIKdE0DcepUtzZwXVr2LYN8AO4pwwkB3P5/MZ0KBSi81onbW1tBAICZ98GQEqJbduoqpf2q+10dfdgmibZ1ezrgeTgRy/A0tKb9zf7+2JCiBuqquI4NlJyElCrHeA4NgcHv9n+9pXl5ZW3o2PjI3CqxpXV1QemZcWFJm77g36qVQePRwEktVoNVfVRKe+Rz298yOXW75/7iDOvXsbj8Sv5REeCSqWConhwXYmULoYRIvdlnc3NrdjI6NjWuTU2NTUlgvphW16vghCCQCCAqh4equs6VtjqOO05EyCE6DF0AyECBIMG5fIev36WEELH7w9iWiZC0/pOe858ZVX1deuGQaFQYKdQyDmO80xKKsVi8Ulzc0vXxUgEn0/rrxsgpXv989qn/O7u7ovJyaczK9ls6YiaW5iffRiJRB8ritJLPczPzY7XJY+wuLjwaGjobvh49sjjwv8TfwCXtcZoRHu4ugAAAABJRU5ErkJggg==");
}

.rating > * {
  position: relative;
  display: inline-block;
  height: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAHxSURBVDiNpZIxaNNBFMZ/7/5/i6k1xDa1CCYa0ii2HaQIGUToVBy03QQHuziqKLrUoSpOLhYSECcX3dpFp3RwFS2aQehQEoJFBYeKjW1qYu5/dw5pYgtJQPzg8R73vu/dd7yDLviQ3Z9YeRpKdOP43ZqnTsYyIiJQuNiN1xaF59HxWi5ia0sR+3VxaLwTT3VqxI8cmFOuLB5lGRwI3funAeVXh69gytOiQPmg7MbUdm5oph1XsjP0X5qIXPN7+054vkt5nk4p9avfkwqeD6LAGTD0YWzohzU9RRNIMahuF3JvN5741Tra1n5OmaB8hh5gXyPEBxyIgHNgTQWrK/1GkzaatA0kX62T8V6vUE8PsxCPMiHCURGQpj8H1jYc2ADs3/wuX2LycpZND2Bxmd/jCRYSg5wTiDfFzu2IzR7xm+UC5y88YhN2XQawdJdjpxOsKQ+Uary/ZcY2hhS/kTg7x1rbLeRLrBuNMxoCDUEdzE4OdKP++In1jmtMDTJiNGLq0IxgV200JKOM7Nbs+crDA4wZDa5hfxPhhQjOOWacJewcHD/EGPC+rYNwSI2agFrNHJwvbcWS8Vtcj93kxmo5lqzZ8LzRUvWQ0Y4OVqO3q0b1zk5ffZiBrdb55IMv34E7L5/d/+zbygA8bvXEOcf/4A98LtzAZGRLlgAAAABJRU5ErkJggg==");
}

.rating.rating-small {
  height: 11px;
  width: 60px;
  padding: 1px 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAArrAAAK6wGCiw1aAAABqElEQVR4nHXQv08TYRwG8JPz1NxgYGlM2sV0qIlL33CMJFwnR4kbClZCWhbCn1BvMVAolGuZwE2rG2kFBgM4GAyUk6PUpFzveu97P9prCRMrw8NmotXhuzxPPsPz5QBwf1+xoMaLBXXsX11fMCJJg18q5c+7O9u7I5L06L9AFEWeEHK/Ut5KtizzymH0ulLemieEPBBFceA3SMhyJCHLzz+VPs5rJ8cF46Jh9noBut0ODKPhVKtH2VLpw2xClscTsvyYS6dTw98O9nTGbARBG5eXAXrdDoLARxC00W57cBjF/t5XI5WaGeUEQbj76uXEix+H323fd+F5FL7vwPMoGLPguhTHR4f+1NTkpCAIAgeAi0ajA/n8SvJXvQZKTVjWBUyzgVbLQP38DMWCOhOLxfg/RitvM091XQNjFmy7CdtuglIT+ukJFCXzpO9LS9nFCctswnXZTb1e69Rquu849Ma2TWSzC8k+kMstv9O0qvt+c2NjNp16Nj39ZkxV8+unPzV3Jbe83gcUJfOakLgUiUSGeJ6/A4ALhUIPCYkPr62tzoXD4XsAuFsNdFcqOpvrDgAAAABJRU5ErkJggg==");
}

.rating.rating-small > * {
  height: 11px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAAsSAAALEgHS3X78AAABkUlEQVR4nH2QzyvDcRzGn+9nM/t+5+t7wpm2UiQpXyOyE7kYLiSEcXHQDtSYA+1GmdYkbLG20BZJ8quU4uIfwMlBttmwkcks7e0gByaH5/I8z+vwPCAi/JZnNEdes4jyX1mGUVOSJV6s5geuPAWBujKV+C+gVIBN9UmtyT0+9H4ohGwmqVWpAPsB6HWc1CxnlxurecNYh9D7upt7ntpn9HHEKHkgnY93Cr0tNbzBqFeX1xZzErxDTI64+NMHnyb47FenEluMkjug913Q2w6jxJY6Fd/QBO89/On2CKtCZRE0xxMYDi8hHPOCnjdALwFQYhP04gc9rYOiKwif2TCs10EDIkJFIZQH4zBF3aBHDyju+1LMC3pYBZ1MYkDWQvljtLkJYmgB6cgyKOoG3btBURfobhE00YbcjJdsbSi5mQPdOpAOOhELzSMWdCJ96wDNdqI0A1jp59qvp1n8clrw27sUPfYuRffFjOC/nmFx3yA6MgC72WByWRssslaVJ/KMy+EZJ2tVecvWRovdXD/w3fsEds8eHEa+5bkAAAAASUVORK5CYII=");
}

.review-list,
.review-item,
.review-title {
  position: relative;
}

.review-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.review-item:last-child {
  border-width: 0;
}

.review-title {
  margin-bottom: 0.2rem;
}

.review-title .rating {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.review-title .rating > * {
  vertical-align: top;
}

.review-title h4 {
  position: relative;
  margin: 0;
  padding-left: 90px;
  font-size: inherit;
  font-weight: 600;
}

.review-title h4:empty:after {
  content: '.';
  visibility: hidden;
}

.review-meta {
  font-size: 0.8125em;
}

.review-meta .review-meta-label {
  font-weight: bold;
}

.review-meta .review-meta-value + .review-meta-label {
  padding-left: 0.5rem;
}

.review-text {
  line-height: 1.4;
  margin-top: 1rem;
}

.review-vote {
  font-size: 0.8125em;
  color: #999;
}

.review-vote .review-vote-label {
  padding-right: 0.5rem;
}

.review-vote .review-vote-count {
  font-weight: bold;
}

.review-vote .review-vote-link {
  text-decoration: none;
  margin-right: 0.3rem;
  padding: 0 0.3rem;
}

.review-vote .review-vote-link.review-vote-link-yes {
  color: #4caf50;
}

.review-vote .review-vote-link.review-vote-link-yes:hover {
  background: #4caf50;
  color: #fff;
}

.review-vote .review-vote-link.review-vote-link-no {
  color: #f44336;
}

.review-vote .review-vote-link.review-vote-link-no:hover {
  background: #f44336;
  color: #fff;
}

.review-vote .review-vote-link .fa {
  font-size: 1rem;
}

.write-review {
  background-color: #f7f7f9;
  padding: 2rem;
}

.artlist-actions {
  margin-bottom: 1rem;
}

.artlist-action {
  padding: 0 0.25rem;
}

.artlist-action label {
  font-size: 0.8125rem;
  margin-bottom: 0.35rem;
}

.artlist-action .form-group {
  margin-bottom: 0;
}

.artlist-action .btn {
  border-radius: 0;
  transition: none;
}

.artlist-action .mf-dropdown {
  display: block;
}

.artlist-action-group {
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -0.25rem;
}

.artlist-action--pager > * {
  position: relative;
  display: block;
  float: left;
}

.artlist-action--pager > *:not(:first-child) {
  margin-left: -1px;
}

.artlist-action--pager .btn-pager-prev {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.artlist-action--pager .btn-pager-next {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (max-width: 360px) {
  .artlist-actions--top .artlist-action--pagesize .mf-dropdown {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .btn-artlist-action,
  .btn-artlist-action span {
    font-weight: 400 !important;
  }
  .artlist-action-group--filtersort .btn {
    font-size: 1rem;
    text-align: left;
    border-radius: 0.125rem;
  }
  .artlist-action-group--filtersort .btn > b {
    background: transparent;
  }
}

@media (min-width: 992px) {
  .btn-artlist-action {
    font-weight: 600;
  }
}

.artlist-actions--top {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}

.artlist-actions--top .artlist-action-group {
  width: 100%;
}

@media (min-width: 992px) {
  .artlist-actions--top {
    flex-wrap: nowrap;
  }
  .artlist-actions--top .artlist-action-group {
    width: auto;
  }
  .artlist-actions--top .artlist-action-group--page {
    margin-left: auto;
  }
}

.artlist {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
  z-index: 3;
  border-collapse: collapse;
}

.art {
  position: relative;
  min-height: 1px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid transparent;
  background: transparent;
  margin-top: -1px;
  margin-left: -1px;
  border-collapse: collapse;
}

.art.active {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.art-picture-block {
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.art-picture.no-picture:before {
  display: block;
  content: attr(data-content);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  color: #999;
}

.art-badges {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
}

.art-badge {
  display: block;
  float: left;
  clear: both;
  position: relative;
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 0 0.85rem 0.85rem 0;
  padding-right: 0.85rem;
  margin-bottom: 0.2rem;
}

.art-data-block,
.art-info-block {
  position: relative;
}

.art-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}

.art-brand {
  font-size: 0.8125rem;
  color: #999;
  text-transform: uppercase;
}

.art-name {
  box-sizing: content-box;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.art-name > a {
  color: #333;
}

.art-genericname {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.art-genericname > a {
  color: #333;
}

.art-description {
  font-size: 0.8125rem;
  color: #999;
  margin-bottom: 0.4rem;
}

.art-price-block {
  position: relative;
  margin-top: 0.5rem;
}

.art-price {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.art-price.art-price--offer {
  color: #f44336;
}

.art-oldprice {
  display: inline-block;
  padding-left: 0.25rem;
  color: #999;
  text-decoration: line-through;
}

.art-pangv {
  font-size: 0.8125rem;
  color: #999;
  padding-top: 0.25rem;
}

.art-shipsurcharge {
  font-size: 0.8125rem;
  color: #f44336;
  padding-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.art-legalinfo {
  font-size: 0.75rem;
  color: #999;
}

.art-info-group {
  margin-bottom: 0.5rem;
}

.art-drop {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.art.active .art-drop {
  opacity: 1;
  visibility: visible;
  z-index: 1059;
}

.art-btn-group {
  margin: 0;
}

.art-btn-group .art-btn {
  display: block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: none;
  padding: 0.65rem 0;
}

.art-btn-group .art-btn.btn-secondary {
  color: #666;
}

.art-variant-info {
  margin-bottom: 0.75rem;
}

.art-color-opts {
  position: relative;
}

.art-color-opts::after {
  display: block;
  clear: both;
  content: "";
}

.art-color-opt {
  float: left;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}

.art-color-opt:hover {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}

.art-more-opts {
  font-size: 0.8125rem;
  color: #999;
}

.art-more-opts > a {
  font-weight: bold;
}

.art-variant-info > * + * {
  margin-top: 0.4rem;
}

.art-attrs {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
}

.art-attrs td {
  padding: 1px 0;
}

.art-attrs td:first-child {
  padding-right: 0.5rem;
  font-weight: 600;
}

.artlist-lines .art {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom-color: #ddd;
}

.artlist-lines .art-data-block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 20px;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.artlist-lines .art-picture-block {
  width: 200px;
  max-width: 200px;
}

.artlist-lines .art-actions-block {
  width: 220px;
  padding-left: 20px;
}

.artlist-lines .art-description {
  margin-bottom: 1rem;
}

.artlist-lines .art-info-block {
  display: block;
  position: relative;
  min-height: 1px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.artlist-lines .art-brand,
.artlist-lines .art-rating {
  position: relative;
  margin-bottom: 0;
}

.artlist-lines .art-brand-picture {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 24px;
}

.artlist-lines .floating > .art-brand {
  padding-right: 90px;
  min-height: 20px;
}

.artlist-lines .floating > .art-rating {
  position: absolute;
  top: 0;
  right: 0;
}

.artlist-lines .art-name {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.artlist-lines .art-price {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

.artlist-lines .art-price--call {
  font-size: 1rem;
  color: #999;
  font-weight: 400;
}

.artlist-lines .art-variant-info {
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .artlist-lines .art-picture-block {
    max-width: 180px;
  }
  .artlist-lines .art-actions-block {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .artlist-lines .art-actions-block {
    display: block;
    padding-left: 0;
    padding-top: 1rem;
    width: 100%;
    /*position: static;*/
  }
  .artlist-lines .art-info-block {
    flex-basis: initial;
    flex-grow: initial;
  }
}

@media (max-width: 575px) {
  .artlist-lines .art-picture-block {
    max-width: 30%;
  }
}

.artlist-lines .delivery-time {
  white-space: normal;
}

.artlist-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  /*.art-price-block {
        margin-top: 0.5rem;
    }*/
}

.artlist-grid:not(.artlist-boxed).artlist::after {
  position: relative;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  bottom: 1px;
}

.artlist-grid .art {
  border-bottom-color: #ddd;
}

.artlist-grid .art {
  flex: 0 0 50%;
  max-width: 50%;
}

.artlist-grid.artlist-boxed .art {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}

.artlist-grid .art-name,
.artlist-grid .art-description {
  overflow: hidden;
  text-overflow: ellipsis;
}

.artlist-grid .art-name {
  height: 2.275rem;
}

.artlist-grid .art-description {
  height: 2.1125rem;
}

.artlist-grid .art-delivery-info,
.artlist-grid .art-pangv {
  box-sizing: content-box;
  min-height: 1.1375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artlist-grid .art-brand,
.artlist-grid .art-pangv,
.artlist-grid .art-shipsurcharge,
.artlist-grid .art-more-opts {
  box-sizing: content-box;
  min-height: 1.05625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artlist-grid .art-oldprice {
  font-size: 0.80938rem;
}

.artlist-grid .art-variant-info {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .artlist-grid.artlist-4-cols .art, .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-4-cols.artlist-boxed .art, .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}

@media (min-width: 768px) {
  .artlist-grid.artlist-5-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-6-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
  }
}

@media (min-width: 992px) {
  .artlist-grid.artlist-3-cols .art, .artlist-grid.artlist-4-cols .art {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .artlist-grid.artlist-3-cols.artlist-boxed .art, .artlist-grid.artlist-4-cols.artlist-boxed .art {
    flex-basis: calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }
  .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(16.66667% - 1rem);
    max-width: calc(16.66667% - 1rem);
  }
}

@media (min-width: 1200px) {
  .artlist-grid.artlist-4-cols .art {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .artlist-grid.artlist-4-cols.artlist-boxed .art {
    flex-basis: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
  .artlist-grid.artlist-5-cols .art {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .artlist-grid.artlist-5-cols.artlist-boxed .art {
    flex-basis: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
  }
  .artlist-grid.artlist-6-cols .art {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .artlist-grid.artlist-6-cols.artlist-boxed .art {
    flex-basis: calc(16.66667% - 1rem);
    max-width: calc(16.66667% - 1rem);
  }
  .artlist-grid.artlist-8-cols .art {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .artlist-grid.artlist-8-cols.artlist-boxed .art {
    flex-basis: calc(12.5% - 1rem);
    max-width: calc(12.5% - 1rem);
  }
}

.artlist-grid.artlist-boxed {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.artlist-grid.artlist-boxed .art {
  background: #fff;
  border-color: #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 0.5rem 1rem 0.5rem;
}

.artlist-carousel {
  position: relative;
  overflow: hidden;
}

.artlist-carousel .artlist-grid {
  flex-wrap: nowrap;
}

.artlist-carousel .artlist {
  margin-bottom: 0;
}

.artlist-carousel .art {
  border-bottom: none;
}

.artlist-carousel .art-drop {
  display: none;
}

.slick-slider.artlist-grid {
  display: block !important;
}

.slick-slider .art {
  display: inline-block !important;
  max-width: none !important;
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
  border-bottom-width: 0 !important;
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed):after {
  height: 0 !important;
}

.art.show-all-items {
  padding: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.art.show-all-items .show-all-items-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  padding: 1rem;
  text-decoration: none !important;
  font-size: 1.25rem;
  font-weight: normal;
  color: inherit !important;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0.5;
}

.art.show-all-items .show-all-items-link:hover {
  opacity: 0.75;
}

.art.show-all-items .show-all-items-link:active {
  opacity: 1;
}

.pd-section,
.pd-picture-block,
.pd-info,
.pd-offer {
  position: relative;
}

.pd-section {
  margin-bottom: 2rem;
}

.pd-data-col {
  display: block !important;
}

.pd-group {
  margin-bottom: 1rem;
}

.pd-group > * {
  margin-bottom: 0.125rem;
}

.pd-description, .pd-bundle-item-description {
  color: #999;
  line-height: 1.3;
}

.pd-tabs {
  margin-bottom: 1rem;
}

.pd-picture {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  text-decoration: none !important;
  outline: none !important;
}

.pd-picture > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pd-name {
  font-size: 1.8rem;
}

.pd-name-sm {
  font-size: 1.2rem;
  font-weight: 600;
}

.pd-info .page-title {
  margin-bottom: 0;
}

.pd-brand {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 600;
}

.pd-brand-picture {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 32px;
}

.pd-attrs td {
  padding: 0.2rem 0;
  vertical-align: middle;
  line-height: 1.3;
}

.pd-attrs td:first-child {
  padding-right: 1rem;
  font-weight: 700;
}

.pd-stock.pd-instock {
  color: #3d8b40;
}

.pd-stock.pd-outofstock {
  font-weight: bold;
  color: #f44336;
}

.pd-specs-table tr:first-child td {
  border-top-width: 0;
}

.pd-spec-name {
  font-weight: bold;
  width: 20%;
}

.pd-review-summary {
  line-height: 1.3;
}

.pd-review-summary > * {
  display: inline-block;
}

.pd-review-summary .pd-rating-box .rating {
  vertical-align: sub;
}

.pd-review-summary .pd-review-link {
  position: relative;
  font-weight: 600;
}

.pd-review-summary .pd-review-link:before {
  content: '|';
  display: inline-block;
  padding: 0 0.5rem;
  color: #999;
}

.pd-offer {
  background: #f7f7f9;
  padding: 15px;
  line-height: 1.3;
  width: 100%;
}

.row.pd-offer-actions {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-top: auto;
}

.row.pd-offer-actions > * {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.row.pd-offer-actions .pd-offer-action-qty {
  max-width: 120px;
  min-width: 90px;
}

@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    display: none !important;
  }
}

.pd-offer-price {
  margin-bottom: 1rem;
}

.pd-price-block {
  float: left;
}

.pd-price-block + .pd-price-block {
  margin-left: 1rem;
}

.pd-price-block + .pd-price-block .pd-price {
  text-decoration: line-through;
  color: #a9a9aa;
  font-weight: 400;
}

.pd-price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
}

.pd-price.pd-price-sm {
  font-size: 1.5rem;
}

.pd-price.pd-price--offer {
  color: #f44336;
}

.pd-price.pd-price--call {
  font-size: 1rem;
  color: #999;
  font-weight: 400;
}

.pd-price-label {
  line-height: 1;
  font-weight: 600;
}

.pd-oldprice {
  display: inline-block;
  padding-left: 0.25rem;
  color: #999;
  text-decoration: line-through;
}

.pd-saving-percent {
  font-weight: 600;
  color: #f44336;
}

.pd-callforprice {
  font-size: 1.2rem;
}

.pd-legalinfo {
  font-size: 0.8125rem;
  color: #a9a9aa;
}

.pd-tierprices .table {
  background-color: #fff;
  margin-bottom: 0;
  font-size: 0.8125rem;
  overflow-x: auto;
}

.pd-tierprices .table th, .pd-tierprices .table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pd-tierprices .table th {
  font-weight: 600;
}

.pd-tierprices .table .pd-tierprice-qty {
  font-weight: bold;
}

.pd-tag {
  text-decoration: none !important;
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.2rem 0.4rem 0;
  font-weight: 600;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #f7f7f9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.pd-tag-count {
  color: #999;
  font-weight: 400;
  padding-left: 0.25rem;
}

.pd-bundle-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.pd-bundle-item .form-group:last-child {
  margin-bottom: 0;
}

.pd-bundle-item-name {
  font-weight: 600;
}

.pd-bundle-item-name > a {
  color: #333;
}

.pd-bundle-item-offer {
  line-height: 1.3;
}

.pd-bundle-item-offer > * + * {
  margin-top: 0.5rem;
}

.pd-bundle-price-offer {
  font-weight: 600;
  font-size: 1rem;
}

.pd-bundle-price-regular {
  text-decoration: line-through;
  opacity: 0.7;
}

.pd-bundle-summary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.pd-bundle-summary-item {
  position: relative;
  line-height: 1.3;
  padding: 0.2rem;
}

.pd-bundle-summary-item a:hover {
  text-decoration: none;
}

.pd-bundle-summary-item:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f067";
  padding: 0 0.2rem;
}

.pd-bundle-summary-item:last-child:after {
  display: none;
  content: '';
}

.pd-bundle-summary-item-qty {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80%;
}

.pd-variants:not(:last-child) {
  margin-bottom: 1.5rem;
}

.pd-variant {
  position: relative;
  padding: 0.5rem 0;
}

.pd-variant .pd-name {
  font-size: 1rem !important;
}

.pd-variant .pd-offer {
  display: flex;
  flex-direction: column;
}

.table-compare td, .table-compare th {
  width: 20%;
}

.table-compare th {
  font-weight: 600;
}

.table-compare tbody {
  font-size: 0.8125rem;
}

.deliverytime-group .delivery-time {
  vertical-align: top;
  padding-left: 0.25rem;
}

.delivery-time {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery-time .delivery-time-status {
  padding-right: 0.2rem;
  font-size: 0.85em;
  margin-left: 0.025rem;
}

.pd-actions-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.pd-actions-primary:not(:empty) {
  margin-bottom: 15px;
}

.pd-actions-primary:not(:empty) > *:not(:last-child) {
  margin-bottom: 7.5px;
}

.pd-actions {
  overflow-x: hidden;
  flex-wrap: nowrap;
}

.pd-actions.pd-actions-xl {
  overflow-x: auto;
}

.pd-actions .pd-action-item {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 6px;
}

.pd-actions .pd-action-item:last-child {
  border-color: transparent;
}

.pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
  display: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
    display: block !important;
  }
}

.pd-actions .pd-action-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.pd-actions .pd-action-link .pd-action-icon {
  display: block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #a9a9aa;
  transition: all 0.125s ease-out;
  transform-origin: bottom;
}

.pd-actions .pd-action-link .pd-action-label {
  padding-top: 0.375rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pd-actions .pd-action-link:hover .pd-action-icon {
  color: inherit;
  transform: scale(1.14);
}

.btn-edit-product {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.pd-section-top:hover .btn-edit-product {
  display: inline-block;
}

.gal-box {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gal {
  position: relative;
}

.gal-item {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.gal-item-viewport {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  text-align: center;
  outline: none !important;
}

.gal-item-content {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gal .gal-item-viewport.no-picture .gal-item-content {
  margin: 0 auto;
}

.gal .gal-item-viewport.no-picture:before {
  display: block;
  content: attr(data-content);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #999;
}

.gal-nav {
  max-height: 548px;
  opacity: 0;
  text-align: center;
}

.gal-nav.gal-initialized {
  opacity: 1;
}

.gal-nav.gal-initialized .gal-item-content {
  display: block;
}

.gal-nav .gal-list {
  position: relative;
  overflow: hidden;
}

.gal-nav .gal-track {
  position: relative;
  transition: transform 0.25s ease-in-out;
}

.gal-nav .gal-item {
  padding: 4px 1px;
}

.gal-nav .gal-item-viewport {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.gal-nav .gal-item-viewport:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.gal-nav .gal-current .gal-item-viewport {
  border-color: rgba(0, 0, 0, 0.6);
  outline: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.gal-nav .gal-item-content {
  padding: 3px;
}

/*.touchevents .gal-nav-cell {
	display: none !important;
}*/
.gal-nav-cell {
  display: table-cell;
  vertical-align: top;
  padding-right: 1.2rem;
  max-height: 100%;
  overflow: hidden;
  width: 4.5rem;
}

.gal-cell {
  display: table-cell;
  vertical-align: top;
}

/*@media (min-width: 992px) {
	.no-touchevents .gal .slick-dots {
		display: none !important;
	}

	.no-touchevents .gal.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}
}*/
@media (min-width: 1200px) {
  .gal-nav-cell {
    width: 5.5rem;
  }
}

@media (max-width: 575px) {
  .gal-nav-cell {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .gal .slick-dots {
    display: none !important;
  }
  .gal.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gal-nav-cell {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .gal .slick-dots {
    display: none !important;
  }
  .gal.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

.gal-nav-hidden {
  display: none !important;
}

.label-cart-amount {
  font-weight: 400;
  font-size: 9px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  right: -5px;
  top: -9px;
}

.touchevents .label-cart-amount {
  line-height: 18px;
}

#offcanvas-cart .offcanvas-content {
  display: flex;
  flex-direction: column;
}

#offcanvas-cart .tab-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#offcanvas-cart .tab-pane {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#offcanvas-cart .tab-pane.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#offcanvas-cart .tab-pane > * {
  width: 100%;
  z-index: 1;
}

#offcanvas-cart .price {
  white-space: nowrap;
  font-weight: 600;
}

#offcanvas-cart .throbber {
  background-color: #fff;
}

.offcanvas-cart-content {
  position: relative;
  flex-grow: 1;
}

.offcanvas-cart-body {
  position: relative;
  flex-grow: 1;
  min-height: 100px;
}

.offcanvas-cart-body .no-items {
  margin: 2rem 1rem;
  text-align: center;
}

.offcanvas-cart-body .no-items .no-item-title, .offcanvas-cart-body .no-items .no-item-icon {
  margin-bottom: 1rem;
}

.offcanvas-cart-body .no-items .no-item-title {
  font-size: 2rem;
  font-weight: 400;
}

.offcanvas-cart-body .no-items .no-item-icon {
  color: rgba(0, 0, 0, 0.15);
}

.offcanvas-cart-body .no-items .no-item-info {
  color: #999;
}

.offcanvas-cart-body .no-items .no-item-info .fa {
  color: #333;
}

.offcanvas-cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
}

.offcanvas-cart-item:last-child {
  border-width: 0;
}

.offcanvas-cart-item .col-alpha {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.offcanvas-cart-item .col-data {
  line-height: 1.3;
}

.offcanvas-cart-item .col-data > * {
  display: block;
  margin-bottom: 0.5rem;
}

.offcanvas-cart-item .name {
  color: #333;
}

.offcanvas-cart-item .unit-price {
  font-size: 1.25rem;
  line-height: 1.8;
}

.offcanvas-cart-item .qty-input .form-control {
  border-color: transparent;
}

.offcanvas-cart-item .mb-bundle-pictures a, .offcanvas-cart-item .mb-bundle-pictures .fa {
  padding-right: 3px;
}

.offcanvas-cart-item .mb-bundle-pictures .fa {
  font-size: 0.625rem;
}

.offcanvas-cart-item .mb-bundle-pictures a:hover {
  text-decoration: none;
}

@media (max-width: 360px) {
  .offcanvas-cart-item .unit-price {
    font-size: 1rem;
  }
}

.offcanvas-cart-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  background-color: #4caf50;
  color: #fff;
  padding: 1rem;
}

.offcanvas-cart-footer-row .sub-total-caption {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.offcanvas-cart-footer-row .sub-total {
  font-size: 1.5rem;
}

.offcanvas-cart-external-checkout {
  background: #fff;
  padding: 0.5rem 1rem;
}

.offcanvas-cart-external-checkout .external-checkout-button {
  margin: 2px 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

.offcanvas-cart-external-checkout .external-checkout-button img {
  cursor: pointer;
  max-height: 40px;
  max-width: 150px;
}

@media (min-width: 576px) {
  .offcanvas-cart-external-checkout .external-checkout-button img {
    max-width: 170px;
  }
}

.cart {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eceeef;
}

.cart-head {
  display: none;
}

.cart-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eceeef;
}

.cart-col {
  padding: 1rem;
  vertical-align: top;
}

.cart-col-main {
  width: 100%;
}

.cart-col-main ~ .cart-col {
  white-space: nowrap;
  width: 33%;
  padding-top: 0;
}

.cart-col-main ~ .cart-col:before {
  display: block;
  content: attr(data-caption);
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.4rem;
}

.cart-col-qty {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.cart-col-subtotal {
  text-align: right;
}

.cart-item-img {
  max-width: 70px;
  text-align: center;
}

@media (max-width: 375px) {
  .cart-item-img {
    flex-basis: auto;
    margin-bottom: 10px;
    max-width: initial;
  }
  .cart-item-img .img-fluid {
    max-height: 100px;
  }
}

.cart-item-link {
  font-weight: 600;
  color: inherit !important;
  font-size: 1rem;
  line-height: 1.2;
}

.cart-item-link ~ * {
  margin-top: 0.5rem;
}

.cart-item-sku {
  margin-top: 0;
}

.cart-item-attr {
  margin-top: 2px;
  margin-bottom: 2px;
}

.cart-item-attr div:first-child {
  font-weight: 600;
}

.cart-head .cart-row {
  border-top: none;
  border-bottom: 1px solid #eceeef;
}

.cart-head .cart-col {
  font-size: 1rem;
  font-weight: 600;
}

.cart-body .cart-col-subtotal .price {
  font-weight: 600;
}

.cart-editable .price {
  line-height: 2.5625rem;
}

.cart-row-child {
  font-size: 90%;
  background: #fbfbfb;
  border-top: none;
}

.cart-row-child .cart-item-img {
  display: none;
}

.cart-row-child .cart-col-main ~ .cart-col {
  display: none;
}

.cart-row-child .cart-item-link {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .cart {
    display: table;
  }
  .cart-head {
    display: table-header-group;
  }
  .cart-body {
    display: table-row-group;
  }
  .cart-row {
    display: table-row;
  }
  .cart-col {
    display: table-cell;
  }
  .cart-col {
    border-top: 1px solid #eceeef;
  }
  .cart-col-main ~ .cart-col {
    width: auto;
    padding-top: 1rem;
  }
  .cart-col-main ~ .cart-col:before {
    display: none;
  }
  .cart-col-qty {
    text-align: left;
  }
  .cart-head .cart-col {
    border-top: none;
    border-bottom: 1px solid #eceeef;
  }
  .cart-row-child {
    /*.cart-col-main { 
            padding-left: 3rem; 
        }*/
  }
  .cart-row-child .cart-col {
    border-top: none;
  }
  .cart-row-child .cart-item-img {
    display: block;
  }
  .cart-row-child .cart-col-main ~ .cart-col {
    display: table-cell;
  }
  .cart-editable .cart-col-price {
    text-align: right;
  }
  .cart-editable .cart-col-qty {
    text-align: center;
    min-width: 100px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart-editable .cart-col-price:not(.cart-col-subtotal) {
    display: none;
  }
}

@media (min-width: 992px) {
  .cart-item-img {
    max-width: 100px;
  }
  .cart-editable .cart-col-qty {
    text-align: center;
    min-width: 120px;
  }
}

.cart-footer {
  background-color: #f7f7f9;
  padding: 1rem;
}

.cart-footer .alert, .cart-footer .validation-summary-valid, .cart-footer
.validation-summary-errors {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-summary {
  width: 100%;
  line-height: 1.3;
}

.cart-summary td {
  padding: 0.4rem 0;
  vertical-align: top;
}

.cart-summary .cart-summary-label {
  padding-right: 0.5rem;
}

.cart-summary .cart-summary-value {
  text-align: right;
  white-space: nowrap;
}

.cart-summary .cart-summary-pos {
  color: #3c763d;
  font-weight: 600;
}

.cart-summary .cart-summary-neg {
  color: #a94442;
}

.cart-summary .cart-summary-total {
  font-size: 1rem;
  font-weight: 600;
}

.cart-summary .cart-summary-total td {
  padding-top: 0.75rem;
}

.cart-summary .cart-summary-giftcard br {
  display: none;
}

.cart-checkout-attributes {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.order-summary-content .selected-checkout-attributes .attr-caption,
.order-details .checkout-attributes .attr-caption {
  font-weight: bold;
  padding-right: 10px;
}

.order-summary-content .selected-checkout-attributes .attr-caption:after,
.order-details .checkout-attributes .attr-caption:after {
  content: ': ';
}

.order-summary-content .selected-checkout-attributes .attr-value,
.order-details .checkout-attributes .attr-value {
  text-align: left;
}

.table-order-products .productpicture,
.table-order-products .remove,
.table-order-products .addtocart {
  text-align: center;
}

.cart-action {
  position: relative;
}

.cart-action .cart-action-title {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 0;
  margin: 0;
}

.cart-action .cart-action-title:after {
  display: inline-block;
  font: normal normal normal 16px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.15s linear;
}

.cart-action .cart-action-title.collapsed:after {
  transform: translateY(-50%) rotate(180deg);
}

.cart-action .cart-action-body {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.cart-action .cart-action-body .form-group:last-child {
  margin-bottom: 0;
}

.cart-action:first-child .cart-action-title {
  padding-top: 0;
}

.costeps {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.costep,
.costep-link,
.costep-icon {
  display: block;
  position: relative;
  z-index: 1;
}

.costep {
  text-align: center;
  z-index: 1;
}

.costep:before, .costep:after {
  display: block;
  content: ' ';
  position: absolute;
  height: 2px;
  background-color: #f2f2f2;
  z-index: 0;
  top: 5px;
}

.costep:before {
  left: 0;
  right: 50%;
}

.costep:after {
  left: 50%;
  right: 0;
}

.costep:first-child:before, .costep:last-child:after {
  display: none;
}

.costep-link {
  color: inherit;
  text-decoration: none !important;
}

.costep-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  color: #ccc;
  margin: 0 auto;
}

.costep-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 85%;
  display: block;
  padding: 0.5rem 3px 0 3px;
  color: #333;
}

.costep.visited:before, .costep.visited:after {
  background-color: #ff9800;
}

.costep.visited .costep-icon {
  border-color: #ff9800;
  background-color: #ff9800;
  color: rgba(255, 255, 255, 0.85);
}

.costep.visited .costep-label {
  color: #333;
}

.costep.active:before {
  background-color: #ff9800;
}

.costep.active .costep-icon {
  border-color: #ff9800;
  background-color: #fff;
  color: #333;
}

.costep.active .costep-label {
  font-weight: bold;
  color: #333;
}

@media (min-width: 576px) {
  .costep:before, .costep:after {
    top: 24px;
  }
  .costep-icon {
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
  }
  .costep-icon:before {
    display: inline-block;
    font: normal normal normal 16px/1 'fontastic';
    font-size: 20px;
    speak: none;
    text-transform: none;
    content: "";
  }
  [data-step=cart] .costep-icon:before {
    content: "";
  }
  [data-step=address] .costep-icon:before {
    content: "";
  }
  [data-step=shipping] .costep-icon:before {
    content: "";
    transform: translateY(-3px);
  }
  [data-step=payment] .costep-icon:before {
    content: "";
  }
  [data-step=confirm] .costep-icon:before {
    content: "";
  }
  [data-step=complete] .costep-icon:before {
    content: "";
  }
  .costep-label {
    font-size: 90%;
  }
}

.checkout-data .opt-list {
  margin-bottom: 1.5rem;
}

.checkout-data .opt-list-item {
  padding: 1.25rem;
}

.checkout-data .opt-data {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.checkout-data .opt-control {
  margin-bottom: 0;
}

.checkout-data .opt-control .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.checkout-data .opt-control .form-check-input {
  margin-top: 0.2rem;
}

.checkout-data .opt-name {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 4px;
  line-height: 1.3;
}

.checkout-data .opt-fee {
  white-space: nowrap;
}

.checkout-data .opt-info,
.checkout-data .opt-info-item {
  margin-top: 0.75rem;
}

.checkout-data .opt-info .opt-form {
  margin-top: 1.5rem;
}

.checkout-data .opt-info .opt-form .col-form-label {
  font-weight: normal;
}

.checkout-data .opt-info .media-object {
  max-width: 25%;
  margin-top: 0.25rem;
}

.checkout-data .opt-info .media-body {
  color: #999;
}

.checkout-data .opt-info p:empty {
  display: none;
}

.checkout-data .opt-info p:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .checkout-data .opt-info .media-object {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .checkout-data .opt-name {
    margin-left: 12px;
  }
  .checkout-data .opt-info,
  .checkout-data .opt-info-item {
    margin-left: 32px;
  }
}

.order-summary-page #content-body {
  margin-top: 0;
}

/* Order Summary
================================================ */
.order-summary-content .productpicture {
  width: 100px;
}

.order-summary-content .productpicture img {
  max-width: 100%;
}

/* Checkout Data
================================================ */
.checkout-data .buttons {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

/* Checkout Confirm
================================================ */
.terms-of-service {
  margin: 10px 0;
}

.reward-points.alert a.read, .reward-points.validation-summary-valid a.read,
.reward-points.validation-summary-errors a.read,
.terms-of-service.alert a.read, .terms-of-service.validation-summary-valid a.read,
.terms-of-service.validation-summary-errors a.read {
  font-weight: bold;
}

.reward-points.alert a.read:hover, .reward-points.validation-summary-valid a.read:hover,
.reward-points.validation-summary-errors a.read:hover,
.terms-of-service.alert a.read:hover, .terms-of-service.validation-summary-valid a.read:hover,
.terms-of-service.validation-summary-errors a.read:hover {
  cursor: pointer;
}

#iframe-terms-of-service {
  width: 100%;
}

.checkout-data .change-checkout-data {
  padding: 0.25rem 0.5rem;
}

.manufacturer-list-title {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.manufacturer-nav {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.manufacturer-nav .navbar {
  padding: 0;
  margin-bottom: .5rem;
}

.manufacturer-nav .navbar .nav-item {
  margin: 0 1rem;
}

.manufacturer-nav .navbar .nav-link {
  font-size: 1.25rem;
  padding: 0;
}

.fileupload .fileupload-progress.collapse {
  display: none !important;
  width: 100%;
}

.fileupload .fileupload-progress.collapse.show {
  display: block !important;
}

#iframe-backinstocksubsription {
  max-width: 100%;
}

.pm-unread {
  font-weight: bold;
  background: #f7f7f9;
}

.ie11 .pd-offer-actions .col,
.ie11 .offcanvas-cart-footer-row .col {
  width: auto;
  -ms-flex-preferred-size: auto;
}

.ie11 .megamenu-dropdown-container.simple {
  position: static;
}

.ie11 .instasearch-button {
  height: 100%;
}

.edge .offcanvas-cart-footer-col.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
}

@media print {
  .menubar-section,
  .megamenu-section,
  .shopbar-col:not(.shop-logo),
  #content-left,
  #content-right,
  .cart-row-actions,
  footer {
    display: none !important;
  }
  h1::first-letter,
  h2::first-letter,
  h3::first-letter,
  h4::first-letter,
  h5::first-letter,
  h6::first-letter {
    margin-top: 0;
  }
  .more-less {
    max-height: none !important;
  }
  .more-less .btn-text-expander {
    display: none !important;
  }
}

.postage-price {
  padding-top: 30px;
  font-size: 40px;
  font-weight: 500;
  color: white;
  width: 90px;
  text-align: center;
}

.postage-price span {
  font-size: 60%;
}

.postage-price-text {
  color: white;
  /* font-stretch: expanded; */
  font-size: 18px;
  width: 90px;
  text-align: center;
}

.postage-icon-product {
  width: 150px;
  height: 150px;
  background-image: url(https://images.honigschleudern.eu/Media2/Default/Uploaded/Icons/truck.png?width=150);
}

.postage-price-left {
  padding-top: 20px;
}

.pd-brand-picture {
  max-height: 75px !important;
}

/* The device with borders */
.smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 360px;
  height: 640px;
  background: white;
}

.choice-item-img {
  max-width: 70px;
  max-height: 70px;
  float: left;
  padding-bottom: 10px;
}

.height-300 {
  height: 200px;
}

.art-genericname {
  overflow: initial !important;
  text-overflow: initial !important;
}

.choice-item-img {
  display: none;
}

.row-margin {
  margin-bottom: 20px;
}

.bennefit {
  margin-bottom: 20px;
}

h3, .h3 {
  margin-bottom: 0.7rem;
}

b,
strong {
  font-weight: bolder;
  font-size: 110%;
}

.pd-spec-name {
  width: auto !important;
}

.home h1 {
  /* color: rebeccapurple; */
  font-size: 1.7rem;
  margin-top: -20px;
}

.home h4 {
  font-weight: normal;
}

.home .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home p {
  margin-top: 20px;
}

.homepage-topwrapper {
  margin-top: 20px;
  text-align: center;
}

.homepage-toplink {
  color: #333;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 10px;
}

.menubar-text {
  position: relative;
  display: block;
  font-size: 0.75rem;
  padding: 1em 0.8em;
  text-decoration: none !important;
  /*text-transform: uppercase;*/
}

.steps-number {
  color: #3a87ad;
  font-size: 32px;
  font-weight: bold;
}

.after-buy-button {
  margin: 20px;
  text-align: center;
}

.pd-description, .pd-bundle-item-description, .pd-bundle-item-description {
  color: #333;
}

.text-bold {
  font-weight: bold;
}

.footer-flag {
  margin: 3px;
}

.cart-crossoffers {
  background-color: #eee;
  padding: 20px;
}

.cart-crossoffers h2 {
  margin-bottom: 20px !important;
}

.cart-crossoffers img {
  margin-bottom: 10px;
  max-height: 200px;
}
/*!
 *  Font Awesome 4.7.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('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Themes/Flex/Content/vendors/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'fontastic';
  src:
    url('/Themes/Flex/Content/css/fonts/fontastic.ttf?e9blfi') format('truetype'),
    url('/Themes/Flex/Content/css/fonts/fontastic.woff?e9blfi') format('woff'),
    url('/Themes/Flex/Content/css/fonts/fontastic.svg?e9blfi#fontastic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icm {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontastic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icm-home:before {
  content: "\e600";
}
.icm-color-sampler:before {
  content: "\e627";
}
.icm-database:before {
  content: "\e65d";
}
.icm-shield:before {
  content: "\e667";
}
.icm-cog:before {
  content: "\e672";
}
.icm-cog2:before {
  content: "\e673";
}
.icm-heart:before {
  content: "\e68c";
}
.icm-star:before {
  content: "\e68d";
}
.icm-envelope:before {
  content: "\e696";
}
.icm-envelope-open:before {
  content: "\e697";
}
.icm-enter:before {
  content: "\e6d2";
}
.icm-exit:before {
  content: "\e6d3";
}
.icm-repeat:before {
  content: "\e6ee";
}
.icm-equalizer:before {
  content: "\e6f2";
}
.icm-user:before {
  content: "\e71e";
}
.icm-users2:before {
  content: "\e723";
}
.icm-bag:before {
  content: "\e74b";
}
.icm-bag2:before {
  content: "\e74c";
}
.icm-cart:before {
  content: "\e74d";
}
.icm-cart-empty:before {
  content: "\e74e";
}
.icm-cart-full:before {
  content: "\e74f";
}
.icm-cart-plus:before {
  content: "\e750";
}
.icm-cart-plus2:before {
  content: "\e751";
}
.icm-cart-add:before {
  content: "\e752";
}
.icm-cart-remove:before {
  content: "\e753";
}
.icm-cart-exchange:before {
  content: "\e754";
}
.icm-tag:before {
  content: "\e755";
}
.icm-tags:before {
  content: "\e756";
}
.icm-receipt:before {
  content: "\e757";
}
.icm-wallet:before {
  content: "\e758";
}
.icm-credit-card:before {
  content: "\e759";
}
.icm-cash-dollar:before {
  content: "\e75a";
}
.icm-cash-euro:before {
  content: "\e75b";
}
.icm-bag-dollar:before {
  content: "\e75e";
}
.icm-bag-euro:before {
  content: "\e75f";
}
.icm-coin-dollar:before {
  content: "\e762";
}
.icm-coin-euro:before {
  content: "\e763";
}
.icm-calculator:before {
  content: "\e766";
}
.icm-calculator2:before {
  content: "\e767";
}
.icm-vault:before {
  content: "\e769";
}
.icm-telephone:before {
  content: "\e76a";
}
.icm-phone-wave:before {
  content: "\e76c";
}
.icm-pushpin:before {
  content: "\e778";
}
.icm-delete:before {
  content: "\e794";
}
.icm-smartphone:before {
  content: "\e7a6";
}
.icm-smartphone-waves:before {
  content: "\e7aa";
}
.icm-tablet2:before {
  content: "\e7ac";
}
.icm-laptop:before {
  content: "\e7ad";
}
.icm-desktop:before {
  content: "\e7af";
}
.icm-power-switch:before {
  content: "\e7b8";
}
.icm-power:before {
  content: "\e7b9";
}
.icm-bubble:before {
  content: "\e7d6";
}
.icm-bubbles:before {
  content: "\e7d7";
}
.icm-bubble-dots:before {
  content: "\e7d8";
}
.icm-bubble-question:before {
  content: "\e7da";
}
.icm-bubble-text:before {
  content: "\e7db";
}
.icm-bubble-pencil:before {
  content: "\e7dc";
}
.icm-graph:before {
  content: "\e7fa";
}
.icm-chart-growth:before {
  content: "\e7fb";
}
.icm-chart-bars:before {
  content: "\e7fc";
}
.icm-chart-settings:before {
  content: "\e7fd";
}
.icm-gift:before {
  content: "\e7ff";
}
.icm-rank:before {
  content: "\e801";
}
.icm-balance:before {
  content: "\e839";
}
.icm-truck:before {
  content: "\e857";
}
.icm-cube:before {
  content: "\e874";
}
.icm-3d-rotate:before {
  content: "\e875";
}
.icm-puzzle:before {
  content: "\e876";
}
.icm-site-map:before {
  content: "\e883";
}
.icm-earth:before {
  content: "\e884";
}
.icm-wink:before {
  content: "\e88e";
}
.icm-bullhorn:before {
  content: "\e8ae";
}
.icm-lan:before {
  content: "\e8b5";
}
.icm-lan2:before {
  content: "\e8b6";
}
.icm-communication:before {
  content: "\e8c5";
}
.icm-mic:before {
  content: "\e8cb";
}
.icm-refresh:before {
  content: "\e8d3";
}
.icm-undo:before {
  content: "\e8d5";
}
.icm-redo:before {
  content: "\e8d6";
}
.icm-undo2:before {
  content: "\e8d8";
}
.icm-redo2:before {
  content: "\e8d9";
}
.icm-sync:before {
  content: "\e8da";
}
.icm-download2:before {
  content: "\e8f5";
}
.icm-upload2:before {
  content: "\e8f6";
}
.icm-bug:before {
  content: "\e90a";
}
.icm-code:before {
  content: "\e90b";
}
.icm-link2:before {
  content: "\e917";
}
.icm-unlink2:before {
  content: "\e918";
}
.icm-thumbs-up:before {
  content: "\e919";
}
.icm-thumbs-down:before {
  content: "\e91a";
}
.icm-share3:before {
  content: "\e921";
}
.icm-magnifier:before {
  content: "\e922";
}
.icm-zoom-in:before {
  content: "\e925";
}
.icm-zoom-out:before {
  content: "\e926";
}
.icm-cross:before {
  content: "\e92a";
}
.icm-menu:before {
  content: "\e92b";
}
.icm-list:before {
  content: "\e92c";
}
.icm-list2:before {
  content: "\e92d";
}
.icm-list3:before {
  content: "\e92e";
}
.icm-menu2:before {
  content: "\e92f";
}
.icm-list4:before {
  content: "\e930";
}
.icm-exclamation:before {
  content: "\e932";
}
.icm-question:before {
  content: "\e933";
}
.icm-check:before {
  content: "\e934";
}
.icm-plus:before {
  content: "\e936";
}
.icm-minus:before {
  content: "\e937";
}
.icm-percent:before {
  content: "\e938";
}
.icm-chevron-left:before {
  content: "\e93b";
}
.icm-chevron-right:before {
  content: "\e93c";
}
.icm-chevrons-expand-vertical:before {
  content: "\e93d";
}
.icm-chevrons-expand-horizontal:before {
  content: "\e93e";
}
.icm-arrow-left:before {
  content: "\e943";
}
.icm-arrow-right:before {
  content: "\e944";
}
.icm-arrow-divert:before {
  content: "\e948";
}
.icm-arrow-return:before {
  content: "\e949";
}
.icm-expand:before {
  content: "\e94a";
}
.icm-contract:before {
  content: "\e94b";
}
.icm-expand2:before {
  content: "\e94c";
}
.icm-contract2:before {
  content: "\e94d";
}
.icm-move:before {
  content: "\e94e";
}
.icm-tab:before {
  content: "\e94f";
}
.icm-expand3:before {
  content: "\e951";
}
.icm-expand4:before {
  content: "\e952";
}
.icm-contract3:before {
  content: "\e953";
}
.icm-notification:before {
  content: "\e954";
}
.icm-warning:before {
  content: "\e955";
}
.icm-notification-circle:before {
  content: "\e956";
}
.icm-frame-expand:before {
  content: "\e971";
}
.icm-frame-contract:before {
  content: "\e972";
}
.icm-grid:before {
  content: "\e975";
}
.icm-layers:before {
  content: "\e977";
}
.icm-funnel:before {
  content: "\e97c";
}
.icm-page-break:before {
  content: "\e9b3";
}
.icm-page-break2:before {
  content: "\e9b4";
}
.icm-sort-alpha-asc:before {
  content: "\e9b5";
}
.icm-sort-alpha-desc:before {
  content: "\e9b6";
}
.icm-sort-amount-asc:before {
  content: "\e9b9";
}
.icm-sort-amount-desc:before {
  content: "\e9ba";
}
.icm-ellipsis:before {
  content: "\e9e9";
}
.icm-server:before {
  content: "\e666";
}
.icm-trash2:before {
  content: "\e681";
}
.icm-broom:before {
  content: "\e683";
}
.icm-inbox2:before {
  content: "\e69d";
}
.icm-box:before {
  content: "\e69f";
}
.icm-eye:before {
  content: "\e6a5";
}
.icm-eye-crossed:before {
  content: "\e6a6";
}
.icm-floppy-disk:before {
  content: "\e6ae";
}
.icm-printer:before {
  content: "\e6b1";
}
.icm-file-empty:before {
  content: "\e6b3";
}
.icm-document2:before {
  content: "\e6d9";
}
.icm-medal-empty:before {
  content: "\e6dd";
}
.icm-film-play:before {
  content: "\e6f8";
}
.icm-picture:before {
  content: "\e70e";
}
.icm-calendar-full:before {
  content: "\e789";
}
.icm-heart-pulse:before {
  content: "\e7e8";
}
.icm-pulse:before {
  content: "\e7e9";
}
.icm-smile:before {
  content: "\e88a";
}
.icm-sad:before {
  content: "\e88d";
}
.icm-cli:before {
  content: "\e909";
}
.icm-file-code:before {
  content: "\e90c";
}
.icm-share:before {
  content: "\e91f";
}
.icm-share2:before {
  content: "\e920";
}
.icm-chevron-up:before {
  content: "\e939";
}
.icm-chevron-down:before {
  content: "\e93a";
}

/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}

.ui-pnotify-container{position:relative;left:0}@media (max-width:480px){.ui-pnotify-mobile-able.ui-pnotify{position:fixed;top:0;right:0;left:0;width:auto!important;font-size:1.2em;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;font-smoothing:antialiased}.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom-width:5px}.ui-pnotify-mobile-able .ui-pnotify-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-topleft{left:0;right:0}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright{left:0;right:0;bottom:0;top:auto}.ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,.ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow{border-top-width:5px;border-bottom-width:1px}}

.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
