/* Minification failed. Returning unminified contents.
(106,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(107,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(108,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(109,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(110,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(111,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(112,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(113,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(114,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(115,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(116,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(117,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(118,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(119,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(120,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(121,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(122,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(123,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(124,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(125,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(126,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(127,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(128,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(129,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(130,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(131,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(132,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(133,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(134,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
.shadow, .alert, .search-wrapper .search .search-field {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.shadow-down {
  -webkit-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
}

.transition-all, .collapse-arrow, .block-of-content .block-heading, .search-wrapper .search .search-button, .gallery-wrapper .content-image, .prev-link .icon, .next-link .icon, .btn-link .icon, .prev-link, .next-link, .btn-link, .btn {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gradient {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.gradient-light {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.image-render-fix, .header .navbar-brand {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*#endregion*/
/* original variables.less */
/*region basic variables for right function of template*/
/*endregion*/
.bulletin-content img {
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.event-header-img .event-txt .event-title, .news-image, #up, .btn-reset-filter, .btn-turist-web, .btn-default, .btn-primary {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form-control:focus, textarea:focus, input:focus, button:focus, select:focus {
  -webkit-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
}

.page-header-topline, .page-header, .event-card.collection-article-info, .bulletin-content .bulletin-img, .news-wrapper, .btn-link-wrapper, .menu-preview, .page-content {
  *zoom: 1;
}
.page-header-topline:before, .page-header:before, .event-card.collection-article-info:before, .bulletin-content .bulletin-img:before, .news-wrapper:before, .btn-link-wrapper:before, .menu-preview:before, .page-content:before, .page-header-topline:after, .page-header:after, .event-card.collection-article-info:after, .bulletin-content .bulletin-img:after, .news-wrapper:after, .btn-link-wrapper:after, .menu-preview:after, .page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-header-topline:after, .page-header:after, .event-card.collection-article-info:after, .bulletin-content .bulletin-img:after, .news-wrapper:after, .btn-link-wrapper:after, .menu-preview:after, .page-content:after {
  clear: both;
}

/*#region fluid-typography*/
/*#endregion*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff2121;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #3CCA61;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff3333;
  --secondary: #efc632;
  --success: #3CCA61;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff2121;
  --light: white;
  --dark: #2e2e2e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 440px;
  --breakpoint-md: 766px;
  --breakpoint-lg: 1060px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1660px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1060px !important;
  }

  .container {
    min-width: 1060px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ff3333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #efc632;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 440px) {
  .container {
    max-width: 440px;
  }
}
@media (min-width: 766px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 1060px) {
  .container {
    max-width: 1023px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1660px) {
  .container {
    max-width: 1025px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 766px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1060px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1660px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 439.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 765.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1059.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1659.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffb3b3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.4rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.4;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(60, 202, 97, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #3CCA61;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #3CCA61;
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3CCA61;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3CCA61;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a0e5b2;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #64d581;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(60, 202, 97, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3CCA61;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 33, 33, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff2121;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff2121;
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff2121;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff2121;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ffa1a1;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff5454;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 33, 33, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff2121;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 440px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff3333;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffe6e6;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff3333;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff3333;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 51, 51, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #ffb3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 179, 179, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffb3b3;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ffb3b3;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ff0d0d;
  border-color: red;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: #f20000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #efc632;
  border-color: #efc632;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #e9ba12;
  border-color: #ddb111;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 198, 50, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #efc632;
  border-color: #efc632;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ddb111;
  border-color: #d1a710;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 198, 50, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3CCA61;
  border-color: #3CCA61;
}
.btn-success:hover {
  color: #fff;
  background-color: #30b051;
  border-color: #2da64d;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3CCA61;
  border-color: #3CCA61;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2da64d;
  border-color: #2a9c48;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fa0000;
  border-color: #ed0000;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed0000;
  border-color: #e00000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.5);
}

.btn-light {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #151515;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #151515;
  border-color: #0e0e0e;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}

.btn-outline-primary {
  color: #ff3333;
  background-color: transparent;
  background-image: none;
  border-color: #ff3333;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff3333;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.5);
}

.btn-outline-secondary {
  color: #efc632;
  background-color: transparent;
  background-image: none;
  border-color: #efc632;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #efc632;
  border-color: #efc632;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 198, 50, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #efc632;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #efc632;
  border-color: #efc632;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 198, 50, 0.5);
}

.btn-outline-success {
  color: #3CCA61;
  background-color: transparent;
  background-image: none;
  border-color: #3CCA61;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3CCA61;
  border-color: #3CCA61;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3CCA61;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3CCA61;
  border-color: #3CCA61;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 202, 97, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff2121;
  background-color: transparent;
  background-image: none;
  border-color: #ff2121;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff2121;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2121;
  border-color: #ff2121;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 33, 33, 0.5);
}

.btn-outline-light {
  color: white;
  background-color: transparent;
  background-image: none;
  border-color: white;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #2e2e2e;
  background-color: transparent;
  background-image: none;
  border-color: #2e2e2e;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2e2e2e;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ff3333;
  background-color: transparent;
}
.btn-link:hover {
  color: #efc632;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #ff3333;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff3333;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffe6e6;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff3333;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff3333;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 51, 51, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 51, 51, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.4;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #ffb3b3;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 179, 179, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffb3b3;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ffb3b3;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff3333;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #ffe6e6;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff3333;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 439.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 440px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 765.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 766px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1059.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1060px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1659.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1660px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/*@import "../Vendor/bootstrap/_card";*/
/*@import "../Vendor/bootstrap/_breadcrumb";*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff3333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #efc632;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 51, 51, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

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

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

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

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

.badge-success {
  color: #fff;
  background-color: #3CCA61;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2da64d;
}

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

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

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

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

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

/*@import "../Vendor/bootstrap/_jumbotron";*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #851b1b;
  background-color: #ffd6d6;
  border-color: #ffc6c6;
}
.alert-primary hr {
  border-top-color: #ffadad;
}
.alert-primary .alert-link {
  color: #5b1212;
}

.alert-secondary {
  color: #7c671a;
  background-color: #fcf4d6;
  border-color: #fbefc6;
}
.alert-secondary hr {
  border-top-color: #f9e8ae;
}
.alert-secondary .alert-link {
  color: #524411;
}

.alert-success {
  color: #1f6932;
  background-color: #d8f4df;
  border-color: #c8f0d3;
}
.alert-success hr {
  border-top-color: #b4ebc3;
}
.alert-success .alert-link {
  color: #13421f;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #851111;
  background-color: #ffd3d3;
  border-color: #ffc1c1;
}
.alert-danger hr {
  border-top-color: #ffa8a8;
}
.alert-danger .alert-link {
  color: #580b0b;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #181818;
  background-color: #d5d5d5;
  border-color: #c4c4c4;
}
.alert-dark hr {
  border-top-color: #b7b7b7;
}
.alert-dark .alert-link {
  color: black;
}

/*@import "../Vendor/bootstrap/_progress";*/
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff3333;
  border-color: #ff3333;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #851b1b;
  background-color: #ffc6c6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #851b1b;
  background-color: #ffadad;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #851b1b;
  border-color: #851b1b;
}

.list-group-item-secondary {
  color: #7c671a;
  background-color: #fbefc6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #7c671a;
  background-color: #f9e8ae;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7c671a;
  border-color: #7c671a;
}

.list-group-item-success {
  color: #1f6932;
  background-color: #c8f0d3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1f6932;
  background-color: #b4ebc3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f6932;
  border-color: #1f6932;
}

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

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

.list-group-item-danger {
  color: #851111;
  background-color: #ffc1c1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #851111;
  background-color: #ffa8a8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #851111;
  border-color: #851111;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #181818;
  background-color: #c4c4c4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #181818;
  background-color: #b7b7b7;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 440px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1060px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 2.5px 0;
  border-top-color: #5c5c5c;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 5px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 2.5px 0.4rem 2.5px 0;
  border-right-color: #5c5c5c;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 2.5px 0.4rem;
  border-bottom-color: #5c5c5c;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 5px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 2.5px 0 2.5px 0.4rem;
  border-left-color: #5c5c5c;
}

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

/*@import "../Vendor/bootstrap/_popover";*/
.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: red !important;
}

.bg-secondary {
  background-color: #efc632 !important;
}

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

.bg-success {
  background-color: #3CCA61 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #2e2e2e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #3CCA61 !important;
}

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

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

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

.border-light {
  border-color: white !important;
}

.border-dark {
  border-color: #2e2e2e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 766px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1060px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1660px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 440px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 766px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1060px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1660px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow, .alert, .search-wrapper .search .search-field {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 766px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1060px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1660px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 440px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 766px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1060px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1660px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ff3333 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: red !important;
}

.text-secondary {
  color: #efc632 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #ddb111 !important;
}

.text-success {
  color: #3CCA61 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #2da64d !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #ff2121 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ed0000 !important;
}

.text-light {
  color: white !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6e6e6 !important;
}

.text-dark {
  color: #2e2e2e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #151515 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*@import "../Vendor/daterangepicker.scss";*/
/*@import "../Vendor/owl.carousel.scss";*/
/*@import "../Vendor/magnific-popup.scss";*/
/*@import "../Vendor/rcrumbs/rcrumbs.scss";*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 14px;
  background: url(/Modules/Common/Content/Colorbox/border.png) repeat-x top left;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
  height: 43px;
  background: url(/Modules/Common/Content/Colorbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
  width: 14px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(/Modules/Common/Content/Colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/Modules/Common/Content/Colorbox/loading.gif) no-repeat center center;
}

#cboxTitle {
  position: absolute;
  bottom: -28px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxCurrent {
  position: absolute;
  bottom: -28px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url(/Modules/Common/Content/Colorbox/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

#cboxClose:hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/*@import "../Shared/basics.scss";*/
/*@import "../Shared/fonts.scss";*/
/*@import "../Shared/typography.scss";*/
/*@import "../Shared/animations.scss";*/
/* page content */
.page-content {
  display: flex;
  margin-top: 25px;
}

.page-content-left {
  flex-shrink: 0;
  width: calc(25% - 10px);
  margin-bottom: 20px;
}
@media (max-width: 765.98px) {
  .page-content-left {
    display: none;
  }
}

.page-content-center {
  flex-grow: 2;
  flex-basis: 0;
  padding: 0 0 40px 25px;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 765.98px) {
  .page-content-center {
    padding: 0;
    padding-bottom: 15px;
  }
}

.page-content-right {
  flex-shrink: 0;
  width: calc(25% - 10px);
  margin-left: 20px;
}
@media (max-width: 765.98px) {
  .page-content-right {
    display: none;
  }
}

.embed-responsive-meteo-weather:before {
  padding-top: calc((190 / 731) * 100%);
}
@media (max-width: 1059.98px) {
  .embed-responsive-meteo-weather:before {
    padding-top: calc((220 / 472) * 100%);
  }
}
@media (max-width: 765.98px) {
  .embed-responsive-meteo-weather:before {
    padding-top: calc((300 / 394) * 100%);
  }
}
@media (max-width: 439.98px) {
  .embed-responsive-meteo-weather:before {
    padding-top: 90%;
  }
}

/*@import "../Shared/sections.scss";*/
.btn {
  outline: none !important;
  border-width: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 1.1rem;
}
.btn.fullwidth {
  width: 100%;
}
.btn:focus {
  box-shadow: none;
}
@media (max-width: 765.98px) {
  .btn {
    width: 100%;
    white-space: normal;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .btn.btn-link {
    width: auto;
    padding-left: 0 !important;
  }
}
.btn.with-arrow:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.9em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIKICAgICB2aWV3Qm94PSIwIDAgNTAgNTAiCiAgICAgc3R5bGU9IjtmaWxsOiNGRkE3MDA7IgogICAgIGNsYXNzPSJpY29uIGljb25zOC1tb3JlLXRoYW4tZmlsbGVkIj48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDE5Ljg3NSA4LjMxMjUgTCAxNy4wMzEyNSAxMS4xNTYyNSBMIDMwLjkwNjI1IDI1IEwgMTcuMDMxMjUgMzguODc1IEwgMTkuODQzNzUgNDEuNjg3NSBMIDM1LjEyNSAyNi40MDYyNSBMIDM2LjU2MjUgMjUgTCAzNS4xMjUgMjMuNTkzNzUgWiAiPjwvcGF0aD48L2c+PC9zdmc+") 50% 50% no-repeat;
  background-size: 0.9em 0.9em;
  position: relative;
  top: 0.15em;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: 0;
  font-size: 1rem;
}

.btn-primary {
  font-weight: 400;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #efc632;
  border-color: #efc632;
  outline: none;
  color: white;
}
.btn-primary:disabled, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover {
  color: #5c5c5c;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #ff3333;
  color: white;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  cursor: default;
  border-color: #e3e3e5;
  color: #5c5c5c;
  background-color: white;
}

.btn-default-outline {
  background-color: #ededed;
}

.btn-secondary {
  background-color: #efc632;
  border-color: #efc632;
  color: white;
  font-weight: 700;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #ddb111;
  border-color: #ddb111;
  outline: none;
}
.btn-secondary:disabled, .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  cursor: default;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: white;
}

.prev-link, .next-link, .btn-link {
  border: 0;
  padding: 0;
  color: #ff3333;
  font-size: 1rem;
}
.prev-link .icon, .next-link .icon, .btn-link .icon {
  color: inherit;
}
.prev-link:hover, .next-link:hover, .btn-link:hover, .prev-link:active, .next-link:active, .btn-link:active, .prev-link:focus, .next-link:focus, .btn-link:focus {
  color: #efc632;
  text-decoration: none;
}

.btn-square {
  display: flex;
  align-items: center;
  background-color: white;
  color: inherit;
  padding: 0.25rem;
  background-color: transparent;
  line-height: 0;
  border: solid 1px #808080;
}
.btn-square:hover {
  background-color: #ebebeb;
}

.btn-light {
  border: solid 1px #e3e3e5;
}

/* IMPORTED buttons.less */
.btn:focus {
  outline: none;
}

.btn-primary {
  background: #ff3333;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #efc632;
}
.btn-primary img {
  margin-bottom: 3px;
}
.btn-primary.light-txt {
  font-weight: 400 !important;
  text-transform: none !important;
}
.btn-primary.margin-top {
  margin-top: 8px;
}

.btn-search-collection {
  padding-left: 45px;
  padding-right: 45px;
}

.btn-default {
  background: white;
  font-weight: 600;
  font-size: 16px;
  color: #ff3333;
  border: solid 2px #ff3333;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 85px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  border-color: #efc632;
  background: none;
  color: #efc632;
}
.btn-default img {
  margin-bottom: 3px;
}

.btn-link {
  color: #ff3333;
  padding: 5px 0px 5px 19px;
  font-size: 14px;
  font-weight: 600;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAdUlEQVQImTXOIQ7CQAAF0ddmFQbRW2ARTSo5ASR1FXgkuqYJPQGiGhIs4QScAlmHhgSDpJjdL0f8mWwqqwZL7MUFrFHjhT7BLQoc8MYQ8MUGdxzxyaaySlcLPDDmEcxxxg9dwAzXWLDDJccJK7QYkv2GZ8qBP3jAFicP9DmOAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 10px !important;
  padding-left: 0;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #efc632;
  text-decoration: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAcUlEQVQImTXOIQ7CQAAF0cdmFQbBUXqDngASXEPwldUISOAEiOqS1BJOgOUgaJo0aSoJZvfLEX9mMb3LCgUaaREb7PDFNcMD1rhgQBsxY4sXbhhDuhmxR8ApwxXu+OEcscQjFdToAzqUOKLN9ic+OQf+UYoVO3sWi+cAAAAASUVORK5CYII=");
}
.btn-link.main-menu-more {
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: top 7px right;
  padding-right: 10px;
}

.btn-turist-web {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ff3333;
  font-weight: 600;
  font-size: 14px;
  color: white;
  border: none;
  border-radius: 0;
  padding: 9px 30px;
}
.btn-turist-web.disabled {
  cursor: default;
}
.btn-turist-web:hover, .btn-turist-web:active, .btn-turist-web:focus {
  background: #efc632;
  color: white;
}
.btn-turist-web .icon-tourist {
  margin-right: 3px;
}
.btn-turist-web .arrow-right {
  margin-left: 5px;
}

.btn-carret::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.btn-carret:empty::after {
  margin-left: 0;
}
.btn-carret.collapsed::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.btn-turist-web--navbar {
  margin-right: 15px;
}
@media (min-width: 1280px) {
  .btn-turist-web--navbar {
    margin-right: 0;
  }
}
@media (max-width: 765.98px) {
  .btn-turist-web--navbar {
    margin-top: 15px;
  }
}

.btn-reset-filter {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  width: 42px;
  height: 42px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAPFBMVEX///8jHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyBvB6fWAAAAFHRSTlMAAUFdXmRlcnR3iImLjI2O8fb4+dxNg28AAABSSURBVHheTc5RDoAgDETBRREVBbXc/67GJWXl703SFiBmjHdEAMmK92UL/lLZksJ28Zb0lrSm5vxzC/q+05Ka8y7jPkX/k4T1a5cpAPusZXnDC57/A3PyDgzgAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-reset-filter.dark {
  background-color: #ededed;
}
.btn-reset-filter:hover, .btn-reset-filter:active, .btn-reset-filter:focus {
  background-color: #efc632;
}
.btn-reset-filter.margin-top {
  margin-top: 8px;
}

.btn-reset-filter--region-collection {
  margin-left: 15px;
}

.next-link {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAdUlEQVQImTXOIQ7CQAAF0ddmFQbRW2ARTSo5ASR1FXgkuqYJPQGiGhIs4QScAlmHhgSDpJjdL0f8mWwqqwZL7MUFrFHjhT7BLQoc8MYQ8MUGdxzxyaaySlcLPDDmEcxxxg9dwAzXWLDDJccJK7QYkv2GZ8qBP3jAFicP9DmOAAAAAElFTkSuQmCC");
  padding: 13px;
  background-repeat: no-repeat;
  background-position: center right;
}

.prev-link {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAMAAADNcxasAAAANlBMVEX/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/NzqUXEd6AAAAEXRSTlMAW457q2kK/A++Ws3a/irMvYpq3+QAAAAxSURBVHheJYpHCgAwDMOcjqRz5P+frSE+GCEELgkvewGqd8Ww2YC1D63YJdM/jSb6DxlDAPIbtPDdAAAAAElFTkSuQmCC");
  background-position: center left;
  background-repeat: no-repeat;
  padding-right: 0;
  padding: 13px;
}
.prev-link:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAMAAADNcxasAAAANlBMVEX0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0LzQd3DAAAAEXRSTlMAW457q2kK/A++Ws3a/irMvYpq3+QAAAAxSURBVHheJYpHCgAwDMOcjqRz5P+frSE+GCEELgkvewGqd8Ww2YC1D63YJdM/jSb6DxlDAPIbtPDdAAAAAElFTkSuQmCC");
}

/*@import "../Shared/forms.scss";*/
.content-image .header-image {
  max-width: 300px;
  max-height: 300px;
  float: right;
  margin-right: 0;
}
@media (max-width: 1059.98px) {
  .content-image .header-image {
    width: 100%;
    max-width: 100%;
    max-height: unset;
    margin-left: 0;
  }
}

.download {
  margin-top: 35px;
}
.download h3 {
  margin-bottom: 15px;
}
.download table {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  clear: both;
  border: 0px none;
}
.download table td {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
  background: #f5f5f5;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 0px;
  border-bottom: solid 6px white;
  padding: 20px 10px;
}
.download table td a {
  font-size: 15px;
  font-weight: 400;
}
.download table td:first-child {
  padding: 0;
}
.download table td:first-child a {
  padding: 20px 10px 20px 60px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAwFBMVEX/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/////mpr/9fX/1dX/ycr/lZb/mZn/nZ3/oKD/np7/ysv/Y2T/goP/oqL/h4j/o6P/pqb/qqr/s7P/v8D/wcL/kpP/PD7/0tL/Q0b/19f/5OT/5eX/5+f/6ur/8vL/TlD/UFJVD7PUAAAAHnRSTlMAAQ8QFhcYWltiY4eIiYqLlJWlptXY2ezt7/Dx8vb5uBFRAAAA3ElEQVR4XnXSR3bDMAwE0FEYx6Qduck1jIZyT++93v9WWfCRkB3pb7EYPAwQKDMYndCOBuYAu1SaM8iPFQT0hGUTjSDpcF+awGvzv7YfNVmlCQCHM1aZNQD0WK0HqJzRav7IKFcwFFduQWGQURRuSZFhSHHtHiiGsAxebxfu4/6CgQWj5zPn3PsPI1iK388bitOYtyqK9eVy81Rs1yEv7umCu7e4Z4ve19z7Pn+h14p3EXIX9FmtD6BR08NRfX+6vvcOvKTLfd0EgZ6ybKpr/zNV2KVMNra040z++g9sUETcmWSriAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center left 25px;
  display: block;
  font-weight: 600;
  max-width: 500px;
}
.download table td:first-child a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAw1BMVEX0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L////645364Zf64pv98Mv+/PX43Ib645/0y0z53Yv65KD65KP65aX65ab65qf1z1j98Mz989X989b31Gn1zlX88tP54JXzyEb656z76rX99Nj+9+X++Ob++Oj++ev++/L87cH87sPsdcRzAAAAHnRSTlMAAQ8QFhcYWltiY4eIiYqLlJWlptXY2ezt7/Dx8vb5uBFRAAAA3UlEQVR4XnXSR3bDMAwE0FEYx6QdyUWuYTSUS3rvvdz/VFnwkZAd6W+xGDwMECgzHB/QjodmB5tUWjAo9hUE9JRVU40gybgtTeB1+V/Xj9qs0waA3TnrzFsA+qzXB1TBaLH+ZVQoGIoLd0dhkFOUbkWRY0Rx6n4oRrAMTq5u3cfrPQMLRs9nzrn3B0awFNeflxSHMW9Rlsuj1fFTeb4MeXFPF7y8xT079L7W3vfNI71OvIuQu2DAegMArYYe9pr70829Z/CSHrf1EgR6xqqZbvzPVGGTMvnE0k5y+es/tGJFCR6MZicAAAAASUVORK5CYII=");
}
@media (max-width: 1059.98px) {
  .download table td:last-child {
    display: none;
  }
}

/* artice footer */
.article-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: #808080;
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 15px;
}
@media (max-width: 765.98px) {
  .article-footer {
    flex-direction: column;
  }
}

.article-footer__item {
  display: flex;
  align-items: center;
}
@media (max-width: 765.98px) {
  .article-footer__item {
    justify-content: center;
    padding: 5px 0;
  }
}

.article-footer__icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  display: inline-block;
}
.article-footer__icon:first-of-type {
  margin-left: 10px;
}

.article-footer__icon--email {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAABdklEQVQ4jZ3TzUtVURTG4Sc5RU2CRAlqENhciKBu3ozIkGhSEn0QkQpBYDmImhRKQQ6CSLCBNKkGQRCSKBlKESR24fQ3CI7FBkFCEiE6OOvA7eQH3neyYb9n/c679tp728rRFqGz2KF2TUorfxJcxAh2xlpXA+w+xpXKXXW4hUcYxY0aYAPSyhM8Q1ee5iF68Rp3twAblFb6lcp9uANJlfkcPzGIPejbBPYC95TKN/E430wKH70KaD/q0bMO7G14lzBcbRQHsF02mFbcjsKi3uM62vGmyFhrorswhBV0Y6LK+4Cr4T2NAP+o2DLMRyuN2IvLGAvvCg7hN85jBvs2Av6KVn7gCw7gVOzBEXzCouxYzmBaNsT/Wl6SvZbZSHQYDfiK02jDR+zGfnzGQtQsFRP+xQWkskM/WfWj+igu6mCkPRHtT+QJl9GJKbzEuTWK11NzgL7hGpYTPMB32YXu3AIs13HZVevAXBKwY2jCeA3AXB3SyrtV2/xPqIkcboAAAAAASUVORK5CYII=");
}
.article-footer__icon--email:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAABfElEQVQ4jZ3T0WuNcRzH8Zf1EJ1SFqm5UHOvpHRWSDtLcjNLWFrblFIbF+KGtqbsYiUrLrQbXKiVRJZpsp6aKMffoFyLi9XmWNLi4vk+dTw2Oudz86vf5/m+n8/39/39Nnx73yl0HJs0r7lSOf2R4BSeYHOsLU3ArmGmVq0MtmAYN/AM55uAjZfK6QRuYzBPM4ZLeIgrDcAmS+V0tFatjOAyJHXmXSxiEtsw8h/YFK7WqpULuJlvJoWPHgR0FK0YWgc2Hd5p3Ks3igPYKBvMIVyMwqKeoh9H8ajIWGuiW3AHv3AOs3XeC5wN71YE+EPFluFztLIDO3EGz8PrxT58xwm8Rdu/gEvRylek2I3O2IMDeI1l2bEcwxvZEP9qeUX2Wj5Gov3YjgV0oYKX2IpdmMeXqFkpJvyJk6jKDv1I3Y9ao7ioPZH2cLQ/mydcxQBe4T661yheT3sD9A59WE1wHR9kF3qgAViug7Kr1oNPScA60I6ZJoC5ekrl9PFv01pSqB0g23MAAAAASUVORK5CYII=");
}

.article-footer__icon--fb {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAApklEQVQokd2RPQrCQBBG34a1M0VuYGlrZWlhThLTBBtPIQiCF4i5g5AybRrvIEhImSIBuxRrswvjkiK1XzM/32MYZpQxBqc4LSLgCGyB0LY/ykFxWmjgCWz41RCIYjcBAKBFvva8K1ADo4QWHnSp8qQDUPvDfWknZsBZQCtgAIwGSruPr7eNTTBh+mrnQI280wm4CTOq8qQHmDPpzyH54BfwEPXoki9S0SW+Y2BTtAAAAABJRU5ErkJggg==");
}
.article-footer__icon--fb:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAAn0lEQVQokd2RPQrCQBBGX8JayMYit7C1Mp3FHieN1xAEzyLYphQW7yBIsLRQcKsIa7ML45AitV8zP99jGGaKGCNZwbsaaIE1sEjtd5Gh4J0BLsCKX71KUWxGAACMyJfK2wNnYJDQTEE723QPABO8q9LEuYJs8O4DRAOc0j5atxT7csTUuk+BenmnLXAQZm2b7gkwZdKfQ/LBV+Ao6iEnX9V2KEias+zcAAAAAElFTkSuQmCC");
}

.article-footer__icon--twitter {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABPElEQVQ4jZ3TvUtbURjH8U/CRUpRCMEWulTs4gvdQmg6Foodq9DNSujs4uSo2E1Hlc79A0r3ltIx4pTJtuIiSEHF6GJ9Q4zDPRcul9yQ9AcPPOfl+Z7D7zmn4PMZDOJcvgqYRx1lNLGM35hCM8ITfMdrHOWANgIo0bMAuMA23hcxgefYQqUDZCwDSTSEx3iKF0UchoXRQN/ESKqgmnNLuMNSu176UQgeNfAytaEdoA08wlwOqNWul4YhQk1sWjWMic2theim4ySJ8BcfQnG/2kmSIg7w6T8g8C0NggWsitvZqy7xNQu6xRs87AO0jtMsCGbFfvWiPXxMT6RBvzCORdx0gZzgrYwNSbsfBMiM+BUP5ED+YBq72YUI77CCyS63aIk9WcNVpw0RvoSo4JX4b5XxD/viP/gT110Ocg8WBj7fgRzIdgAAAABJRU5ErkJggg==");
}
.article-footer__icon--twitter:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABOElEQVQ4jZ3TvUtcQRTG4WeXyyJiGomCjaKNidgty2opiClVsFMJ1jZWKQ2m01LFv0LEVhFLNZWVX9gIIqhoqhhdkSTFnQuXi3dZfeHAmY/zm+E9M4XawSi04Ld8FTCLr2jFIb7jBCM4jNCBbQzjJge0EkCJegLgD35iqojP6Mc+yq9AejOQRB/Qjk5Ui7gOC92BvoquVEEl55bwF/Ol6uZOIXi0h8HUhn8Buoc2TOeA7kvVzY8QYUBsWiWMic0dCFFPt0kS4QozofitOkqSIi6x9g4IbKVBMIdFcTsb1SM2sqAXfEHzG0DL+JUFwaTYr0Z0jh/piTToGJ/wDc91IHcYlbEhaXdTgIyLX3EpB3KKMZxlFyJMYAF9dW5xL/ZkCU+vbYiwHqKMIfHfasUDLsR/cBe1Ogf5D8blPt+JmHUbAAAAAElFTkSuQmCC");
}

.article-footer__icon--print {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAM1BMVEX/Nzr/////Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzo4MvFbAAAAEHRSTlMAABAgP0B/gJC/wNDf4O/wyCmohwAAAGlJREFUeF6t0EsOwzAIRVEMKa84/u1/ta1j5FaxlExyRuhKTB59IccpI4RwRNCEJ6Komqkbt1Bti0LnkvfWlgju8az0uLiKoAm/yOr4P8J5rD2+7PAe75UEiODNMSIgYwSBk5vpkk2pxw9sLA02PTTUtwAAAABJRU5ErkJggg==");
}
.article-footer__icon--print:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAM1BMVEX0x0L////0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0LcCHQSAAAAEHRSTlMAABAgP0B/gJC/wNDf4O/wyCmohwAAAGlJREFUeF6t0EsOwzAIRVEMKa84/u1/ta1j5FaxlExyRuhKTB59IccpI4RwRNCEJ6Komqkbt1Bti0LnkvfWlgju8az0uLiKoAm/yOr4P8J5rD2+7PAe75UEiODNMSIgYwSBk5vpkk2pxw9sLA02PTTUtwAAAABJRU5ErkJggg==");
}

.article-date {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 765.98px) {
  .article-date {
    text-align: center;
  }
}
.article-date .published, .article-date .actualized {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 765.98px) {
  .article-date .published, .article-date .actualized {
    margin-left: 0;
  }
}

.table-persons-layout {
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.table-persons-layout > tbody > tr > td {
  vertical-align: top;
  width: 50%;
}
@media (max-width: 1059.98px) {
  .table-persons-layout > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.table-person td {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
}
.table-person td p {
  line-height: 1.3;
  font-size: 14px;
}
.table-person td .content-image img {
  margin: 0;
}
.table-person td ul {
  padding-left: 20px;
}
.table-person td ul li {
  line-height: 1.3;
  font-size: 14px;
}
@media (max-width: 1059.98px) {
  .table-person {
    display: flex;
  }
  .table-person tr {
    display: flex;
    flex-direction: column;
  }
  .table-person tr td {
    line-height: 1.3;
    display: flex;
    flex-direction: column;
  }
  .table-person tr td a[href^=mailto] {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
  }
}

.iframe {
  border: none;
}

.iframe--full-width {
  width: 100%;
}

.gallery-wrapper {
  clear: both;
  padding-top: calc(0.8rem + 1vw);
}
.gallery-wrapper .content-image {
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  margin-bottom: calc(0.8rem + 1vw);
  padding-bottom: 56.25%;
  opacity: 1;
}
.gallery-wrapper .content-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.gallery-wrapper .content-image:hover {
  opacity: 0.8;
}

/*@import "../Shared/pagination.scss";*/
/* ======================================================================== */
/* =                              LAYOUT                                  = */
/* ======================================================================== */
/*@import "./External/bootstrap/bootstrap.less";
@import "./variables.less";
@import "./buttons.less";*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
/*#endregion*/
/*#region*/
.shadow, .alert, .search-wrapper .search .search-field {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

.shadow-down {
  -webkit-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.1);
}

.transition-all, .collapse-arrow, .block-of-content .block-heading, .search-wrapper .search .search-button, .btn, .btn-link, .btn-link .icon, .next-link, .next-link .icon, .prev-link, .prev-link .icon, .gallery-wrapper .content-image {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.gradient {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.gradient-light {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(86%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.image-render-fix, .header .navbar-brand {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*#endregion*/
/* original variables.less */
/*region basic variables for right function of template*/
/*endregion*/
.bulletin-content img {
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.event-header-img .event-txt .event-title, .news-image, #up, .btn-primary, .btn-default, .btn-turist-web, .btn-reset-filter {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form-control:focus, textarea:focus, input:focus, button:focus, select:focus {
  -webkit-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 15px -11px rgba(0, 0, 0, 0.22);
}

.page-header-topline, .page-header, .event-card.collection-article-info, .bulletin-content .bulletin-img, .news-wrapper, .btn-link-wrapper, .menu-preview, .page-content {
  *zoom: 1;
}
.page-header-topline:before, .page-header:before, .event-card.collection-article-info:before, .bulletin-content .bulletin-img:before, .news-wrapper:before, .btn-link-wrapper:before, .menu-preview:before, .page-content:before, .page-header-topline:after, .page-header:after, .event-card.collection-article-info:after, .bulletin-content .bulletin-img:after, .news-wrapper:after, .btn-link-wrapper:after, .menu-preview:after, .page-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-header-topline:after, .page-header:after, .event-card.collection-article-info:after, .bulletin-content .bulletin-img:after, .news-wrapper:after, .btn-link-wrapper:after, .menu-preview:after, .page-content:after {
  clear: both;
}

.body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  font-family: Arial, sans-serif;
}

/*zakázane oznacovani outlinu na prvcich*/
textarea:focus, input:focus, button:focus, select:focus {
  outline: none;
}

/*hack na dot dot dot - po nacteni stranky se rovnou zobrazi oriznute texty nez se nacte dotdotdot*/
.ddd {
  overflow: hidden !important;
}

/*nastavení pro tag <img>*/
.lazy-loading-img {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

/*nastavení pro background-image*/
.lazy-loading-bg-img {
  transition: opacity 0.3s ease-in, opacity 0.3s ease-in;
}

/* Customizes all icons8 at once */
.icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.credit {
  color: #565756;
}

.field-validation-error {
  color: #ff3232;
}

a .margin-top {
  margin-top: 20px !important;
}
a .margin-right {
  margin-right: 20px !important;
}
a .margin-bottom {
  margin-bottom: 20px !important;
}
a .margin-left {
  margin-left: 20px !important;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Custom page CSS
      -------------------------------------------------- */
/* Not required for template or sticky footer method. */
a.a-non {
  text-decoration: none;
}

a {
  text-decoration: none;
  outline: none !important;
  color: #ff3333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
  color: #efc632;
}

.reset-external {
  background: none;
  padding-right: 0;
}

.icon-external {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QURCgY7qPfRrwAAAKdJREFUGNOFkMENhDAMBDdHqvKDOohCBamADsI7SFSQVozEg3J4or3PXZTASbeSPyvbs7YhiVrjOLbGVyRLxRiZUuJd3nu+6qFpmsy+75jn+bHQOucaVNd16Pv+iR6GoUGoKklSVRljLL6tjkAIASKCbduwrisAYFkWAEDJGELAcRyl6bou5JzNeZ7IOZsGrar03pMkP375iK3zighE5OcbLQA45/BPb2NTh8q4xIX8AAAAAElFTkSuQmC") no-repeat scroll right center transparent;
  /* external-link.png */
  margin-left: 4px;
}

input[readonly].hasDatepicker {
  cursor: pointer;
}

/* page header */
.page-header-search {
  float: left;
  width: 364px;
}
.page-header-search.event-header {
  float: right;
  position: relative;
  top: 9px;
}

.page-header-logo {
  float: left;
  margin-bottom: 7px;
  width: 335px;
  position: relative;
}
.page-header-logo.event-header {
  width: 290px !important;
}
.page-header-logo .a-non {
  display: inline-block;
}
.page-header-logo .logo {
  margin-left: 1px;
  margin-top: 5px;
  width: 290px;
  height: 25px;
}

.translations {
  margin-left: 15px;
  display: inline-block;
  height: 23px;
  min-width: 119px;
}
.translations #google_translate_element {
  display: inline-block;
}
.translations .goog-te-gadget-simple {
  font-size: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.translations a {
  background: none;
  padding-right: 0;
  text-decoration: none;
  margin-left: 0px;
}

.divider-vertical {
  width: 0px;
  height: 28px;
  border-right: 1px solid #e0e0e0;
  margin-top: 5px;
}

.divider-vertical-left {
  margin-right: 10px;
}

/* search */
.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  background: #f5f5f5;
  border: none;
  padding: 10px;
  padding-left: 15px;
  font-size: 16px;
}
@media (max-width: 1059.98px) {
  .search-form input {
    box-shadow: 0px 0px 3px -1px;
  }
}
.search-form input::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  font-size: 14px;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  font-size: 14px;
}
.search-form input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
}

#main-search {
  position: absolute;
  right: 0px;
  top: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA9ElEQVQokX3RoU4DURCF4a8VgMI1wYDnCXaz66jrEzSoCgQERMGQECQeEASqCIIgcAhQ4DbZ14AQHLIK6CC6m5Y09CRX3LnnP5mZ24gIIM27OEQLDXziQlkMTKlZmc9wh2d00MYDrqT57TQgkqwbSRaRZOsR4c9JspXqrV/XRJJ9RJKdzpgn0G4k2bC+N7GAc//rHkNpvlbPEPiaA4wqT7MGGtieA3SwjLcaOMKxNG/NWNN8CQPsKIsRNCJCtbpN7OMJP9jAifG/tJXFywQYp+3hAItV/ncFvOMRPWVxMwEmbayiqSxep2o9XKM/C/ynNN/C5S8IGXmj2OKUswAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 36px;
  padding: 0;
}
#main-search:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA/ElEQVQokX3RrU4DURCG4WcrgGQTXBMMXABXsLrH9QoaVAUCkgqKISFIsKQIAlUEQRA4BKiDZe8ADSEBg2MVP4tgt9mU0E/Oed8zk5mkLEtQ5KGHHbSR4A3HaRbHGmlV8AiXiOgi4BqnRR4umkLyft/pVfBqmsWH5mORhyW8YJhmcVR3OMRoGoY0i68Y4KA50hyOpuFGrlAUeViphRIfM4TvimnVQoKNGUIXi3iqhV3sFXloT5NFHhYwxmaaxW9IyrJUrW4NQ9ziCx3s+71LSLN4NxGq3wbYxnzV4LMSnnGDfprF84nQGGMZrTSLj41aH2fY+iP8lyIP6zj5AW32Wa3fg7OKAAAAAElFTkSuQmCC");
}

.extended-search {
  position: absolute;
  bottom: 5px;
  right: 115px;
  font-size: 12px;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* link to TOP */
#up {
  position: fixed;
  z-index: 1000;
  right: 50px;
  bottom: 50px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAA2FBMVEX/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/QkX/xsb/Xl//0tP/////09P/x8e64T+WAAAAQHRSTlMAAQIDBgcJJCUtLi8zNj4/VVZXWFtcYmZsbW5vh4uMjpydnp+hoqOkpaa/wMPE3N3e3+Dh4+Tl6uvs7e7x8/n64G7dhgAAAXpJREFUeF6l1mtbgjAUwPGzzVumYZZoXkqkMg2li5oa1AG1vv836nmIR0M33Nb//e8FGzsbcGKlZtd58RH9F6fbKjGQiJxZS0y0tM7IEZSpu8hpXM+kIGJOUNDEJCKVdzAlJ89XFQ9T8yocRDt4tA7dV6yPEj2wpCK3KNUdSbA2Stb+q85RuupO5T155m33gQxRoSGJ2SUqVYOo3FSNzXIRa6BijejLxqrMJQBgoHIGAFjqzAIgb+psTuAENSrClQ5rgq3DbHBQUBCGAQpy4Fmk1pvNWuSewBeqr7XQLUCsgkDoPvgsAjHmM1+sxG7BXZIwUrH7xsOeuRuw2i19EK54G6C73U29n6uow06BzHUOjt4x1RwKmiNIa+Bd/Y7XmdZ4hZoaq2ldHY8E4goqF1UBtlXl2cX/L2Eg93KqTyARG8ioAYO96PVxdUO1Hk+aTzVB1JyK0NSkIC7Lf4a69SykRw17/9FrGxQkYuVWb/Tq4+e7O+q1ygwO+wGqLDsuMYRRTwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  display: none;
}
#up:hover {
  opacity: 0.8;
}

/* main menu */
.main-menu-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.main-menu-wrapper .menu-level-0 {
  padding-left: 5px;
  padding-right: 5px;
}
.main-menu-wrapper .main-link-1 .menu-title {
  background: #ff3333;
}
.main-menu-wrapper .main-link-2 .menu-title {
  background: #ec7a1a;
}
.main-menu-wrapper .main-link-3 .menu-title {
  background: #d67f3d;
}
.main-menu-wrapper .main-link-4 .menu-title {
  background: #efc632;
}
.main-menu-wrapper .menu-preview, .main-menu-wrapper .menu-more {
  background: #f5f5f5;
}
@media (max-width: 1059.98px) {
  .main-menu-wrapper .menu-preview, .main-menu-wrapper .menu-more {
    display: none;
  }
}

.main-menu {
  font-size: 12px;
  font-family: Arial;
  width: 100%;
}
@media (max-width: 765.98px) {
  .main-menu {
    display: none;
  }
}

.main-menu ul {
  list-style: none outside none;
  margin-left: 0;
}

.main-menu li.menu-level-0:first-child {
  margin-left: 0px;
}

.menu-level-0 {
  position: relative;
}

.menu-level-0 > a {
  display: block;
  text-decoration: none;
}
.menu-level-0 > a:hover {
  opacity: 0.8;
}

.menu-level-0 li {
  float: left;
  line-height: 22px;
}

.menu-level-0 li a {
  padding: 0px 6px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
}
.menu-level-0 li a:hover {
  text-decoration: underline;
}

.menu-level-0 li:last-child a {
  border-right: 0;
}

.menu-img {
  z-index: 30;
  width: 100%;
}

.menu-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: white;
  text-transform: uppercase;
}

.menu-preview {
  padding: 10px 6px 3px 6px;
  z-index: 50;
  height: 80px;
  overflow: hidden;
  margin-bottom: 0;
}

.menu-more {
  font-weight: normal;
  padding: 8px 10px 15px 12px;
}

.page-content h2 {
  font-size: 17px;
  color: #808080;
  padding-bottom: 10px;
}

.page-content h3 {
  margin: 20px 0 10px 0;
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}

input.search-field {
  margin-bottom: 0;
  margin-top: 1px;
}

/* ======================================================================== */
/* =                               INDEX                                  = */
/* ======================================================================== */
.btn-link-wrapper {
  background: #f5f5f5;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.btn-link-wrapper.without-bg {
  background: none;
}

/* ======================= page content left bar ==========================   */
.panel-bottom-margin {
  margin-bottom: 35px;
}

.events {
  background: #f5f5f5;
  padding-top: 15px;
  min-height: 300px;
}

.events li {
  margin-bottom: 20px;
  line-height: 16px;
}

.events ul {
  list-style-type: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.events ul a {
  font-weight: 400;
  font-size: 14px;
}

.last-gallery-preview {
  display: block;
}

.last-gallery-preview-img {
  width: 100%;
  padding-bottom: 75%;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.last-gallery-preview-title {
  padding-top: 10px;
  line-height: 16px;
  background: #f5f5f5;
  padding: 15px;
  height: 65px;
}

.gallery-more {
  position: relative;
}

/* ======================= page content center ========================== */
.news {
  /*margin-bottom: 20px;*/
  min-height: 139px;
  margin-bottom: 15px;
  display: block;
}
.news:hover {
  text-decoration: underline;
}
.news:hover .news-image {
  opacity: 0.8;
}

.news-image {
  display: block;
  width: 120px;
  height: 120px;
  float: left;
  overflow: hidden;
  position: relative;
}

.news-image img {
  /*min-width: 95px;*/
  /*min-height: 95px;*/
}

.news-content {
  margin-left: 20px;
  float: left;
  width: 290px;
  margin-bottom: 20px;
}

.list-content .news-content {
  width: 570px;
}

/*.list-content .news-content-annotation {
    height: auto;
    max-height: 70px;
}*/
.news-content-date {
  padding-top: 6px;
  font-size: 11px;
  color: #000000;
}

.news-content-title {
  max-height: 50px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}

.news-wrapper {
  margin-bottom: 25px;
}

.content-more-index-news {
  margin-top: 25px;
}

/* ======================= page content right bar ========================== */
.bulletin-content {
  width: 100%;
  padding: 20px 15px;
  background: #f5f5f5;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.bulletin-content .icon-read {
  display: block;
  position: absolute;
  bottom: 20px;
  right: -35px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABRCAMAAACdUboEAAACf1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATBAQjBwc5DAw/DQ1IDw9dExRhFBVtFhdxFxh3GBp6GRqTHh+YHyGbICKcICKtIyW2JiexJCa4Jii5Jii6Jym7JynZLTDZLTDcLTDcLTDdLTDdLTDeLjHjLzLjLzL0MzX0MzX0MzX0MzX1MzX1MzX2MzX3Mzb3Mzb3Mzb3Mzb3Mzb5NDf7NDf7NDf7NDf7NDf+NTj+NTj+NTj/NTj/NTj/NTj/Njn/Njn/Njn/Njn/Njn/Njn/Njn/Nzr/Njn/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/////Nzr/5eX/TE7/hof/mJj/pKT/paX/q6v/rq7/uLn/PD7/8vL/a2z/m5v/VVf/YGH/aGn/U1X/X2D/mpr/zc7/oaH/Skz/ycr/bW//R0n/dHX/SEr/env/hIX/OTz/kpP/ODv/PT//ysv/oKD/T1H/oqL/QEP/VFb/pqb/TU//Vlj/r6//V1n/ubr/wcL/x8j/QkX/Rkj/zM3/YmP/zs//0dL/1dX/2tr/Z2j/6ur/7+//dXb/9PT/+fn/RUf/t7j/lJX/lZb/urv/u7z/vL3/lpf/w8T/xcb/bW7/REb/PkH/np7/Q0b/dnf/z9D/0NH/UVP/o6P/1tb/2Nj/2dn/goP/3t7/39//4eH/4uL/4+P/amv/5+f/6Oj/6en/S03/h4j/8fH/iYr/8/P/bG3/9vb/sLD/+vr/+/v//Pz//f3//v7/srL/TlD/UlTLSEBCAAAAZXRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHR8hIiUoKSwtLzA4ODk6RUhISktMTWdobW5wcXJ7fJ2eoKGio6WmqaqrrKy2uLm6v8DBz9DR3d7f4Ofo6e7u7/P09fb3+vv9/u99NmgAAAVaSURBVHhetZlnexNHF4ZDInnVtavd1a7WYKqBBIPBTl6/jg2E4oQSQcCBRBBKsM/IvfdG7733Tnrvvfdef1Bmh0ULGo1WBT0ftPvhXPf1nDkzszNH96SkUTdlEZUO6t6byhZ8i3Xf7SLcjKgxms1mx8rTpb/YbDFqBjxCy+M4h8Ph1IWfHJdHqBTTkkfcYWecw+lyuT235Ha5nA4OuyVOaSbbH+HpOLfH6/P5eZ4XBAH/+n0+r8eNoYRJ+2Qb1HnYHcbxQkCUJFkOBoOyLEliQOAxFDvFzNRsmjy3B+NEKaioIU3L16VpIVUJSiKGetwmMxWDeRzhBaSgqo0uKq8Ir4xsQpsiK8MV5UWjNTUoBQiTy7OySYDEoAvzRFnRJvxvUQTdqciisgmaIouY6SI2KSQNxAa9fEBWtekLN6JE2rhwuqbKAd6LbVJIGkgMCpKizQgjtsIzNEUSiE0KSQO9/oAcmjivBiVTzbyJITng9yZDxoC8qGila5CV1pRoisjHkMmAklIwG6Wi2QWKRCFpoCCphU+g1LSiUJUEE0lNbJudOFSnVqNUVT1VJS7tNn1eUhbtHAFOWY1S1+opBMnZiUkqZ6fHLyqFq1A6WlWoiH6Pk8obE/Egun0BpWA5Sk/LC5SAz42HEhPpnAVZm4PS1VxNFqi8jZx5KVSC0ldJSOKNvO+wSHKeHMmAuHYyyZuYjBF1i15e1h5FmegxTea9uskY0bAoqsW1GRFri1XRMBlLmoyirD2OMlMYm/Q4zXLfLDQexSKUqYrwSLq4mEkyF3GhtSrE0o3G63D9gzcQS1UaLjeekyaRc3qF4PgNiKF/PoPzL52HTw+zAjaMDwpeJ0eIpNJ2Tq9LGdNhFLbtQru2QfQGK+T/em04O6k2GUaS9BJW+Hb4njx/hE9YIUtI2sZAkkrjpMesY4UP/1RHnofbh1kh68fgtPVqG0RS6ZmIpQufv0meb389wIyZRaptEMncEdVyRKvuq75jm9v6/+xBun6GnW2bj/V11CFaD6simT8G0eH2S6EKOmzoImBdi8KZXoTQwQH45hfA+mgrHVoZkvxuh0E0ChOmw47AF83NJ96LAsCv2/8GgOi7J5qbv4QuOjRslGZUrNSy9iQd9i90Eqsj9a0A0Fo/MoSw3oL36dCVmmwUWyeSRZ0focMOw6ttxms91Btvu1+DBDP9qXyytE2iEMx/lg5rANhjTOoReB0Rnd4D0ECHrssPCvFERAsu7IUmRPQOXEVEh2Dvh4BoEaKlR9iPYDiOuOcv1AhMj1bjCOcGoT+O2AmD58BiHNm1fuUKPNcWR9zdCldeoEOrzVonm4+nLh9HyCQaevnyKdZ8tFwzR6AxAfEQdLHXjMW6PgjNCYgt0Guxro29Z1Yi4v6EHnuT7j3m/rg+QdbRow0d+xDWVdiiP/Z1NByNQhd7f7TYw7cO/AFYP7T07eiBnh3dLe2A9fuZ00n3cPM78yCidOBs95bGFz8GONn0W9NJgIvHB692nz1ABz5kfmduS3sc87NwqfMaALT3X2IFrBtnJB33vV6AmPru+W93DiGmFpjf69ycKcxzTzhD4DLz3BN3NpuZ4dlspnk2y8H58W6fcelzeGkGxFLzHJ7orjA3beAj1F3hLt5ncnTnou+FD6R1L7yfuhfm5O5K369XZHm/pnsAY1O7Hc4ZS/UAsutTlDL6FIxeyqT5Fr2U+ZOoXopVv6d4KXvfqF1aTPV7UulJTati9KSqprF6UtZ9s7LFkfh9YbFl38y6t1e5rPrpZ1DN2upllYzeXu77j9n3SHPfx82+15z7fnj2Pfvc/6+Q+/8+aKWD+g9syU6CfZG9JgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center;
  width: 81px;
  height: 81px;
}
.bulletin-content .bulletin-img {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  background: none;
}
.bulletin-content .bulletin-img:hover {
  opacity: 0.8;
}

.bulletin-content img {
  max-height: 195px;
}

.bulletin-content .bulletin-content-link-pdf {
  position: absolute;
  top: 50px;
  left: 154px;
}

.bulletin-content-link-online {
  position: absolute;
  top: 102px;
  left: 145px;
}

.partners {
  margin-bottom: 40px;
}

.bulletin-content--magazine .bulletin-img, .bulletin-content--magazine img {
  max-width: 100%;
}

/* ======================================================================== */
/* =                               PAGE                                   = */
/* ======================================================================== */
/* ======================= left submenu ========================== */
.left-submenu {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.left-submenu a {
  display: block;
  padding: 8px 25px;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
}
.left-submenu a:hover {
  color: #ff3232;
}
.left-submenu > ul {
  margin: 0;
  padding: 0;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 0;
  list-style: none;
  /*.show-submenu {
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAATElEQVQImUXKOw2AMABF0cNHQIMBSHCBEvCAGIbOjFAlTdCBDBaWEt54z6vGfjgQkf2bsNYFUgkfJMSmC+HGhRMPNszIbXlnLNg/gBcWJQ4IP1h5rwAAAABJRU5ErkJggg==');
      background-repeat: no-repeat;
      background-position: top 13px right 15px;
  }*/
}
.left-submenu > ul .active a {
  color: #ff3232;
}

.show-submenu {
  background-color: #ebebeb;
  padding: 6px 0;
  margin: 2px 0;
}

.left-submenu > ul > li > ul {
  display: none;
}

.left-submenu > ul > li.show-submenu > ul {
  display: block;
}

.show-submenu > ul {
  padding-left: 40px;
}
.show-submenu > ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAQklEQVQImV3IsQ1AQBiA0Xc3iDWOvzaIhLFsQqHCQurTSITXfMmXaokGMzocmFItsaD32jJaX5Fx/uaeMWLF9XS4AbCGC/YvcVZdAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: top 10px left;
  list-style: none;
}
.show-submenu > ul li.active a {
  color: #ff3232 !important;
}
.show-submenu > ul a {
  color: #585858 !important;
  padding-left: 15px;
}
.show-submenu > ul a:hover {
  color: #ff3232 !important;
}

.left-submenu-id-3 ul > li > ul {
  padding-left: 25px;
}
.left-submenu-id-3 ul > li > ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAQklEQVQImV3IsQ1AQBiA0Xc3iDWOvzaIhLFsQqHCQurTSITXfMmXaokGMzocmFItsaD32jJaX5Fx/uaeMWLF9XS4AbCGC/YvcVZdAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: top 10px left;
  list-style: none;
}
.left-submenu-id-3 ul > li > ul li.active a {
  color: #ff3232 !important;
}
.left-submenu-id-3 ul > li > ul li a {
  color: #585858 !important;
  padding-left: 15px;
}
.left-submenu-id-3 ul > li > ul li a:hover {
  color: #ff3232 !important;
}

.left-menu-bottom {
  height: 20px;
  position: relative;
  top: -10px;
}

.left-menu-bottom-bg {
  background: url("data:image/png;base64,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") repeat;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
}

li a.border-none {
  border: none;
}

.catalog-up-link {
  margin-bottom: 20px;
}

/* ======================= breadcrumbs ========================== */
#breadcrumbs {
  font-size: 12px;
}
#breadcrumbs a {
  font-weight: bold;
  padding: 3px 0px;
  font-size: 12px;
  display: inline-block;
}
#breadcrumbs .navigation-breadcrumb {
  display: inline-block;
}
#breadcrumbs .navigation-breadcrumb:last-child {
  margin-top: 3px;
}

.breadcrumbs-event {
  float: left;
}

.breadcrumbs-arrow {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUODSkpRGfJxgAAAB5JREFUGNNjYEAD586d+89ADKCdQkaidZBtJW0UAACJjB6zWhtbigAAAABJRU5ErkJggg==") no-repeat scroll center center transparent;
  padding: 0 7px;
}

/* ======================= main content ========================== */
.main-content h2 {
  margin: 20px 0 15px 0;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 765.98px) {
  .main-content h2 {
    font-size: 23px;
    line-height: 1.2;
  }
}
.main-content h3 {
  margin: 40px 0 10px 0;
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 765.98px) {
  .main-content h3 {
    font-size: 19px;
  }
}
.main-content h4 {
  margin: 40px 0 15px 0;
  font-size: 23px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 765.98px) {
  .main-content h4 {
    font-size: 18px;
  }
}
.main-content h5 {
  margin: 30px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 765.98px) {
  .main-content h5 {
    font-size: 16px;
  }
}
.main-content p {
  line-height: 1.6;
  font-size: 16px;
}
.main-content a, .main-content table {
  font-size: 16px;
}
.main-content ul li, .main-content ol li {
  font-size: 16px;
}
.main-content strong {
  font-weight: bold;
}
.main-content #main-content-text {
  position: relative;
  /*top: -40px;*/
}
.main-content #main-content-text.small .resizer .small a, .main-content #main-content-text.medium .resizer .medium a, .main-content #main-content-text.large .resizer .large a {
  color: #000000;
  font-weight: bold;
}
.main-content .resizer {
  list-style: none;
  display: inline;
  margin-left: 10px;
  padding-left: 0;
  font-size: 12px;
}
.main-content .resizer li {
  display: inline;
}
.main-content .resizer li a {
  padding: 5px 7px;
}
.main-content .small {
  font-size: 14px;
}
.main-content .small p {
  font-size: 14px;
}
.main-content .medium {
  font-size: 16px;
}
.main-content .medium p {
  font-size: 16px;
}
.main-content .large {
  font-size: 18px;
}
.main-content .large p {
  font-size: 18px;
}
.main-content .divider {
  height: 15px;
}
.main-content .font-size-settings-box {
  font-size: 12px;
  color: #000000;
  padding-bottom: 10px;
}
.main-content .font-size-settings-box-event {
  display: inline-block;
}
.main-content .font-size-settings-box .resize-text {
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
}
.main-content .font-size-settings-box .active {
  font-weight: bold;
}
.main-content .font-size-settings-box .m {
  font-size: 10px;
}
.main-content .font-size-settings-box .l {
  font-size: 12px;
}
.main-content .font-size-settings-box .xl {
  font-size: 15px;
}
.main-content .main-content .annotation {
  font-weight: bold;
}
.main-content .main-content-footer {
  font-size: 14px;
  color: #575857;
  padding-top: 10px;
}
.main-content .main-content-footer-share span {
  margin-right: 20px;
}
.main-content .main-content-footer-share {
  margin: 20px 0;
}
.main-content .main-content-footer-date {
  margin: 10px 0;
}
.main-content .updated {
  margin-left: 20px;
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: -5px;
}
@media (max-width: 1059.98px) {
  .main-content p, .main-content h3, .main-content h4, .main-content h5 {
    text-align: initial !important;
  }
}

/* ======================================================================== */
/* =                               TABLES                                 = */
/* ======================================================================== */
.table thead {
  margin-bottom: 10px;
}
.table thead th {
  background: #f5f5f5;
  padding: 15px !important;
  border-bottom: solid 3px #ededed !important;
  font-size: 15px;
}
.table tbody:before {
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
.table tbody tr td {
  background: #f5f5f5;
  border-bottom: solid 6px white;
  border-top: none;
  padding: 10px 15px;
  font-size: 14px;
}

/* ======================================================================== */
/* =                               EVENT                                  = */
/* ======================================================================== */
.event-card {
  width: 100%;
  height: 210px;
  background-color: #f5f5f5;
  margin-bottom: 25px;
  padding: 10px;
}
.event-card.collection-article-info {
  height: auto;
}
.event-card.collection-article-info .event-card-inner {
  padding-top: 10px;
  padding-bottom: 15px;
}
.event-card.collection-article-info .parameter {
  font-size: 13px;
  padding: 2px 0;
}
.event-card.collection-article-info strong {
  padding-right: 15px;
  font-weight: 600;
}
.event-card-inner {
  padding-left: 20px;
  max-width: 460px;
  float: left;
}

.event-card .title {
  color: #616261;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 3px;
}

.event-card .date .date-weekday {
  font-weight: bold;
  font-size: 15px;
}
.event-card .date .date-fulldate {
  font-size: 15px;
  font-weight: 400;
}

.event-card .location {
  font-weight: bold;
  font-size: 15px;
}

.event-card .category {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.event-card-image {
  float: right;
  width: 172px;
  height: 172px;
  overflow: hidden;
  margin-top: 18px;
  margin-right: 18px;
}

.event-card-image img {
  min-width: 174px;
  min-height: 174px;
}

/* ======================================================================== */
/* =                               CONTACTS                               = */
/* ======================================================================== */
table thead .headrow th {
  border-bottom: none !important;
}
table.contacts thead th {
  padding: 5px !important;
  vertical-align: top;
}
table.contacts thead th .btn-primary {
  width: 100%;
}
table.contacts thead .headrow th {
  padding: 12px 5px !important;
  height: 40px;
}
table.contacts tbody td {
  vertical-align: middle;
}

.table input, .table select, .event-calendar-list input, .event-calendar-list select {
  margin-bottom: 0;
  border: none;
  background: #ededed;
  padding: 10px;
}

.contact-line {
  width: 40px;
}

.contact-line input[type=text] {
  width: 30px;
}

.table td {
  vertical-align: middle;
}

.collumn-head {
  font-weight: bold;
}

/* ======================================================================== */
/* =                               DOCUMENTS                              = */
/* ======================================================================== */
.document-content {
  padding: 1px;
}

.table select {
  margin-bottom: 0;
  position: relative;
  top: 3px;
}

/* ======================================================================== */
/* =                               CALENDAR EVENT LIST                    = */
/* ======================================================================== */
.form-filter {
  max-width: 100%;
  display: table-row;
  padding-bottom: 20px;
  height: 80px;
}
.form-filter .form-group {
  display: table-cell !important;
  margin-left: 10px;
  padding-right: 15px;
}
.form-filter .form-group label {
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}
.form-filter .form-group:last-child {
  padding-right: 0;
}
.form-filter input.hasDatepicker {
  padding: 12px;
  border: none;
  background: #ededed;
  max-width: 130px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.form-filter select {
  padding: 13px;
  border: none;
  background: #ededed;
  margin-left: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.form-filter .category-pick select {
  width: 225px;
}

span.add-on {
  padding-bottom: 0;
}

.calendar-table {
  margin-top: 10px;
}

.input-append .add-on {
  margin-left: -5px;
}

.calendar-filter-text {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.event-calendar-list #filter {
  /*margin-bottom: 10px;*/
}

/* ======================================================================== */
/* =                               CATALOG                             = */
/* ======================================================================== */
.catalog-table .f_Name {
  width: 270px;
}
.catalog-table .f_Name input {
  width: 100%;
}
.catalog-table #f_Tag {
  margin-right: 15px;
  padding: 12px;
  height: 41px;
}

/* ======================================================================== */
/* =                               PAGINATION                             = */
/* ======================================================================== */
.pagination {
  display: block;
  text-align: center;
}

.pagination div {
  width: 100px;
}

.pagination .showing {
  margin: auto;
}

.pagination .prev-page {
  float: left;
  position: relative;
  top: -20px;
}

.pagination .next-page {
  float: right;
  position: relative;
  top: -20px;
}

/* ======================================================================== */
/* =                               GALLERY                                = */
/* ======================================================================== */
.gallery-container {
  margin-bottom: 70px;
}

.photo-gallery .box .image img {
  width: 100%;
}

#cboxCurrent {
  bottom: -28px;
}

.box {
  width: 173px;
  margin: 2px;
  float: left;
}

/*.box img {
    width: 120px;
    max-height: 200px;
    max-width: 200px;
}*/
/* ======================================================================== */
/* =                               PRINT                                  = */
/* ======================================================================== */
@media print {
  body * {
    visibility: hidden;
  }

  .content-wrap * {
    visibility: visible;
  }

  .content-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }

  .font-size-settings-box, .font-size-settings-box *, .main-content-footer-share, .main-content-footer-share * {
    visibility: hidden;
  }

  h1, .page-header {
    position: static;
  }

  h1 {
    display: none;
  }
}
/* ======================================================================== */
/* =                               COLORBOX                               = */
/* ======================================================================== */
/*#cboxTitle {
    text-align: justify !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
    background-color: #333 !important;
    opacity: 0.6 !important;
    filter: alpha(opacity=75) !important;
    color: #fff !important;
}*/
.title-after-colorbox {
  z-index: 10000;
  position: absolute;
  width: 50%;
  text-align: center;
  color: white;
  left: 25%;
}

.mayor-detail {
  background-color: #f5f5f5;
  padding: 25px;
  margin-bottom: 40px;
}
@media (max-width: 765.98px) {
  .mayor-detail {
    padding: 20px;
  }
}
.mayor-detail .content-image img {
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}
.mayor-detail .topline {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 380px) {
  .mayor-detail .topline {
    flex-direction: row;
  }
}
.mayor-detail .topline .mayor-date {
  display: inline-block;
  margin-right: 15px;
}

h2.mayor-detail-title {
  font-size: 23px;
  margin: 30px 0 18px 0;
}

.mayor-letter-headline span {
  position: relative;
  top: -10px;
}

.mayor-old-articles {
  margin-bottom: 30px !important;
}

/* ======================================================================== */
/* =                               FORMS                                  = */
/* ======================================================================== */
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .control-label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 5px;
  padding-top: 0;
}

.form-control {
  background: #ededed;
  border: none;
  padding: 10px;
  padding-left: 15px;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 600;
  color: black;
  line-height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #bababa;
  font-size: 12px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #bababa;
  font-size: 12px;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #bababa;
  font-size: 12px;
}
.form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #bababa;
  font-size: 12px;
}
.form-control:focus {
  outline: none;
}

@media (min-width: 766px) {
  .collection-region.collapse {
    display: block;
  }
}

.form-collection-region {
  background: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 30px;
}

/* ======================================================================== */
/* =                               EVENT HEADER IMG                       = */
/* ======================================================================== */
.event-header-img {
  float: left;
  width: 330px;
  position: relative;
  bottom: 9px;
  display: block;
}
.event-header-img:hover .event-txt .event-title {
  color: #efc632;
}
.event-header-img .event-img {
  float: left;
  width: 23%;
}
.event-header-img .event-img img {
  height: 70px;
}
.event-header-img .event-txt {
  float: left;
  width: 77%;
  padding-left: 10px;
  padding-top: 16px;
}
.event-header-img .event-txt .event-title {
  font-weight: 600;
  color: #303030;
  font-size: 15px;
}
.event-header-img .event-txt .event-date {
  color: #808080;
}

/* ======================================================================== */
/* =                          COLLECTION REGION                           = */
/* ======================================================================== */
.collection-region-table tr th:first-child, .collection-region-table tr td:first-child {
  width: 500px;
}

/* ======================================================================== */
/* =                          COLLECTION REGION                           = */
/* ======================================================================== */
.banner-event {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.banner-event__img {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.banner-event__img .event-img {
  max-height: 40px;
  margin-right: 5px;
}

.banner-event__body {
  position: relative;
  z-index: 2;
  color: white;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 15px;
}

.banner-event__link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.banner-event__link .event-link {
  display: inline-block;
  background-color: #ff3232;
  line-height: 26px;
  color: white;
  padding-right: 30px;
  padding-left: 15px;
}

.banner-event--bg-img {
  position: relative;
  background-image: url("/Themes/CervenyKostelec/Content/images/festival-img.jpg");
  background-size: cover;
  background-position: center;
  height: 50px;
}
.banner-event--bg-img:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
}

.content-image img {
  margin: 7px;
  display: inline-block;
}

.pull-right {
  float: right;
}

/*#region left waste banner*/
.waste-banner {
  max-width: 100%;
  display: block;
  margin-bottom: 35px;
}

.waste-banner__image {
  width: 100%;
  height: auto;
}

/*#endregion*/
/*@import "../Shared/lists.scss";*/
/*@import "../Shared/sidebar-menu.scss";*/
.footer {
  background-color: #f5f5f5;
  font-size: 13px;
}

.footer__row1 {
  padding: 40px 20px;
}
@media (max-width: 765.98px) {
  .footer__row1 {
    text-align: center;
  }
}

.footer__row2 {
  padding: 20px;
  border-top: solid 1px #e3e3e5;
}
@media (max-width: 765.98px) {
  .footer__row2 {
    text-align: center;
  }
}

.footer__logo {
  max-width: 264px;
  width: 100%;
  height: 24px;
}

.footer__nav {
  display: inline-block;
  float: right;
  position: relative;
}
@media (max-width: 765.98px) {
  .footer__nav {
    float: none;
    margin-top: 10px;
  }
}

.footer__nav--row1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  top: 5px;
}
@media (max-width: 765.98px) {
  .footer__nav--row1 {
    flex-direction: column;
  }
}

.footer__nav-link {
  display: block;
  font-size: 13px;
  padding: 10px 0px;
  margin-left: 15px;
  color: #000000;
}
@media (max-width: 765.98px) {
  .footer__nav-link {
    margin-left: 0;
  }
}

.mce-content-body .embed-responsive--mce {
  max-width: 600px;
  position: relative;
}
.mce-content-body .embed-responsive--mce:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/Themes/CervenyKostelec/Content/dummy-iframe.png");
}

/*@import "../Shared/language-switcher.scss";*/
/*#region fulltext search*/
.search-wrapper {
  float: right;
  position: relative;
  min-width: 60px;
  min-height: 60px;
  z-index: 10;
  /*border-right: $default-border;*/
}
@media (max-width: 1279.98px) {
  .search-wrapper {
    position: absolute;
    right: 50px;
    min-height: 40px;
    min-width: 40px;
    margin-right: -10px;
    border-left: none;
  }
}
.search-wrapper .search .open .search-field {
  width: 350px;
  padding: 0 25px;
  height: 60px;
  border: none;
  opacity: 1;
  background: #f5f5f5;
  font-size: 14px;
}
.search-wrapper .search .open .search-field::-webkit-input-placeholder {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
}
.search-wrapper .search .open .search-field:-moz-placeholder {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
}
.search-wrapper .search .open .search-field::-moz-placeholder {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
}
.search-wrapper .search .open .search-field:-ms-input-placeholder {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 765.98px) {
  .search-wrapper .search .open .search-field {
    width: 154px;
  }
}
@media (max-width: 1279.98px) {
  .search-wrapper .search .open .search-field {
    height: 40px;
  }
}
.search-wrapper .search .open .search-button {
  background-color: #ff3333;
  color: white;
}
.search-wrapper .search .search-field {
  box-sizing: content-box;
  width: 0;
  position: absolute;
  right: 60px;
  background-color: white;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 60px;
  color: #000000;
  opacity: 0;
}
@media (max-width: 1279.98px) {
  .search-wrapper .search .search-field {
    height: 40px;
    right: 40px;
  }
}
.search-wrapper .search .search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 0;
  color: #ff3333;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1279.98px) {
  .search-wrapper .search .search-button {
    height: 40px;
    width: 40px;
    color: black;
    padding: 0 !important;
  }
}
.search-wrapper .search .search-button .icon {
  bottom: -1px;
}
.search-wrapper .search .search-button:hover {
  background-color: red;
  color: white;
}
.search-wrapper .search .search-button:focus {
  color: #efc632;
}

/*#endregion*/
/*#region autocomplete */
.autocomplete-suggestions {
  text-align: left;
  background: #f3f3f3;
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 300px;
  overflow-y: auto;
  padding: 25px;
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
}
.autocomplete-suggestions .autocomplete-item {
  list-style-type: none;
}
.autocomplete-suggestions .autocomplete-item.selected a {
  color: #ff3333;
}
.autocomplete-suggestions .autocomplete-item a {
  display: block;
  padding: 0px 0px 15px;
  font-size: 15px;
  line-height: 1.2;
}

/*#endregion */
.header {
  position: relative;
  z-index: 10;
  background-color: white;
}
@media (max-width: 1279.98px) {
  .header {
    padding: 0px 0;
    background-color: white;
  }
}
.header .navbar {
  padding: 0;
  height: 70px;
  align-self: flex-end;
}
@media (max-width: 1279.98px) {
  .header .navbar {
    height: 54px;
    margin: 0 -15px;
  }
}
@media (min-width: 1060px) and (max-width: 1279.98px) {
  .header .navbar {
    margin-bottom: 10px;
  }
}
.header .navbar-brand {
  padding: 0;
  overflow: hidden;
  flex-grow: 1.5;
}
@media (max-width: 1279.98px) {
  .header .navbar-brand {
    background-size: 155px;
    margin-left: 15px;
    background-position: left center;
  }
}
.header .navbar-toggler {
  padding: 0;
  /*@include media-breakpoint-up(1060px) {//TODO rewrite
      display: none;
  }*/
}
@media (max-width: 1279.98px) {
  .header .navbar-toggler {
    height: 54px;
    width: 54px;
  }
}
.header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiMwMDAwMDAiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDQgNyBMIDQgOSBMIDI4IDkgTCAyOCA3IFogTSA0IDE1IEwgNCAxNyBMIDI4IDE3IEwgMjggMTUgWiBNIDQgMjMgTCA0IDI1IEwgMjggMjUgTCAyOCAyMyBaICI+PC9wYXRoPjwvZz48L3N2Zz4=");
}
.header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiMwMDAwMDAiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDcuMjE4NzUgNS43ODEyNSBMIDUuNzgxMjUgNy4yMTg3NSBMIDE0LjU2MjUgMTYgTCA1Ljc4MTI1IDI0Ljc4MTI1IEwgNy4yMTg3NSAyNi4yMTg3NSBMIDE2IDE3LjQzNzUgTCAyNC43ODEyNSAyNi4yMTg3NSBMIDI2LjIxODc1IDI0Ljc4MTI1IEwgMTcuNDM3NSAxNiBMIDI2LjIxODc1IDcuMjE4NzUgTCAyNC43ODEyNSA1Ljc4MTI1IEwgMTYgMTQuNTYyNSBaICI+PC9wYXRoPjwvZz48L3N2Zz4=");
}
.header .navbar-nav .nav-item .nav-link {
  color: #ff3333;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
}
.header .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: calc(1rem + 0.1 * ((100vw - 20rem) / 80));
  }
}
@media screen and (min-width: 100rem) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 1.1rem;
  }
}
.header .navbar-nav .nav-item .nav-link.active {
  border-bottom: solid 2px #efc632;
}
.header .navbar-nav .nav-item .nav-link:hover, .header .navbar-nav .nav-item .nav-link:focus, .header .navbar-nav .nav-item .nav-link:active {
  color: #efc632;
  background-color: transparent;
}
.header .navbar-nav .nav-item.active .nav-link {
  color: #efc632;
  background-color: transparent;
}
@media (min-width: 1060px) {
  .header .navbar-nav {
    margin-right: 1rem;
  }
}
@media (max-width: 1279.98px) {
  .header .navbar-nav .nav-item {
    text-align: center;
  }
}
@media (max-width: 1279.98px) {
  .header .navbar-nav .dropdown-menu {
    text-align: center;
    box-shadow: none;
    background-color: #f3f3f3;
  }
}
.header .navbar-nav .dropdown-menu__level3 {
  background-color: #e6e6e6;
}
.header .navbar-collapse {
  background-color: white;
  height: 70px;
}
.header .navbar-collapse.show, .header .navbar-collapse.collapsing {
  border-top: solid 1px #e3e3e5;
  z-index: 1;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1279.98px) {
  .header .navbar-collapse {
    padding: calc(0.8rem + 1vw);
  }
}
@media (max-width: 1279.98px) {
  .header .navbar-collapse {
    text-align: center;
    height: auto;
  }
}

.header-hided {
  opacity: 0;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background-color: white;
  border-bottom: transparent;
}

.navbar-logo {
  margin-left: 1px;
  max-width: 290px;
  height: 25px;
  position: relative;
  top: -3px;
}
@media (max-width: 439.98px) {
  .navbar-logo {
    max-width: 190px;
  }
}
@media only screen and (max-width: 330px) {
  .navbar-logo {
    max-width: 160px;
  }
}

.navbar-search {
  flex-grow: 1;
}
.navbar-search.collapsing {
  height: 40px;
}
@media (min-width: 1060px) {
  .navbar-search.collapse {
    display: block;
  }
}
@media (max-width: 1059.98px) {
  .navbar-search {
    display: none;
    width: 100%;
    margin: 0 15px;
  }
  .navbar-search.show, .navbar-search.collapsing {
    display: block;
  }
}

.navbar-search-button {
  background-color: transparent;
  width: 54px;
  height: 54px;
  padding: 0;
}

.navbar-link {
  flex-grow: 1;
  text-align: right;
}

@media (max-width: 765.98px) {
  .live-stream {
    border: solid 1px #e3e3e5;
    padding: calc(0.4rem + 0.5vw);
    display: block;
    margin-bottom: calc(2rem + 1.5vw);
  }
}

.header {
  box-shadow: none;
}
@media (max-width: 765.98px) {
  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.page-header {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  position: relative;
  border: none;
}
@media (max-width: 765.98px) {
  .page-header {
    display: none;
  }
}

.page-header-topline {
  padding: 14px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.main-heading {
  flex-grow: 1;
  font-weight: normal;
  font-size: 13px;
  color: #808080;
  font-family: Arial;
  margin: 0;
  z-index: -1;
}
@media (max-width: 1059.98px) {
  .main-heading {
    flex: 0 0 140px;
  }
}

.menu-top-right {
  font-size: 12px;
}
@media (max-width: 1059.98px) {
  .menu-top-right {
    text-align: right;
  }
}
.menu-top-right a {
  padding: 5px 0px;
  margin-left: 15px;
  margin-right: 5px;
  color: #000000;
}

.header-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ff3333;
}

.block {
  display: block;
  margin-bottom: 35px;
}

.block__body {
  padding: 20px;
}

.block__footer {
  padding: 20px;
}

/* list */
.block--list {
  background-color: #ebebeb;
}
.block--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block--list ul li {
  display: block;
}

.block__body--list {
  padding: 20px 0;
}

.block__list-link {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.block__list-link:hover {
  color: #000000;
  background-color: #dedede;
}
@media (min-width: 766px) and (max-width: 1059.98px) {
  .block__list-link {
    line-height: 1.2em;
    font-weight: normal;
  }
}

/* mayor */
.block--mayor {
  background-color: #f5f5f5;
  position: relative;
}

.block__header--mayor {
  position: absolute;
  top: -25px;
  right: 32px;
  width: 57px;
  height: 57px;
  background-image: url("data:image/png;base64,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");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1059.98px) {
  .block__header--mayor {
    top: -15px;
    right: 10px;
  }
}

.block__date {
  padding-bottom: 6px;
}

.block__mayor-title {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2;
}

/* services */
.block--services {
  background-color: #808080;
}

.block__list-link--services {
  color: white;
  padding-left: 52px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.block__list-link--services:hover {
  color: white;
  background-color: #737373;
}

.block__icon {
  margin: 0 5px;
}

/* quick contact */
.block--contact {
  color: #808080;
  line-height: 1.6;
  background: #f5f5f5;
  font-size: 14px;
  word-break: break-word;
}
.block--contact strong {
  color: #000000;
  display: inline-block;
  margin-bottom: 15px;
}
.block--contact address {
  margin-bottom: 0;
}
.block--contact a {
  white-space: nowrap;
}
@media (min-width: 766px) and (max-width: 1059.98px) {
  .block--contact a {
    font-size: 13px;
  }
}

/*@import "../Shared/carousel-owl.scss";*/
.carousel {
  height: 160px;
  background: #f5f5f5;
  padding: 15px 0;
}
.carousel .carousel-item {
  height: 130px;
  line-height: 130px;
  text-align: center;
}
.carousel .carousel-item img {
  margin: 0px auto;
  display: inline-block !important;
  max-width: 120px;
  max-height: 120px;
}
.carousel a {
  margin: 0 auto;
}

.carousel-control {
  top: 31%;
  width: 40px;
  height: 60px;
  border: 0;
  background-repeat: no-repeat !important;
  background-position: center;
  opacity: 1;
}
.carousel-control.right {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOBAMAAADgeEClAAAAGFBMVEX/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr5vaYFAAAAB3RSTlMADzO3uMfIGF9IWwAAAC1JREFUCNdjUBZgYGAwDwQSoqVAJmM4mFkGZiaCmCVQAswFSYCVgBWDtYEMAAAM2Ae31zcn/AAAAABJRU5ErkJggg==");
}
.carousel-control.left {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOBAMAAADgeEClAAAAGFBMVEX/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr/Nzr5vaYFAAAAB3RSTlMADzO3uMfIGF9IWwAAADJJREFUCNdjYGBgNGJgYBAtATLCE4GMMgEgIxDIKBVgYDAHMiAEmAuWACuBKAZrAxoAAAvIB7ds5av3AAAAAElFTkSuQmCC");
}
.carousel-control:hover.right {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOBAMAAADgeEClAAAAGFBMVEX0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0IKDqEZAAAAB3RSTlMADzO3uMfIGF9IWwAAAC1JREFUCNdjUBZgYGAwDwQSoqVAJmM4mFkGZiaCmCVQAswFSYCVgBWDtYEMAAAM2Ae31zcn/AAAAABJRU5ErkJggg==");
}
.carousel-control:hover.left {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOBAMAAADgeEClAAAAGFBMVEX0x0L0x0L0x0L0x0L0x0L0x0L0x0L0x0IKDqEZAAAAB3RSTlMADzO3uMfIGF9IWwAAADJJREFUCNdjYGBgNGJgYBAtATLCE4GMMgEgIxDIKBVgYDAHMiAEmAuWACuBKAZrAxoAAAvIB7ds5av3AAAAAElFTkSuQmCC");
}

/* old
#posters-carousel {
    height: 210px;
    padding: 25px 0;

    .item {
        height: 160px;
        line-height: 160px;
        text-align: center;



        a {
            display: inline-block;

            img {
                max-width: 150px;
                max-height: 150px;
                display: inline-block;
                @extend %shadow;
            }
        }
    }

    .carousel-control {
        top: 33%;
    }
}
*/
/*@import "../Shared/breadcrumb.scss";*/
/*@import "../Shared/icons.scss";*/
/*@import "../Shared/badges.scss";*/
/*HTML for card with bg-img on top*/
/*
    <a class="card" href="@item.Url">
        <div class="card__image lazy-loading-bg-img" data-src="@item.ImageUrl">
            <noscript>
                <img src="@item.ImageUrl" alt="" />
            </noscript>
        </div>
        <div class="card__body">
            <div class="card__date">14. ledna 2019</div>
            <div class="card__title">Mesto Cerveny Kostelec vyhlasuje vyberove rizeni na pozici stranek mestske policie</div>
            <div class="card__text ddd">
                sdas da s asd as das
            </div>
        </div>
    </a>
*/
.card {
  display: flex;
  max-height: 120px;
  margin-bottom: 15px;
}
@media (max-width: 1059.98px) {
  .card {
    max-height: 90px;
  }
}

.card__image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1059.98px) {
  .card__image {
    width: 90px;
    height: 90px;
  }
}

.card__body {
  padding: 6px 0 0 20px;
}

.card__date {
  font-size: 11px;
  color: #000000;
}

.card__title {
  max-height: 50px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 1059.98px) {
  .card__title {
    max-height: 70px;
  }
}

.card__text {
  color: #808080;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  max-height: 60px;
  line-height: 1.5;
}
@media (max-width: 1059.98px) {
  .card__text {
    display: none;
  }
}

/* card small */
.card__body--small {
  display: flex;
  padding-left: 0;
}

.card__date--small {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  padding: 7px 0px;
  padding-right: 20px;
}
@media (max-width: 1059.98px) {
  .card__date--small {
    width: 90px;
  }
}

/*@import "../Shared/components.scss";*/
/*@import "../Shared/login.scss";*/
/*@import "../Shared/media.scss";*/
/*@import "../Shared/modals.scss";*/
/*@import "../Shared/tables.scss";*/
.alert {
  border: none;
  margin: 20px 0;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: white;
  background-size: 25px 25px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #303030;
}
.alert.alert-success, .alert.alert-info, .alert.alert-warning, .alert.alert-danger, .alert.alert-error {
  padding-left: 65px;
}
@media (max-width: 765.98px) {
  .alert.alert-success, .alert.alert-info, .alert.alert-warning, .alert.alert-danger, .alert.alert-error {
    padding-left: 25px;
    padding-top: 45px;
    background-position: center top 15px;
  }
}
@media (max-width: 765.98px) {
  .alert {
    text-align: center;
  }
}

.alert-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiMzQ0NBNjEiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDQgNCBMIDQgMjggTCAyOCAyOCBMIDI4IDEyLjE4NzUgTCAyNiAxNC4xODc1IEwgMjYgMjYgTCA2IDI2IEwgNiA2IEwgMjUuODEyNSA2IEwgMjcuODEyNSA0IFogTSAyNy4yODEyNSA3LjI4MTI1IEwgMTYgMTguNTYyNSBMIDExLjcxODc1IDE0LjI4MTI1IEwgMTAuMjgxMjUgMTUuNzE4NzUgTCAxNS4yODEyNSAyMC43MTg3NSBMIDE2IDIxLjQwNjI1IEwgMTYuNzE4NzUgMjAuNzE4NzUgTCAyOC43MTg3NSA4LjcxODc1IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

.alert-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiM0OTUwNTciID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDUgNSBMIDUgMjcgTCAxMi41NjI1IDI3IEwgMTUuMjgxMjUgMjkuNzE4NzUgTCAxNiAzMC40MDYyNSBMIDE2LjcxODc1IDI5LjcxODc1IEwgMTkuNDM3NSAyNyBMIDI3IDI3IEwgMjcgNSBaIE0gNyA3IEwgMjUgNyBMIDI1IDI1IEwgMTguNTkzNzUgMjUgTCAxOC4yODEyNSAyNS4yODEyNSBMIDE2IDI3LjU2MjUgTCAxMy43MTg3NSAyNS4yODEyNSBMIDEzLjQwNjI1IDI1IEwgNyAyNSBaIE0gMTUgMTAgTCAxNSAxMiBMIDE3IDEyIEwgMTcgMTAgWiBNIDE1IDE0IEwgMTUgMjIgTCAxNyAyMiBMIDE3IDE0IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

.alert-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiNmZDdlMTQiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDE2IDEuNTkzNzUgTCAxLjU5Mzc1IDE2IEwgMTYgMzAuNDA2MjUgTCAzMC40MDYyNSAxNiBaIE0gMTYgNC40MDYyNSBMIDI3LjU5Mzc1IDE2IEwgMTYgMjcuNTkzNzUgTCA0LjQwNjI1IDE2IFogTSAxNSAxMCBMIDE1IDE4IEwgMTcgMTggTCAxNyAxMCBaIE0gMTUgMjAgTCAxNSAyMiBMIDE3IDIyIEwgMTcgMjAgWiAiPjwvcGF0aD48L2c+PC9zdmc+");
}

.alert-danger, .alert-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiNmZjIxMjEiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDE2IDMuMjE4NzUgTCAxNS4xMjUgNC43MTg3NSBMIDMuMTI1IDI1LjUgTCAyLjI4MTI1IDI3IEwgMjkuNzE4NzUgMjcgTCAyOC44NzUgMjUuNSBMIDE2Ljg3NSA0LjcxODc1IFogTSAxNiA3LjIxODc1IEwgMjYuMjUgMjUgTCA1Ljc1IDI1IFogTSAxNSAxNCBMIDE1IDIwIEwgMTcgMjAgTCAxNyAxNCBaIE0gMTUgMjEgTCAxNSAyMyBMIDE3IDIzIEwgMTcgMjEgWiAiPjwvcGF0aD48L2c+PC9zdmc+");
}

.alert-light {
  color: #303030;
}

.alert-dark {
  color: #fff;
  background-color: #303030;
}

.dropdown-menu {
  border: none;
  margin-top: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 0.9rem;
}

.dropdown-list {
  padding-left: 0;
  margin-bottom: 0;
}

.dropdown-item {
  padding: 0.35rem 1.5rem;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  background-color: #e1e1e1;
}
.dropdown-item a {
  display: block;
}
.dropdown-item a:hover {
  color: #ff3333;
}

.dropdown--open-on-hover:hover .dropdown-menu {
  display: block;
  left: 0;
}
.dropdown--open-on-hover:hover .dropdown-menu.dropdown-menu--align-right {
  left: auto;
  right: 0;
}

.dropdown-toggle::after {
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle.collapsed::after {
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*================== HTML USING ======================*/
/*
    <div class="block-of-content">
        <h2 class="block-heading" data-toggle="collapse" data-target="#vacation-package-content" aria-expanded="false" aria-controls="vacation-package-content">
            @T("Pobytové balíčky")
        </h2>
        <div class="block-body collapse in" id="vacation-package-content">
            adsaasd
        </div>
    </div>
*/
/*================= JS ===============*/
/* from bootstrap collapse*/
/*========================== CSS ======================*/
.block-of-content .block-heading {
  cursor: pointer;
  background-color: #f3f3f3;
  padding: 0.8rem 3rem 0.8rem 1.2rem;
  font-size: 1.1rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiMzMTI5MjUiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDEzIDE1LjQwNjI1IEwgMjEuNzY1NjI1IDYuODIwMzEzIEMgMjIuMTU2MjUgNi40Mzc1IDIyLjc4MTI1IDYuNDQxNDA2IDIzLjE3MTg3NSA2LjgyODEyNSBMIDI0LjcwNzAzMSA4LjM2MzI4MSBDIDI1LjA5NzY1NiA4Ljc1NzgxMyAyNS4wOTc2NTYgOS4zOTA2MjUgMjQuNzAzMTI1IDkuNzgxMjUgTCAxMy43MDcwMzEgMjAuNzA3MDMxIEMgMTMuNTExNzE5IDIwLjkwMjM0NCAxMy4yNTc4MTMgMjEgMTMgMjEgQyAxMi43NDIxODggMjEgMTIuNDg4MjgxIDIwLjkwMjM0NCAxMi4yOTI5NjkgMjAuNzA3MDMxIEwgMS4yOTY4NzUgOS43ODEyNSBDIDAuOTAyMzQ0IDkuMzkwNjI1IDAuOTAyMzQ0IDguNzU3ODEzIDEuMjkyOTY5IDguMzYzMjgxIEwgMi44MjgxMjUgNi44MjgxMjUgQyAzLjIxODc1IDYuNDQxNDA2IDMuODQzNzUgNi40Mzc1IDQuMjM0Mzc1IDYuODIwMzEzIFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  background-size: 13px;
  background-position: center right 30px;
  background-repeat: no-repeat;
}
.block-of-content .block-heading:not(.collapsed) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiMzMTI5MjUiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDEzIDEwLjU5Mzc1IEwgMjEuNzY1NjI1IDE5LjE3OTY4OCBDIDIyLjE1NjI1IDE5LjU2MjUgMjIuNzgxMjUgMTkuNTU4NTk0IDIzLjE3MTg3NSAxOS4xNzE4NzUgTCAyNC43MDcwMzEgMTcuNjM2NzE5IEMgMjUuMDk3NjU2IDE3LjI0MjE4OCAyNS4wOTc2NTYgMTYuNjA5Mzc1IDI0LjcwMzEyNSAxNi4yMTg3NSBMIDEzLjcwNzAzMSA1LjI5Mjk2OSBDIDEzLjUxMTcxOSA1LjA5NzY1NiAxMy4yNTc4MTMgNSAxMyA1IEMgMTIuNzQyMTg4IDUgMTIuNDg4MjgxIDUuMDk3NjU2IDEyLjI5Mjk2OSA1LjI5Mjk2OSBMIDEuMjk2ODc1IDE2LjIxODc1IEMgMC45MDIzNDQgMTYuNjA5Mzc1IDAuOTAyMzQ0IDE3LjI0MjE4OCAxLjI5Mjk2OSAxNy42MzY3MTkgTCAyLjgyODEyNSAxOS4xNzE4NzUgQyAzLjIxODc1IDE5LjU1ODU5NCAzLjg0Mzc1IDE5LjU2MjUgNC4yMzQzNzUgMTkuMTc5Njg4IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}
.block-of-content .block-heading:hover {
  background-color: #ebebeb;
}
.block-of-content .block-body {
  padding: 0rem 1.2rem;
}

.collapse-arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiMzMTI5MjUiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDEzIDE1LjQwNjI1IEwgMjEuNzY1NjI1IDYuODIwMzEzIEMgMjIuMTU2MjUgNi40Mzc1IDIyLjc4MTI1IDYuNDQxNDA2IDIzLjE3MTg3NSA2LjgyODEyNSBMIDI0LjcwNzAzMSA4LjM2MzI4MSBDIDI1LjA5NzY1NiA4Ljc1NzgxMyAyNS4wOTc2NTYgOS4zOTA2MjUgMjQuNzAzMTI1IDkuNzgxMjUgTCAxMy43MDcwMzEgMjAuNzA3MDMxIEMgMTMuNTExNzE5IDIwLjkwMjM0NCAxMy4yNTc4MTMgMjEgMTMgMjEgQyAxMi43NDIxODggMjEgMTIuNDg4MjgxIDIwLjkwMjM0NCAxMi4yOTI5NjkgMjAuNzA3MDMxIEwgMS4yOTY4NzUgOS43ODEyNSBDIDAuOTAyMzQ0IDkuMzkwNjI1IDAuOTAyMzQ0IDguNzU3ODEzIDEuMjkyOTY5IDguMzYzMjgxIEwgMi44MjgxMjUgNi44MjgxMjUgQyAzLjIxODc1IDYuNDQxNDA2IDMuODQzNzUgNi40Mzc1IDQuMjM0Mzc1IDYuODIwMzEzIFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  background-size: 13px;
  background-position: center right 30px;
  background-repeat: no-repeat;
}
.collapse-arrow:not(.collapsed) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiMzMTI5MjUiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDEzIDEwLjU5Mzc1IEwgMjEuNzY1NjI1IDE5LjE3OTY4OCBDIDIyLjE1NjI1IDE5LjU2MjUgMjIuNzgxMjUgMTkuNTU4NTk0IDIzLjE3MTg3NSAxOS4xNzE4NzUgTCAyNC43MDcwMzEgMTcuNjM2NzE5IEMgMjUuMDk3NjU2IDE3LjI0MjE4OCAyNS4wOTc2NTYgMTYuNjA5Mzc1IDI0LjcwMzEyNSAxNi4yMTg3NSBMIDEzLjcwNzAzMSA1LjI5Mjk2OSBDIDEzLjUxMTcxOSA1LjA5NzY1NiAxMy4yNTc4MTMgNSAxMyA1IEMgMTIuNzQyMTg4IDUgMTIuNDg4MjgxIDUuMDk3NjU2IDEyLjI5Mjk2OSA1LjI5Mjk2OSBMIDEuMjk2ODc1IDE2LjIxODc1IEMgMC45MDIzNDQgMTYuNjA5Mzc1IDAuOTAyMzQ0IDE3LjI0MjE4OCAxLjI5Mjk2OSAxNy42MzY3MTkgTCAyLjgyODEyNSAxOS4xNzE4NzUgQyAzLjIxODc1IDE5LjU1ODU5NCAzLjg0Mzc1IDE5LjU2MjUgNC4yMzQzNzUgMTkuMTc5Njg4IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
}

/*@import "../Shared/tabs.scss";*/
/*@import "../Shared/datepicker.scss";*/
.document {
  display: flex;
  padding: 10px 0;
  background: #f5f5f5;
  margin-bottom: 6px;
}
@media (max-width: 765.98px) {
  .document {
    flex-direction: column;
    color: #808080;
  }
}

.document__col {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1059.98px) {
  .document__col {
    padding: 0 10px;
  }
}
@media (max-width: 765.98px) {
  .document__col {
    flex-basis: auto !important;
  }
}

.documents__sort {
  font-weight: bold;
}
@media (max-width: 765.98px) {
  .documents__sort {
    display: none;
  }
}

.document__name {
  display: flex;
  flex-basis: 50%;
}
.document__name a {
  display: flex;
  align-items: center;
}
@media (max-width: 765.98px) {
  .document__name a {
    font-weight: bold;
  }
}

.document__category {
  flex-basis: 30%;
  display: flex;
  align-items: center;
}

.document__date {
  flex-basis: 20%;
  justify-content: flex-end;
  min-width: 100px;
  text-align: right;
}
@media (max-width: 765.98px) {
  .document__date {
    justify-content: flex-start;
  }
}

@media (max-width: 765.98px) {
  .data__filters .document__col, .data__filters .contact__col {
    margin-bottom: 5px;
  }
}
.data__filters input, .data__filters select {
  width: 100%;
  margin-bottom: 0;
  border: none;
  background: #ededed;
  padding: 10px;
}
.data__filters input:focus, .data__filters select:focus {
  background: white;
}
.data__filters select {
  padding-right: 0;
}

.data__button {
  padding: 7px 15px;
}

.contact-table td {
  padding: 0;
  padding-right: 10px;
}

@media (max-width: 400px) {
  .contact-content {
    order: 1;
  }
}

@media (max-width: 400px) {
  .contact-image {
    order: 0;
    margin-bottom: 20px;
  }
}
.contact-image img {
  max-width: 100%;
  height: auto;
}

.contact-container {
  display: flex;
}
@media (max-width: 400px) {
  .contact-container {
    flex-direction: column;
  }
}

.contact {
  display: flex;
  padding: 10px 0;
  background: #f5f5f5;
  margin-bottom: 6px;
}
@media (max-width: 765.98px) {
  .contact {
    flex-direction: column;
    color: #808080;
  }
}

.contact__col {
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1.2em;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1059.98px) {
  .contact__col {
    padding: 0 7px;
  }
}
@media (max-width: 765.98px) {
  .contact__col {
    flex-basis: auto !important;
  }
}

.contacts__sort {
  font-weight: bold;
}
@media (max-width: 765.98px) {
  .contacts__sort {
    display: none;
  }
}

.contact__name {
  flex-basis: 25%;
}
@media (max-width: 765.98px) {
  .contact__name a {
    font-weight: bold;
  }
}

.contact__department {
  flex-basis: 25%;
  min-width: 100px;
}
@media (max-width: 1059.98px) {
  .contact__department {
    flex-basis: 20%;
  }
}

.contact__position {
  flex-basis: 25%;
}

.contact__phone {
  flex-basis: 15%;
  min-width: 100px;
}

@media (max-width: 1059.98px) {
  .contact__phone--header {
    flex-basis: 10%;
    min-width: 90px;
  }
}

.contact__email {
  flex-basis: 5%;
}

@media (max-width: 1059.98px) {
  .contact__email--header {
    flex-basis: 10%;
    min-width: 90px;
  }
}

.contact__filter {
  flex-basis: 20%;
}

/*TODO sjednotit s documents

.data__filters {

    .document__col {
        @include media-breakpoint-down(sm) {
            margin-bottom: 5px;
        }
    }

    input, select {
        width: 100%;
        margin-bottom: 0;
        border: none;
        background: $color-gray-background-dark;
        padding: 10px;
    }
}

.data__button {
    padding: 7px 15px;
}

*/
.fulltext-item {
  display: block;
  margin: 8px 0;
}

.iframe-meteo {
  width: 320px;
  height: 150px;
  margin-left: -8px;
}

.weather-group {
  margin-bottom: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.08);
}

.weather-line {
  display: flex;
  flex-direction: row;
  margin-bottom: 7px;
}

.weather-line__title {
  line-height: 1.1;
}

.weather-line__value {
  margin-left: auto;
  font-weight: bold;
  width: 100px;
  text-align: right;
}

/*@import "../Shared/tooltip.scss";
@import "../Shared/specific.scss";
@import "../Shared/utilities.scss";
@import "../Shared/print.scss";*/
.cookie-consent-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #c4c4c4;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 11;
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.1);
}

.cookie-consent {
  padding: calc(2rem + 1.5vw) 0 calc(calc(2rem + 1.5vw) - 0.4rem) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  .cookie-consent {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media only screen and (max-width: 1019px) {
  .cookie-consent {
    padding: calc(1rem + 1.5vw) 0;
    text-align: center;
  }
}

.cookie-consent__body {
  padding-right: calc((calc(2rem + 1.5vw)) * 1.5);
}
@media only screen and (max-width: 1279px) {
  .cookie-consent__body {
    padding-right: 0;
  }
}

.cookie-consent__title {
  margin-bottom: calc((calc(0.2rem + 0.25vw)) * 1.75);
  color: #000000;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-consent__title {
    font-size: 0.98rem;
  }
}

.cookie-consent__annotation {
  margin-bottom: calc(0.2rem + 0.25vw);
  color: #686868;
  font-size: 1rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-consent__annotation {
    font-size: 0.875rem;
  }
}
.cookie-consent__annotation .btn {
  padding: 0;
  position: relative;
  top: -1px;
  line-height: 1.4;
  font-size: 1rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-consent__annotation .btn {
    font-size: 0.875rem;
  }
}
.cookie-consent__annotation:last-child {
  margin-bottom: 0;
}

.cookie-consent__link {
  color: #000000;
  text-decoration: underline;
}
.cookie-consent__link:hover {
  color: #ff3333;
  text-decoration: underline;
}

.cookie-consent__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1279px) {
  .cookie-consent__controls {
    margin-left: auto;
    margin-top: calc((calc(0.4rem + 0.5vw)) * 1.5);
  }
}
@media only screen and (max-width: 1019px) {
  .cookie-consent__controls {
    margin-right: auto;
  }
}
.cookie-consent__controls .btn {
  margin-right: calc((calc(0.2rem + 0.25vw)) * 1.5);
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.cookie-consent__controls .btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 439px) {
  .cookie-consent__controls .btn {
    font-size: 0.95rem;
    padding: 0.6rem 0.8rem;
  }
}
@media only screen and (max-width: 374px) {
  .cookie-consent__controls .btn {
    font-size: 0.9rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.cookie-consent__controls .btn-primary .icon {
  margin-right: 0.2em;
  fill: white;
}

.btn-primary--cookie-bar,
.btn-outline-primary--cookie-bar {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.65rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-width: 2px !important;
}

.btn-primary--cookies {
  border: 2px solid #ff3333;
}
.btn-primary--cookies:hover {
  border: 2px solid #efc632;
}

.modal.modal--cookie .modal-dialog .modal-content .modal-footer {
  flex-wrap: wrap;
  padding-bottom: calc(calc(0.4rem + 0.5vw) - 0.4rem);
}
.modal.modal--cookie .modal-dialog .modal-content .modal-footer .btn {
  white-space: nowrap;
  margin-bottom: 0.4rem;
}

.cookie-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(0.4rem + 0.5vw) calc(0.8rem + 1vw);
  background-color: #f1f1f1;
  border-radius: 0;
}
@media only screen and (max-width: 1019px) {
  .cookie-alert {
    flex-wrap: wrap;
    padding: calc((calc(0.4rem + 0.5vw)) * 1.5) calc(0.8rem + 1vw);
  }
}

.cookie-alert__text {
  margin-right: calc(0.8rem + 1vw);
  color: #686868;
  line-height: 1.4;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-alert__text {
    font-size: 0.8375rem;
  }
}
.cookie-alert__text .btn {
  padding: 0;
  position: relative;
  top: -1px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-alert__text .btn {
    font-size: 0.8375rem;
  }
}
@media only screen and (max-width: 1019px) {
  .cookie-alert__text {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: calc(0.4rem + 0.5vw);
  }
}

.btn--cookie-alert {
  white-space: nowrap;
}
@media only screen and (max-width: 1019px) {
  .btn--cookie-alert {
    margin-left: auto;
  }
}
@media only screen and (max-width: 439px) {
  .btn--cookie-alert {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .btn--cookie-alert {
    font-size: 0.95rem;
    padding: 0.55rem 0.7rem;
  }
}

@media only screen and (max-width: 1019px) {
  .cookie-item-list {
    margin-top: calc(0.2rem + 0.25vw);
  }
}

.cookie-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc((calc(0.4rem + 0.5vw)) * 1.25) 0;
  border-bottom: solid 1px #e3e3e5;
}
@media only screen and (max-width: 439px) {
  .cookie-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.cookie-item__body {
  padding-right: calc(1rem + 1.5vw);
}
@media only screen and (max-width: 439px) {
  .cookie-item__body {
    padding-right: 0;
  }
}

.cookie-item__title {
  margin-bottom: 0.15em;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.0625rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-item__title {
    font-size: 1.025rem;
  }
}

.cookie-item__annotation {
  color: #303030;
  line-height: 1.2;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-item__annotation {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 439px) {
  .cookie-item__switcher {
    margin-left: auto;
    margin-top: calc(0.4rem + 0.5vw);
  }
}

.cookie-item__always-active {
  color: #79b634;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1019px) {
  .cookie-item__always-active {
    font-size: 0.85rem;
  }
}

.btn-primary--sumbit-all-cookies .icon {
  margin-right: 0.2em;
  fill: white;
}

.btn-primary--cookie-modal,
.btn-outline-primary--cookie-modal {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.65rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-width: 2px !important;
}
@media only screen and (max-width: 439px) {
  .btn-primary--cookie-modal,
.btn-outline-primary--cookie-modal {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}
@media only screen and (max-width: 374px) {
  .btn-primary--cookie-modal,
.btn-outline-primary--cookie-modal {
    font-size: 0.95rem;
    padding: 0.55rem 0.7rem;
  }
}

.btn-primary--cookie-modal {
  border: 2px solid #ff3333;
}
.btn-primary--cookie-modal:hover {
  border: 2px solid #efc632;
}

.browser-consent-open .btn-scroll-up {
  bottom: calc(90px + 15px);
}
@media only screen and (max-width: 1019px) {
  .browser-consent-open .btn-scroll-up {
    bottom: calc(90px + 30px);
  }
}
.browser-consent-open .unsupported-browsers-wrapper {
  bottom: 0;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 26px;
  margin-bottom: 0;
}
.cookie-switch + .cookie-switch__title {
  margin-left: calc(0.4rem + 0.5vw);
}

.cookie-switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch__input:checked + .cookie-switch__slider {
  background-color: #79b634;
  border-color: #79b634;
}
.cookie-switch__input:checked + .cookie-switch__slider:before {
  transform: translateX(calc(54px - (4px * 2) - calc(26px - (4px * 2))));
  background-color: white;
}

.cookie-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #bdbdbd;
  transition: all 0.2s ease-in-out;
  border-radius: 26px;
}
.cookie-switch__slider:before {
  position: absolute;
  content: "";
  height: calc(26px - (4px * 2));
  width: calc(26px - (4px * 2));
  left: calc(4px - 1px);
  bottom: calc(4px - 1px);
  background-color: #bdbdbd;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
/*# sourceMappingURL=maps/shared.css.map */

