/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("all.css?t=1756983012878");
@import url("jquery-ui.css?t=1756983012878");
@import url("bootnavbar.css?t=1756983012878");
@import url("bootstrap-select.css?t=1756983012878");
@import url("easy-autocomplete.min.css?t=1756983012878");
@import url("leaflet.css?t=1756983012878");
@import url("leaflet-mobile.css?t=1756983012878");
@import url("MarkerCluster.css?t=1756983012878");
@import url("MarkerCluster.Default.css?t=1756983012878");
@import url(daterangepicker.css?t=1756983012878);
@import url(owl.carousel.min.css?t=1756983012878);
@import url(owl.theme.default.min.css?t=1756983012878);
@import url(font-icon-uikit-v1.0.css?t=1756983012878);
@import url(player.css?t=1756983012878);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #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: .5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

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

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mark,
mark {
  padding: .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: .5rem; }

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

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

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

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

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .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: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td,
.table th {
  padding: .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-sm td,
.table-sm th {
  padding: .3rem; }

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

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

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

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

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

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

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

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff; }

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

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

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

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb; }

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

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

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

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e; }

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

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

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

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda; }

.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 > td,
.table-warning > th {
  background-color: #ffeeba; }

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e; }

.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 > td,
.table-danger > th {
  background-color: #f5c6cb; }

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e; }

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

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

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

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc; }

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

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

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

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

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

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

.table-active,
.table-active > td,
.table-active > th {
  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: #343a40;
  border-color: #454d55; }

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55; }

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

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

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

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

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

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

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

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

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

select.form-control[multiple],
select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  /* background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z''/></svg>") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) */ }

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

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

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

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

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

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

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

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

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

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

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  /* background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) */ }

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

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

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

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

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

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

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

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

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

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

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

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

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, #wrapper header #brand a.btn:focus,
#wrapper #header #brand a.btn:focus, #wrapper header .header-secondnav #mainMenu li a.btn.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn.nav-link:focus, #wrapper header .header-secondnav .btn#search:focus,
#wrapper #header .header-secondnav .btn#search:focus, .pinterest-style a:focus div.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

.btn-primary.focus, #wrapper header #brand a.btn-primary:focus,
#wrapper #header #brand a.btn-primary:focus, #wrapper header .header-secondnav #mainMenu li a.btn-primary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-primary.nav-link:focus, #wrapper header .header-secondnav .btn-primary#search:focus,
#wrapper #header .header-secondnav .btn-primary#search:focus, .pinterest-style a:focus div.btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

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

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

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

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

.btn-secondary.focus, #wrapper header #brand a.btn-secondary:focus,
#wrapper #header #brand a.btn-secondary:focus, #wrapper header .header-secondnav #mainMenu li a.btn-secondary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-secondary.nav-link:focus, #wrapper header .header-secondnav .btn-secondary#search:focus,
#wrapper #header .header-secondnav .btn-secondary#search:focus, .pinterest-style a:focus div.btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

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

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

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

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

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

.btn-success.focus, #wrapper header #brand a.btn-success:focus,
#wrapper #header #brand a.btn-success:focus, #wrapper header .header-secondnav #mainMenu li a.btn-success.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-success.nav-link:focus, #wrapper header .header-secondnav .btn-success#search:focus,
#wrapper #header .header-secondnav .btn-success#search:focus, .pinterest-style a:focus div.btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

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

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

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 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, #wrapper header #brand a.btn-info:focus,
#wrapper #header #brand a.btn-info:focus, #wrapper header .header-secondnav #mainMenu li a.btn-info.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-info.nav-link:focus, #wrapper header .header-secondnav .btn-info#search:focus,
#wrapper #header .header-secondnav .btn-info#search:focus, .pinterest-style a:focus div.btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 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, #wrapper header #brand a.btn-warning:focus,
#wrapper #header #brand a.btn-warning:focus, #wrapper header .header-secondnav #mainMenu li a.btn-warning.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-warning.nav-link:focus, #wrapper header .header-secondnav .btn-warning#search:focus,
#wrapper #header .header-secondnav .btn-warning#search:focus, .pinterest-style a:focus div.btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 0.5); }

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

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

.btn-danger.focus, #wrapper header #brand a.btn-danger:focus,
#wrapper #header #brand a.btn-danger:focus, #wrapper header .header-secondnav #mainMenu li a.btn-danger.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-danger.nav-link:focus, #wrapper header .header-secondnav .btn-danger#search:focus,
#wrapper #header .header-secondnav .btn-danger#search:focus, .pinterest-style a:focus div.btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

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

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

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

.btn-light.focus, #wrapper header #brand a.btn-light:focus,
#wrapper #header #brand a.btn-light:focus, #wrapper header .header-secondnav #mainMenu li a.btn-light.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-light.nav-link:focus, #wrapper header .header-secondnav .btn-light#search:focus,
#wrapper #header .header-secondnav .btn-light#search:focus, .pinterest-style a:focus div.btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

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

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

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

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

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

.btn-dark.focus, #wrapper header #brand a.btn-dark:focus,
#wrapper #header #brand a.btn-dark:focus, #wrapper header .header-secondnav #mainMenu li a.btn-dark.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-dark.nav-link:focus, #wrapper header .header-secondnav .btn-dark#search:focus,
#wrapper #header .header-secondnav .btn-dark#search:focus, .pinterest-style a:focus div.btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

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

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

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

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

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

.btn-outline-primary.focus, #wrapper header #brand a.btn-outline-primary:focus,
#wrapper #header #brand a.btn-outline-primary:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-primary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-primary.nav-link:focus, #wrapper header .header-secondnav .btn-outline-primary#search:focus,
#wrapper #header .header-secondnav .btn-outline-primary#search:focus, .pinterest-style a:focus div.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

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

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

.btn-outline-secondary.focus, #wrapper header #brand a.btn-outline-secondary:focus,
#wrapper #header #brand a.btn-outline-secondary:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-secondary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-secondary.nav-link:focus, #wrapper header .header-secondnav .btn-outline-secondary#search:focus,
#wrapper #header .header-secondnav .btn-outline-secondary#search:focus, .pinterest-style a:focus div.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

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

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

.btn-outline-success.focus, #wrapper header #brand a.btn-outline-success:focus,
#wrapper #header #brand a.btn-outline-success:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-success.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-success.nav-link:focus, #wrapper header .header-secondnav .btn-outline-success#search:focus,
#wrapper #header .header-secondnav .btn-outline-success#search:focus, .pinterest-style a:focus div.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

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

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

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

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

.btn-outline-info.focus, #wrapper header #brand a.btn-outline-info:focus,
#wrapper #header #brand a.btn-outline-info:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-info.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-info.nav-link:focus, #wrapper header .header-secondnav .btn-outline-info#search:focus,
#wrapper #header .header-secondnav .btn-outline-info#search:focus, .pinterest-style a:focus div.btn-outline-info,
.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;
  border-color: #ffc107; }

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

.btn-outline-warning.focus, #wrapper header #brand a.btn-outline-warning:focus,
#wrapper #header #brand a.btn-outline-warning:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-warning.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-warning.nav-link:focus, #wrapper header .header-secondnav .btn-outline-warning#search:focus,
#wrapper #header .header-secondnav .btn-outline-warning#search:focus, .pinterest-style a:focus div.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

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

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

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

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

.btn-outline-danger.focus, #wrapper header #brand a.btn-outline-danger:focus,
#wrapper #header #brand a.btn-outline-danger:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-danger.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-danger.nav-link:focus, #wrapper header .header-secondnav .btn-outline-danger#search:focus,
#wrapper #header .header-secondnav .btn-outline-danger#search:focus, .pinterest-style a:focus div.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

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

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

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

.btn-outline-light.focus, #wrapper header #brand a.btn-outline-light:focus,
#wrapper #header #brand a.btn-outline-light:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-light.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-light.nav-link:focus, #wrapper header .header-secondnav .btn-outline-light#search:focus,
#wrapper #header .header-secondnav .btn-outline-light#search:focus, .pinterest-style a:focus div.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

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

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

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

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

.btn-outline-dark.focus, #wrapper header #brand a.btn-outline-dark:focus,
#wrapper #header #brand a.btn-outline-dark:focus, #wrapper header .header-secondnav #mainMenu li a.btn-outline-dark.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-outline-dark.nav-link:focus, #wrapper header .header-secondnav .btn-outline-dark#search:focus,
#wrapper #header .header-secondnav .btn-outline-dark#search:focus, .pinterest-style a:focus div.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

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

.btn-link.focus, #wrapper header #brand a.btn-link:focus,
#wrapper #header #brand a.btn-link:focus, #wrapper header .header-secondnav #mainMenu li a.btn-link.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn-link.nav-link:focus, #wrapper header .header-secondnav .btn-link#search:focus,
#wrapper #header .header-secondnav .btn-link#search:focus, .pinterest-style a:focus div.btn-link,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none; }

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

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

.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

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

.fade {
  transition: opacity .15s linear; }

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

.fade:not(.show) {
  opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

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

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

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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: .25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

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

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

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

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

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

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

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

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

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

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

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

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

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

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

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3; }

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0; }

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

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

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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 {
  border-color: #007bff;
  background-color: #007bff; }

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

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

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

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

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

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

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

.custom-select::-ms-expand {
  display: none; }

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

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

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

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none; }

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

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

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

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

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

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

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: .25rem; }

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

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

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

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

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

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

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

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

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

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

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

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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,%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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

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

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

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

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

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

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card .card-header {
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

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

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

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

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

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

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

.badge:empty {
  display: none; }

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

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

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

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, #wrapper header #brand a.badge-primary:focus,
#wrapper #header #brand a.badge-primary:focus, #wrapper header .header-secondnav #mainMenu li a.badge-primary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-primary.nav-link:focus, #wrapper header .header-secondnav a.badge-primary#search:focus,
#wrapper #header .header-secondnav a.badge-primary#search:focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, #wrapper header #brand a.badge-secondary:focus,
#wrapper #header #brand a.badge-secondary:focus, #wrapper header .header-secondnav #mainMenu li a.badge-secondary.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-secondary.nav-link:focus, #wrapper header .header-secondnav a.badge-secondary#search:focus,
#wrapper #header .header-secondnav a.badge-secondary#search:focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, #wrapper header #brand a.badge-success:focus,
#wrapper #header #brand a.badge-success:focus, #wrapper header .header-secondnav #mainMenu li a.badge-success.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-success.nav-link:focus, #wrapper header .header-secondnav a.badge-success#search:focus,
#wrapper #header .header-secondnav a.badge-success#search:focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, #wrapper header #brand a.badge-info:focus,
#wrapper #header #brand a.badge-info:focus, #wrapper header .header-secondnav #mainMenu li a.badge-info.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-info.nav-link:focus, #wrapper header .header-secondnav a.badge-info#search:focus,
#wrapper #header .header-secondnav a.badge-info#search:focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, #wrapper header #brand a.badge-warning:focus,
#wrapper #header #brand a.badge-warning:focus, #wrapper header .header-secondnav #mainMenu li a.badge-warning.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-warning.nav-link:focus, #wrapper header .header-secondnav a.badge-warning#search:focus,
#wrapper #header .header-secondnav a.badge-warning#search:focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, #wrapper header #brand a.badge-danger:focus,
#wrapper #header #brand a.badge-danger:focus, #wrapper header .header-secondnav #mainMenu li a.badge-danger.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-danger.nav-link:focus, #wrapper header .header-secondnav a.badge-danger#search:focus,
#wrapper #header .header-secondnav a.badge-danger#search:focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, #wrapper header #brand a.badge-light:focus,
#wrapper #header #brand a.badge-light:focus, #wrapper header .header-secondnav #mainMenu li a.badge-light.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-light.nav-link:focus, #wrapper header .header-secondnav a.badge-light#search:focus,
#wrapper #header .header-secondnav a.badge-light#search:focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, #wrapper header #brand a.badge-dark:focus,
#wrapper #header #brand a.badge-dark:focus, #wrapper header .header-secondnav #mainMenu li a.badge-dark.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.badge-dark.nav-link:focus, #wrapper header .header-secondnav a.badge-dark#search:focus,
#wrapper #header .header-secondnav a.badge-dark#search:focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4rem; }

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: .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: .25rem;
  border-top-right-radius: .25rem; }

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

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

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

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

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

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

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

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

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

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

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

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

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

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

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

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: .75rem; }

.modal-open {
  overflow: hidden; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

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

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

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

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

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem; }

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

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

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

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

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

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

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

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%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,%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: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  ::after,
  ::before {
    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; }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*# sourceMappingURL=bootstrap.min.css.map */
.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #CDCED9; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #FFF;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #FFF;
      top: 1000px; }

@media (max-width: 991px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable, .unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #A6A6A6;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #D3DADD;
  border-bottom-color: #AEB8BC; }

.lfr-asset-category-list a.selected {
  background-color: #EEE; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #D7F1FF; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88C5D9; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7D7D7D; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended, .lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #CCC; }

.lfr-form-row {
  border-bottom-color: #CCC; }

.lfr-form-row:hover {
  border-bottom-color: #CCC; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #FFF; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::-webkit-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline:-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::-ms-input-placeholder {
    color: #A7A9BC;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #A7A9BC;
    font-style: italic; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 768px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #FFF;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #FAFAFA; }
    .lfr-code tr td.line-numbers:before {
      color: #AAA;
      text-shadow: 1px 1px #FFF; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #B3DAEF;
  border-color: #5FA8FF;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #D1E5EF; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #B3DAEF; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th, .lfr-table > thead > tr > th, .lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected, .lfr-configurator-visibility {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: .1875rem;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: .25rem .75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0; }
    .sidebar-sm .form-control[type=file] {
      padding: 0; }
  .sidebar-sm select.form-control:not([size]) {
    height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: .285rem .75rem; }
  .sidebar-sm .btn {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.15;
    padding: .4375rem .75rem; }
    .sidebar-sm .btn.close {
      padding: .4375rem; }
  .sidebar-sm .btn-monospaced, .sidebar-sm .btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #D1E5EF; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598BEC;
    border-color: #224FA8;
    color: #FFF; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.taglib-diff-html div.diff-removed-image {
  background: #FDC6C6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #CFC url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #CFC; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #FDC6C6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media (min-width: 768px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #E8E6E8;
  color: #A5A6AC; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item, .input-localized .palette-item-inner, .input-localized .palette-item-hover, .input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27C1F2; }

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #F7F8F9;
    border-radius: 4px;
    color: #272833; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5, .lfr-search-container-wrapper .list-group .list-group-item h6, .lfr-search-container-wrapper .list-group .list-group-item .h5, .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #FCFCFC;
  border-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

.taglib-workflow-status .workflow-id, .taglib-workflow-status .workflow-version, .taglib-workflow-status .workflow-status {
  color: #999; }

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280, .dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default, .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline, .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default, .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1.5rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #FFF;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #FFF;
    color: #2B4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #EDEDEF;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #FFF; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #CCC; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #EDEDEF; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34ADAB; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1D5EC7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #FF6C58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #F00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474F;
    color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555E;
      color: #FFF; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009AED; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394E; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4D91FF; }

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #FFF;
  color: #6B6C7E; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #A7A9BC; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #50D2A0; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #AF78FF; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #FFB46E; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #FF5F5F; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #4B9BFF; }

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #D3E8F1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #FFF; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .menu-content li #wrapper header #brand a:focus, #wrapper header #brand .menu-content li a:focus,
.menu-content li #wrapper #header #brand a:focus, #wrapper #header #brand .menu-content li a:focus, .menu-content #wrapper header .header-secondnav #mainMenu li a.nav-link:focus, #wrapper header .header-secondnav #mainMenu .menu-content li a.nav-link:focus,
.menu-content #wrapper #header .header-secondnav #mainMenu li a.nav-link:focus, #wrapper #header .header-secondnav #mainMenu .menu-content li a.nav-link:focus, .menu-content li #wrapper header .header-secondnav a#search:focus, #wrapper header .header-secondnav .menu-content li a#search:focus,
.menu-content li #wrapper #header .header-secondnav a#search:focus, #wrapper #header .header-secondnav .menu-content li a#search:focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal.card,
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal .card {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      cursor: default; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
      background-color: #0B5FFF;
      bottom: 0;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      right: 0;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    border-width: 1px;
    box-shadow: none;
    cursor: pointer;
    outline: 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; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF; }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #F1F2F5; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after, .lfr-page-layouts #wrapper header #brand a.card-horizontal:focus::after, #wrapper header #brand .lfr-page-layouts a.card-horizontal:focus::after,
  .lfr-page-layouts #wrapper #header #brand a.card-horizontal:focus::after, #wrapper #header #brand .lfr-page-layouts a.card-horizontal:focus::after, .lfr-page-layouts #wrapper header .header-secondnav #mainMenu li a.card-horizontal.nav-link:focus::after, #wrapper header .header-secondnav #mainMenu li .lfr-page-layouts a.card-horizontal.nav-link:focus::after,
  .lfr-page-layouts #wrapper #header .header-secondnav #mainMenu li a.card-horizontal.nav-link:focus::after, #wrapper #header .header-secondnav #mainMenu li .lfr-page-layouts a.card-horizontal.nav-link:focus::after, .lfr-page-layouts #wrapper header .header-secondnav .card-horizontal#search:focus::after, #wrapper header .header-secondnav .lfr-page-layouts .card-horizontal#search:focus::after,
  .lfr-page-layouts #wrapper #header .header-secondnav .card-horizontal#search:focus::after, #wrapper #header .header-secondnav .lfr-page-layouts .card-horizontal#search:focus::after, .lfr-page-layouts .pinterest-style a:focus div.card-horizontal::after, .pinterest-style a:focus .lfr-page-layouts div.card-horizontal::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0B5FFF;
    height: 4px; }

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal.fade .modal-dialog {
  position: static; }
  .modal.fade .modal-dialog.modal-dialog-sm {
    max-width: 500px; }

.modal.yui3-widget-modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }
  @media (min-width: 768px) {
    .modal.yui3-widget-modal {
      max-width: none; } }
  .modal.yui3-widget-modal .modal-body {
    overflow: auto; }
    .modal.yui3-widget-modal .modal-body.dialog-iframe-bd {
      overflow: hidden;
      padding: 0; }

.modal-open .modal {
  overflow: hidden; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 1rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

@media (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip, .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

.tree-node [class^="icon-"] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6B6C7E; }

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4B9BFF; }

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFB46E; }

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF5F5F; }

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50D2A0; }

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF73C3; }

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9BE169; }

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #AF78FF; }

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFD76E; }

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5FC8FF; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 0.75rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper, #wrapper header #brand a.portlet:focus > .portlet-topper, #wrapper #header #brand a.portlet:focus > .portlet-topper, #wrapper header .header-secondnav #mainMenu li a.portlet.nav-link:focus > .portlet-topper, #wrapper #header .header-secondnav #mainMenu li a.portlet.nav-link:focus > .portlet-topper, #wrapper header .header-secondnav .portlet#search:focus > .portlet-topper, #wrapper #header .header-secondnav .portlet#search:focus > .portlet-topper, .pinterest-style a:focus div.portlet > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable, #wrapper header #brand a.portlet:focus > .portlet-content-editable, #wrapper #header #brand a.portlet:focus > .portlet-content-editable, #wrapper header .header-secondnav #mainMenu li a.portlet.nav-link:focus > .portlet-content-editable, #wrapper #header .header-secondnav #mainMenu li a.portlet.nav-link:focus > .portlet-content-editable, #wrapper header .header-secondnav .portlet#search:focus > .portlet-content-editable, #wrapper #header .header-secondnav .portlet#search:focus > .portlet-content-editable, .pinterest-style a:focus div.portlet > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -o-transition: opacity 0.25s, transform 0.25s;
        -webkit-transition: opacity 0.25s, transform 0.25s;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #F7F7F7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6B6C7E;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #6B6C7E; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-decorate .portlet-content {
  background: #F1F2F5;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group, .portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .drop-here-info .drop-icons {
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .drop-here-info .drop-icons span {
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*Inizio personalizzazione tema style.css*/
/** CORE **/
html {
  min-height: 100%;
  position: relative; }
  html body {
    font-family: "roboto_regular_web";
    color: #000;
    font-size: 16px; }
    html body a.skip-main {
      left: -999px;
      position: absolute;
      top: auto;
      width: 100%;
      height: 0px;
      overflow: hidden;
      z-index: -999;
      color: #fff;
      background-color: #103D42; }
    html body a.skip-main:focus,
    html body a.skip-main:active {
      color: #fff;
      background-color: #103D42;
      border: 1px solid #103D42;
      left: auto;
      top: auto;
      width: 30%;
      height: auto;
      overflow: auto;
      margin: 10px 35%;
      padding: 5px;
      text-align: center;
      font-size: 1.1em;
      z-index: 999; }
    html body .mt-no-hero {
      margin-top: 130px; }
      @media (max-width: 991.98px) {
        html body .mt-no-hero {
          margin-top: 0; } }
    html body .overlay-mobile {
      position: fixed;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      z-index: 10;
      display: none; }
      html body .overlay-mobile.show {
        display: block; }
    html body .w-90 {
      width: 90%; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        html body .w-90 {
          width: 95%; } }
    html body #wrapper {
      margin-top: 40px; }
      @media (max-width: 1199.98px) {
        html body #wrapper {
          margin-top: 0px; } }
      html body #wrapper.page {
        margin-top: 144px; }
        @media (max-width: 1199.98px) {
          html body #wrapper.page {
            margin-top: 85px; } }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          html body #wrapper.page.with-hero {
            margin-top: 0px; } }
      html body #wrapper.with-hero {
        margin-top: 40px; }
        @media (max-width: 991.98px) {
          html body #wrapper.with-hero {
            margin-top: 100px; } }
        @media (max-width: 991.98px) {
          html body #wrapper.with-hero.home {
            margin-top: 0px; } }
      html body #wrapper main,
      html body #wrapper #main {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      html body #wrapper.scroll-main main,
      html body #wrapper.scroll-main #main {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        html body #wrapper.scroll-main main.without-herobanner,
        html body #wrapper.scroll-main #main.without-herobanner {
          margin-top: 148px; }
    html body .disabled {
      pointer-events: none;
      text-decoration: none;
      color: #CFCFCF; }

.rowHeight {
  height: 260px; }
  .rowHeight.with-carosuel {
    height: 312px; }
  .rowHeight.height {
    height: auto; }
  .rowHeight.overflow {
    overflow: hidden; }
  .rowHeight .expand-info {
    visibility: hidden; }
    .rowHeight .expand-info p {
      margin-bottom: 0px; }
    .rowHeight .expand-info.visible {
      visibility: visible; }

/*Roboto*/
@font-face {
  font-family: 'roboto_regular_web';
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-regular-webfont.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-regular-webfont.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/Roboto/roboto-regular-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/Roboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_bold_web';
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-bold-webfont.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-bold-webfont.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/Roboto/roboto-bold-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/Roboto/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_medium';
  src: url("/o/ItinerariTema/fonts/Roboto/Roboto-Medium.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/Roboto-Medium.eot");
  src: url("/o/ItinerariTema/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/o/ItinerariTema/fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*Cabin*/
@font-face {
  font-family: 'cabin_regular';
  src: url("/o/ItinerariTema/fonts/Cabin/Cabin-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'cabin_bold';
  src: url("/o/ItinerariTema/fonts/Cabin/Cabin-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

/*Nunito*/
@font-face {
  font-family: 'nunito_regular';
  src: url("/o/ItinerariTema/fonts/Nunito/Nunito-Regular.ttf");
  font-weight: 800; }

@font-face {
  font-family: 'nunito_regular';
  src: url("/o/ItinerariTema/fonts/Nunito/Nunito-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'nunito_bold';
  src: url("/o/ItinerariTema/fonts/Nunito/Nunito-Bold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'nunitoSans_regular';
  src: url("/o/ItinerariTema/fonts/Nunito_Sans/NunitoSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'EB_Garamond_Medium';
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.eot");
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.woff2") format("woff2"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.woff") format("woff"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.ttf") format("truetype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Medium.svg#EBGaramond-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'EB_Garamond_ExtraBold';
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.eot");
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.woff2") format("woff2"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.woff") format("woff"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.ttf") format("truetype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-ExtraBold.svg#EBGaramond-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'EB_Garamond_Bold';
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.eot");
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.woff2") format("woff2"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.woff") format("woff"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.ttf") format("truetype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Bold.svg#EBGaramond-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'EB_Garamond_SemiBold';
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.eot");
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.woff2") format("woff2"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.woff") format("woff"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.ttf") format("truetype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-SemiBold.svg#EBGaramond-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'EB_Garamond_Regular';
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.eot");
  src: url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.woff2") format("woff2"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.woff") format("woff"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.ttf") format("truetype"), url("/o/ItinerariTema/fonts/EB_Garamond/EBGaramond-Regular.svg#EBGaramond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'fonticon-campania-uikit';
  src: url("/o/ItinerariTema/fonts/uikit-v1.0/icomoon.eot?w7zeks");
  src: url("/o/ItinerariTema/fonts/uikit-v1.0/icomoon.eot?w7zeks#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/uikit-v1.0/icomoon.ttf?w7zeks") format("truetype"), url("/o/ItinerariTema/fonts/uikit-v1.0/icomoon.woff?w7zeks") format("woff"), url("/o/ItinerariTema/fonts/uikit-v1.0/icomoon.svg?w7zeks#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'icon-kit-campania';
  src: url("/o/ItinerariTema/fonts/icon-kit-campania/fonts/icon-kit-campania.eot");
  src: url("/o/ItinerariTema/fonts/icon-kit-campania/fonts/icon-kit-campania.eot") format("embedded-opentype"), url("/o/ItinerariTema/fonts/icon-kit-campania/fonts/icon-kit-campania.ttf") format("truetype"), url("/o/ItinerariTema/fonts/icon-kit-campania/fonts/icon-kit-campania.woff") format("woff"), url("/o/ItinerariTema/fonts/icon-kit-campania/fonts/icon-kit-campania.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'poppinsblack';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-black-webfont.svg#poppinsblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsbold';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsextrabold';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-extrabold-webfont.svg#poppinsextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsextralight';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-extralight-webfont.svg#poppinsextralight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinslight';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-light-webfont.svg#poppinslight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsmedium';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsregular';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinssemibold';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'poppinsthin';
  src: url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.eot");
  src: url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.woff2") format("woff2"), url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.woff") format("woff"), url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.ttf") format("truetype"), url("/o/ItinerariTema/fonts/poppins/poppins-thin-webfont.svg#poppinsthin") format("svg");
  font-weight: normal;
  font-style: normal; }

i,
span[class^="icon-kit-campania"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-kit-campania' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-kit-campania-pay:before {
  content: "\e95b"; }

.icon-kit-campania-drag-top:before {
  content: "\e958"; }

.icon-kit-campania-drag-bottom:before {
  content: "\e959"; }

.icon-kit-campania-drag:before {
  content: "\e95a"; }

.icon-kit-campania-full-star:before {
  content: "\e957"; }

.icon-kit-campania-star:before {
  content: "\e956"; }

.icon-kit-campania-accessibility:before {
  content: "\e901"; }

.icon-kit-campania-add-event:before {
  content: "\e902"; }

.icon-kit-campania-all-3d:before {
  content: "\e903"; }

.icon-kit-campania-all-monuments:before {
  content: "\e904"; }

.icon-kit-campania-archive:before {
  content: "\e905"; }

.icon-kit-campania-arrow-down:before {
  content: "\e906"; }

.icon-kit-campania-arrow-right:before {
  content: "\e90a"; }

.icon-kit-campania-avellino:before {
  content: "\e907"; }

.icon-kit-campania-benevento:before {
  content: "\e908"; }

.icon-kit-campania-calendar:before {
  content: "\e909"; }

.icon-kit-campania-calendar-1:before {
  content: "\e927"; }

.icon-kit-campania-calendar-event:before {
  content: "\e91c"; }

.icon-kit-campania-calendar-local:before {
  content: "\e90b"; }

.icon-kit-campania-camera:before {
  content: "\e90c"; }

.icon-kit-campania-car:before {
  content: "\e93e"; }

.icon-kit-campania-card:before {
  content: "\e90d"; }

.icon-kit-campania-caret-down:before {
  content: "\e90e"; }

.icon-kit-campania-caret-left:before {
  content: "\e90f"; }

.icon-kit-campania-caret-right:before {
  content: "\e910"; }

.icon-kit-campania-caret-top:before {
  content: "\e94c"; }

.icon-kit-campania-caserta:before {
  content: "\e911"; }

.icon-kit-campania-catacomb:before {
  content: "\e912";
  color: #484848; }

.icon-kit-campania-check:before {
  content: "\e93f"; }

.icon-kit-campania-circle-arrow:before {
  content: "\e913"; }

.icon-kit-campania-civil-architecture:before {
  content: "\e914";
  color: #484848; }

.icon-kit-campania-clock:before {
  content: "\e915";
  color: #505050; }

.icon-kit-campania-close:before {
  content: "\e916"; }

.icon-kit-campania-d-model:before {
  content: "\e900"; }

.icon-kit-campania-document:before {
  content: "\e917"; }

.icon-kit-campania-document-2:before {
  content: "\e918"; }

.icon-kit-campania-double-caret-left:before {
  content: "\e919"; }

.icon-kit-campania-double-caret-right:before {
  content: "\e91a"; }

.icon-kit-campania-empty-heart:before {
  content: "\e91b"; }

.icon-kit-campania-empty-user:before {
  content: "\e955"; }

.icon-kit-campania-expand:before {
  content: "\e91d"; }

.icon-kit-campania-fortifications:before {
  content: "\e91e"; }

.icon-kit-campania-fountain:before {
  content: "\e91f"; }

.icon-kit-campania-full-clock:before {
  content: "\e94d"; }

.icon-kit-campania-full-heart:before {
  content: "\e920"; }

.icon-kit-campania-full-user:before {
  content: "\e93c"; }

.icon-kit-campania-gmail:before {
  content: "\e921"; }

.icon-kit-campania-grid:before {
  content: "\e922"; }

.icon-kit-campania-home:before {
  content: "\e923"; }

.icon-kit-campania-industrial-archaeology:before {
  content: "\e924"; }

.icon-kit-campania-information:before {
  content: "\e925"; }

.icon-kit-campania-landscape:before {
  content: "\e926"; }

.icon-kit-campania-less:before {
  content: "\e94e"; }

.icon-kit-campania-library:before {
  content: "\e928"; }

.icon-kit-campania-link:before {
  content: "\e929"; }

.icon-kit-campania-list:before {
  content: "\e92a"; }

.icon-kit-campania-mail:before {
  content: "\e92b"; }

.icon-kit-campania-map:before {
  content: "\e94f"; }

.icon-kit-campania-menu:before {
  content: "\e92c"; }

.icon-kit-campania-money:before {
  content: "\e92d"; }

.icon-kit-campania-monument:before {
  content: "\e92e"; }

.icon-kit-campania-monument-2:before {
  content: "\e92f"; }

.icon-kit-campania-museum:before {
  content: "\e930"; }

.icon-kit-campania-mute:before {
  content: "\e931"; }

.icon-kit-campania-napoli:before {
  content: "\e932"; }

.icon-kit-campania-natural-sites:before {
  content: "\e933"; }

.icon-kit-campania-old-town-center:before {
  content: "\e934"; }

.icon-kit-campania-on-demand:before {
  content: "\e935"; }

.icon-kit-campania-palace:before {
  content: "\e936"; }

.icon-kit-campania-pause:before {
  content: "\e937"; }

.icon-kit-campania-percorso:before {
  content: "\e938"; }

.icon-kit-campania-pin:before {
  content: "\e939"; }

.icon-kit-campania-play:before {
  content: "\e93a"; }

.icon-kit-campania-plus:before {
  content: "\e93b"; }

.icon-kit-campania-reconstructions:before {
  content: "\e93d"; }

.icon-kit-campania-religious-building:before {
  content: "\e950"; }

.icon-kit-campania-route-calculation:before {
  content: "\e951"; }

.icon-kit-campania-rural-architecture:before {
  content: "\e940"; }

.icon-kit-campania-sale:before {
  content: "\e941"; }

.icon-kit-campania-salerno:before {
  content: "\e942"; }

.icon-kit-campania-search:before {
  content: "\e943"; }

.icon-kit-campania-search-map:before {
  content: "\e952"; }

.icon-kit-campania-share:before {
  content: "\e944"; }

.icon-kit-campania-steps:before {
  content: "\e953"; }

.icon-kit-campania-telephone:before {
  content: "\e945"; }

.icon-kit-campania-theatre-masks:before {
  content: "\e946"; }

.icon-kit-campania-time:before {
  content: "\e954"; }

.icon-kit-campania-virtual-tour:before {
  content: "\e947"; }

.icon-kit-campania-voice:before {
  content: "\e948"; }

.icon-kit-campania-warning:before {
  content: "\e949"; }

.icon-kit-campania-web:before {
  content: "\e94a"; }

.icon-kit-campania-woman-info:before {
  content: "\e94b"; }

/** BASE **/
/* typhography component */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppinsmedium"; }

h2 {
  font-size: 1.75rem;
  line-height: 2.625rem;
  position: relative; }
  .section-title h2 {
    text-align: center;
    margin-bottom: 60px; }
    .section-title h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      width: 60px;
      height: 4px;
      background-color: #103D42;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 10px; }
  #interactiveMap h2 {
    margin-bottom: 20px; }

.tr-v, .tr-v-1, .map-box .card-contents .details-box p.description, .map-interaction.create-itinerary #tab1 .card-secondary .image-box .label, .card-secondary.list .details-box h3, .card-step .steps .step span.text, .tr-v-2, .card-slideshow-element h3, .card-primary h3, .card-contents .details-box h3, .not-highlighted .card-contents .details-box p.description, .card-secondary .image-box .label, .card-secondary .details-box h3, .pinterest-style a .collage span, .tr-v-3, .card-contents .details-box a.title, #interactiveMap .card-contents .details-box h3, .card-secondary.list .details-box .description, .tr-v-4, .map-interaction.create-itinerary .filter-map #tab1 .card-secondary .details-box h3, .tr-v-5, .tr-v-6, .tr-v-7, .card-primary p.description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical; }

.tr-v-1, .map-box .card-contents .details-box p.description, .map-interaction.create-itinerary #tab1 .card-secondary .image-box .label, .card-secondary.list .details-box h3, .card-step .steps .step span.text {
  -webkit-line-clamp: 1; }

.tr-v-2, .card-slideshow-element h3, .card-primary h3, .card-contents .details-box h3, .not-highlighted .card-contents .details-box p.description, .card-secondary .image-box .label, .card-secondary .details-box h3, .pinterest-style a .collage span {
  -webkit-line-clamp: 2; }

.tr-v-3, .card-contents .details-box a.title, #interactiveMap .card-contents .details-box h3, .card-secondary.list .details-box .description {
  -webkit-line-clamp: 3; }

.tr-v-4, .map-interaction.create-itinerary .filter-map #tab1 .card-secondary .details-box h3 {
  -webkit-line-clamp: 4; }

.tr-v-5 {
  -webkit-line-clamp: 5; }

.tr-v-6 {
  -webkit-line-clamp: 6; }

.tr-v-7, .card-primary p.description {
  -webkit-line-clamp: 7; }

.link-icon-underline span:not([class^="icon-kit-campania"]), .card-primary .other-link a span:not([class^="icon-kit-campania"]), .card-contents .details-box .other-link a span:not([class^="icon-kit-campania"]), #sectionLearnMore .info-place .other-link a span:not([class^="icon-kit-campania"]) {
  text-decoration: underline; }

.link-icon-underline:hover, .card-primary .other-link a:hover, .card-contents .details-box .other-link a:hover, #sectionLearnMore .info-place .other-link a:hover {
  text-decoration: none; }
  .link-icon-underline:hover span, .card-primary .other-link a:hover span, .card-contents .details-box .other-link a:hover span, #sectionLearnMore .info-place .other-link a:hover span {
    text-decoration: none; }

.link-underline, .card-contents .details-box a.title {
  text-decoration: underline;
  color: #000; }
  .link-underline:hover, .card-contents .details-box a.title:hover {
    text-decoration: none;
    color: #000; }
  .link-underline:focus, .card-contents .details-box a.title:focus {
    outline: 2px solid #103D42;
    box-shadow: none; }

.discover, .card-primary .action-box a, .card-secondary.list .details-box .action-box button, .card-step .action-box a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "roboto_bold_web"; }
  .discover span, .card-primary .action-box a span, .card-secondary.list .details-box .action-box button span, .card-step .action-box a span {
    margin-left: 10px; }

.link, #heroImageHome .box-text a, #interactiveMap .section-action-box a {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 145.9%;
  font-family: "roboto_bold_web"; }
  .link span, #heroImageHome .box-text a span, #interactiveMap .section-action-box a span {
    margin-left: 10px; }

.title-secondary {
  font-family: "poppinsregular";
  color: #103D42;
  font-size: 1.5rem; }

.btn.back {
  font-size: 0.875rem;
  font-family: "roboto_bold_web";
  color: #103D42;
  margin-bottom: 30px; }
  .btn.back .icon-kit-campania-arrow-right {
    transform: rotate(180deg); }

.p-top-5 {
  padding-top: 50px; }

.mt-6 {
  margin-top: 1.25rem; }
  @media (max-width: 575.98px) {
    .mt-6 {
      margin-top: 6rem; } }

.mt-7 {
  margin-top: 1.5625rem; }

.mt-8 {
  margin-top: 0.1875rem; }

.mt-9 {
  margin-top: 0.25rem; }

.mt-10 {
  margin-top: 0.3125rem; }

.mt-11 {
  margin-top: 0.375rem; }

.mt-12 {
  margin-top: 0.4375rem; }

.mb-4 {
  margin-bottom: 0.25rem !important; }

.custom-col-11 {
  flex: 0 0 90%;
  max-width: 90%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

hr {
  border-top: 1px solid #9F9F9F;
  margin: 0; }

@media (max-width: 767.98px) {
  .prc-sm-5 {
    padding-right: 5px; } }

@media (max-width: 767.98px) {
  .plc-sm-5 {
    padding-left: 5px; } }

@media (max-width: 767.98px) {
  .p-mobile-0 {
    padding: 0; } }

.focus, #wrapper header #brand a:focus,
#wrapper #header #brand a:focus, #wrapper header .header-secondnav #mainMenu li a.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.nav-link:focus, #wrapper header .header-secondnav #search:focus,
#wrapper #header .header-secondnav #search:focus, .pinterest-style a:focus div {
  outline: 2px solid #FFC932;
  outline-offset: 2px;
  box-shadow: none;
  border: none; }

:focus {
  outline: 2px solid #103D42;
  outline-offset: 2px;
  box-shadow: none;
  border: none; }
  #map-campania :focus {
    outline-offset: -2px; }

.center-element-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-element-flex, .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after, .drag,
.drag[type=button]:not(:disabled), .drag-top,
.drag-bottom, .card-secondary .image-box button.selected, .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link, .rating > label {
  display: flex;
  align-items: center;
  justify-content: center; }

/** COMPONENTS **/
.trasformArrow, .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle[aria-expanded="false"]::after {
  transform: rotate3d(0, 1, 1, 0deg);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.trasformArrowSelected, .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate3d(2, 0, 0, 180deg); }

.form--select-wrapper {
  width: 220px;
  margin-right: 40px; }
  .form--select-wrapper .bootstrap-select.form-control {
    padding: 0;
    height: 30px;
    border-radius: 15px;
    border: none; }
    .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle {
      padding: 0 22px;
      height: 100%; }
      .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle .filter-option .filter-option-inner {
        color: #757575;
        height: 100%;
        display: flex;
        align-items: center; }
        .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
          font-size: 0.875rem;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 200px;
          min-width: unset !important;
          width: 100%; }
          .modal .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            max-width: 100%; }
      .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle.option-light {
        border-bottom: 1px solid #103D42; }
      .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle::after {
        font-family: "icon-kit-campania";
        content: "\e90e";
        border: none;
        vertical-align: unset;
        margin: 0;
        color: #103D42;
        transition: 0.3s; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 2; }

.bootstrap-select .dropdown-menu {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  border: none;
  padding: 15px;
  max-width: 220px; }
  .bootstrap-select .dropdown-menu .inner {
    overflow: hidden;
    padding-right: 5px; }
    .bootstrap-select .dropdown-menu .inner li a {
      padding: 7px 0;
      white-space: pre-wrap; }
      .modal .bootstrap-select .dropdown-menu .inner li a.selected, .modal .bootstrap-select .dropdown-menu .inner li a:hover {
        color: #fff; }
      .bootstrap-select .dropdown-menu .inner li a span.check-mark {
        position: absolute;
        display: inline-block;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        border: 1px solid #103D42;
        height: 24px;
        width: 24px;
        border-radius: 4px; }
        .modal .bootstrap-select .dropdown-menu .inner li a span.check-mark {
          display: none; }
        .bootstrap-select .dropdown-menu .inner li a span.check-mark::after {
          content: none; }
      .bootstrap-select .dropdown-menu .inner li a:hover, .bootstrap-select .dropdown-menu .inner li a:focus, .bootstrap-select .dropdown-menu .inner li a:active, .bootstrap-select .dropdown-menu .inner li a.active {
        border-radius: 4px; }
        .bootstrap-select .dropdown-menu .inner li a:hover span.check-mark, .bootstrap-select .dropdown-menu .inner li a:focus span.check-mark, .bootstrap-select .dropdown-menu .inner li a:active span.check-mark, .bootstrap-select .dropdown-menu .inner li a.active span.check-mark {
          border-color: #fff; }
      .bootstrap-select .dropdown-menu .inner li a span.text {
        font-size: 0.875rem;
        white-space: break-spaces;
        padding-left: 5px;
        font-weight: 400; }

.bootstrap-select.show-tick .dropdown-menu .selected a span.check-mark {
  background: rgba(16, 61, 66, 0.25);
  top: 50%;
  right: 5px; }
  .bootstrap-select.show-tick .dropdown-menu .selected a span.check-mark::before {
    font-family: "icon-kit-campania";
    content: "\e93f";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.bootstrap-select.show-tick .dropdown-menu .selected a:hover::before, .bootstrap-select.show-tick .dropdown-menu .selected a:focus::before, .bootstrap-select.show-tick .dropdown-menu .selected a:active::before, .bootstrap-select.show-tick .dropdown-menu .selected a.active::before {
  color: #fff; }

.label__select_custom {
  color: #103D42 !important; }

#exp_elem_list_user {
  /*overflow-y: auto;*/
  position: absolute;
  margin: 0;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #FFF;
  margin-top: 1em;
  -webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 220px; }
  #exp_elem_list_user::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #FFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: -10px; }
  #exp_elem_list_user li {
    color: #6B6B6B;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #FFF;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    cursor: pointer; }
    #exp_elem_list_user li:hover {
      color: #18222C;
      background-color: #EFEFEF; }
    #exp_elem_list_user li a {
      color: #212529; }
      #exp_elem_list_user li a:hover {
        text-decoration: none; }

.hidden {
  display: none; }

#exp_elem_list_user {
  width: 100px;
  right: 5px;
  z-index: 10 !important; }
  #exp_elem_list_user a {
    width: 100%;
    display: inline-block;
    margin-left: -16px;
    color: black; }
    #exp_elem_list_user a:hover {
      text-decoration: none; }

.form-group {
  display: block;
  margin: 0; }
  .form-group label {
    color: #fff;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 5px;
    display: block;
    margin-left: 8px; }
  .form-group input {
    height: 30px;
    border-radius: 15px;
    border: none;
    padding-left: 27px;
    font-size: 0.875rem; }
    .form-group input::placeholder {
      color: #757575; }

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.125rem #183e36;
  outline: none; }

.custom-checkbox label.custom-control-label {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px; }
  .custom-checkbox label.custom-control-label::before {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #000; }
  .custom-checkbox label.custom-control-label::after {
    width: 20px;
    height: 20px; }

.custom-checkbox .custom-control-input:disabled {
  cursor: default; }
  .custom-checkbox .custom-control-input:disabled + label {
    cursor: default;
    color: #757575; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border-color: #000; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  font-family: "icon-kit-campania";
  content: "\e93f";
  color: #103D42;
  background-image: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: rgba(16, 61, 66, 0.4);
  left: -15px;
  color: #000;
  position: absolute;
  border: 1px solid #103D42; }

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: rgba(117, 117, 117, 0.65); }

.custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::after {
  opacity: .65; }

.text__custom_checkbox {
  font-size: 0.875rem;
  font-family: "roboto_regular_web";
  color: #404040;
  line-height: 16, 41px; }

.box-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 991.98px) {
    .box-checkbox {
      margin: 0 auto; }
      .box-checkbox:first-child {
        margin-top: 20px;
        margin-top: 40px; } }
  .map-interaction .box-checkbox {
    margin-bottom: 0px; }
  .map-interaction #tab2 .box-checkbox {
    width: 190px; }
  .box-checkbox label {
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 0.875rem;
    color: #103D42 !important;
    line-height: 1rem; }
    @media (max-width: 991.98px) {
      .box-checkbox label {
        color: #000 !important;
        font-family: "roboto_bold_web";
        padding: 0 30px 0 8px; } }
  .box-checkbox input.checkbox-custom,
  .box-checkbox span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #103D42;
    background: #fff;
    border-radius: 5px;
    margin-left: 10px; }
  .box-checkbox input.checkbox-custom {
    z-index: 2;
    opacity: 0; }
    .box-checkbox input.checkbox-custom:focus + span {
      outline: 3px solid #103D42 !important;
      outline-offset: 5px !important; }
  .box-checkbox input.checkbox-custom:checked + span {
    background: rgba(16, 61, 66, 0.4); }
    .box-checkbox input.checkbox-custom:checked + span:after {
      font-family: "icon-kit-campania";
      content: "\e93f";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.input-date-custom {
  display: flex;
  flex-direction: column;
  width: 190px;
  height: 100%;
  margin: 0 20px 0 0; }
  .modal .input-date-custom {
    margin: 0;
    width: 100%;
    margin-bottom: 20px; }
  .selectCustomMobile .input-date-custom {
    width: 100%; }
  .input-date-custom span.label-date {
    font-family: "roboto_regular_web";
    color: #103D42;
    font-size: 1.0rem;
    display: block;
    line-height: 0.75rem; }
    .modal .input-date-custom span.label-date {
      font-size: 0.875rem;
      color: #000;
      font-family: "roboto_bold_web";
      margin-bottom: 10px; }
    .selectCustomMobile .input-date-custom span.label-date {
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #103D42;
      margin-bottom: 5px;
      margin-top: 0px; }
  .input-date-custom .box-input-date {
    position: relative; }
    .input-date-custom .box-input-date::after {
      content: '';
      position: absolute;
      background-color: #7F7F7F;
      width: 90%;
      bottom: -7px;
      left: 0;
      height: 1px; }
      .selectCustomMobile .input-date-custom .box-input-date::after {
        content: none; }
      .modal .input-date-custom .box-input-date::after {
        content: none; }
    .input-date-custom .box-input-date input {
      width: 100%;
      border: none;
      background-color: transparent;
      height: 23px;
      font-size: 0.875rem;
      font-family: "roboto_regular_web";
      color: #495057;
      line-height: 1rem;
      padding: 0;
      position: relative;
      box-sizing: border-box;
      cursor: text; }
      .modal .input-date-custom .box-input-date input {
        height: 30px;
        padding-left: 10px;
        border: 1px solid #ced4da; }
      .selectCustomMobile .input-date-custom .box-input-date input {
        border: 1px solid #3C3C3C;
        height: 30px;
        padding-left: 15px; }
      .input-date-custom .box-input-date input::placeholder {
        color: #495057; }
      .input-date-custom .box-input-date input:focus {
        outline: 2px solid #103D42; }
      .input-date-custom .box-input-date input::-webkit-calendar-picker-indicator {
        background: transparent;
        cursor: pointer; }
    .input-date-custom .box-input-date span {
      position: absolute;
      top: 0px;
      right: 0;
      pointer-events: none;
      color: #103D42;
      font-size: 0.8125rem; }
      .modal .input-date-custom .box-input-date span {
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      .selectCustomMobile .input-date-custom .box-input-date span {
        top: 50%;
        transform: translateY(-50%);
        right: 10px; }

.map-interaction.create-itinerary .filter-map .box-search {
  width: 100%;
  margin-right: 30px; }
  .map-interaction.create-itinerary .filter-map .box-search label {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 5px;
    color: #000; }
  .map-interaction.create-itinerary .filter-map .box-search input {
    width: 100%;
    height: 30px;
    border: 1px solid #000;
    border-radius: 30px; }

.map-interaction.create-itinerary .filter-map .selectCustom {
  height: auto;
  max-width: 260px; }

#heroImageHome {
  height: calc(100vh - (148px / 2) - 40px);
  position: relative;
  margin-bottom: 150px; }
  #heroImageHome video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden; }
  #heroImageHome img {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast; }
  @media (max-width: 1199.98px) and (orientation: landscape) {
    #heroImageHome {
      height: calc(100vh - 100px); } }
  @media (max-width: 1199.98px) {
    #heroImageHome {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 60px;
      height: 100vh; } }
  #heroImageHome .box-text {
    z-index: 2;
    position: absolute;
    bottom: 150px;
    max-width: 635px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 20px;
    color: #fff; }
    @media (max-width: 991.98px) {
      #heroImageHome .box-text {
        margin: 0 15px; } }
    #heroImageHome .box-text h2 {
      font-size: 1.75rem;
      font-family: "poppinsmedium";
      line-height: 2.625rem;
      margin-bottom: 0.625rem; }
      @media (max-width: 991.98px) {
        #heroImageHome .box-text h2 {
          font-size: 1.125rem;
          line-height: 1.6875rem; } }
    #heroImageHome .box-text a {
      color: #fff; }
      #heroImageHome .box-text a:focus {
        outline: 2px solid #FFC932; }

#heroImage {
  margin-bottom: 20px;
  height: 300px; }
  @media (max-width: 991.98px) {
    #heroImage {
      display: none; } }

#heroImageDetailRoom {
  height: 670px; }

.search-box {
  z-index: 2;
  position: absolute;
  max-width: 1110px;
  width: 100%;
  height: 148px;
  background: #103D42;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: calc(-148px / 2);
  padding: 20px 64px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3); }
  #searchSection .search-box {
    background-color: #EFEFEF;
    box-shadow: none; }
  #searchSection .search-box {
    position: static;
    margin-bottom: 15px;
    height: auto;
    padding: 30px 40px; }
  @media (max-width: 1199.98px) {
    .search-box {
      height: 100px;
      display: flex;
      align-items: center;
      transform: none;
      left: 0;
      width: 100%;
      right: 0;
      max-width: 100%; } }
  @media (max-width: 1199.98px) {
    .search-box {
      bottom: 0px; } }
  @media (max-width: 1199.98px) {
    .search-box {
      position: absolute;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 575.98px) {
    .search-box {
      height: 100px; } }
  .search-box form {
    display: flex;
    flex-direction: column; }
    .search-box form .box-search {
      margin-bottom: 10px; }
    #searchSection .search-box form .form-group {
      margin-right: 20px;
      width: 100%; }
      #searchSection .search-box form .form-group input {
        padding-left: 22px; }
      #searchSection .search-box form .form-group label {
        color: #000; }
      #searchSection .search-box form .form-group input, #searchSection .search-box form .form-group .bootstrap-select {
        border: 1px solid #757575; }
      #searchSection .search-box form .form-group .form--select-wrapper {
        max-width: 100%;
        width: 100%; }
    #searchSection .search-box form button.button-search {
      width: 80px; }
  @media (max-width: 1199.98px) {
    .search-box form {
      display: none; } }

body .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px 0px 40px 0px; }
  @media (max-width: 991.98px) {
    body .breadcrumb {
      margin-bottom: 40px; } }
  body .breadcrumb li {
    font-size: 0.875rem;
    color: #3A3A3A;
    font-family: "roboto_regular_web"; }
    body .breadcrumb li a {
      font-family: "roboto_bold_web";
      color: #000;
      font-size: 0.875rem;
      text-decoration-line: underline;
      font-weight: bold; }
      body .breadcrumb li a:focus {
        outline: 3px solid #103D42; }
  body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 800; }

body .breadcrumb-img {
  padding: .75rem 1rem;
  background-color: transparent;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    body .breadcrumb-img {
      margin-top: 10px; } }
  @media (min-width: 992px) {
    body .breadcrumb-img {
      margin-top: 0.9375rem; } }
  body .breadcrumb-img li {
    font-size: 16px;
    color: #3A3A3A;
    font-family: "nunito_regular"; }
    body .breadcrumb-img li a {
      font-family: "nunito_bold";
      color: #3A3A3A;
      font-size: 16px; }
  body .breadcrumb-img .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 800; }

body .without-herobanner .breadcrumb {
  margin-top: 0px; }

.btn {
  font-size: 1rem;
  border: none;
  padding: 0; }

.btn.focus, #wrapper header #brand a.btn:focus,
#wrapper #header #brand a.btn:focus, #wrapper header .header-secondnav #mainMenu li a.btn.nav-link:focus,
#wrapper #header .header-secondnav #mainMenu li a.btn.nav-link:focus, #wrapper header .header-secondnav .btn#search:focus,
#wrapper #header .header-secondnav .btn#search:focus, .pinterest-style a:focus div.btn,
.btn:focus {
  outline: 2px solid #103D42;
  box-shadow: none; }

button:active, button:focus {
  outline: 2px solid #103D42; }

.btn-outline-primary {
  padding: 0 15px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #103D42;
  font-size: 0.875rem;
  color: #103D42;
  text-transform: uppercase;
  border-radius: 15px;
  line-height: 1rem;
  font-family: "roboto_bold_web"; }
  .section-action-box .btn-outline-primary {
    padding: 0 50px; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #103D42;
    color: #fff;
    border-color: #103D42;
    box-shadow: none; }

.section-action-box {
  text-align: right;
  margin-top: 30px; }
  .section-action-box .link-button {
    color: #000;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "roboto_bold_web"; }
    .section-action-box .link-button span {
      margin-left: 10px; }
    .section-action-box .link-button.prev-step span.icon-kit-campania-arrow-right {
      transform: rotate(180deg);
      margin-right: 10px;
      margin-left: 0px; }
    .section-action-box .link-button.prev-step span:not(.icon-kit-campania-arrow-right) {
      text-decoration: underline; }
    .section-action-box .link-button.prev-step:hover span:not(.icon-kit-campania-arrow-right) {
      text-decoration: none; }
    .section-action-box .link-button.next-step.to-complete span {
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      border-radius: 100%;
      font-size: 1.125rem; }
      .section-action-box .link-button.next-step.to-complete span::before {
        position: relative;
        right: -5px; }
      @media (max-width: 991.98px) {
        .section-action-box .link-button.next-step.to-complete span {
          font-size: 0.75rem;
          position: relative;
          width: 12px;
          height: 12px;
          right: 4px;
          border: 1px solid #fff; }
          .section-action-box .link-button.next-step.to-complete span::before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); } }
  .map-interaction.create-itinerary .filter-map .section-action-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #707070;
    padding-top: 12px;
    margin-top: 20px; }
  @media (max-width: 991.98px) {
    .section-action-box {
      text-align: center; } }
  .section-action-box a {
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "roboto_bold_web"; }
    .section-action-box a span {
      margin-left: 10px; }
  .section-action-box p {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0; }

#interactiveMap .section-action-box {
  text-align: left; }
  #interactiveMap .section-action-box a {
    display: block;
    color: #000; }
    #interactiveMap .section-action-box a:first-child {
      margin-bottom: 12px; }

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.form-control:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 3px #FFC932;
  border-radius: 15px; }

.vertical__button {
  top: 60%;
  right: 0;
  display: inline-block;
  overflow: visible;
  position: fixed;
  width: 0;
  line-height: 4.4em;
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding: 24px;
  z-index: 10; }
  @media (max-width: 575.98px) {
    .vertical__button {
      top: 90%;
      margin-right: 15px; } }
  .vertical__button a {
    color: white;
    font-size: 1rem;
    font-family: "roboto_bold_web";
    background-color: #103D42;
    padding: 13px;
    line-height: 1.1875rem; }
    @media (max-width: 575.98px) {
      .vertical__button a {
        border-radius: 50%; } }
    .vertical__button a:focus {
      outline: 3px solid #FFC932 !important;
      box-shadow: none !important; }
    .vertical__button a img {
      margin-right: 5px; }
      @media (max-width: 575.98px) {
        .vertical__button a img {
          margin-right: 0px;
          margin-top: -3px; } }
    @media (max-width: 575.98px) {
      .vertical__button a .text__show_ecosistema {
        display: none; } }

button.btn.btn-secondary,
button.btn.btn-secondary:active {
  height: 30px;
  border-radius: 25px;
  background-color: #FFC932;
  border-color: #FFC932;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding: 0 15px; }
  button.btn.btn-secondary:focus, button.btn.btn-secondary:active, button.btn.btn-secondary.active, button.btn.btn-secondary:not(:disabled):not(.disabled).active:focus, button.btn.btn-secondary:not(:disabled):not(.disabled):active:focus, button.btn.btn-secondary:hover,
  button.btn.btn-secondary:active:focus,
  button.btn.btn-secondary:active:active,
  button.btn.btn-secondary:active.active,
  button.btn.btn-secondary:active:not(:disabled):not(.disabled).active:focus,
  button.btn.btn-secondary:active:not(:disabled):not(.disabled):active:focus,
  button.btn.btn-secondary:active:hover {
    outline: none;
    box-shadow: 0px 0px 0px 3px #FFC932;
    background-color: #103D42;
    border-radius: 15px;
    color: #FFC932;
    border-color: #FFC932; }

button.btn.btn-primary,
button.btn.btn-primary:active {
  height: 30px;
  border-radius: 25px;
  background-color: #103D42;
  border-color: #103D42;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding: 0 15px; }
  button.btn.btn-primary:focus, button.btn.btn-primary:hover, button.btn.btn-primary:active, button.btn.btn-primary:not(:disabled):not(.disabled).active:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active:focus, button.btn.btn-primary.active,
  button.btn.btn-primary:active:focus,
  button.btn.btn-primary:active:hover,
  button.btn.btn-primary:active:active,
  button.btn.btn-primary:active:not(:disabled):not(.disabled).active:focus,
  button.btn.btn-primary:active:not(:disabled):not(.disabled):active:focus,
  button.btn.btn-primary:active.active {
    outline: none;
    box-shadow: 0px 0px 0px 3px #103D42;
    background-color: #FFC932;
    border-radius: 15px;
    color: #103D42;
    border-color: #103D42; }

.search-box button.button-search {
  width: 211px; }

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #103D42 !important;
  color: #fff !important; }

.btn.button-primary:focus {
  box-shadow: 0 0 0 0.2rem #103D42; }

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #103D42; }

.false__btn {
  background: transparent;
  border: 0; }
  .false__btn:hover {
    background: transparent; }
  .false__btn:focus {
    outline: 3px solid #5A2C2B; }

.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(16, 61, 66, 0.8);
  color: white; }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  height: 30px;
  border-radius: 25px;
  background-color: #103D42;
  border-color: #103D42;
  text-transform: uppercase;
  font-family: "roboto_bold_web"; }

.general-menu {
  position: relative;
  margin-right: 20px; }
  .general-menu span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: relative;
    top: -6px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .general-menu span::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #000;
      top: -6px;
      left: 0;
      border-radius: 10px;
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .general-menu span::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #000;
      top: 6px;
      left: 0;
      border-radius: 10px;
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.info_hero button {
  position: relative;
  padding: 0 20px; }
  .info_hero button span::before {
    content: "";
    background-image: url("../images/svg/mask.svg");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 10px;
    left: 10px; }
  .info_hero button span.btn-more-hero {
    margin-bottom: 0;
    padding-left: 20px; }

.info_hero button.btn.btn-primary:hover span::before {
  background-image: url("../images/svg/mask_hover.svg");
  background-repeat: no-repeat;
  color: #103D42; }

.info_hero button.btn.btn-primary:active:hover {
  color: #fff; }

.info_hero button.btn.btn-primary:hover {
  color: #103D42; }

.info_hero button.btn.btn-primary:active span::before {
  background-image: url("../images/svg/mask.svg");
  background-repeat: no-repeat; }

.btn_map {
  font-weight: "roboto_bold_web";
  font-size: 1rem;
  margin-top: 40px;
  color: #000;
  border: 3px solid #FFC932;
  border-radius: 50px;
  padding: 10px 20px; }
  .btn_map:hover {
    background-color: #FFC932;
    border: 3px solid #FFC932; }

#cardProduction .card-place.overlay-image::before,
#cardProduction .image-event.overlay-image::before {
  content: '';
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

#cardProduction .card-footer {
  position: relative; }
  #cardProduction .card-footer .calendar {
    position: absolute;
    top: -25px; }
    #cardProduction .card-footer .calendar .button {
      width: 50px;
      height: 50px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
      border-radius: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-bottom: 0px;
      margin-top: 0px;
      background-color: #fff; }
    #cardProduction .card-footer .calendar .dropdown-calendar {
      position: absolute;
      left: 5px;
      bottom: 50px;
      width: 200px;
      display: none; }
      #cardProduction .card-footer .calendar .dropdown-calendar.active {
        display: block; }
        #cardProduction .card-footer .calendar .dropdown-calendar.active .google,
        #cardProduction .card-footer .calendar .dropdown-calendar.active .local {
          justify-content: flex-start;
          color: #fff; }
          #cardProduction .card-footer .calendar .dropdown-calendar.active .google span,
          #cardProduction .card-footer .calendar .dropdown-calendar.active .local span {
            font-size: 0.875rem;
            margin-left: 10px; }

.calendar {
  position: relative; }
  .calendar .button {
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 25px;
    background-color: #fff; }
  .calendar .dropdown-calendar {
    position: absolute;
    right: 5px;
    width: 100%;
    display: none; }
    .calendar .dropdown-calendar.active {
      display: block; }
      .calendar .dropdown-calendar.active .google,
      .calendar .dropdown-calendar.active .local {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6px;
        color: #000;
        font-family: "roboto_bold_web"; }
        .calendar .dropdown-calendar.active .google span,
        .calendar .dropdown-calendar.active .local span {
          font-size: 0.875rem;
          margin-right: 3px; }
        .calendar .dropdown-calendar.active .google div,
        .calendar .dropdown-calendar.active .local div {
          width: 40px;
          height: 40px;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
          border-radius: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fff; }

.button-details {
  text-align: right; }
  .button-details a.more {
    text-transform: uppercase;
    color: #103D42;
    font-family: "roboto_bold_web";
    float: right; }
    .button-details a.more:after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/right-arrow.svg);
      width: 16px;
      height: 12px;
      margin-left: 10px; }
  .button-details .btn {
    font-weight: bold;
    padding: 0; }
    .button-details .btn:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 68, 0, 0.8);
      outline: none; }

button.modal-expand {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 2px solid #103D42;
  display: flex;
  justify-content: center;
  align-items: center; }
  #itinerary button.modal-expand {
    top: 8%;
    right: 14%; }
    #itinerary button.modal-expand span {
      font-size: 0.9375rem; }

#buttonFixed {
  display: none;
  width: 100%;
  background-color: #fff;
  height: 100px;
  left: 0;
  width: 100%;
  text-align: center; }
  #buttonFixed button {
    color: #fff;
    background-color: #FFC932;
    border: none;
    border-radius: 25px;
    height: 40px;
    width: 345px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 340px) {
      #buttonFixed button {
        width: 100%; } }
  #buttonFixed span:first-child {
    font-family: "roboto_bold_web";
    font-size: 14px;
    display: block;
    margin-bottom: -9px; }
  #buttonFixed span:last-child {
    font-family: "roboto_regular_web";
    font-size: 12px; }
  @media (max-width: 991.98px) {
    #buttonFixed {
      display: none;
      bottom: 0;
      transform-origin: top; } }
  @media (max-width: 575.98px) {
    #buttonFixed {
      display: none;
      bottom: 0; } }

.dropdownFilterButton {
  padding: 0;
  text-transform: uppercase; }
  .dropdownFilterButton::after {
    content: none; }
  .dropdownFilterButton svg {
    transition: 0.3s; }
  .dropdownFilterButton[aria-expanded="true"] svg {
    transform: rotate(180deg); }

.collapseButton {
  text-align: right;
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 767.98px) {
    .collapseButton {
      margin-right: 15px; } }
  .collapseButton hr {
    width: 103.8%; }
    @media (max-width: 575.98px) {
      .collapseButton hr {
        width: 113.8%; } }
  .collapseButton button {
    color: black;
    font-family: "roboto_regular_web";
    text-transform: uppercase; }
    .collapseButton button:hover {
      text-decoration: none; }
  .collapseButton #expandButtonDetail {
    position: relative;
    padding-right: 25px; }
    .collapseButton #expandButtonDetail span {
      font-size: 0.875rem; }
    .collapseButton #expandButtonDetail span[class^="icon-kit-campania"] {
      margin-left: 10px; }
    .collapseButton #expandButtonDetail .exp {
      text-decoration: underline; }
      .collapseButton #expandButtonDetail .exp:hover {
        text-decoration: none; }
    .collapseButton #expandButtonDetail[aria-expanded=false] span[class^="icon-kit-campania"] {
      transform: rotate3d(0, 1, 1, 0deg); }
    .collapseButton #expandButtonDetail[aria-expanded=true] span[class^="icon-kit-campania"] {
      transform: rotate3d(2, 0, 0, 180deg); }

.linkButton {
  height: 30px;
  border: 2px solid #103D42;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  color: #103D42;
  padding: 3px 20px;
  font-family: "nunito_bold";
  line-height: 19px;
  text-transform: uppercase; }
  .linkButton:hover {
    background-color: #103D42;
    color: #fff;
    text-decoration: none; }
  .linkButton.disabled {
    color: #828282; }

.list-link li {
  margin-bottom: 10px; }
  .list-link li a {
    color: #000;
    text-decoration: underline; }
    .list-link li a:hover {
      text-decoration: none; }
    .list-link li a.disabled {
      color: #8B8B8B;
      pointer-events: none;
      text-decoration: none; }

.button-mobile-filter {
  position: absolute;
  top: -30px;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0px 0px;
  padding: 5px 20px;
  box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "roboto_bold_web"; }
  .button-mobile-filter[aria-expanded=true] span[class^="icon-kit-campania"] {
    transform: rotate3d(0, 1, 1, 0deg);
    transition: 0.5s ease-in-out; }
  .button-mobile-filter[aria-expanded=false] span[class^="icon-kit-campania"] {
    transform: rotate3d(2, 0, 0, 180deg);
    transition: 0.5s ease-in-out; }
  .button-mobile-filter span {
    margin-left: 10px; }

.drag,
.drag[type=button]:not(:disabled) {
  cursor: grab; }
  .drag span,
  .drag[type=button]:not(:disabled) span {
    color: #000; }
  .drag:active,
  .drag[type=button]:not(:disabled):active {
    cursor: grabbing; }
  .drag span[class^="icon-kit-campania"],
  .drag[type=button]:not(:disabled) span[class^="icon-kit-campania"] {
    margin-right: 4px; }

.drag-top,
.drag-bottom {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #000; }
  .drag-top span,
  .drag-bottom span {
    color: #000; }
  .drag-top:hover,
  .drag-bottom:hover {
    background-color: #000; }
    .drag-top:hover span,
    .drag-bottom:hover span {
      color: #fff; }
  .drag-top:disabled, .drag-top:active,
  .drag-bottom:disabled,
  .drag-bottom:active {
    outline: none; }
    .drag-top:disabled:hover, .drag-top:active:hover,
    .drag-bottom:disabled:hover,
    .drag-bottom:active:hover {
      background-color: inherit; }
      .drag-top:disabled:hover span, .drag-top:active:hover span,
      .drag-bottom:disabled:hover span,
      .drag-bottom:active:hover span {
        color: inherit; }

.play-pause-video {
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%; }
  .play-pause-video span {
    color: #fff; }
    .play-pause-video span.icon-kit-campania-play {
      position: relative;
      left: 2px; }
  @media (max-width: 1199.98px) {
    .play-pause-video {
      bottom: 106px; } }
  .play-pause-video:focus {
    outline-color: #fff;
    outline-offset: 0px; }

.link-button {
  color: #000;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "roboto_bold_web"; }
  .link-button span {
    margin-left: 10px; }
  .link-button.prev-step span.icon-kit-campania-arrow-right {
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0px; }
  .link-button.prev-step span:not(.icon-kit-campania-arrow-right) {
    text-decoration: underline; }
  .link-button.prev-step:hover span:not(.icon-kit-campania-arrow-right) {
    text-decoration: none; }
  .link-button.next-step.to-complete span {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 1.125rem; }
    .link-button.next-step.to-complete span::before {
      position: relative;
      right: -5px; }
    @media (max-width: 991.98px) {
      .link-button.next-step.to-complete span {
        font-size: 0.75rem;
        position: relative;
        width: 12px;
        height: 12px;
        right: 4px;
        border: 1px solid #fff; }
        .link-button.next-step.to-complete span::before {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }

/* carousel 3 elementi con card */
#heroImageslider {
  position: absolute;
  top: 0;
  left: 0; }
  #heroImageslider .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 385px;
    transition: 0.3s; }
    @media (max-width: 1199.98px) and (orientation: landscape) {
      #heroImageslider .carousel-item {
        height: calc(100vh - 100px); } }
    @media (min-width: 992px) and (min-height: 800px) {
      #heroImageslider .carousel-item {
        height: 582px; } }
    @media (max-width: 991.98px) {
      #heroImageslider .carousel-item {
        height: calc(100vh - 100px); } }
    @media (max-width: 991.98px) and (orientation: landscape) {
      #heroImageslider .carousel-item {
        height: calc(100vh - 100px); } }
  #heroImageslider .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex; }
    @media (max-width: 991.98px) {
      #heroImageslider .owl-dots {
        bottom: 120px; } }
    @media (max-width: 991.98px) and (orientation: landscape) {
      #heroImageslider .owl-dots {
        bottom: 20px; } }
    #heroImageslider .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #fff;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px;
      display: none; }
      #heroImageslider .owl-dots button.active {
        background-color: #fff; }
    #heroImageslider .owl-dots .button.secondary.stop {
      cursor: pointer;
      width: 17px;
      height: 17px;
      display: inline-block;
      position: relative;
      display: none; }
      #heroImageslider .owl-dots .button.secondary.stop::before {
        content: none;
        display: inline-block;
        width: 1px;
        height: 120%;
        background-color: #ffffff;
        position: absolute;
        left: -15px; }
      #heroImageslider .owl-dots .button.secondary.stop::after {
        font-family: 'icon-kit-campania';
        content: "\e937";
        display: inline-block;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #heroImageslider .owl-dots .button.secondary.stop.active {
        display: inline-block; }
      #heroImageslider .owl-dots .button.secondary.stop:focus {
        outline-color: #3A78BD;
        border: 1px solid;
        border-color: #3A78BD; }
    #heroImageslider .owl-dots .button.secondary.play {
      cursor: pointer;
      width: 17px;
      height: 17px;
      background-size: 100% 100%;
      display: none;
      position: relative; }
      #heroImageslider .owl-dots .button.secondary.play::before {
        content: none;
        display: inline-block;
        width: 1px;
        height: 120%;
        background-color: #ffffff;
        position: absolute;
        left: -15px; }
      #heroImageslider .owl-dots .button.secondary.play::after {
        font-family: 'icon-kit-campania';
        content: "\e93a";
        display: inline-block;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #heroImageslider .owl-dots .button.secondary.play.active {
        display: inline-block; }
      #heroImageslider .owl-dots .button.secondary.play:focus {
        outline-color: #3A78BD;
        border: 1px solid;
        border-color: #3A78BD; }

.cardButton, #cardButtonSearch {
  overflow: hidden;
  border-radius: 4px;
  border: none; }
  .cardButton .card, #cardButtonSearch .card {
    border-radius: 4px !important; }

.tag-description-red {
  background-color: #d30019;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: 0.75rem;
  font-family: "roboto_bold_web";
  text-transform: uppercase; }

.tag-description-grey {
  background-color: #3A3A3A;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: 0.75rem;
  font-family: "roboto_bold_web";
  text-transform: uppercase; }

#card-slideshow-audio {
  margin-bottom: 0; }
  #card-slideshow-audio .owl-stage-outer {
    height: 420px; }
  #card-slideshow-audio .link-card {
    width: 98%;
    margin: 3px;
    padding: 0; }
  #card-slideshow-audio .card-slideshow-element {
    margin: 1px; }
    #card-slideshow-audio .card-slideshow-element .owl-next.disabled,
    #card-slideshow-audio .card-slideshow-element .owl-prev.disabled {
      cursor: default;
      opacity: 0.3; }
  #card-slideshow-audio .cardButton .card, #card-slideshow-audio #cardButtonSearch .card {
    height: 380px; }
    #card-slideshow-audio .cardButton .card span, #card-slideshow-audio #cardButtonSearch .card span {
      color: white;
      padding: 20px;
      font-family: "nunito_bold";
      font-size: 1.5625rem;
      text-align: left; }

#card-slideshow,
#carouselCardSecondary, #carouselCardSecondaryPointInterest,
#card-slideshow-audio,
#card-slideshow-image {
  position: relative; }
  @media (max-width: 991.98px) {
    #card-slideshow .owl-buttons,
    #carouselCardSecondary .owl-buttons, #carouselCardSecondaryPointInterest .owl-buttons,
    #card-slideshow-audio .owl-buttons,
    #card-slideshow-image .owl-buttons {
      display: none; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    #card-slideshow .owl-buttons,
    #carouselCardSecondary .owl-buttons, #carouselCardSecondaryPointInterest .owl-buttons,
    #card-slideshow-audio .owl-buttons,
    #card-slideshow-image .owl-buttons {
      display: block; } }
  @media (max-width: 767.98px) {
    #card-slideshow .owl-pagination,
    #carouselCardSecondary .owl-pagination, #carouselCardSecondaryPointInterest .owl-pagination,
    #card-slideshow-audio .owl-pagination,
    #card-slideshow-image .owl-pagination {
      display: none; } }
  @media (max-width: 575.98px) {
    #card-slideshow,
    #carouselCardSecondary, #carouselCardSecondaryPointInterest,
    #card-slideshow-audio,
    #card-slideshow-image {
      margin-bottom: 0px; } }
  #card-slideshow .owl-next.disabled,
  #card-slideshow .owl-prev.disabled,
  #carouselCardSecondary .owl-next.disabled,
  #carouselCardSecondary .owl-prev.disabled, #carouselCardSecondaryPointInterest .owl-next.disabled,
  #carouselCardSecondaryPointInterest .owl-prev.disabled,
  #card-slideshow-audio .owl-next.disabled,
  #card-slideshow-audio .owl-prev.disabled,
  #card-slideshow-image .owl-next.disabled,
  #card-slideshow-image .owl-prev.disabled {
    cursor: default;
    opacity: 0.3;
    pointer-events: fill; }
  #card-slideshow .owl-prev,
  #carouselCardSecondary .owl-prev, #carouselCardSecondaryPointInterest .owl-prev,
  #card-slideshow-audio .owl-prev,
  #card-slideshow-image .owl-prev {
    background-color: transparent;
    position: absolute;
    top: 54%;
    left: -60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/left-arrow-carousel.svg);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100px;
    overflow: hidden; }
    #card-slideshow .owl-prev:focus,
    #carouselCardSecondary .owl-prev:focus, #carouselCardSecondaryPointInterest .owl-prev:focus,
    #card-slideshow-audio .owl-prev:focus,
    #card-slideshow-image .owl-prev:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
    @media (max-width: 767.98px) {
      #card-slideshow .owl-prev,
      #carouselCardSecondary .owl-prev, #carouselCardSecondaryPointInterest .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-image .owl-prev {
        left: -15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #card-slideshow .owl-prev,
      #carouselCardSecondary .owl-prev, #carouselCardSecondaryPointInterest .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-image .owl-prev {
        left: -20px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #card-slideshow .owl-prev,
      #carouselCardSecondary .owl-prev, #carouselCardSecondaryPointInterest .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-image .owl-prev {
        left: -20px; } }
  #card-slideshow .owl-next,
  #carouselCardSecondary .owl-next, #carouselCardSecondaryPointInterest .owl-next,
  #card-slideshow-audio .owl-next,
  #card-slideshow-image .owl-next {
    background-color: transparent;
    position: absolute;
    top: 54%;
    right: -60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/right-arrow-carousel.svg);
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 100px;
    overflow: hidden; }
    #card-slideshow .owl-next:focus,
    #carouselCardSecondary .owl-next:focus, #carouselCardSecondaryPointInterest .owl-next:focus,
    #card-slideshow-audio .owl-next:focus,
    #card-slideshow-image .owl-next:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
    @media (max-width: 767.98px) {
      #card-slideshow .owl-next,
      #carouselCardSecondary .owl-next, #carouselCardSecondaryPointInterest .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-image .owl-next {
        right: -15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #card-slideshow .owl-next,
      #carouselCardSecondary .owl-next, #carouselCardSecondaryPointInterest .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-image .owl-next {
        right: -20px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #card-slideshow .owl-next,
      #carouselCardSecondary .owl-next, #carouselCardSecondaryPointInterest .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-image .owl-next {
        right: -20px; } }
  #card-slideshow .owl-dots,
  #carouselCardSecondary .owl-dots, #carouselCardSecondaryPointInterest .owl-dots,
  #card-slideshow-audio .owl-dots,
  #card-slideshow-image .owl-dots {
    text-align: center; }
    #card-slideshow .owl-dots button,
    #carouselCardSecondary .owl-dots button, #carouselCardSecondaryPointInterest .owl-dots button,
    #card-slideshow-audio .owl-dots button,
    #card-slideshow-image .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #103D42;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
  #card-slideshow .owl-dot.active,
  #carouselCardSecondary .owl-dot.active, #carouselCardSecondaryPointInterest .owl-dot.active,
  #card-slideshow-audio .owl-dot.active,
  #card-slideshow-image .owl-dot.active {
    background-color: #212529; }

@media (max-width: 767.98px) {
  #carouselCardSecondary .owl-prev, #carouselCardSecondaryPointInterest .owl-prev {
    left: 0px; } }

@media (max-width: 767.98px) {
  #carouselCardSecondary .owl-next, #carouselCardSecondaryPointInterest .owl-next {
    right: 0px; } }

@media (max-width: 575.98px) {
  .main_content #card-slideshow .owl-next {
    right: 2px; } }

@media (max-width: 575.98px) {
  .main_content #card-slideshow .owl-prev {
    left: 2px; } }

#card-slideshow-image {
  height: auto; }
  #card-slideshow-image .owl-stage-outer {
    padding: 0.625rem 0; }
    #card-slideshow-image .owl-stage-outer .owl-item a:focus span.locations,
    #card-slideshow-image .owl-stage-outer .owl-item .img-item:focus span.locations {
      text-decoration: underline; }
    #card-slideshow-image .owl-stage-outer .owl-item a .cardButton, #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch,
    #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton,
    #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch {
      border-radius: 5px;
      height: 327px;
      -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }
      #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place, #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
      #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place {
        height: 327px; }
        #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place, #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
        #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place {
          height: 255px; }
        #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .card-footer, #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
        #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
        #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer {
          height: 72px;
          display: flex;
          padding: 20px 15px 0 15px; }
          #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations, #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
          #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
          #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations {
            align-items: flex-start;
            margin: 0;
            font-family: "roboto_bold_web";
            color: #000;
            line-height: 1.1875rem;
            font-size: 0.875rem; }

#card-slideshow-image .owl-stage-outer {
  padding: 0.625rem 0; }
  
  #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton,
  #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch {
    border-radius: 5px;
    height: 340px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    
    #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place,
    #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place {
      height: 340px;
      position: relative; }
      #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand, #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand {
        background-color: #fff;
        width: 26px;
        height: 26px;
        border: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/svg/expand-black.svg);
        background-position: center;
        background-repeat: no-repeat; }
      #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand-dl, #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand-dl {
        background-color: #fff;
        width: 26px;
        height: 26px;
        border: 0;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/svg/expand-black.svg);
        background-position: center;
        background-repeat: no-repeat; }
      
      #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
      #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place {
        height: 340px; }

.card-s #lightbox-slideshow,
#lightbox-slideshow-2 {
  margin-bottom: 0; }
  .card-s #lightbox-slideshow .lightbox-slideshow-element-2,
  #lightbox-slideshow-2 .lightbox-slideshow-element-2 {
    width: 255px;
    height: 300px;
    margin: 0 15px;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }
  .card-s #lightbox-slideshow .owl-pagination,
  #lightbox-slideshow-2 .owl-pagination {
    display: none; }
  .card-s #lightbox-slideshow .owl-prev,
  #lightbox-slideshow-2 .owl-prev {
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/left-arrow-carousel.svg);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .card-s #lightbox-slideshow .owl-prev:focus,
    #lightbox-slideshow-2 .owl-prev:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
  .card-s #lightbox-slideshow .owl-next,
  #lightbox-slideshow-2 .owl-next {
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    margin-top: -30px;
    margin-right: 15px;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/right-arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .card-s #lightbox-slideshow .owl-next:focus,
    #lightbox-slideshow-2 .owl-next:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
  .card-s #lightbox-slideshow .title-image,
  #lightbox-slideshow-2 .title-image {
    float: left; }
  .card-s #lightbox-slideshow .cardButton, .card-s #lightbox-slideshow #cardButtonSearch,
  #lightbox-slideshow-2 .cardButton,
  #lightbox-slideshow-2 #cardButtonSearch {
    height: 360px; }
  .card-s #lightbox-slideshow .expand-image button,
  #lightbox-slideshow-2 .expand-image button {
    position: absolute;
    top: 4%;
    left: 80%;
    width: 30px;
    height: 30px;
    z-index: 999;
    background-image: url(../images/svg/maximize.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 50%; }
  .card-s #lightbox-slideshow .card,
  #lightbox-slideshow-2 .card {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-position: center;
    background-size: cover; }
    @media (max-width: 617px) {
      .card-s #lightbox-slideshow .card,
      #lightbox-slideshow-2 .card {
        background-size: cover !important; } }
  .card-s #lightbox-slideshow .wrap-element-slideshow span,
  #lightbox-slideshow-2 .wrap-element-slideshow span {
    display: block;
    padding: 15px;
    text-transform: uppercase; }
  .card-s #lightbox-slideshow .lightbox-slideshow-element,
  #lightbox-slideshow-2 .lightbox-slideshow-element {
    margin: 0 15px;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }
    .card-s #lightbox-slideshow .lightbox-slideshow-element .card.card-place,
    #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
      background-size: cover !important; }

#lightbox-slideshow-2 .lightbox-slideshow-element {
  box-shadow: none;
  width: 255px;
  height: 255px; }
  @media (max-width: 768px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      margin-left: 0px; } }
  @media (max-width: 575.98px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      margin-left: 30px; } }
  @media (max-width: 1199.98px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 300px;
      height: 300px; } }
  @media (max-width: 991.98px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 216px;
      height: 216px; } }
  @media (width: 414px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 255px;
      height: 255px; } }
  @media (width: 411px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 250px;
      height: 250px; } }
  @media (width: 320px) {
    #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 186px;
      height: 186px; } }
  #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
    width: 255px;
    height: 255px; }
    @media (max-width: 1199.98px) {
      #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
        width: 300px;
        height: 300px; } }
    @media (max-width: 991.98px) {
      #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
        width: 216px;
        height: 216px; } }
    @media (width: 414px) {
      #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
        width: 255px;
        height: 255px; } }
    @media (width: 411px) {
      #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
        width: 250px;
        height: 250px; } }
    @media (width: 320px) {
      #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
        width: 186px;
        height: 186px; } }

#lightbox-slideshow-2 .owl-prev {
  top: 50%;
  left: -75px;
  border-radius: 50%; }
  #lightbox-slideshow-2 .owl-prev:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 1199.98px) {
    #lightbox-slideshow-2 .owl-prev {
      left: -30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #lightbox-slideshow-2 .owl-prev {
      left: -25px; } }
  @media (max-width: 575.98px) {
    #lightbox-slideshow-2 .owl-prev {
      left: -4px; } }
  #lightbox-slideshow-2 .owl-prev.disabled {
    cursor: default;
    opacity: 0.3; }

#lightbox-slideshow-2 .owl-next {
  top: 50%;
  right: -75px;
  border-radius: 50%; }
  #lightbox-slideshow-2 .owl-next:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 1199.98px) {
    #lightbox-slideshow-2 .owl-next {
      right: -30px; } }
  @media (max-width: 575.98px) {
    #lightbox-slideshow-2 .owl-next {
      right: -3px; } }
  #lightbox-slideshow-2 .owl-next.disabled {
    cursor: default;
    opacity: 0.3; }


#lightbox-slideshow-2 .cardButton,
#lightbox-slideshow-2 #cardButtonSearch {
  height: auto; }

.card-slideshow-element {
  margin: 0 10px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
  /* p {
        display: none;
    } */ }
  .card-slideshow-element h3 {
    font-family: "poppinsmedium";
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 26px; }
  .card-slideshow-element .label {
    background-color: #103D42;
    display: inline-block;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px; }
    .card-slideshow-element .label.arte {
      background-color: #EE0000; }
    .card-slideshow-element .label.rassegna {
      background-color: #3A3A3A; }
  .card-slideshow-element .post-img {
    position: relative;
    overflow: hidden; }
  .card-slideshow-element .post-img img {
    width: 100%;
    height: auto; }
  .card-slideshow-element .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease; }
  .card-slideshow-element .card-slideshow-element:hover .over-layer {
    opacity: 1; }
  .card-slideshow-element .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center; }
  .card-slideshow-element .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px; }
  .card-slideshow-element .post-link li a {
    color: #fff;
    font-size: 20px; }
  .card-slideshow-element .post-link li a:hover {
    color: #ff8b3d;
    text-decoration: none; }
  .card-slideshow-element .post-date {
    position: absolute;
    top: 10%;
    left: 4%; }
  .card-slideshow-element .date {
    display: block;
    padding: 5px 0;
    color: #000;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: uppercase; }
  .card-slideshow-element .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d; }
  .card-slideshow-element .post-content {
    padding: 30px; }
  .card-slideshow-element .post-title {
    margin: 0 0 15px 0; }
  .card-slideshow-element .post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s; }
  .card-slideshow-element .post-title a:hover {
    text-decoration: none;
    color: #ff8b3d; }
  .card-slideshow-element .post-description {
    font-size: 14px;
    line-height: 24px;
    color: #808080; }
  .card-slideshow-element .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear; }
  .card-slideshow-element .read-more:hover {
    text-decoration: none;
    color: #ff8b3d; }
  .card-slideshow-element .read-more::after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #ff8b3d;
    transition: all 0.30s ease; }
  .card-slideshow-element .card-footer .expand-button {
    width: 120px;
    height: 30px;
    background-color: #103D42;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: white;
    font-family: "roboto_regular_web";
    float: right;
    position: relative;
    margin-top: -25px;
    display: flex;
    align-items: center; }
    .card-slideshow-element .card-footer .expand-button:hover {
      text-decoration: none; }
    .card-slideshow-element .card-footer .expand-button:focus {
      box-shadow: 0 0 0 0.1 0.25rem #FFC932; }
  .card-slideshow-element .card-footer .title-bottom {
    margin-bottom: 25.6px; }
  .card-slideshow-element .label {
    display: none; }
  .card-slideshow-element .more {
    display: none; }
  .card-slideshow-element .extended .label {
    display: inline-block; }
  .card-slideshow-element .extended a.more {
    display: block; }
  .card-slideshow-element .location {
    display: none; }
  .card-slideshow-element .extended .location {
    display: block; }

.expand-button span {
  margin-left: 45px;
  vertical-align: middle;
  position: relative; }

.first-icon {
  text-align: center;
  margin-top: 2px; }
  .first-icon::before {
    font-family: "icon-kit-campania";
    content: "\e93b";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px; }

.second-icon {
  display: none;
  text-align: center;
  margin-top: 2px; }
  .second-icon::before {
    font-family: "icon-kit-campania";
    content: "\e94e";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px; }

.card-slideshow-element .read-more:hover:after {
  width: 100%; }

@media only screen and (max-width: 479px) {
  .card-slideshow-element .month {
    font-size: 14px; } }

/* card 3 elementi con lightbox */
.lightbox-slideshow-element {
  width: 255px;
  height: 300px; }

#full-carousel {
  position: relative; }
  #full-carousel .owl-pagination {
    display: none; }
  #full-carousel .owl-next {
    position: absolute;
    margin-top: -30px;
    margin-right: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/right-arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  #full-carousel .owl-prev {
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/left-arrow-carousel.svg);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  #full-carousel .owl-next.disabled,
  #full-carousel .owl-prev.disabled {
    cursor: default;
    opacity: 0.3; }
  #full-carousel .item {
    width: 255px;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }

body #moduliTappe .w-carousel {
  width: 123%;
  margin-top: 30px; }
  @media screen and (max-width: 1366px) {
    body #moduliTappe .w-carousel {
      width: 114%; } }
  @media screen and (max-width: 1280px) {
    body #moduliTappe .w-carousel {
      width: 109%; } }
  @media screen and (max-width: 1024px) {
    body #moduliTappe .w-carousel {
      width: 107%; } }
  @media (max-width: 991.98px) {
    body #moduliTappe .w-carousel {
      width: 106%; } }
  @media (max-width: 575.98px) {
    body #moduliTappe .w-carousel {
      width: 109%; } }
  @media (max-width: 575.98px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element {
      margin-left: 6px; } }
  @media (width: 414px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 250px;
      height: 250px; } }
  @media (width: 411px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 250px;
      height: 250px; } }
  @media (width: 320px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element {
      width: 186px;
      height: 186px; } }
  @media (width: 414px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
      width: 250px;
      height: 250px; } }
  @media (width: 411px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
      width: 250px;
      height: 250px; } }
  @media (width: 360px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
      width: 210px;
      height: 210px; } }
  @media (width: 320px) {
    body #moduliTappe .w-carousel #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place {
      width: 186px;
      height: 186px; } }
  body #moduliTappe .w-carousel #lightbox-slideshow-2 .owl-next {
    right: -7px;
    top: 48%; }
  body #moduliTappe .w-carousel #lightbox-slideshow-2 .owl-prev {
    left: 4px;
    top: 48%; }

@media (max-width: 575.98px) {
  .p-mobile {
    padding-right: 0; } }

#mainCardCarousel .owl-next.disabled,
#mainCardCarousel .owl-prev.disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: fill; }

#mainCardCarousel .owl-prev {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 93px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/left-arrow-carousel.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100px;
  overflow: hidden; }
  #mainCardCarousel .owl-prev:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 767.98px) {
    #mainCardCarousel .owl-prev {
      left: -15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #mainCardCarousel .owl-prev {
      left: -30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #mainCardCarousel .owl-prev {
      left: -40px; } }

#mainCardCarousel .owl-next {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 93px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/right-arrow-carousel.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100px;
  overflow: hidden; }
  #mainCardCarousel .owl-next:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 767.98px) {
    #mainCardCarousel .owl-next {
      right: -15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #mainCardCarousel .owl-next {
      right: -30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #mainCardCarousel .owl-next {
      right: -40px; } }

#mainCardCarousel .owl-dots {
  text-align: center; }
  #mainCardCarousel .owl-dots button {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px solid #103D42;
    margin: 0 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }

#mainCardCarousel .owl-dot.active {
  background-color: #212529; }

#carouselWithCenterItemZoom .owl-item.active.center {
  transform: scale(1.1);
  transition: 0.3s transform ease-out; }
  #carouselWithCenterItemZoom .owl-item.active.center .border-custom-left {
    margin-bottom: 0px; }
  #carouselWithCenterItemZoom .owl-item.active.center .card-custom {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35); }

#carouselWithCenterItemZoom .owl-item .action-box {
  display: none; }

#carouselWithCenterItemZoom .owl-item.firstActiveItem, #carouselWithCenterItemZoom .owl-item.lastActiveItem {
  opacity: 0.5;
  transition: 0.3s opacity ease-out;
  pointer-events: none; }

#carouselWithCenterItemZoom .owl-item.left .action-box {
  display: block; }
  @media (max-width: 991.98px) {
    #carouselWithCenterItemZoom .owl-item.left .action-box {
      display: none; } }
  #carouselWithCenterItemZoom .owl-item.left .action-box .link-button::after {
    content: 'tappa precedente';
    color: #fff; }
  #carouselWithCenterItemZoom .owl-item.left .action-box .link-button span.icon-kit-campania-arrow-right {
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0px; }

#carouselWithCenterItemZoom .owl-item.right .action-box {
  display: block; }
  @media (max-width: 991.98px) {
    #carouselWithCenterItemZoom .owl-item.right .action-box {
      display: none; } }
  #carouselWithCenterItemZoom .owl-item.right .action-box .link-button::before {
    content: 'tappa successiva';
    color: #fff; }

#carouselWithCenterItemZoom .owl-item .card-custom {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }

#carouselWithCenterItemZoom .owl-next.disabled,
#carouselWithCenterItemZoom .owl-prev.disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: fill; }

#carouselWithCenterItemZoom .owl-prev {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 93px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/left-arrow-carousel.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100px;
  overflow: hidden; }
  #carouselWithCenterItemZoom .owl-prev:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 991.98px) {
    #carouselWithCenterItemZoom .owl-prev {
      left: 0px; } }

#carouselWithCenterItemZoom .owl-next {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 93px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/right-arrow-carousel.svg);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100px;
  overflow: hidden; }
  #carouselWithCenterItemZoom .owl-next:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 991.98px) {
    #carouselWithCenterItemZoom .owl-next {
      right: 0px; } }

#carouselWithCenterItemZoom .owl-dots {
  text-align: center; }
  #carouselWithCenterItemZoom .owl-dots button {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 2px solid #103D42;
    margin: 0 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }

#carouselWithCenterItemZoom .owl-dot.active {
  background-color: #103D42; }

#fondoCarousel {
  height: 350px;
  width: 350px;
  float: right;
  margin-left: 30px;
  margin-bottom: 65px;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    #fondoCarousel {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  #fondoCarousel .owl-stage-outer {
    border-radius: 4px; }
    #fondoCarousel .owl-stage-outer .card-custom {
      height: 350px;
      width: 350px;
      margin: 0;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      #fondoCarousel .owl-stage-outer .card-custom button {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 999;
        background-image: url(../images/svg/maximize.svg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 0;
        border-radius: 50%; }
  #fondoCarousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto; }
    #fondoCarousel .owl-dots .owl-dot {
      height: 20px;
      width: 20px;
      border: 1px solid #103D42;
      border-radius: 100%;
      margin-right: 20px; }
      #fondoCarousel .owl-dots .owl-dot:last-child {
        margin-right: 0px; }
      #fondoCarousel .owl-dots .owl-dot.active {
        height: 25px;
        width: 25px;
        background: #103D42; }
    #fondoCarousel .owl-dots.disabled {
      display: none; }

#lightbox-percorsi {
  margin-bottom: 0; }
  #lightbox-percorsi .lightbox-slideshow-element-2 {
    width: 255px;
    height: 300px;
    margin: 0 15px;
    position: relative;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }
  #lightbox-percorsi .owl-pagination {
    display: none; }
  #lightbox-percorsi .owl-prev {
    position: absolute;
    margin-top: -30px;
    margin-left: 15px;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/left-arrow-carousel.svg);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #lightbox-percorsi .owl-prev:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
  #lightbox-percorsi .owl-next {
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    margin-top: -30px;
    margin-right: 15px;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/right-arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 1000px;
    overflow: hidden;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    #lightbox-percorsi .owl-next:focus {
      box-shadow: 0 0 0 0.1 0.25rem #103D42;
      outline: none; }
  #lightbox-percorsi .title-image {
    float: left; }
  #lightbox-percorsi .cardButton, #lightbox-percorsi #cardButtonSearch {
    height: 360px; }
  #lightbox-percorsi .expand-image button {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 30px;
    height: 30px;
    z-index: 999;
    background-image: url(../images/svg/maximize.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 50%; }
    @media (max-width: 991.98px) {
      #lightbox-percorsi .expand-image button {
        right: 20px; } }
    #lightbox-percorsi .expand-image button:focus {
      border: none;
      box-shadow: none;
      outline: 2px solid #103D42;
      outline-offset: -4px; }
  #lightbox-percorsi .expand-image.position button {
    right: 35px; }
    @media (max-width: 991.98px) {
      #lightbox-percorsi .expand-image.position button {
        right: 14px; } }
    @media (max-width: 575.98px) {
      #lightbox-percorsi .expand-image.position button {
        right: 18px; } }
  #lightbox-percorsi .card {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-position: center;
    background-size: cover; }
    @media (max-width: 617px) {
      #lightbox-percorsi .card {
        background-size: cover !important; } }
  #lightbox-percorsi .wrap-element-slideshow span {
    display: block;
    padding: 15px;
    text-transform: uppercase; }
  #lightbox-percorsi .wrap-element-slideshow .card-place {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  #lightbox-percorsi .lightbox-slideshow-element {
    margin: 0 15px;
    position: relative;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
    #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
      background-size: cover !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

#lightbox-percorsi .lightbox-slideshow-element {
  box-shadow: none;
  width: 255px;
  height: 255px; }
  @media (max-width: 768px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      margin-left: 0px; } }
  @media (max-width: 575.98px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      margin-left: 30px; } }
  @media (max-width: 1199.98px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 300px;
      height: 300px; } }
  @media (max-width: 991.98px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 227px;
      height: 227px; } }
  @media (max-width: 575.98px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 100%;
      height: auto;
      margin-left: 0; } }
  @media (width: 414px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 255px;
      height: 255px; } }
  @media (width: 411px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 100%;
      height: auto; } }
  @media (width: 320px) {
    #lightbox-percorsi .lightbox-slideshow-element {
      width: 200px;
      height: 200px; } }
  #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
    width: 255px;
    height: 255px; }
    @media (max-width: 1199.98px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 300px;
        height: 300px; } }
    @media (max-width: 991.98px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 227px;
        height: 227px; } }
    @media (max-width: 575.98px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 100%;
        height: 350px; } }
    @media (width: 414px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 255px;
        height: 255px; } }
    @media (width: 411px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 250px;
        height: 250px; } }
    @media (width: 320px) {
      #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
        width: 200px;
        height: 200px; } }

#lightbox-percorsi .owl-prev {
  top: 52%;
  left: -75px;
  border-radius: 50%; }
  #lightbox-percorsi .owl-prev:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 1199.98px) {
    #lightbox-percorsi .owl-prev {
      left: -30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #lightbox-percorsi .owl-prev {
      left: -50px; } }
  @media (max-width: 575.98px) {
    #lightbox-percorsi .owl-prev {
      left: -30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #lightbox-percorsi .owl-prev {
      left: -50px; } }
  #lightbox-percorsi .owl-prev.disabled {
    cursor: default;
    opacity: 0.3; }

#lightbox-percorsi .owl-next {
  top: 52%;
  right: -75px;
  border-radius: 50%; }
  #lightbox-percorsi .owl-next:focus {
    box-shadow: 0 0 0 0.1 0.25rem #103D42;
    outline: none; }
  @media (max-width: 1199.98px) {
    #lightbox-percorsi .owl-next {
      right: -30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #lightbox-percorsi .owl-next {
      right: -50px; } }
  @media (max-width: 575.98px) {
    #lightbox-percorsi .owl-next {
      right: -30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #lightbox-percorsi .owl-next {
      right: -50px; } }
  #lightbox-percorsi .owl-next.disabled {
    cursor: default;
    opacity: 0.3; }

#lightbox-percorsi .cardButton, #lightbox-percorsi #cardButtonSearch {
  height: auto; }

#carousel-card-step .owl-nav {
  margin-top: 20px;
  text-align: right; }
  #carousel-card-step .owl-nav .owl-prev {
    margin-right: 14px; }
  #carousel-card-step .owl-nav .owl-prev,
  #carousel-card-step .owl-nav .owl-next {
    background-color: #103D42;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    #carousel-card-step .owl-nav .owl-prev svg path,
    #carousel-card-step .owl-nav .owl-next svg path {
      fill: #fff; }
    #carousel-card-step .owl-nav .owl-prev.disabled,
    #carousel-card-step .owl-nav .owl-next.disabled {
      background-color: rgba(16, 61, 66, 0.3);
      pointer-events: none; }
    #carousel-card-step .owl-nav .owl-prev:focus,
    #carousel-card-step .owl-nav .owl-next:focus {
      outline: 2px solid #103D42;
      outline-offset: 4px; }

#sectionCarouselNews {
  margin-top: 80px; }
  #sectionCarouselNews .border__separation {
    border-left: 1px solid #103D42; }
    @media (max-width: 991.98px) {
      #sectionCarouselNews .border__separation {
        margin-bottom: 1.875rem;
        border-left: 0px; } }
  @media (max-width: 991.98px) {
    #sectionCarouselNews .box-details {
      padding: 0px 0px 20px 10px;
      border-left: 1px solid #103D42; } }
  #sectionCarouselNews .label {
    display: inline-block;
    background-color: #F4F4F4;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-family: "roboto_bold_web";
    padding: 5px 40px 5px 10px;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    #sectionCarouselNews .offset-1 {
      margin-left: 0px; } }
  #sectionCarouselNews h3 {
    color: #103D42;
    font-size: 1.75rem; }
    @media (max-width: 575.98px) {
      #sectionCarouselNews h3 {
        margin-bottom: 1.875rem; } }
  #sectionCarouselNews h4 {
    color: #103D42;
    font-size: 1.5rem;
    height: 55px; }
  #sectionCarouselNews a.more {
    text-transform: uppercase;
    color: #3A3A3A;
    font-family: "roboto_bold_web";
    float: left; }
    #sectionCarouselNews a.more:after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/right-arrow.svg);
      width: 16px;
      height: 12px;
      margin-left: 10px; }
  #sectionCarouselNews #carousel-news .owl-nav {
    margin-top: 20px;
    text-align: right; }
    @media (max-width: 991.98px) {
      #sectionCarouselNews #carousel-news .owl-nav {
        margin-top: 0px; } }
    #sectionCarouselNews #carousel-news .owl-nav .owl-prev {
      margin-right: 14px; }
    #sectionCarouselNews #carousel-news .owl-nav .owl-prev,
    #sectionCarouselNews #carousel-news .owl-nav .owl-next {
      background-color: #103D42;
      border-radius: 2px;
      height: 30px;
      width: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      #sectionCarouselNews #carousel-news .owl-nav .owl-prev svg path,
      #sectionCarouselNews #carousel-news .owl-nav .owl-next svg path {
        fill: #fff; }
      #sectionCarouselNews #carousel-news .owl-nav .owl-prev.disabled,
      #sectionCarouselNews #carousel-news .owl-nav .owl-next.disabled {
        background-color: #58777b;
        pointer-events: none; }
      #sectionCarouselNews #carousel-news .owl-nav .owl-prev:focus,
      #sectionCarouselNews #carousel-news .owl-nav .owl-next:focus {
        outline: 2px solid #103D42;
        outline-offset: 4px; }

#cardModal .card {
  border: none;
  border-radius: 5px;
  position: relative;
  background-size: cover; }
  #cardModal .card.card-place {
    height: 424px;
    width: 100%; }
  #cardModal .card .card-header {
    text-align: left;
    position: absolute;
    min-width: 139px;
    height: auto;
    top: 30px;
    left: 0;
    background-color: red;
    border: none;
    z-index: 1;
    border-radius: 0;
    padding: 0.15rem 1.20rem; }
    #cardModal .card .card-header .text-tag-event {
      display: flex;
      align-items: center;
      text-transform: uppercase;
      font-size: 18px;
      color: #fff;
      font-family: "roboto_bold_web"; }
  #cardModal .card .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none; }
    #cardModal .card .card-footer .detail-button-modal,
    #cardModal .card .card-footer .detail-button-collapse {
      width: 50px;
      height: 50px;
      background-color: red;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -30px;
      right: 30px;
      color: #fff;
      font-size: 30px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      #cardModal .card .card-footer .detail-button-modal {
        display: none; } }
    @media (min-width: 768px) {
      #cardModal .card .card-footer .detail-button-collapse {
        display: none; } }
  #cardModal .card.changeBorder {
    border-radius: 5px 5px 0 0; }

#cardModal .collapse-custom {
  background: #000;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 0 24px 24px 24px;
  font-family: "roboto_regular_web";
  margin-top: -1px; }

#cardButtonSearch .card div.card-footer {
  height: 70%; }
  #cardButtonSearch .card div.card-footer .date {
    font-weight: 400; }
  #cardButtonSearch .card div.card-footer .location,
  #cardButtonSearch .card div.card-footer p,
  #cardButtonSearch .card div.card-footer .label {
    display: block;
    width: fit-content; }
  #cardButtonSearch .card div.card-footer .more {
    display: block;
    text-align: right;
    margin-right: 18px; }

#searchComponent .card-footer {
  height: 315px; }

.cardButton .card, #cardButtonSearch .card {
  position: relative;
  border-radius: 0px;
  height: 480px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 575.98px) {
    .cardButton .card, #cardButtonSearch .card {
      height: 470px; } }
  .cardButton .card .card-header, #cardButtonSearch .card .card-header {
    text-align: left;
    position: absolute;
    min-width: 261px;
    height: auto;
    top: 30px;
    left: 0;
    background-color: #fff;
    border: none;
    z-index: 1;
    border-radius: 0; }
  .cardButton .card .tag, #cardButtonSearch .card .tag {
    font-family: titillium_bold_web;
    position: absolute;
    display: flex;
    align-items: center;
    min-height: 39px;
    height: 39px;
    min-width: 147px;
    width: auto;
    text-align: left;
    background-color: #000000;
    left: 0;
    top: 0px;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase; }
  .cardButton .card .card-body, #cardButtonSearch .card .card-body {
    clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0); }
  .cardButton .card .card-footer, #cardButtonSearch .card .card-footer {
    position: absolute;
    background-color: #ffffff;
    border: none;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    transition: .4s ease;
    height: 124px;
    padding: 15px 20px; }
    .cardButton .card .card-footer div.text, #cardButtonSearch .card .card-footer div.text {
      margin-bottom: 16px; }
    .cardButton .card .card-footer .date-text, #cardButtonSearch .card .card-footer .date-text {
      font-size: 14px;
      font-family: "roboto_regular_web";
      text-transform: uppercase; }
    .cardButton .card .card-footer .box-label, #cardButtonSearch .card .card-footer .box-label {
      margin-bottom: 10px; }
    .cardButton .card .card-footer .description-evidence, #cardButtonSearch .card .card-footer .description-evidence {
      margin-bottom: 6px; }
      .cardButton .card .card-footer .description-evidence + p, #cardButtonSearch .card .card-footer .description-evidence + p {
        height: 72px;
        overflow: hidden; }
    .cardButton .card .card-footer .title, #cardButtonSearch .card .card-footer .title {
      font-weight: 800;
      text-align: left;
      font-family: "roboto_bold_web";
      text-transform: uppercase;
      font-size: 20px;
      line-height: 28px;
      padding-top: 15px;
      min-height: 108px;
      height: 108px; }
    .cardButton .card .card-footer .location, #cardButtonSearch .card .card-footer .location {
      font-family: "roboto_regular_web";
      position: relative;
      padding-left: 25px;
      margin-bottom: 12px;
      margin-top: 20px; }
      .cardButton .card .card-footer .location::before, #cardButtonSearch .card .card-footer .location::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/svg/location-black.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 20px; }
    .cardButton .card .card-footer .line-break-title, #cardButtonSearch .card .card-footer .line-break-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 25px;
      min-height: 80px;
      height: 80px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .cardButton .card .card-footer .description, #cardButtonSearch .card .card-footer .description {
      display: none; }
    .cardButton .card .card-footer .button-red, #cardButtonSearch .card .card-footer .button-red {
      display: none; }
  .cardButton .card.extended .card-footer, #cardButtonSearch .card.extended .card-footer {
    height: 68%; }
    .cardButton .card.extended .card-footer .expand-button .first-icon, #cardButtonSearch .card.extended .card-footer .expand-button .first-icon {
      display: none; }
    .cardButton .card.extended .card-footer .expand-button .second-icon, #cardButtonSearch .card.extended .card-footer .expand-button .second-icon {
      display: inline; }
    .cardButton .card.extended .card-footer .description, #cardButtonSearch .card.extended .card-footer .description {
      text-align: left;
      display: inherit;
      font-size: 16px;
      font-family: "roboto_regular_web";
      margin-bottom: 23px; }
      .cardButton .card.extended .card-footer .description .line-break-description, #cardButtonSearch .card.extended .card-footer .description .line-break-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        max-height: 145px;
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .cardButton .card.extended .card-footer .description .tag-description, #cardButtonSearch .card.extended .card-footer .description .tag-description {
        font-family: "roboto_bold_web";
        width: auto;
        min-width: 80px;
        height: 21px;
        background-color: red;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        align-items: center;
        margin-bottom: 16px;
        padding: 3px 10px;
        text-transform: uppercase; }
      .cardButton .card.extended .card-footer .description .description-evidence, #cardButtonSearch .card.extended .card-footer .description .description-evidence {
        height: 42px;
        max-height: 42px;
        font-size: 14px; }
        .cardButton .card.extended .card-footer .description .description-evidence img, #cardButtonSearch .card.extended .card-footer .description .description-evidence img {
          display: inline;
          width: auto;
          padding-right: 8px;
          vertical-align: middle; }
    .cardButton .card.extended .card-footer .button-red, #cardButtonSearch .card.extended .card-footer .button-red {
      display: inline;
      width: auto;
      margin-top: 50px; }
      .cardButton .card.extended .card-footer .button-red img, #cardButtonSearch .card.extended .card-footer .button-red img {
        display: inline;
        width: auto; }
    .cardButton .card.extended .card-footer .icon-calendar, #cardButtonSearch .card.extended .card-footer .icon-calendar {
      position: absolute;
      top: -40px;
      right: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #fff;
      color: #000000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
    .cardButton .card.extended .card-footer .dropdown-calendar, #cardButtonSearch .card.extended .card-footer .dropdown-calendar {
      display: none; }
      .cardButton .card.extended .card-footer .dropdown-calendar.active, #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active {
        display: block;
        position: absolute;
        padding: 0;
        list-style: none;
        right: 25px;
        top: 20px;
        min-width: 183px;
        border-radius: 4%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        margin: 0;
        background-color: #fff; }
        .cardButton .card.extended .card-footer .dropdown-calendar.active li, #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li {
          padding: 10px; }
          .cardButton .card.extended .card-footer .dropdown-calendar.active li:first-child, #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li:first-child {
            background-color: #fff; }
          .cardButton .card.extended .card-footer .dropdown-calendar.active li:hover, #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li:hover {
            background-color: #f2f2f2; }
          .cardButton .card.extended .card-footer .dropdown-calendar.active li a, #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li a {
            color: #000;
            text-decoration: none; }
  .cardButton .card a.more, #cardButtonSearch .card a.more {
    text-transform: uppercase;
    color: #000;
    font-family: "roboto_bold_web";
    margin-top: 0;
    float: right; }
    .cardButton .card a.more::after, #cardButtonSearch .card a.more::after {
      font-family: "icon-kit-campania";
      content: "\e90a";
      display: inline-block;
      margin-left: 10px; }

.card.card-place.extended button.calendarButton {
  display: block; }

.card-place.overlay-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

/* Calendar Button */
.calendar button.calendarButton {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  top: -41px;
  border: 0; }
  .calendar button.calendarButton::after {
    font-family: "icon-kit-campania";
    content: "\e902";
    display: block;
    color: #EE0000;
    font-size: 1.4375rem; }
  .calendar button.calendarButton.show-icon {
    display: block; }

.calendar .showCalendar {
  position: absolute;
  display: none;
  top: -137px; }
  .calendar .showCalendar a {
    display: block;
    color: #fff;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    margin-left: 54px; }
    .calendar .showCalendar a:focus {
      outline: 3px solid #fff; }
  .calendar .showCalendar a.local::before {
    font-family: "icon-kit-campania";
    content: "\e90b";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    width: 40px;
    height: 40px;
    left: -50px;
    font-size: 1.0625rem;
    color: #212529;
    background-color: #fff;
    border-radius: 100%; }
  .calendar .showCalendar a.google::before {
    font-size: 1.0625rem;
    font-family: "icon-kit-campania";
    content: "\e921";
    position: absolute;
    top: -10px;
    width: 40px;
    height: 40px;
    left: -50px;
    color: #212529;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.calendar .showCalendar.show {
  display: block; }

.calendar .overlay-mobile {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 55%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 55%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 55%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); }

#cardSearch .card-event .border-b {
  border-bottom: 1px solid #d1d1d1; }

#cardSearch .card-event.card.list {
  box-shadow: none;
  border: none; }
  #cardSearch .card-event.card.list .card-footer {
    border: none; }

#cardSearch .card-event.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767.98px) {
    #cardSearch .card-event.card {
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #000;
      border-radius: 0%; } }

#cardSearch .card-event .row {
  justify-content: center; }
  #cardSearch .card-event .row .image-event.col-2 {
    height: 260px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat; }
  #cardSearch .card-event .row .image-event.col-12 {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      #cardSearch .card-event .row .image-event.col-12 {
        background-size: 70%;
        height: 350px;
        background-position: center; } }
  #cardSearch .card-event .row .card-footer {
    background-color: white; }
    @media (max-width: 767.98px) {
      #cardSearch .card-event .row .card-footer {
        background-color: transparent;
        border-top: none; } }
    #cardSearch .card-event .row .card-footer .date-text {
      font-size: 0.625rem; }
    #cardSearch .card-event .row .card-footer .title {
      font-size: 0.875rem;
      height: 48px;
      max-height: 48px;
      font-family: "roboto_bold_web"; }
      @media (max-width: 991.98px) {
        #cardSearch .card-event .row .card-footer .title {
          font-size: 1.125rem; } }
    #cardSearch .card-event .row .card-footer .icon-calendar {
      position: absolute;
      top: 154px;
      background-color: white;
      padding: 5px 10px;
      border-radius: 50px;
      color: black; }
  #cardSearch .card-event .row .card-footer.col-6 .icon-calendar {
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 50px;
    color: black;
    top: 212px;
    left: -203px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
  #cardSearch .card-event .row .tag-description {
    background-color: #103D42;
    display: inline-block;
    padding: 3px 10px;
    color: white;
    font-size: 0.5rem; }

#fullCard .card {
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.16); }
  #fullCard .card .card-footer {
    background-color: white; }
    #fullCard .card .card-footer .title {
      font-family: "roboto_bold_web";
      text-transform: uppercase;
      font-size: 1.25rem; }
      @media (max-width: 991.98px) {
        #fullCard .card .card-footer .title {
          font-size: 1.125rem; } }
    #fullCard .card .card-footer .author {
      font-family: "roboto_regular_web";
      font-size: 0.875rem; }

.search-results-card {
  margin-bottom: 30px; }
  .search-results-card .card-content {
    width: 100%; }
  .search-results-card .image {
    width: 120px;
    height: 150px;
    margin-right: 20px;
    display: table;
    position: relative;
    background-size: cover; }
    @media (max-width: 991.98px) {
      .search-results-card .image {
        display: none; } }
    .search-results-card .image:hover::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      height: 150px;
      background: url("../images/svg/eye.svg"), radial-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
      background-position: center;
      background-repeat: no-repeat; }
  .search-results-card sup {
    font-size: 0.75rem;
    top: 0;
    color: #676767;
    margin-bottom: 5px; }
  .search-results-card h4 {
    font-family: "roboto_bold_web";
    color: #000;
    font-size: 1rem;
    min-height: 28px;
    margin-bottom: 6px; }
    .search-results-card h4.tr-p2 {
      line-height: 1.375rem;
      height: auto;
      max-height: 48px; }
    .search-results-card h4 a {
      color: #000;
      display: block;
      text-decoration: underline; }
      .search-results-card h4 a:hover {
        text-decoration: none; }
      .search-results-card h4 a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
  .search-results-card p {
    color: #676767;
    font-size: 1rem; }
  .search-results-card span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #676767;
    line-height: 0.875rem; }
    .search-results-card span.tr-p1 {
      line-height: 1rem;
      height: 16px; }
    .search-results-card span a {
      color: #000;
      text-decoration: underline; }
      .search-results-card span a:hover {
        text-decoration: none; }
      .search-results-card span a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
    .search-results-card span.author {
      font-size: 0.75rem;
      margin-bottom: 5px; }
    .search-results-card span.info, .search-results-card span.place {
      margin-bottom: 3px; }
    .search-results-card span.correlation, .search-results-card span.cod {
      margin-bottom: 11px; }
  @media (max-width: 575.98px) {
    .search-results-card .search-actions {
      padding-top: 10px; } }
  .search-results-card .search-actions a {
    font-family: "roboto_bold_web";
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 48px;
    position: relative;
    font-size: 0.875rem;
    line-height: 1rem; }
    .search-results-card .search-actions a:hover {
      text-decoration: none; }
    .search-results-card .search-actions a::before {
      content: "";
      display: inline-block;
      margin-right: 8px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: -32px;
      top: 0px; }
    .search-results-card .search-actions a.dettaglio.disabled {
      opacity: 0.5; }
    .search-results-card .search-actions a.dettaglio::before {
      background-image: url("../images/svg/dettaglio.svg"); }
    .search-results-card .search-actions a.analitica.disabled {
      opacity: 0.5; }
    .search-results-card .search-actions a.analitica::before {
      background-image: url("../images/svg/analitica.svg"); }
  .search-results-card .tr-p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .search-results-card .tr-p2 {
    line-height: 21px;
    max-height: 40px;
    height: 40px; }

#contenutiCorrelati .card {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }

.card-main-custom {
  height: 290px;
  position: relative;
  padding: 42px 45px 41px 0px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  margin: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .card-main-custom {
      height: 185px;
      padding: 17px 16px 17px 0px; } }
  .card-main-custom::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%; }
  .card-main-custom .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .card-main-custom .image-box + .box-description {
      padding-left: 89px; }
      @media (max-width: 991.98px) {
        .card-main-custom .image-box + .box-description {
          padding-left: 79px; } }
  .card-main-custom .box-description {
    padding-left: 45px; }
    @media (max-width: 991.98px) {
      .card-main-custom .box-description {
        padding-left: 40px;
        padding-right: 40px; } }
    .card-main-custom .box-description span {
      display: block; }
      .card-main-custom .box-description span.tag {
        color: #103D42;
        font-size: 0.875rem; }
        @media (max-width: 991.98px) {
          .card-main-custom .box-description span.tag {
            line-height: 0.875rem; } }
      .card-main-custom .box-description span.title {
        margin-top: 10px;
        font-family: "EB_Garamond_Medium";
        font-size: 1.75rem; }
        @media (max-width: 991.98px) {
          .card-main-custom .box-description span.title {
            font-size: 1.5rem;
            line-height: 110.6%; } }
    .card-main-custom .box-description div.description {
      margin-top: 20px;
      max-height: 68px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .card-main-custom .box-description div.description {
          margin-top: 10px;
          line-height: 140.6%;
          margin-bottom: 10px;
          font-size: 0.875rem; } }
    .card-main-custom .box-description a.cta {
      width: auto;
      margin-top: 44px;
      color: #000;
      font-family: "roboto_bold_web";
      font-size: 0.875rem; }
      .card-main-custom .box-description a.cta span.arrow {
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        background-size: cover;
        width: 16px;
        height: 12px;
        margin-left: 10px; }

.card-custom {
  height: 330px;
  margin: 25px auto;
  border-radius: 4px;
  background-color: #fff; }
  .card-custom .image-box {
    height: 211px;
    position: relative; }
    .card-custom .image-box img {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 28px;
      height: 28px; }
      @media (max-width: 575.98px) {
        .card-custom .image-box img {
          right: 30px; } }
  .card-custom .box-info {
    padding: 25px 20px;
    position: relative; }
    .card-custom .box-info a.tag {
      position: absolute;
      padding: 3px 15.5px;
      top: -12.5px;
      right: 15px;
      font-size: 0.875rem;
      color: #000;
      background-color: #FFC932;
      border-radius: 25px;
      line-height: 1rem;
      text-transform: uppercase;
      font-family: "roboto_medium"; }
      .card-custom .box-info a.tag::after {
        content: url("../../public/images/svg/biblio/eye.svg");
        margin-left: 5px;
        transform: translateY(14%);
        display: inline-block; }
    .card-custom .box-info a.description {
      font-size: 1.125rem;
      font-family: "EB_Garamond_Regular";
      color: #000;
      text-decoration: underline;
      line-height: 1.4375rem;
      max-height: 46px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .card-custom .box-info span.label {
      display: block;
      font-size: 0.75rem;
      color: #103D42;
      text-transform: uppercase;
      line-height: 0.875rem;
      margin-bottom: 10px; }

#cardBiblio .card {
  height: 408px;
  position: relative;
  border: none;
  border-radius: 0px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #FFFCF9;
  margin-bottom: 30px; }
  #cardBiblio .card .card-header {
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px; }
  #cardBiblio .card .box {
    transition: all 0.3s;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 198px;
    margin-top: 210px;
    background: #FFFCF9;
    z-index: 1; }
    #cardBiblio .card .box .card-main {
      padding-top: 23px;
      padding-bottom: 20px;
      position: relative; }
      #cardBiblio .card .box .card-main a.tag {
        position: absolute;
        padding: 3px 15.5px;
        top: -12.5px;
        right: 15px;
        font-size: 0.875rem;
        color: #000;
        background-color: #D7C8C1;
        border-radius: 25px;
        line-height: 1rem;
        text-transform: uppercase;
        font-family: "roboto_medium"; }
        #cardBiblio .card .box .card-main a.tag::after {
          content: url(../../public/images/svg/biblio/eye.svg);
          margin-left: 5px;
          transform: translateY(14%);
          display: inline-block; }
      #cardBiblio .card .box .card-main span.title {
        display: block;
        height: 52px;
        margin-bottom: 27px;
        font-size: 1.375rem;
        line-height: 118.9%;
        font-family: "EB_Garamond_Medium"; }
      #cardBiblio .card .box .card-main hr {
        margin-bottom: 10px;
        border-top: 1px solid #FFC932; }
      #cardBiblio .card .box .card-main a.cta {
        width: auto;
        color: #000;
        font-family: "roboto_bold_web";
        font-size: 0.875rem;
        line-height: 1rem;
        display: inline-block; }
        #cardBiblio .card .box .card-main a.cta span.arrow {
          display: inline-block;
          background-image: url(../images/svg/right-arrow.svg);
          background-size: cover;
          width: 16px;
          height: 12px;
          margin-left: 10px; }
    #cardBiblio .card .box .card-footer {
      padding: 0;
      border: none;
      background-color: transparent; }
      #cardBiblio .card .box .card-footer button.expand-button {
        font-family: "roboto_bold_web";
        font-size: 0.875rem;
        background: #103D42;
        color: white;
        line-height: 1rem;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
        border: none;
        border-radius: 8px;
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px; }
        #cardBiblio .card .box .card-footer button.expand-button span {
          margin-left: 30px;
          transition: 0.5s; }
          @media (max-width: 991.98px) {
            #cardBiblio .card .box .card-footer button.expand-button span {
              margin-left: 10px; } }
        #cardBiblio .card .box .card-footer button.expand-button:focus {
          outline: 3px solid #103D42;
          outline-offset: 2px; }
      #cardBiblio .card .box .card-footer ul.list-custom {
        padding-left: 22px;
        margin: 0;
        list-style-image: url(../../public/images/svg/biblio/eye.svg); }
        #cardBiblio .card .box .card-footer ul.list-custom li {
          margin-bottom: 4.2px; }
          #cardBiblio .card .box .card-footer ul.list-custom li a {
            text-decoration: underline;
            color: #000;
            font-size: 0.875rem;
            line-height: 1rem; }
          #cardBiblio .card .box .card-footer ul.list-custom li:last-child {
            margin-bottom: 0px; }
  #cardBiblio .card.expand .box {
    margin-top: 62px;
    height: 346px; }
    #cardBiblio .card.expand .box .card-footer button.expand-button {
      margin-bottom: 15px; }
      #cardBiblio .card.expand .box .card-footer button.expand-button span {
        transform: rotate3d(2, 0, 0, 180deg);
        display: flex;
        align-items: center;
        justify-content: center; }

.card-resources {
  min-height: 160px;
  padding-left: 190px;
  position: relative;
  overflow: hidden; }
  .card-resources .image-box {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 160px;
    height: 160px;
    min-width: 160px;
    width: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px; }
    @media (max-width: 991.98px) {
      .card-resources .image-box {
        min-height: 100px;
        height: 100px;
        min-width: 100px;
        width: 100px; } }
  .card-resources .box-description {
    min-height: 160px; }
    .card-resources .box-description span {
      display: block; }
      .card-resources .box-description span.label {
        text-transform: uppercase;
        color: #103D42;
        line-height: 1.1875rem;
        margin-bottom: 5px; }
      .card-resources .box-description span.note {
        line-height: 1rem;
        font-size: 0.875rem;
        margin-bottom: 15px; }
    .card-resources .box-description .title {
      font-family: "EB_Garamond_Medium";
      font-size: 1.125rem;
      line-height: 1.4375rem;
      margin-bottom: 8px;
      min-height: 45.45px; }
    .card-resources .box-description .cta {
      display: inline-flex;
      text-transform: capitalize;
      color: #000;
      font-family: "roboto_medium";
      font-size: 0.875rem;
      text-decoration: underline;
      line-height: 1rem;
      margin-bottom: 8px; }
      .card-resources .box-description .cta span {
        margin-left: 5px; }
    .card-resources .box-description .action-box {
      width: 100%;
      display: flex;
      align-content: center;
      justify-content: space-between; }
      .card-resources .box-description .action-box .more-card-button {
        border: none;
        background: none;
        display: flex;
        align-items: center;
        padding: 0; }
        .card-resources .box-description .action-box .more-card-button span {
          margin-right: 10px;
          line-height: 1.1875rem; }
        .card-resources .box-description .action-box .more-card-button img {
          transition: 0.3s; }
        .card-resources .box-description .action-box .more-card-button[aria-expanded="true"] img {
          transform: rotate3d(2, 0, 0, 180deg); }
      .card-resources .box-description .action-box .cta-detail {
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-family: "roboto_medium";
        font-size: 0.875rem;
        line-height: 1rem;
        margin-top: 24px; }
        .card-resources .box-description .action-box .cta-detail img {
          margin-left: 10px; }
  .card-resources .box-collapse {
    padding-left: 30px;
    height: 0px;
    transition: all 0.3s;
    margin-top: 20px; }
    .card-resources .box-collapse .card-collapse {
      position: relative;
      padding: 0 0 0 115px;
      min-height: 95px;
      border: none;
      margin-bottom: 20px; }
      .card-resources .box-collapse .card-collapse .image-box-child {
        min-height: 95px;
        height: 95px;
        min-width: 95px;
        width: 95px;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 4px; }
    .card-resources .box-collapse .action-box-child {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .card-resources .box-collapse .action-box-child .cta-detail {
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        color: #000;
        font-family: "roboto_medium";
        font-size: 0.875rem;
        line-height: 1rem; }
        .card-resources .box-collapse .action-box-child .cta-detail img {
          margin-left: 10px; }
  .card-resources.expand .box-description .action-box .cta-detail {
    visibility: hidden; }
  .card-resources.expand .box-description-child {
    min-height: 95px; }

.explore-card {
  height: 326px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  margin: 4px 0px;
  overflow: hidden;
  border-radius: 4px; }
  @media (max-width: 991.98px) {
    .explore-card {
      margin: 4px; } }
  .explore-card .image-box {
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .explore-card .box-description {
    position: relative;
    padding: 20px 30px 30px;
    background: #FFFCF9; }
    .explore-card .box-description a.cta {
      width: auto;
      color: #000;
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      line-height: 1rem;
      display: inline-block; }
      .explore-card .box-description a.cta span.arrow {
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        background-size: cover;
        width: 16px;
        height: 12px;
        margin-left: 10px; }
    .explore-card .box-description a.tag {
      position: absolute;
      padding: 3px 15.5px;
      top: -12.5px;
      right: 15px;
      font-size: 0.875rem;
      color: #000;
      background-color: #D7C8C1;
      border-radius: 25px;
      line-height: 1rem;
      text-transform: uppercase;
      font-family: "roboto_medium"; }
      .explore-card .box-description a.tag::after {
        content: url(../../public/images/svg/biblio/eye.svg);
        margin-left: 5px;
        transform: translateY(14%);
        display: inline-block; }
    .explore-card .box-description span {
      display: block; }
      .explore-card .box-description span.title {
        height: 62px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.9375rem;
        font-family: "EB_Garamond_Regular";
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        @media (max-width: 991.98px) {
          .explore-card .box-description span.title {
            font-size: 1.375rem; } }
      .explore-card .box-description span.date {
        line-height: 156.7%;
        margin-bottom: 5px; }
        @media (max-width: 991.98px) {
          .explore-card .box-description span.date {
            font-size: 0.875rem; } }
      .explore-card .box-description span.label {
        font-size: 0.875rem;
        color: #5A2C2B;
        text-transform: uppercase;
        line-height: 0.875rem;
        margin-bottom: 10px; }
    .explore-card .box-description div.description {
      font-family: "roboto_medium";
      font-size: 0.875rem;
      height: 66px;
      line-height: 156.7%;
      margin-bottom: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

.card-map {
  float: right;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 25px 20px;
  position: relative; }
  .detail-search .card-map {
    width: 350px;
    position: relative; }
    @media (max-width: 767.98px) {
      .detail-search .card-map {
        width: 244px; } }
    .detail-search .card-map::before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      background-color: #fff;
      bottom: -7px;
      transform: rotate(45deg);
      border-radius: 4px;
      box-shadow: 7px 7px 7px 1px rgba(0, 0, 0, 0.2); }
  .card-map .card-body {
    padding: 0; }
    .card-map .card-body button.close {
      position: absolute;
      top: 20px;
      right: 20px;
      opacity: 1; }
      .card-map .card-body button.close img {
        width: 20px;
        height: 20px; }
    .card-map .card-body span.title {
      font-size: 1.25rem;
      font-family: "EB_Garamond_Bold";
      margin-bottom: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.625rem;
      width: calc(100% - 40px); }
      .detail-search .card-map .card-body span.title {
        font-family: "roboto_medium";
        font-size: 1.125rem;
        line-height: 1.3125rem; }
        @media (max-width: 767.98px) {
          .detail-search .card-map .card-body span.title {
            font-size: 1rem; } }
      @media (max-width: 991.98px) {
        .card-map .card-body span.title {
          font-size: 1.125rem; } }
    .card-map .card-body .image-box {
      width: 100%;
      height: 200px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 4px;
      margin-bottom: 15px; }
    .card-map .card-body div.description {
      margin-bottom: 15px;
      font-size: 0.875rem;
      line-height: 1rem;
      height: 34px;
      max-height: 34px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
  .card-map .card-footer {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .detail-search .card-map .card-footer {
      justify-content: flex-end; }
    .card-map .card-footer a {
      color: #103D42;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 1rem;
      font-family: "roboto_bold_web"; }
      .card-map .card-footer a:hover {
        text-decoration: none; }
    @media (max-width: 991.98px) {
      .card-map .card-footer {
        flex-direction: column;
        align-items: flex-end; }
        .card-map .card-footer .place {
          margin-bottom: 10px;
          width: 100%; } }
    .card-map .card-footer div.place {
      display: flex;
      align-items: center; }
      .card-map .card-footer div.place img {
        margin-right: 10px; }
    .card-map .card-footer button.detail {
      border: none;
      background: #103D42;
      border-radius: 50px;
      color: #fff;
      padding: 7px 15px;
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-map .card-footer button.detail img {
        margin-right: 10px; }
      .card-map .card-footer button.detail:hover {
        text-decoration: underline; }
      .card-map .card-footer button.detail:focus {
        box-shadow: none;
        outline: 2px solid #fff;
        outline-offset: -8px; }

.image-box {
  height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto; }
  #secondSection .image-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.highlighted .image-box {
  height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
  border-radius: 100%; }
  .highlighted .image-box::after {
    bottom: -115px;
    height: 100px; }
  @media (max-width: 991.98px) {
    .highlighted .image-box {
      height: 320px;
      width: 320px; } }
  .highlighted .image-box::after {
    content: '';
    position: absolute;
    bottom: -55px;
    height: 40px;
    width: 1px;
    background: #103D42;
    left: 50%;
    transform: translateX(-50%); }

#itinerary .image-box::after {
  content: '';
  position: absolute;
  bottom: -55px;
  height: 40px;
  width: 1px;
  background: #103D42;
  left: 50%;
  transform: translateX(-50%); }

#itinerary .not-highlighted .card-contents:last-child .image-box::after {
  content: none; }

#itinerary .highlighted p {
  padding: 0;
  margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    #itinerary .highlighted p {
      margin-bottom: 0px; } }

#itinerary .highlighted .image-box {
  border-radius: 100%;
  margin-bottom: 115px; }
  @media (max-width: 991.98px) {
    #itinerary .highlighted .image-box {
      margin-bottom: 20px; } }
  #itinerary .highlighted .image-box::after {
    bottom: -115px;
    height: 100px; }
    @media (max-width: 991.98px) {
      #itinerary .highlighted .image-box::after {
        content: none; } }
  @media (max-width: 991.98px) {
    #itinerary .highlighted .image-box {
      height: 320px;
      width: 320px; } }

@media (max-width: 991.98px) {
  #itinerary .after-mobile {
    margin-bottom: 30px; } }

#itinerary .after-mobile.height__title {
  height: 210px;
  max-height: 210px;
  padding-left: 30px; }
  @media (max-width: 991.98px) {
    #itinerary .after-mobile.height__title {
      height: 110px;
      max-height: 110px;
      padding-left: 15px; } }

.card-primary {
  border-left: 2px solid #103D42;
  padding-left: 15px;
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  @media (max-width: 991.98px) {
    .card-primary {
      margin-bottom: 30px;
      padding-bottom: 16px; }
      #carousel-card-primary .card-primary {
        margin-bottom: 0px; } }
  .card-primary.info-punti-interesse {
    padding-left: 20px; }
    @media (max-width: 767.98px) {
      .card-primary.info-punti-interesse {
        margin: 0;
        margin-top: 10px; } }
    .card-primary.info-punti-interesse .label {
      display: inline-block;
      background-color: #F4F4F4;
      font-size: 0.75rem;
      line-height: 0.875rem;
      font-family: "roboto_bold_web";
      padding: 5px 40px 5px 10px;
      text-transform: uppercase;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      margin-bottom: 10px;
      text-decoration: none; }
    .card-primary.info-punti-interesse span {
      text-decoration: underline;
      font-family: "roboto_bold_web";
      font-size: 1rem; }
    .card-primary.info-punti-interesse .info--icon-detail {
      font-size: 0.875rem; }
      .card-primary.info-punti-interesse .info--icon-detail a {
        text-transform: initial; }
      .card-primary.info-punti-interesse .info--icon-detail span {
        text-decoration: none;
        margin-right: 10px;
        color: #103D42; }
  #sectionOneDeepening .card-primary {
    border-color: #fff; }
    @media (max-width: 991.98px) {
      #sectionOneDeepening .card-primary {
        margin-bottom: 0px; } }
  .card-primary span.label-custom, .card-primary span.date {
    display: block;
    font-family: "roboto_bold_web";
    text-transform: uppercase; }
  .card-primary span.label-custom {
    color: #103D42;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    margin-bottom: 10px; }
    .card-primary span.label-custom img {
      width: auto;
      display: inline-block;
      margin-right: 10px; }
  .card-primary span.date {
    font-size: 0.875rem;
    margin-bottom: 10px; }
  #sectionOneDeepening .card-primary h3, #sectionOneDeepening
  .card-primary p, #sectionOneDeepening
  .card-primary a {
    color: #fff; }
  .card-primary h3 {
    font-family: "poppinsmedium";
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 118.9%;
    height: 56px; }
    #sectionOneDeepening .card-primary h3 {
      -webkit-line-clamp: 2;
      height: 66px;
      line-height: 2.0625rem; }
    #carousel-card-primary .card-primary h3 {
      -webkit-line-clamp: 2;
      height: 56px;
      line-height: 1.75rem;
      margin-bottom: 15px; }
  .card-primary p.description {
    font-size: 1rem;
    line-height: 117.4%;
    font-family: "roboto_regular_web";
    margin-bottom: 26px;
    height: 128px; }
    #sectionOneDeepening .card-primary p.description {
      -webkit-line-clamp: 2;
      margin-bottom: 25px;
      height: 32px; }
  .card-primary p.summary {
    margin-bottom: 25px;
    -webkit-line-clamp: 7;
    height: 112px; }
    #sectionOneDeepening .card-primary p.summary {
      -webkit-line-clamp: 3;
      height: 48px; }
    #carousel-card-primary .card-primary p.summary {
      -webkit-line-clamp: 5;
      height: 90px;
      line-height: 1.125rem;
      margin-bottom: 22px; }
  .card-primary h4 {
    color: #103D42;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 12px; }
  .card-primary .other-link a {
    display: inline-flex;
    color: #103D42;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 26px;
    margin-top: auto; }
    .card-primary .other-link a span:not(.text) {
      margin-right: 6px; }
    .card-primary .other-link a .text {
      max-width: 150px; }
  .card-primary .action-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "roboto_bold_web"; }
    #carousel-card-primary .card-primary .action-box {
      justify-content: flex-start; }
    .card-primary .action-box a.link-button:focus {
      outline: 2px solid #103D42; }
    .card-primary .action-box a:focus {
      outline-color: #103D42; }
    .card-primary .action-box a.more {
      position: relative;
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #103D42;
      text-transform: uppercase;
      text-align: right;
      display: inline-flex;
      align-items: center;
      line-height: 1rem; }
      .card-primary .action-box a.more img {
        margin-left: 10px; }
      .card-primary .action-box a.more:focus {
        outline: 2px solid #103D42; }

.box-card {
  border-left: 2px solid #103D42;
  padding-left: 20px; }

a.card-contents {
  display: block; }
  a.card-contents:hover h3 {
    text-decoration: underline; }

.card-contents {
  position: relative;
  margin-bottom: 30px; }
  .card-contents.restore .image-box,
  .card-contents.restore .label,
  .card-contents.restore h3,
  .card-contents.restore .description,
  .card-contents.restore .link-button {
    pointer-events: none;
    opacity: 0.3; }
  .map-box .card-contents {
    background-color: #fff;
    max-width: 345px;
    border: 1px solid #103D42;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px; }
  .card-contents:first-child {
    margin-top: 30px; }
    .not-highlighted .card-contents:first-child {
      margin-top: 15px; }
  .not-highlighted .card-contents.slim .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px; }
    @media (max-width: 991.98px) {
      .not-highlighted .card-contents.slim .image-box {
        height: 80px; } }
    .not-highlighted .card-contents.slim .image-box .image-box-slim {
      height: 80px;
      width: 80px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 100%; }
      @media (max-width: 991.98px) {
        .not-highlighted .card-contents.slim .image-box .image-box-slim.no__modal::before {
          content: none; } }
  .not-highlighted .card-contents.slim .details-box {
    height: 90px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .not-highlighted .card-contents.slim .details-box {
        height: 132px; } }
  .not-highlighted .card-contents .no__modal::before {
    content: '';
    position: absolute;
    top: -225px;
    height: 210px;
    width: 1px;
    background: #103D42;
    left: 50%;
    transform: translateX(-50%); }
  .not-highlighted .card-contents:not(:last-child) {
    margin-bottom: 70px; }
    @media (max-width: 991.98px) {
      .not-highlighted .card-contents:not(:last-child) {
        margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .not-highlighted .card-contents:first-child .image-box::before {
      content: '';
      position: absolute;
      top: -24px;
      height: 14px;
      width: 1px;
      background: #103D42;
      left: 50%;
      transform: translateX(-50%); } }
  #sectionDeatailNews .card-contents {
    border: none;
    padding: 30px 0; }
    @media (max-width: 991.98px) {
      #sectionDeatailNews .card-contents {
        padding: 0; } }
  #sectionPageComunicati .card-contents {
    height: 360px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border: none;
    margin-bottom: 30px;
    border-radius: 4px; }
    @media (max-width: 991.98px) {
      #sectionPageComunicati .card-contents {
        height: 334px; } }
  #sectionPageNews .card-contents {
    border-top: none;
    padding: 0;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      #sectionPageNews .card-contents {
        padding: 20px 0px;
        margin-bottom: 0px; } }
  #sectionPageNews .card-contents:last-child {
    border-bottom: none; }
    @media (max-width: 991.98px) {
      #sectionPageNews .card-contents:last-child {
        border-bottom: 1px solid #5C5C5C; } }
  .card-contents .image-box {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .card-bg .card-contents .image-box {
      width: 280px;
      height: 280px;
      position: relative;
      top: unset;
      transform: none;
      margin: 0; }
      .card-bg .card-contents .image-box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-radius: 4px; }
    .not-highlighted .card-contents .image-box {
      width: 160px;
      height: 160px;
      border-radius: 100%; }
      @media (max-width: 991.98px) {
        .not-highlighted .card-contents .image-box {
          height: 108px;
          width: 108px; } }
    .card-contents .image-box + .details-box {
      padding-left: 96px; }
      .not-highlighted .card-contents .image-box + .details-box {
        padding-left: 180px; }
        @media (max-width: 991.98px) {
          .not-highlighted .card-contents .image-box + .details-box {
            padding-left: 117px; } }
  .card-contents .details-box {
    padding-left: 0px;
    height: 80px; }
    .card-bg .card-contents .details-box {
      position: absolute;
      margin: 0 20px;
      bottom: 20px;
      height: auto;
      z-index: 1; }
      .card-bg .card-contents .details-box .action-box {
        text-align: left; }
      .card-bg .card-contents .details-box .border-custom-left {
        border-left: 1px solid #fff;
        padding-left: 10px;
        margin-bottom: 10px; }
    .map-box .card-contents .details-box {
      height: auto; }
    .card-contents .details-box .other-link {
      display: flex; }
      .card-contents .details-box .other-link a {
        display: inline-flex;
        color: #103D42;
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 26px; }
        .card-contents .details-box .other-link a span:not(.text) {
          margin-right: 6px; }
        .card-contents .details-box .other-link a .text {
          max-width: 150px; }
        .card-contents .details-box .other-link a:first-child {
          margin-right: 50px; }
    .not-highlighted .card-contents .details-box {
      height: 160px;
      padding: 12px 0; }
    .card-contents .details-box .details-box-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .card-contents .details-box .details-box-header {
          border-bottom: 1px solid #BEBEBE;
          order: -1; } }
      .card-contents .details-box .details-box-header .first-box {
        border-bottom: 1px solid #BEBEBE;
        width: 70%; }
        @media (max-width: 991.98px) {
          .card-contents .details-box .details-box-header .first-box {
            width: 50%; } }
        @media (max-width: 767.98px) {
          .card-contents .details-box .details-box-header .first-box {
            width: auto;
            border-bottom: none; } }
        .card-contents .details-box .details-box-header .first-box h3 {
          color: #103D42; }
      .card-contents .details-box .details-box-header .second-box {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media (max-width: 991.98px) {
          .card-contents .details-box .details-box-header .second-box {
            width: 50%; } }
        @media (max-width: 767.98px) {
          .card-contents .details-box .details-box-header .second-box {
            width: auto; } }
        .card-contents .details-box .details-box-header .second-box button {
          margin: 0;
          padding: 0;
          text-decoration: underline;
          font-family: "roboto_bold_web";
          margin-right: 40px; }
          .card-contents .details-box .details-box-header .second-box button img {
            margin-left: 7px; }
          .card-contents .details-box .details-box-header .second-box button:hover {
            text-decoration: none; }
          .card-contents .details-box .details-box-header .second-box button::after {
            content: none; }
          .card-contents .details-box .details-box-header .second-box button#buttonShare {
            margin-right: 0px; }
            .card-contents .details-box .details-box-header .second-box button#buttonShare + div.dropdown-menu.show {
              display: flex;
              z-index: 1;
              border: none;
              box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
              padding: 0; }
              .card-contents .details-box .details-box-header .second-box button#buttonShare + div.dropdown-menu.show a {
                padding: 20px; }
                .card-contents .details-box .details-box-header .second-box button#buttonShare + div.dropdown-menu.show a:focus {
                  outline: 2px solid #103D42;
                  outline-offset: -6px;
                  box-shadow: none; }
    .card-contents .details-box span.date {
      display: block;
      font-size: 0.875rem;
      line-height: 1rem;
      margin: 8px 0px 6px;
      text-transform: uppercase; }
      #sectionPageNews .card-contents .details-box span.date {
        margin: 6px auto; }
      #sectionPageComunicati .card-contents .details-box span.date {
        margin: 0px 0px 10px 0px; }
    .card-contents .details-box span.year {
      display: block;
      font-size: 0.75rem;
      line-height: 0.875rem;
      margin-bottom: 5px; }
    .card-contents .details-box a.title h3 {
      color: #000;
      font-size: 1.125rem;
      line-height: 145.9%;
      font-family: "roboto_regular_web"; }
    .card-contents .details-box .label {
      display: inline-block;
      background-color: #F4F4F4;
      font-size: 0.75rem;
      line-height: 0.875rem;
      font-family: "roboto_bold_web";
      padding: 5px 40px 5px 10px;
      text-transform: uppercase;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      margin-bottom: 10px; }
      .card-bg .card-contents .details-box .label {
        margin-bottom: 5px;
        color: #000; }
    .card-contents .details-box h3 {
      color: #000;
      font-size: 1rem;
      line-height: 127.4%;
      font-family: "poppinsmedium";
      height: 40px;
      margin-bottom: 3px; }
      .card-bg .card-contents .details-box h3 {
        color: #fff;
        font-size: 1.25rem;
        height: 50px;
        margin: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%); }
      #interactiveMap .card-contents .details-box h3 {
        height: 76px; }
      .map-box .card-contents .details-box h3 {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        height: 38px;
        margin-bottom: 10px; }
    .card-contents .details-box h4.title {
      height: 78px;
      font-family: "roboto_bold_web";
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-bottom: 14px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .card-contents .details-box p.description {
      height: 60px;
      font-size: 0.875rem;
      line-height: 0.78125rem;
      margin-bottom: 14px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 20px; }
      .not-highlighted .card-contents .details-box p.description {
        height: 36px;
        line-height: 127.4%;
        font-size: 0.875rem;
        margin-bottom: 10px; }
      .map-box .card-contents .details-box p.description {
        font-size: 0.75rem;
        line-height: 0.875rem;
        margin-bottom: 10px;
        height: 16px; }
    .card-contents .details-box .action-box {
      text-align: right;
      line-height: 0.625rem; }
      .not-highlighted .card-contents .details-box .action-box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .card-contents .details-box .action-box .link-button {
        color: #000;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1rem;
        font-family: "roboto_bold_web"; }
        .card-bg .card-contents .details-box .action-box .link-button {
          color: #fff; }
        .card-contents .details-box .action-box .link-button span {
          margin-left: 10px; }
        .card-contents .details-box .action-box .link-button:focus {
          outline: 2px solid #103D42; }
      .card-contents .details-box .action-box .link-underline, .card-contents .details-box .action-box a.title {
        font-size: 0.875rem;
        line-height: 1rem; }

a.card-secondary:hover {
  color: #000; }
  .map-interaction #tab1 a.card-secondary:hover h3 {
    text-decoration: underline; }

.card-secondary {
  height: 318px;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: block;
  color: #000; }
  .card-border-text .card-secondary {
    border-left: 1px solid #000;
    padding-left: 15px;
    border-radius: 0px;
    box-shadow: none;
    height: 340px; }
  .map-interaction.create-itinerary .filter-map #tab1 .card-secondary {
    display: flex;
    height: 125px;
    box-shadow: none;
    margin-bottom: 20px; }
  .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary {
    height: 238px;
    position: relative;
    margin: 5px 0px 30px 5px;
    position: relative;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary {
        height: 108px; } }
    .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 4px;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0); }
      @media (max-width: 991.98px) {
        .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary::after {
          content: none; } }
  .map-interaction #tab2 .card-secondary,
  .map-interaction.create-itinerary #tab1 .card-secondary,
  .map-interaction #tab3 .card-secondary {
    height: 216px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    margin: 5px 0px 30px 5px; }
    @media (max-width: 991.98px) {
      .map-interaction #tab2 .card-secondary,
      .map-interaction.create-itinerary #tab1 .card-secondary,
      .map-interaction #tab3 .card-secondary {
        display: flex;
        height: 108px;
        position: relative; } }
  .content__punti_interesse .card-secondary {
    margin: 5px 0px 30px 5px; }
  #carouselCardSecondary .card-secondary {
    margin: 10px 15px; }
    @media (max-width: 767.98px) {
      #carouselCardSecondary .card-secondary {
        width: 210px; } }
  .card-secondary .image-box {
    height: 240px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 4px 4px 0px 0px; }
    .card-border-text .card-secondary .image-box {
      height: 240px;
      border-radius: 4px; }
    .card-secondary .image-box button.selected {
      border: 0.4px solid #103D42;
      background-color: #fff;
      height: 20px;
      width: 20px;
      border-radius: 100%;
      position: absolute;
      bottom: 15px;
      right: -10px; }
      .card-secondary .image-box button.selected span {
        color: #103D42;
        font-size: 12px; }
      .card-secondary .image-box button.selected:hover {
        background-color: #103D42; }
        .card-secondary .image-box button.selected:hover span {
          color: #fff; }
      .card-secondary .image-box button.selected.active {
        border-color: #1E9E23;
        background-color: #1E9E23; }
        .card-secondary .image-box button.selected.active span {
          position: relative;
          right: -5px;
          font-size: 16px; }
    .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .image-box {
      height: 238px;
      border-radius: 4px; }
      @media (max-width: 991.98px) {
        .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .image-box {
          border-radius: 4px 0px 0px 4px;
          height: 108px;
          width: 108px;
          position: unset;
          margin: 0; } }
    .map-interaction.create-itinerary .filter-map #tab1 .card-secondary .image-box {
      background-color: grey;
      height: 125px;
      width: 125px;
      max-width: 125px;
      min-width: 125px;
      border-radius: 4px;
      position: relative; }
    .map-interaction #tab2 .card-secondary .image-box,
    .map-interaction.create-itinerary #tab1 .card-secondary .image-box {
      height: 163px;
      position: unset; }
    .map-interaction #tab3 .card-secondary .image-box {
      height: 145px; }
    @media (max-width: 991.98px) {
      .map-interaction #tab2 .card-secondary .image-box,
      .map-interaction.create-itinerary #tab1 .card-secondary .image-box,
      .map-interaction #tab3 .card-secondary .image-box {
        height: 108px;
        width: 108px;
        min-width: 108px;
        max-width: 108px;
        border-radius: 4px 0px 0px 4px; } }
    .card-secondary .image-box .label {
      display: block;
      position: absolute;
      left: -15px;
      top: 15px;
      background-color: #fff;
      padding: 5px 10px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      font-size: 0.75rem;
      font-family: "roboto_bold_web";
      max-width: 150px;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .map-interaction:not(.create-itinerary) .filter-map #tab2 .card-secondary .image-box .label {
          left: 118px; } }
      .map-interaction.create-itinerary #tab1 .card-secondary .image-box .label {
        max-width: 123px;
        height: 22px;
        font-size: 0.75rem;
        line-height: 0.875rem; }
        @media (max-width: 991.98px) {
          .map-interaction.create-itinerary #tab1 .card-secondary .image-box .label {
            line-height: 1rem; } }
      @media (max-width: 991.98px) {
        .card-secondary .image-box .label {
          top: 10px;
          max-width: 80%; } }
  .card-secondary .details-box {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px; }
    .card-border-text .card-secondary .details-box {
      background: none;
      padding: 0;
      height: 84px;
      margin-bottom: 15px; }
    .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .details-box {
      background-color: transparent;
      position: absolute;
      bottom: 0px;
      border-radius: 4px;
      z-index: 1; }
      .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .details-box h3 {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        line-height: 1.125rem; }
      @media (max-width: 991.98px) {
        .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .details-box {
          background: white;
          color: black;
          left: 108px;
          height: 100%;
          border-radius: 0px 4px 4px 0px;
          width: calc(100% - 108px); }
          .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .details-box h3 {
            background: none; } }
    .map-interaction.create-itinerary .filter-map #tab1 .card-secondary .details-box {
      padding-top: 20px; }
      .map-interaction.create-itinerary .filter-map #tab1 .card-secondary .details-box h3 {
        font-size: 1rem;
        line-height: 1.1875rem;
        height: 75px; }
    .map-interaction #tab2 .card-secondary .details-box,
    .map-interaction.create-itinerary #tab1 .card-secondary .details-box,
    .map-interaction #tab3 .card-secondary .details-box {
      padding: 10px; }
      @media (max-width: 991.98px) {
        .map-interaction #tab2 .card-secondary .details-box,
        .map-interaction.create-itinerary #tab1 .card-secondary .details-box,
        .map-interaction #tab3 .card-secondary .details-box {
          width: 100%;
          border-radius: 0px 4px 4px 0px; } }
      .map-interaction #tab2 .card-secondary .details-box h3,
      .map-interaction.create-itinerary #tab1 .card-secondary .details-box h3,
      .map-interaction #tab3 .card-secondary .details-box h3 {
        font-size: 0.875rem;
        line-height: 1rem;
        height: 32px;
        font-family: "roboto_bold_web";
        margin: 0; }
    @media (max-width: 991.98px) {
      .map-interaction #tab2 .card-secondary .details-box {
        padding-top: 60px; } }
    @media (max-width: 991.98px) {
      .map-interaction.create-itinerary #tab1 .card-secondary .details-box {
        padding-top: 48px; } }
    @media (max-width: 767.98px) {
      .map-interaction.create-itinerary #tab1 .card-secondary .details-box {
        padding-top: 65px; } }
    .map-interaction #tab3 .card-secondary .details-box span.year {
      display: block;
      font-size: 0.75rem;
      line-height: 0.875rem;
      margin-bottom: 5px; }
    .card-secondary .details-box h3 {
      font-size: 1rem;
      line-height: 1.1875rem;
      height: 38px;
      font-family: "poppinsmedium"; }
      .first-type-card .card-secondary .details-box h3 {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%); }
      @media (max-width: 991.98px) {
        .map-interaction:not(.create-itinerary) .filter-map #tab1 .card-secondary .details-box h3 {
          font-size: 1rem;
          line-height: 1.125rem; } }
      .card-border-text .card-secondary .details-box h3 {
        -webkit-line-clamp: 3;
        height: 84px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 0; }
  .card-secondary.grid {
    box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.3); }
    .card-secondary.grid .description,
    .card-secondary.grid .action-box,
    .card-secondary.grid span.place,
    .card-secondary.grid span.category,
    .card-secondary.grid .details-box span.label {
      display: none; }
    .first-type-card .card-secondary.grid {
      position: relative;
      height: 340px; }
      .first-type-card .card-secondary.grid .image-box {
        position: relative;
        height: 340px;
        border-radius: 4px; }
        .first-type-card .card-secondary.grid .image-box .label {
          display: none; }
        .first-type-card .card-secondary.grid .image-box::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
          background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
          /* IE6-9 */
          border-radius: 4px; }
      .first-type-card .card-secondary.grid .details-box {
        position: absolute;
        background-color: transparent;
        bottom: 0;
        width: 100%; }
        .first-type-card .card-secondary.grid .details-box h3 {
          color: #fff; }
      .first-type-card .card-secondary.grid:hover h3 {
        text-decoration: underline; }
  .card-secondary.list {
    display: inline-flex;
    max-width: 745px;
    height: 220px;
    box-shadow: none;
    margin: 30px auto; }
    .card-secondary.list .image-box {
      width: 220px;
      min-width: 220px;
      max-width: 220px;
      height: 220px;
      border-radius: 0; }
      .card-secondary.list .image-box span.label {
        display: none; }
    .card-secondary.list .details-box {
      margin-left: 30px;
      height: 220px;
      padding: 0;
      width: 495px;
      background-color: transparent; }
      .card-secondary.list .details-box h3 {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 1.25rem;
        line-height: 1.4375rem;
        height: 23px;
        background: transparent; }
      .card-secondary.list .details-box span.place {
        display: block;
        margin-bottom: 10px; }
        .card-secondary.list .details-box span.place span {
          margin-right: 10px; }
      .card-secondary.list .details-box span.category {
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 0.75rem; }
        .card-secondary.list .details-box span.category span {
          margin-right: 10px;
          font-size: 1rem; }
      .card-secondary.list .details-box span.label {
        display: inline-block;
        background-color: #f4f4f4;
        padding: 5px 10px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        font-size: 0.75rem;
        font-family: "roboto_bold_web";
        text-transform: uppercase;
        margin-bottom: 15px;
        line-height: 0.875rem; }
      .card-secondary.list .details-box .description {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 14px;
        height: 70px; }
      .card-secondary.list .details-box .action-box {
        text-align: right;
        line-height: 0; }
        .card-secondary.list .details-box .action-box button.link-button:focus {
          outline: 2px solid #103D42; }
        .card-secondary.list .details-box .action-box button:focus {
          outline-color: #103D42; }

.change-column.list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #979797; }

.card-step {
  padding: 40px 15px 20px;
  border: 0.5px solid #103D42;
  border-radius: 4px;
  height: 348px; }
  .card-step h4 {
    font-family: "poppinsmedium";
    font-size: 1rem;
    line-height: 127.4%;
    margin-bottom: 40px;
    padding-left: 35px; }
  .card-step .steps {
    position: relative;
    padding-left: 23px;
    margin-bottom: 78px; }
    .card-step .steps .step {
      margin-bottom: 32px;
      display: flex;
      align-items: center; }
      .card-step .steps .step span {
        display: inline-block; }
        .card-step .steps .step span.ball {
          width: 22px;
          min-width: 22px;
          max-width: 22px;
          height: 22px;
          border-radius: 100%;
          background-color: #103D42;
          position: relative; }
          .card-step .steps .step span.ball::after, .card-step .steps .step span.ball::before {
            content: '';
            position: absolute;
            height: 16px;
            width: 1px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #103D42;
            border-radius: 30px; }
          .card-step .steps .step span.ball::before {
            top: -16px; }
          .card-step .steps .step span.ball::after {
            bottom: -16px; }
        .card-step .steps .step span.text {
          margin-left: 12px;
          font-size: 0.875rem;
          line-height: 127.4%;
          height: 17px; }
      .card-step .steps .step:first-child .ball::before {
        top: -28px;
        height: 28px; }
      .card-step .steps .step:last-child .ball::after {
        bottom: -28px;
        height: 28px; }
    .card-step .steps::before, .card-step .steps::after {
      content: '';
      position: absolute;
      height: 10px;
      width: 1px;
      left: 33.5px;
      background-color: #103D42;
      border-radius: 30px; }
    .card-step .steps::before {
      bottom: -42px; }
    .card-step .steps::after {
      bottom: -57px; }
  .card-step .action-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "roboto_bold_web"; }
    #carousel-card-primary .card-step .action-box {
      justify-content: flex-start; }
    .card-step .action-box a.link-button:focus {
      outline: 2px solid #103D42; }
    .card-step .action-box a:focus {
      outline-color: #103D42; }
    .card-step .action-box a.more {
      position: relative;
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #103D42;
      text-transform: uppercase;
      text-align: right;
      display: inline-flex;
      align-items: center;
      line-height: 1rem; }
      .card-step .action-box a.more img {
        margin-left: 10px; }
      .card-step .action-box a.more:focus {
        outline: 2px solid #103D42; }

#floatCard,
#secondSection {
  margin-bottom: 60px; }
  #floatCard .float-bg,
  #secondSection .float-bg {
    background-color: #FCF7EC;
    padding: 20px;
    width: 100%;
    min-height: 450px; }
    @media (max-width: 575.98px) {
      #floatCard .float-bg .container,
      #secondSection .float-bg .container {
        margin-top: -45px; } }
    #floatCard .float-bg .title,
    #secondSection .float-bg .title {
      font-family: "cabin_bold";
      color: #103D42;
      font-size: 20px;
      min-height: 119px; }
      @media (max-width: 991.98px) {
        #floatCard .float-bg .title,
        #secondSection .float-bg .title {
          min-height: 315px; } }
      @media (max-width: 575.98px) {
        #floatCard .float-bg .title,
        #secondSection .float-bg .title {
          min-height: 0; } }
    #floatCard .float-bg .description_float_card,
    #secondSection .float-bg .description_float_card {
      padding-top: 30px; }
      #floatCard .float-bg .description_float_card .indent__description,
      #secondSection .float-bg .description_float_card .indent__description {
        padding-left: 20px;
        border-left: 1px solid #103D42; }
        #floatCard .float-bg .description_float_card .indent__description .title-second-opera,
        #secondSection .float-bg .description_float_card .indent__description .title-second-opera {
          font-family: "poppinsregular";
          color: #000;
          font-size: 1.5rem;
          margin-bottom: 70px; }
          @media (max-width: 991.98px) {
            #floatCard .float-bg .description_float_card .indent__description .title-second-opera,
            #secondSection .float-bg .description_float_card .indent__description .title-second-opera {
              margin-bottom: 10px; } }
      #floatCard .float-bg .description_float_card .details__info,
      #secondSection .float-bg .description_float_card .details__info {
        font-family: "roboto_regular_web";
        font-size: 1rem; }
        #floatCard .float-bg .description_float_card .details__info span,
        #secondSection .float-bg .description_float_card .details__info span {
          font-family: "roboto_bold_web"; }
    #floatCard .float-bg p,
    #secondSection .float-bg p {
      color: black;
      margin-bottom: 0px; }
    #floatCard .float-bg .float-img,
    #secondSection .float-bg .float-img {
      float: right;
      margin-top: -50px;
      margin-left: 30px;
      margin-bottom: 20px;
      width: 445px;
      height: 445px;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; }
      #floatCard .float-bg .float-img .expand,
      #secondSection .float-bg .float-img .expand {
        background-color: #fff;
        width: 26px;
        height: 26px;
        border: 0;
        position: relative;
        top: 10px;
        right: 10px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        background-image: url(../images/svg/expand-black.svg);
        background-position: center;
        background-repeat: no-repeat;
        float: right; }
      @media (max-width: 991.98px) {
        #floatCard .float-bg .float-img,
        #secondSection .float-bg .float-img {
          margin-left: 20px;
          width: 356px;
          height: 356px; } }
      @media (max-width: 575.98px) {
        #floatCard .float-bg .float-img,
        #secondSection .float-bg .float-img {
          float: none;
          margin: auto;
          margin-bottom: 20px;
          width: 300px;
          height: 300px; } }
      @media (max-width: 575.98px) {
        #floatCard .float-bg .float-img,
        #secondSection .float-bg .float-img {
          width: 300px;
          height: 300px; } }
      @media screen and (max-width: 320px) {
        #floatCard .float-bg .float-img,
        #secondSection .float-bg .float-img {
          width: 245px;
          height: 245px; } }
  #floatCard.project .float-bg,
  #secondSection.project .float-bg {
    background-color: transparent; }
    #floatCard.project .float-bg .float-img,
    #secondSection.project .float-bg .float-img {
      margin: 0 0 30px 30px;
      height: 300px;
      max-width: 100%; }
      @media (max-width: 767.98px) {
        #floatCard.project .float-bg .float-img,
        #secondSection.project .float-bg .float-img {
          margin: 0 auto 20px;
          float: none;
          width: 100%; } }
    #floatCard.project .float-bg .description_float_card,
    #secondSection.project .float-bg .description_float_card {
      padding: 0; }
      #floatCard.project .float-bg .description_float_card p,
      #secondSection.project .float-bg .description_float_card p {
        margin-bottom: 10px; }

body #ricercaGuidata .filter-mobile {
  display: block;
  background-color: transparent;
  text-transform: uppercase;
  border: 0; }
  @media (min-width: 992px) {
    body #ricercaGuidata .filter-mobile {
      display: none; } }
  body #ricercaGuidata .filter-mobile svg {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  body #ricercaGuidata .filter-mobile.expanded svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

body #ricercaGuidata .tab-pane .filter-mobile-remove {
  margin-top: 0; }

@media (max-width: 991.98px) {
  body #ricercaGuidata .search-mobile input {
    width: inherit;
    outline: none;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px; }
  body #ricercaGuidata .search-mobile .search-button {
    background-image: url(../images/svg/searchblack.svg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 0 5px; } }

body #ricercaGuidata .filter-mobile-remove {
  display: none; }
  @media (max-width: 991.98px) {
    body #ricercaGuidata .filter-mobile-remove {
      display: inline-block;
      background-color: transparent;
      border: none;
      font-size: 0.875rem;
      position: relative;
      padding-left: 35px;
      margin: 20px 0 15px 0; } }
  body #ricercaGuidata .filter-mobile-remove .icon {
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    background-image: url(../images/svg/chips-remove.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px; }

@media (max-width: 991.98px) {
  body #ricercaGuidata .mobile-number-filter {
    background: rgba(246, 231, 197, 0.5);
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 13px; }
  body #ricercaGuidata .page-content .filter-wrap {
    padding: 0; }
    body #ricercaGuidata .page-content .filter-wrap a {
      margin: 0 20px; }
    body #ricercaGuidata .page-content .filter-wrap button {
      margin-left: 20px; }
  body #ricercaGuidata .filter-wrap {
    display: none;
    background: #EFE9E6;
    padding: 20px;
    margin-top: 10px; }
    body #ricercaGuidata .filter-wrap.show {
      display: block; } }

body #ricercaGuidata .filter .filter-expand a[aria-expanded="true"] span svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

body #ricercaGuidata .filter .filter--section {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  position: relative; }
  body #ricercaGuidata .filter .filter--section:last-child {
    border-bottom: 1px solid #d9d9d9; }
  body #ricercaGuidata .filter .filter--section a {
    color: #000; }
  body #ricercaGuidata .filter .filter--section h5 {
    font-family: "roboto_bold_web";
    font-size: 1rem;
    margin-bottom: 0; }
  body #ricercaGuidata .filter .filter--section span {
    height: 6px; }
    body #ricercaGuidata .filter .filter--section span svg {
      width: 12px;
      height: auto;
      vertical-align: top;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    body #ricercaGuidata .filter .filter--section span.expand {
      border: none;
      background-color: transparent; }
  body #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items {
    margin-bottom: 0;
    position: relative; }
    body #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active {
      padding-left: 20px; }
      body #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active::before {
        content: "<";
        display: block;
        position: absolute;
        left: 0;
        top: -2px; }
  body #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .d-block:first-child .filter-items,
  body #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .selected:first-child .filter-items {
    margin-top: 0; }
  body #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .selected .filter-items span {
    font-family: "roboto_bold_web"; }
  body #ricercaGuidata .filter .filter--section .filter-content .filter-items {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative; }
    body #ricercaGuidata .filter .filter--section .filter-content .filter-items.active .item,
    body #ricercaGuidata .filter .filter--section .filter-content .filter-items.active .number {
      font-family: "roboto_bold_web"; }
    body #ricercaGuidata .filter .filter--section .filter-content .filter-items:last-child {
      margin-bottom: 0; }
  body #ricercaGuidata .filter .filter--section .filter-content .item,
  body #ricercaGuidata .filter .filter--section .filter-content .number {
    color: #000;
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    padding-right: 5px;
    line-height: 20px; }
  body #ricercaGuidata .filter .filter--section .filter-content .tr-p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  body #ricercaGuidata .filter .filter--section .filter-content .more-element,
  body #ricercaGuidata .filter .filter--section .filter-content .less-element {
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 0.75rem;
    margin-top: 10px; }
    body #ricercaGuidata .filter .filter--section .filter-content .more-element:hover,
    body #ricercaGuidata .filter .filter--section .filter-content .less-element:hover {
      text-decoration: none; }
  body #ricercaGuidata .filter .filter--section .sub-item-filter {
    margin-top: 20px; }
    body #ricercaGuidata .filter .filter--section .sub-item-filter a {
      font-size: 0.875rem;
      margin-bottom: 8px;
      width: 100%; }
      body #ricercaGuidata .filter .filter--section .sub-item-filter a.active span {
        font-family: "roboto_bold_web"; }
    body #ricercaGuidata .filter .filter--section .sub-item-filter.sub-item-show {
      display: block; }
    body #ricercaGuidata .filter .filter--section .sub-item-filter .more-items .filter-items.active {
      padding-left: 0; }
      body #ricercaGuidata .filter .filter--section .sub-item-filter .more-items .filter-items.active::before {
        display: none; }

body #ricercaGuidata .filter .event-filter {
  display: none; }
  body #ricercaGuidata .filter .event-filter.show {
    display: block; }
  body #ricercaGuidata .filter .event-filter .filter--section:first-child {
    border-top: 0; }

body #ricercaGuidata .filter .single-filter {
  border-bottom: 1px solid #d9d9d9; }

body #ricercaGuidata .wrap-timeline {
  display: none; }
  body #ricercaGuidata .wrap-timeline.show {
    display: block; }
  body #ricercaGuidata .wrap-timeline .timeline {
    height: 230px;
    width: 100%;
    margin-top: 35px; }
    body #ricercaGuidata .wrap-timeline .timeline img {
      width: 100%; }
    body #ricercaGuidata .wrap-timeline .timeline .controller button {
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: none;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        body #ricercaGuidata .wrap-timeline .timeline .controller button {
          margin-right: 10px; } }
      body #ricercaGuidata .wrap-timeline .timeline .controller button.zoom-in {
        background-image: url("../images/svg/zoom-in.svg"); }
      body #ricercaGuidata .wrap-timeline .timeline .controller button.zoom-out {
        background-image: url("../images/svg/zoom-out.svg"); }
      body #ricercaGuidata .wrap-timeline .timeline .controller button.refresh {
        background-image: url("../images/svg/refresh.svg"); }
    @media (min-width: 992px) {
      body #ricercaGuidata .wrap-timeline .timeline .content .graph {
        margin: 0 50px; } }
    body #ricercaGuidata .wrap-timeline .timeline .content .apply {
      width: auto;
      padding: 0 24px;
      height: 28px;
      border: 2px solid #103D42;
      border-radius: 14px;
      font-family: "cabin_bold";
      font-size: 0.875rem;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #000;
      background-color: #fff; }
      body #ricercaGuidata .wrap-timeline .timeline .content .apply:hover, body #ricercaGuidata .wrap-timeline .timeline .content .apply:focus {
        background-color: #103D42;
        color: #fff; }

body .filter-in-page h4 a.active {
  pointer-events: none;
  text-decoration: none; }

body .filter-in-page .expand-accordion {
  height: 26px;
  background-color: transparent;
  border: 0; }
  body .filter-in-page .expand-accordion svg {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  body .filter-in-page .expand-accordion.expanded svg {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    @media (max-width: 991.98px) {
      body .filter-in-page .expand-accordion.expanded svg {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); } }

body .filter-in-page a {
  color: #000;
  text-decoration: underline; }
  body .filter-in-page a:hover {
    text-decoration: none; }

body .filter-in-page h4 {
  font-family: "roboto_bold_web";
  font-size: 0.875rem;
  color: #000; }

body .filter-in-page .level-2 {
  margin-left: 20px; }
  body .filter-in-page .level-2 span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #000;
    display: block;
    margin-left: 10px;
    margin-right: 10px; }
  @media (min-width: 992px) {
    body .filter-in-page .level-2 .item {
      margin-bottom: 10px; } }

body .filter-in-page .level-3 {
  margin-left: 35px; }
  @media (max-width: 991.98px) {
    body .filter-in-page .level-3 {
      border: 1px solid #dbdbdb; } }
  body .filter-in-page .level-3 span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px; }

body .filter-in-page .level-4 {
  margin-left: 40px; }
  body .filter-in-page .level-4 span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 4px; }

@media (max-width: 991.98px) {
  body .filter-chips {
    display: none; } }

body .filter-chips ul {
  padding-left: 0; }
  body .filter-chips ul li {
    list-style: none; }
    body .filter-chips ul li.chips {
      color: #000;
      padding: 4px 6px 4px 10px;
      background-color: #F6E7C5;
      height: 20px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 0.875rem;
      line-height: 12px;
      margin: 0 15px 15px 0;
      display: none; }
      body .filter-chips ul li.chips.filter-active {
        display: inline-block; }
      body .filter-chips ul li.chips .chips-remove {
        background-color: transparent;
        border: none;
        width: 12px;
        height: 12px;
        background-image: url("../images/svg/chips-remove.svg");
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 4px; }

body .filter-chips span.chips {
  color: #000;
  padding: 4px 6px 4px 10px;
  background-color: #F6E7C5;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 12px;
  margin: 0 15px 15px 0;
  display: none; }
  body .filter-chips span.chips.filter-active {
    display: inline-block; }
  body .filter-chips span.chips .chips-remove {
    background-color: transparent;
    border: none;
    width: 12px;
    height: 12px;
    background-image: url("../images/svg/chips-remove.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px; }

@media (max-width: 991.98px) {
  body #filterArchivioModal {
    display: block; } }

body #filterArchivioModal button.gray {
  background-color: #989898;
  color: white;
  border-color: #989898; }

body #filterArchivioModal .filter-vertical {
  display: flex;
  justify-content: center;
  width: 100%; }
  body #filterArchivioModal .filter-vertical label {
    text-transform: uppercase;
    font-size: 0.825rem; }
  body #filterArchivioModal .filter-vertical input {
    border-radius: 21px; }
  body #filterArchivioModal .filter-vertical .col-10 {
    padding: 0; }
    body #filterArchivioModal .filter-vertical .col-10 h2 {
      font-size: 1.125rem;
      text-transform: uppercase; }
    body #filterArchivioModal .filter-vertical .col-10 span {
      text-transform: uppercase;
      font-size: 1rem;
      margin-top: 5px;
      color: white; }
    body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card {
      border-right: none;
      border-left: none;
      border-top: none;
      border-bottom: 1px solid #6E6E6E;
      border-radius: 0;
      background-color: transparent; }
      body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .card-body {
        border-top: 1px solid #6E6E6E; }
      body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card button.card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: none;
        padding-left: 0; }
        body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card button.card-header h2 {
          font-size: .9rem;
          color: white; }
        body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card button.card-header[aria-expanded="true"] .fa-chevron-down {
          transform: rotate(180deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: white; }
        body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card button.card-header[aria-expanded="false"] .fa-chevron-down {
          transform: rotate(0deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          color: white; }
      body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12 {
        margin-right: 0; }
        body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          padding-left: 0;
          height: 32px;
          cursor: pointer;
          margin: 5px; }
          body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities.active, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino.active, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento.active, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta.active, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli.active, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno.active {
            background-color: #103D42;
            border-radius: 4px; }
            body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities.active a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino.active a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento.active a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta.active a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli.active a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno.active a {
              color: white; }
          body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities p, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino p, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento p, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta p, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli p, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno p {
            margin-bottom: 0;
            font-size: .8rem; }
          body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli a, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno a {
            margin-left: 0px;
            font-size: 1rem;
            color: white;
            font-family: "roboto_regular_web"; }
            body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.cities a:hover, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.avellino a:hover, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.benevento a:hover, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.caserta a:hover, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.napoli a:hover, body #filterArchivioModal .filter-vertical .col-10 .filter-collapse .card .col-12.salerno a:hover {
              text-decoration: none; }

body #filterAplhabetic {
  margin-bottom: 1rem;
  background: #fff;
  height: 55px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
  @media (max-width: 414px) {
    body #filterAplhabetic {
      display: block;
      height: 270px; } }
  body #filterAplhabetic .container-filter {
    width: 100%;
    display: flex; }
    @media (max-width: 1199.98px) {
      body #filterAplhabetic .container-filter {
        width: 90%; } }
  body #filterAplhabetic .ricerca-in-filtro {
    width: 60%;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      body #filterAplhabetic .ricerca-in-filtro {
        width: 38%; } }
    @media (max-width: 414px) {
      body #filterAplhabetic .ricerca-in-filtro {
        width: 100%;
        padding: 11px; } }
    body #filterAplhabetic .ricerca-in-filtro input {
      width: 98%;
      border-radius: 15px;
      background-image: url(../images/svg/lens-filter.svg);
      background-repeat: no-repeat;
      padding-left: 30px;
      background-position: 8px;
      border: 1px solid; }
  @media (max-width: 414px) {
    body #filterAplhabetic .button-filtri {
      display: flex;
      justify-content: center; } }
  body #filterAplhabetic .button-filtri button {
    background-color: #103D42;
    text-transform: uppercase;
    height: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "roboto_bold_web";
    font-size: 14px;
    border: none;
    border-radius: 15px;
    padding: 5px;
    margin: 0; }
    @media (max-width: 991.98px) {
      body #filterAplhabetic .button-filtri button {
        width: 75px;
        margin-left: 7px; } }
  body #filterAplhabetic .filtri-alphabetic {
    position: relative;
    width: 43%;
    /*  &:before {
                content: "";
                background: #2E2153;
                height: 32px;
                width: 2px;
                display: block;
                margin-top: 10px;
                position: absolute;
                left: 0;
                border-radius: 25px;
                //box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);


                @media (max-width: 575.98px) {
                    display: none;
                }
            } */ }
    @media (max-width: 1199.98px) {
      body #filterAplhabetic .filtri-alphabetic {
        width: 45%; } }
    @media (max-width: 575.98px) {
      body #filterAplhabetic .filtri-alphabetic {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-left: 93px; } }
    body #filterAplhabetic .filtri-alphabetic.mini {
      width: 25%; }
    body #filterAplhabetic .filtri-alphabetic label {
      position: absolute;
      top: 4%;
      left: 0;
      color: #103D42;
      font-family: "roboto_regular_web";
      font-size: 12px; }
      @media (max-width: 1199.98px) {
        body #filterAplhabetic .filtri-alphabetic label {
          left: 0; } }
      @media (max-width: 991.98px) {
        body #filterAplhabetic .filtri-alphabetic label {
          left: 2px; } }
      @media (max-width: 575.98px) {
        body #filterAplhabetic .filtri-alphabetic label {
          left: 33px; } }
    body #filterAplhabetic .filtri-alphabetic p {
      margin-bottom: 0;
      position: absolute;
      bottom: 12%;
      font-family: "roboto_regular_web";
      font-size: 16px;
      left: 0px;
      width: 100%;
      line-height: 1.3125rem; }
    body #filterAplhabetic .filtri-alphabetic button#exp_button {
      padding: 0;
      width: 100%;
      margin-right: 0;
      font-family: "roboto_regular_web";
      font-size: 16px;
      border-bottom: 1px solid;
      border-radius: 0; }
      @media (max-width: 1199.98px) {
        body #filterAplhabetic .filtri-alphabetic button#exp_button {
          padding-left: 0; } }
      @media (max-width: 575.98px) {
        body #filterAplhabetic .filtri-alphabetic button#exp_button {
          padding-left: 18px; } }
      body #filterAplhabetic .filtri-alphabetic button#exp_button:after {
        right: 0; }
    body #filterAplhabetic .filtri-alphabetic #exp_elem_list,
    body #filterAplhabetic .filtri-alphabetic #exp_elem_list_genere,
    body #filterAplhabetic .filtri-alphabetic #exp_elem_list_provincia,
    body #filterAplhabetic .filtri-alphabetic #exp_elem_list_user {
      position: absolute;
      top: 23px;
      right: -20px;
      width: 250px; }
  body #filterAplhabetic label {
    color: #6E6E6E;
    font-family: "roboto_regular_web";
    font-size: 0.625rem; }
  body #filterAplhabetic button {
    width: auto;
    padding-right: 0.9375rem;
    margin-top: 11px;
    background-color: transparent;
    margin-right: 20px;
    color: #103D42;
    font-family: "roboto_bold_web";
    font-size: 14px;
    text-align: left; }
    @media (max-width: 991.98px) {
      body #filterAplhabetic button {
        margin-right: 0; } }
  body #filterAplhabetic ul {
    margin-top: 2em; }
    body #filterAplhabetic ul li {
      color: #000; }
      body #filterAplhabetic ul li:hover {
        background: #FFC932;
        font-family: "roboto_bold_web"; }
  body #filterAplhabetic .filtri-provincia {
    position: relative;
    width: 40%;
    /*  &:before {
                content: "";
                background: #2E2153;
                height: 32px;
                width: 2px;
                display: block;
                margin-top: 10px;
                position: absolute;
                left: 0;
                border-radius: 25px;
                //box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25);


                @media (max-width: 575.98px) {
                    display: none;
                }
            } */ }
    @media (max-width: 1199.98px) {
      body #filterAplhabetic .filtri-provincia {
        width: 45%; } }
    @media (max-width: 991.98px) {
      body #filterAplhabetic .filtri-provincia {
        margin-left: 10px; } }
    @media (max-width: 575.98px) {
      body #filterAplhabetic .filtri-provincia {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-left: 93px; } }
    body #filterAplhabetic .filtri-provincia label {
      position: absolute;
      top: 4%;
      left: 0;
      color: #103D42;
      font-family: "roboto_regular_web";
      font-size: 12px; }
      @media (max-width: 575.98px) {
        body #filterAplhabetic .filtri-provincia label {
          top: -23px; } }
    body #filterAplhabetic .filtri-provincia p {
      margin-bottom: 0;
      position: absolute;
      bottom: 12%;
      font-family: "roboto_regular_web";
      font-size: 16px;
      left: 0;
      width: 100%;
      line-height: 1.3125rem; }
    body #filterAplhabetic .filtri-provincia button#exp_button_provincia {
      right: 0;
      width: 100%;
      padding: 0;
      margin-right: 0;
      font-family: "roboto_regular_web";
      font-size: 16px;
      border-bottom: 1px solid;
      border-radius: 0; }
      @media (max-width: 575.98px) {
        body #filterAplhabetic .filtri-provincia button#exp_button_provincia {
          padding-left: 18px; } }
      body #filterAplhabetic .filtri-provincia button#exp_button_provincia:after {
        right: 0; }
    body #filterAplhabetic .filtri-provincia #exp_elem_list,
    body #filterAplhabetic .filtri-provincia #exp_elem_list_genere,
    body #filterAplhabetic .filtri-provincia #exp_elem_list_user,
    body #filterAplhabetic .filtri-provincia #exp_elem_list_provincia {
      position: absolute;
      top: 23px;
      right: -20px;
      width: 250px; }

.select-hover li {
  color: #000; }
  .select-hover li:hover {
    background: #FFC932; }

.filter-room {
  margin-bottom: 30px;
  background: #fff;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .filter-room .form--select-wrapper {
    width: 220px !important; }
  .filter-room .box-checkbox label {
    font-size: 0.875rem; }
  .filter-room .box-checkbox input.checkbox-custom,
  .filter-room .box-checkbox span {
    border-color: #000; }
  .filter-room.filter-sintetic {
    background: #ebe3e0; }
  @media (max-width: 991.98px) {
    .filter-room {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .filter-room {
      height: auto;
      flex-direction: column;
      justify-content: flex-start;
      padding: 10px 15px; } }
  @media (max-width: 575.98px) {
    .filter-room {
      padding: 0; } }
  @media (max-width: 575.98px) {
    .filter-room.filter-responsive {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 575.98px) {
    .filter-room.filter-responsive .flex-dropdown {
      justify-content: flex-end; } }
  .filter-room .btn.btn-secondary.dropdown-toggle::after {
    display: none; }
  @media (max-width: 991.98px) {
    .filter-room .input-container {
      width: 100%; } }
  .filter-room .input-container input {
    border-radius: 25px;
    width: 250px;
    height: 30px;
    padding-left: 30px;
    background-image: url(../images/svg/searchblack.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 14px;
    background-position-x: 8px;
    background-position-y: 8px;
    border: 2px solid #103D42; }
    @media (max-width: 991.98px) {
      .filter-room .input-container input {
        width: 100%; } }
  .filter-room .btnCercaProtagonisti {
    border-radius: 25px;
    width: 120px;
    height: 30px;
    line-height: 2px;
    border: none;
    color: #fff;
    background-color: #103D42; }
    @media (max-width: 991.98px) {
      .filter-room .btnCercaProtagonisti {
        margin-right: 0;
        width: 95px; } }
    .filter-room .btnCercaProtagonisti:hover {
      background: transparent !important;
      color: #103D42 !important;
      border: 2px solid #103D42; }
    .filter-room .btnCercaProtagonisti:focus {
      color: #103D42;
      border: 2px solid #103D42;
      background: transparent;
      outline: none;
      box-shadow: none; }
  .filter-room .filter-component {
    display: flex;
    width: 270px; }
    @media (max-width: 991.98px) {
      .filter-room .filter-component {
        width: 100%;
        flex-direction: column;
        margin-top: 6px; } }
    .filter-room .filter-component .filtri-stanze {
      position: relative;
      width: 100%; }
      @media (max-width: 991.98px) {
        .filter-room .filter-component .filtri-stanze:first-child {
          margin-bottom: 60px; }
          .filter-room .filter-component .filtri-stanze:first-child:before {
            display: none; } }
      @media (max-width: 575.98px) {
        .filter-room .filter-component .filtri-stanze:first-child {
          margin-bottom: 70px; }
          .filter-room .filter-component .filtri-stanze:first-child:before {
            display: none; } }
      @media (max-width: 991.98px) {
        .filter-room .filter-component .filtri-stanze:nth-child(2) {
          margin-top: 20px; }
          .filter-room .filter-component .filtri-stanze:nth-child(2):before {
            content: "";
            height: 2px;
            width: 96%;
            display: block;
            margin-left: 13px;
            top: -34px; } }
      @media (max-width: 575.98px) {
        .filter-room .filter-component .filtri-stanze:nth-child(2):before {
          width: 92%; } }
      .filter-room .filter-component .filtri-stanze:before {
        content: "";
        background: #2E2153;
        height: 32px;
        width: 2px;
        display: block;
        margin-top: 10px;
        position: absolute;
        left: 0;
        border-radius: 25px; }
      .filter-room .filter-component .filtri-stanze #exp_button,
      .filter-room .filter-component .filtri-stanze #exp_button_genere {
        font-family: "roboto_regular_web";
        font-size: 16px; }
      .filter-room .filter-component .filtri-stanze label {
        transform: scale(0.75);
        position: absolute;
        top: 4%;
        left: 16px;
        color: #103D42;
        font-family: "roboto_bold_web";
        font-size: 14px; }
      .filter-room .filter-component .filtri-stanze p {
        margin-bottom: 0;
        position: absolute;
        bottom: 12%;
        font-family: "roboto_regular_web";
        font-size: 16px;
        left: 21px; }
        @media (max-width: 991.98px) {
          .filter-room .filter-component .filtri-stanze p {
            top: 21px; } }
      .filter-room .filter-component .filtri-stanze button {
        position: absolute;
        right: 0;
        width: 94%; }
      .filter-room .filter-component .filtri-stanze #exp_elem_list,
      .filter-room .filter-component .filtri-stanze #exp_elem_list_genere,
      .filter-room .filter-component .filtri-stanze #exp_elem_list_user {
        position: absolute;
        top: 23px;
        right: 0;
        width: 250px; }
        @media (max-width: 575.98px) {
          .filter-room .filter-component .filtri-stanze #exp_elem_list,
          .filter-room .filter-component .filtri-stanze #exp_elem_list_genere,
          .filter-room .filter-component .filtri-stanze #exp_elem_list_user {
            width: 100%; } }
    .filter-room .filter-component #exp_button {
      overflow: hidden; }
      .filter-room .filter-component #exp_button:focus {
        border-radius: 0 !important;
        height: 30px;
        top: 0px; }
  .filter-room label {
    color: #000;
    font-family: "roboto_regular_web";
    font-size: 0.625rem; }
  .filter-room button {
    background-color: transparent;
    margin-right: 20px;
    color: #103D42;
    font-size: 14px; }
    .filter-room button::after {
      top: 14px;
      right: 0; }
  .filter-room ul {
    margin-top: 2em; }
    .filter-room ul li {
      color: #000; }
      .filter-room ul li:hover {
        background: #FFC932;
        border-radius: 0; }
  .filter-room .select-hover li {
    color: #000; }
    .filter-room .select-hover li:hover {
      background: #FFC932;
      font-family: "roboto_bold_web"; }

.selectCustom,
.selectCustomMobile {
  height: 45px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  @media (max-width: 991.98px) {
    .selectCustom,
    .selectCustomMobile {
      background: transparent;
      justify-content: center;
      border-bottom: 0; } }
  .selectCustom .form-group,
  .selectCustomMobile .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px !important; }
    @media (max-width: 991.98px) {
      .selectCustom .form-group,
      .selectCustomMobile .form-group {
        width: 100%; } }
    .selectCustom .form-group .input-white,
    .selectCustomMobile .form-group .input-white {
      opacity: 1 !important;
      border: 1px solid #ced4da;
      border-radius: 50px;
      padding: 5px 10px;
      height: 32.5px;
      position: unset;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .selectCustom .form-group .input-white,
        .selectCustomMobile .form-group .input-white {
          width: 100%; } }
  .selectCustom .custom-select,
  .selectCustomMobile .custom-select {
    position: relative;
    border: none;
    background: transparent;
    padding-bottom: 0;
    padding-top: 0; }
    @media (max-width: 991.98px) {
      .selectCustom .custom-select,
      .selectCustomMobile .custom-select {
        background: transparent;
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
        padding-left: 0; } }
    .selectCustom .custom-select input,
    .selectCustomMobile .custom-select input {
      display: block;
      width: 100%;
      border: 1px solid #ced4da;
      border-radius: 50px;
      padding: 5px 10px;
      position: relative;
      background-image: url(../images/svg/calendar.svg);
      background-repeat: no-repeat;
      background-position: center right;
      background-position-x: 96%; }
    .selectCustom .custom-select label,
    .selectCustomMobile .custom-select label {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0;
      color: #525252;
      margin-left: 0; }
      @media (max-width: 991.98px) {
        .selectCustom .custom-select label,
        .selectCustomMobile .custom-select label {
          color: #000;
          font-family: "roboto_bold_web";
          font-size: 14px;
          margin-bottom: 10px; } }
      .selectCustom .custom-select label:after,
      .selectCustomMobile .custom-select label:after {
        content: "";
        width: 30px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: transparent; }
        @media (max-width: 991.98px) {
          .selectCustom .custom-select label:after,
          .selectCustomMobile .custom-select label:after {
            background: transparent;
            right: 10px; } }
  .selectCustom .custom-select select,
  .selectCustomMobile .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }
  .selectCustom .select-selected,
  .selectCustomMobile .select-selected {
    background: #F4F4F4;
    padding: 0;
    width: 200px; }
    @media (max-width: 991.98px) {
      .selectCustom .select-selected,
      .selectCustomMobile .select-selected {
        background: transparent;
        padding: 20px 0; } }
  .selectCustom .select-selected:after,
  .selectCustomMobile .select-selected:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 991.98px) {
      .selectCustom .select-selected:after,
      .selectCustomMobile .select-selected:after {
        right: 10px; } }
  .selectCustom .select-selected.select-arrow-active:after,
  .selectCustomMobile .select-selected.select-arrow-active:after {
    background-image: url(../images/svg/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg); }
  .selectCustom .select-selected,
  .selectCustomMobile .select-selected {
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none; }
  .selectCustom .select-items li,
  .selectCustomMobile .select-items li {
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none; }
  .selectCustom .select-items,
  .selectCustomMobile .select-items {
    position: absolute;
    background-color: #fff;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    list-style: none;
    padding-left: 0;
    border: 1px solid #6E6E6E;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
    .selectCustom .select-items li,
    .selectCustomMobile .select-items li {
      font-size: 14px;
      font-family: "roboto_regular_web";
      border-radius: 0 !important; }
  .selectCustom .select-hide,
  .selectCustomMobile .select-hide {
    display: none; }
  .selectCustom .select-items li:focus,
  .selectCustomMobile .select-items li:focus {
    background-color: #103D42;
    color: white !important; }
  .selectCustom .select-items li:hover,
  .selectCustom .same-as-selected,
  .selectCustomMobile .select-items li:hover,
  .selectCustomMobile .same-as-selected {
    background-color: #103D42 !important;
    color: white !important; }
  .selectCustom .same-as-selected,
  .selectCustomMobile .same-as-selected {
    background-color: #103D42 !important;
    color: white !important; }
    .selectCustom .same-as-selected:hover,
    .selectCustomMobile .same-as-selected:hover {
      background-color: #103D42 !important;
      color: white !important; }
  .selectCustom .select-selected,
  .selectCustomMobile .select-selected {
    padding: 0;
    padding-bottom: 0;
    font-family: "roboto_regular_web";
    font-size: 14px;
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    border-bottom: 1px solid #707070; }
    .map-interaction .selectCustom .select-selected, .map-interaction
    .selectCustomMobile .select-selected {
      width: 100%; }
    @media (max-width: 991.98px) {
      .selectCustom .select-selected,
      .selectCustomMobile .select-selected {
        width: 100%;
        border: 1px solid #ced4da;
        border-radius: 50px;
        padding: 5px 10px; } }
  .selectCustom #order,
  .selectCustomMobile #order {
    margin-left: 30px; }

@media (min-width: 992px) {
  #filterArea,
  #filterArea2 {
    display: none; } }

#filterArea p,
#filterArea2 p {
  margin-bottom: 0;
  margin-top: 5px; }
  #filterArea p span,
  #filterArea2 p span {
    font-size: 1rem; }

#filterArea .button,
#filterArea2 .button {
  display: flex;
  justify-content: center;
  margin: 15px 0; }
  #filterArea .button button,
  #filterArea2 .button button {
    background-color: #103D42;
    border: none;
    border-radius: 18px;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 30px;
    min-width: 170px; }
    #filterArea .button button:focus,
    #filterArea2 .button button:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 43, 103, 0.8);
      outline: none; }
  #filterArea .button img,
  #filterArea2 .button img {
    margin-right: 10px;
    height: 16px; }
  #filterArea .button span,
  #filterArea2 .button span {
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem; }

.related-filters {
  margin-bottom: 60px; }
  .related-filters h2 {
    margin-bottom: 25px;
    position: relative; }
    .related-filters h2 span {
      padding-right: 15px;
      background-color: #fff; }
    .related-filters h2::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: -1; }
  .related-filters .box-checkbox {
    flex-wrap: wrap;
    width: 100%; }
    .related-filters .box-checkbox .custom-control-inline {
      margin-right: 0px; }
      .related-filters .box-checkbox .custom-control-inline .custom-control-label {
        margin: 0; }

.dropdownFilterButton + div {
  width: 80%;
  padding: 20px 20px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border: none; }
  .dropdownFilterButton + div .box-checkbox .custom-control {
    padding: 0;
    width: 100%;
    margin-right: 0px; }
    .dropdownFilterButton + div .box-checkbox .custom-control .custom-control-input:checked ~ .custom-control-label::before, .dropdownFilterButton + div .box-checkbox .custom-control .custom-control-input:checked ~ .custom-control-label::after {
      left: unset;
      right: 0; }
    .dropdownFilterButton + div .box-checkbox .custom-control .custom-control-label {
      width: 100%;
      padding-left: 0; }
      .dropdownFilterButton + div .box-checkbox .custom-control .custom-control-label::after, .dropdownFilterButton + div .box-checkbox .custom-control .custom-control-label::before {
        left: unset;
        right: 0; }

.content__filters {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 5px; }

.filter-box {
  padding: 15px 30px;
  border: 1px solid #103D42;
  border-radius: 4px; }
  .filter-box .form-group {
    width: 100%; }
    .filter-box .form-group .label__select_custom {
      margin: 0;
      font-size: 0.625rem;
      line-height: 0.75rem; }
    .filter-box .form-group .box-checkbox {
      margin-right: 30px; }
    .filter-box .form-group .form--select-wrapper, .filter-box .form-group .box-checkbox, .filter-box .form-group .input-date-custom {
      margin-left: 0px;
      margin-bottom: 30px;
      width: auto !important; }
      .filter-box .form-group .form--select-wrapper .custom-multiselect, .filter-box .form-group .box-checkbox .custom-multiselect, .filter-box .form-group .input-date-custom .custom-multiselect {
        border-bottom: 1px solid;
        border-radius: 0px;
        padding: 0; }
        .filter-box .form-group .form--select-wrapper .custom-multiselect .filter-option-inner-inner, .filter-box .form-group .box-checkbox .custom-multiselect .filter-option-inner-inner, .filter-box .form-group .input-date-custom .custom-multiselect .filter-option-inner-inner {
          color: #404040;
          color: #404040; }
        .filter-box .form-group .form--select-wrapper .custom-multiselect:focus, .filter-box .form-group .box-checkbox .custom-multiselect:focus, .filter-box .form-group .input-date-custom .custom-multiselect:focus {
          outline: 2px solid #103D42 !important;
          box-shadow: none;
          outline-offset: 1px; }
    .filter-box .form-group:last-child .form--select-wrapper, .filter-box .form-group:last-child .box-checkbox {
      margin-right: 0; }
  .map-interaction.create-itinerary .filter-map .filter-box {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #707070;
    height: 138px; }
    .map-interaction.create-itinerary .filter-map .filter-box .action-box > div:first-child {
      margin-bottom: 15px; }
  .map-interaction .filter-box {
    padding: 5px 10px 20px;
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .map-interaction #tab2 .filter-box .selectCustom {
      width: 300px; } }
  .map-interaction .filter-box .selectCustom {
    width: 100%; }
  .filter-box .selectCustom .text__custom_checkbox,
  .filter-box .selectCustom label,
  .filter-box .selectCustom .select-selected {
    color: #103D42; }
  .filter-box .selectCustom .select-items {
    top: unset; }
  .filter-box .btn-outline-primary {
    margin-right: 20px; }

nav.pagination {
  flex-direction: column;
  align-items: center;
  margin-top: 60px; }
  @media (max-width: 575.98px) {
    nav.pagination {
      margin-bottom: 60px; } }
  nav.pagination ul {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    nav.pagination ul li {
      display: inline; }
      nav.pagination ul li.disabled a {
        pointer-events: none;
        opacity: 0.3; }
      nav.pagination ul li.page {
        margin: auto 12.5px; }
        nav.pagination ul li.page a {
          border: 1px solid #fff;
          color: #000;
          font-family: "roboto_regular_web";
          font-size: 1rem;
          border-radius: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          nav.pagination ul li.page a:hover::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #103D42; }
          nav.pagination ul li.page a:focus {
            outline: 1px solid #103D42 !important;
            border: none !important;
            box-shadow: none; }
        nav.pagination ul li.page.active a {
          border-radius: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #103D42;
          position: relative; }
          nav.pagination ul li.page.active a:hover {
            cursor: default; }
          nav.pagination ul li.page.active a:focus {
            outline: 1px solid #103D42; }
          nav.pagination ul li.page.active a::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #103D42;
            left: 50%;
            transform: translate(-50%); }
      nav.pagination ul li.first, nav.pagination ul li.next {
        margin-right: 5px; }
      nav.pagination ul li:not(.page) a {
        border: 1px solid #103D42;
        border-radius: 4px;
        height: 25px;
        width: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        nav.pagination ul li:not(.page) a span {
          font-size: 0.75rem;
          color: #103D42; }
        nav.pagination ul li:not(.page) a:hover, nav.pagination ul li:not(.page) a:focus {
          background: #103D42; }
          nav.pagination ul li:not(.page) a:hover span, nav.pagination ul li:not(.page) a:focus span {
            color: #fff; }
      nav.pagination ul li a:hover {
        text-decoration: none; }
      nav.pagination ul li a:focus {
        outline: none; }
  nav.pagination .information {
    font-family: "roboto_bold_web";
    color: #757575;
    font-size: 0.875rem; }
    .search-results-box nav.pagination .information {
      color: #000; }

.scroll-box {
  height: calc(100vh - 480px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px; }
  #tab2 .scroll-box,
  .map-interaction.create-itinerary .filter-map #tab1 .scroll-box {
    padding-left: 22px; }
  .map-interaction.create-itinerary .filter-map #tab1 .scroll-box {
    margin: 20px 0; }
  .map-interaction.create-itinerary .filter-map #tab2 .scroll-box {
    width: 80%;
    height: calc(100vh - 456px); }
  @media (max-width: 1199.98px) {
    .scroll-box {
      height: calc(100vh - 420px);
      padding-right: 10px; } }
  @media (max-width: 991.98px) {
    .scroll-box {
      height: 25vh;
      padding-right: 10px; } }

.map-interaction {
  height: calc(100vh - 205px);
  width: 100%;
  position: relative; }
  .map-interaction h2 {
    font-size: 1.25rem;
    font-family: "roboto_bold_web";
    line-height: 1.4375rem;
    margin-bottom: 10px; }
  @media (max-width: 1199.98px) {
    .map-interaction {
      height: calc(100vh - 146px);
      overflow: hidden; } }
  @media (max-width: 991.98px) {
    .map-interaction {
      height: calc(100vh - 216px);
      overflow: hidden; } }
  .map-interaction .filter-map {
    position: absolute;
    top: 0;
    display: block;
    left: 0px;
    width: 55%;
    background-color: #fff;
    height: 100%;
    padding: 0px 30px 0px 20px; }
    @media (max-width: 991.98px) {
      .map-interaction .filter-map {
        width: 100%;
        top: unset;
        z-index: 1;
        height: 40%;
        background-color: #f5f5f5;
        padding: 30px 15px;
        bottom: -40%;
        -webkit-transition: bottom 0.5s ease-in-out;
        -o-transition: bottom 0.5s ease-in-out;
        -moz-transition: bottom 0.5s ease-in-out;
        transition: bottom 0.5s ease-in-out; }
        .map-interaction .filter-map.active {
          bottom: 0; } }
    .map-interaction .filter-map h3 {
      font-size: 1.125rem;
      line-height: 1.3125rem;
      font-family: "roboto_bold_web";
      margin-bottom: 10px; }
  .map-interaction:not(.create-itinerary) #tab2 p:not(.points-interest) {
    font-size: 0.875rem;
    line-height: 127.4%;
    margin: 0;
    height: 42px;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .map-interaction:not(.create-itinerary) #tab2 p:not(.points-interest) {
        max-width: 123px; } }
  .map-interaction.create-itinerary .filter-map #tab2 {
    border-top: 1px solid #707070;
    padding-top: 20px; }
  .map-interaction .map-box {
    /*background: url(/o/ItinerariTema/images/jpg/mappa_homepage.jpg) no-repeat center;*/
    background-size: cover;
    position: absolute;
    left: 55%;
    width: 45%;
    height: calc(100vh - 205px); }
    @media (max-width: 1199.98px) {
      .map-interaction .map-box {
        height: calc(100vh - 146px); } }
    @media (max-width: 991.98px) {
      .map-interaction .map-box {
        width: 100%;
        left: 0;
        height: calc(100vh - 216px); } }
    .map-interaction .map-box button.deepening {
      position: absolute;
      top: 40px;
      left: 0px;
      right: 0;
      margin: 0 auto;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15); }
    @media (min-width: 1200px) {
      .map-interaction .map-box button.desktop {
        display: none; } }
    .map-interaction .map-box button.mobile {
      top: -45px; }
      @media (max-width: 1199.98px) {
        .map-interaction .map-box button.mobile {
          display: none; } }
    .map-interaction .map-box .zoom {
      display: flex;
      flex-direction: column;
      background-color: #103D42;
      box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 40px;
      height: 80px;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        .map-interaction .map-box .zoom {
          top: 30px;
          bottom: unset; } }
      .map-interaction .map-box .zoom hr {
        width: 30px;
        margin: 0 auto;
        border-color: #F4F4F4; }
      .map-interaction .map-box .zoom button {
        color: #fff;
        height: 40px; }
        .map-interaction .map-box .zoom button:focus {
          outline: 2px solid #fff;
          outline-offset: -8px;
          box-shadow: none; }
  .map-interaction.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.9;
    z-index: 19; }
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
      .map-interaction.loading::before {
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        background-color: rgba(255, 255, 255, 0.8); } }
  @media (max-width: 991.98px) {
    .map-interaction.create-itinerary {
      height: calc(100vh - 141px); }
      .map-interaction.create-itinerary .map-box {
        display: none; }
      .map-interaction.create-itinerary .filter-map {
        position: unset;
        background-color: #fff;
        height: 100%;
        padding: 0 15px; }
        .map-interaction.create-itinerary .filter-map #tab1 #filterArea {
          border-bottom: 1px solid #103D42; }
        .map-interaction.create-itinerary .filter-map #tab2 .scroll-box {
          width: 100%;
          margin-bottom: 40px; }
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link[aria-controls="tab3"],
        .map-interaction.create-itinerary .filter-map .search--nav-link[aria-controls="tab2"] + .dashes {
          display: none; }
        .map-interaction.create-itinerary .filter-map .section-action-box {
          position: unset;
          border: none; }
          .map-interaction.create-itinerary .filter-map .section-action-box .next-step,
          .map-interaction.create-itinerary .filter-map .section-action-box .prev-step {
            bottom: 40px;
            position: absolute;
            background-color: #103D42;
            color: #fff; }
          .map-interaction.create-itinerary .filter-map .section-action-box .next-step {
            right: -15px;
            border-radius: 30px 0px 0px 30px;
            padding: 10px 16px 10px 30px; }
          .map-interaction.create-itinerary .filter-map .section-action-box .prev-step {
            left: -15px;
            border-radius: 0px 30px 30px 0px;
            padding: 10px 30px 10px 16px; }
        .map-interaction.create-itinerary .filter-map #tab2 button {
          margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .map-interaction.create-itinerary .filter-map .section-action-box .next-step {
      right: 0px; }
    .map-interaction.create-itinerary .filter-map .section-action-box .prev-step {
      left: 0px; } }
  .map-interaction.create-itinerary .section-action-box {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 50px); }

@keyframes example {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes example2 {
  0% {
    right: 0px; }
  50% {
    right: -15px; }
  100% {
    right: 0px; } }

@keyframes example3 {
  0% {
    left: 0px; }
  50% {
    left: -15px; }
  100% {
    left: 0px; } }

.map-interaction.loading .box_spinner {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%); }
  .map-interaction.loading .box_spinner .spinner_custom_1,
  .map-interaction.loading .box_spinner .spinner_custom_2,
  .map-interaction.loading .box_spinner .spinner_custom_3 {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
    animation-timing-function: ease; }
  .map-interaction.loading .box_spinner .spinner_custom_1 {
    animation: example infinite, example2 infinite;
    animation-duration: 3s;
    background: #DE6D7B; }
  .map-interaction.loading .box_spinner .spinner_custom_2 {
    animation: example infinite;
    animation-delay: 1s;
    animation-duration: 3s;
    background: #E0233A; }
  .map-interaction.loading .box_spinner .spinner_custom_3 {
    animation: example infinite, example3 infinite;
    animation-delay: 2s;
    animation-duration: 3s;
    background: #DF485A; }

.box-map-container {
  margin-top: 200px; }

.box-map {
  position: relative;
  max-width: fit-content;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .box-map {
      margin-top: 40px; } }
  .box-map #map-campania {
    text-align: center; }
    .box-map #map-campania svg {
      max-width: 100%;
      height: auto; }
      .box-map #map-campania svg #campania path {
        cursor: pointer;
        fill: #eeeeee;
        stroke: #767676;
        stroke-width: 3px; }
  .box-map .pin {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    position: absolute;
    bottom: 0;
    border: 3px solid #103D42;
    display: flex;
    align-items: center;
    justify-content: center; }
    .box-map .pin:focus {
      outline-color: #fff; }
  .box-map .pin {
    display: none; }

.box-counties {
  display: none; }
  .box-counties.show {
    display: block; }

@media (min-width: 1200px) {
  .large {
    display: none; } }

.modal .modal-dialog {
  max-width: 800px; }
  @media (max-width: 991.98px) {
    .modal .modal-dialog {
      max-width: 500px; } }
  @media (max-width: 767.98px) {
    .modal .modal-dialog {
      max-width: calc(100vw - 20px);
      margin: 0 auto; } }
  .modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 10px;
    border: none; }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 0px; }
    .modal .modal-dialog .modal-content button.close {
      background-color: #fff;
      border: 1px solid #103D42;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1;
      position: absolute;
      top: 10px;
      padding: 0px;
      margin: 0px;
      right: 10px;
      color: #103D42;
      opacity: 1;
      font-size: 0.75rem; }
      .modal .modal-dialog .modal-content button.close:hover {
        background: #103D42;
        color: #fff; }
    .modal .modal-dialog .modal-content h5 {
      font-family: "roboto_bold_web";
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 10px;
      color: #103D42; }
    .modal .modal-dialog .modal-content .modal-header {
      border: none; }
      .modal .modal-dialog .modal-content .modal-header p {
        margin: 0 auto;
        font-family: "roboto_bold_web";
        font-size: 1rem;
        text-transform: uppercase; }
    .modal .modal-dialog .modal-content .modal-body {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 0; }
      .modal .modal-dialog .modal-content .modal-body form {
        width: 100%; }
        .modal .modal-dialog .modal-content .modal-body form .form-group {
          margin-bottom: 20px; }
        .modal .modal-dialog .modal-content .modal-body form label {
          color: #103D42; }
        .modal .modal-dialog .modal-content .modal-body form input {
          border: 2px solid #103D42; }
        .modal .modal-dialog .modal-content .modal-body form .form--select-wrapper {
          width: 100%; }
          .modal .modal-dialog .modal-content .modal-body form .form--select-wrapper .bootstrap-select.form-control {
            border: 2px solid #103D42; }
      .modal .modal-dialog .modal-content .modal-body .information {
        font-family: "poppinsmedium";
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center; }
    .modal .modal-dialog .modal-content .modal-footer {
      justify-content: space-between; }

.modal.valutation .modal-dialog .modal-content .modal-body {
  padding: 60px;
  display: block;
  text-align: left; }
  .modal.valutation .modal-dialog .modal-content .modal-body p {
    text-align: left;
    margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .modal.valutation .modal-dialog .modal-content .modal-body {
      padding: 30px 10px; }
      .modal.valutation .modal-dialog .modal-content .modal-body h5,
      .modal.valutation .modal-dialog .modal-content .modal-body p {
        text-align: center; } }
  .modal.valutation .modal-dialog .modal-content .modal-body .border-custom-left {
    border-left: 1px solid #103D42;
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .modal.valutation .modal-dialog .modal-content .modal-body .border-custom-left {
        border-left: none;
        padding-left: 0; } }

.modal.filters-modal .modal-dialog {
  max-width: calc(100% - 40px);
  height: calc(100vh - 40px);
  margin: 20px auto; }
  .modal.filters-modal .modal-dialog .modal-header {
    border-bottom: 1px solid #000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal.filters-modal .modal-dialog .modal-body {
    padding: 0 20px;
    /*.selectCustomMobile {
                height: 45px;
                background: transparent;
                display: flex;
                justify-content: flex-end;
                flex-direction: column;


                @media (max-width: 991.98px) {
                    background: transparent;
                    justify-content: center;
                    border-bottom: 0;

                }

                .form-group {
                    padding-left: 15px;
                    padding-right: 15px;
                    margin-bottom: 20px !important;

                    @media (max-width: 991.98px) {
                        width: 100%;
                    }

                    .input-white {
                        opacity: 1 !important;
                        border: 1px solid #ced4da;
                        border-radius: 50px;
                        padding: 5px 10px;
                        height: 32.5px;
                        position: unset;
                        margin-bottom: 0;

                        @media (min-width: 768px) {
                            width: 100%;
                        }
                    }
                }

                .custom-select {
                    position: relative;
                    border: none;
                    background: transparent;
                    padding-bottom: 0;
                    padding-top: 0;

                    @media (max-width: 991.98px) {
                        background: transparent;
                        width: 100%;
                        margin-bottom: 40px;
                        padding-right: 0;
                        padding-left: 0;
                    }

                    input {
                        display: block;
                        width: 100%;
                        border: 1px solid #ced4da;
                        border-radius: 50px;
                        padding: 5px 10px;
                        position: relative;
                        background-image: url(../images/svg/calendar.svg);
                        background-repeat: no-repeat;
                        background-position: center right;
                        background-position-x: 96%;

                    }


                    label {
                        font-size: 10px;
                        line-height: 12px;
                        margin-bottom: 0;
                        color: #525252;
                        margin-left: 0;

                        @media (max-width: 991.98px) {
                            color: #000;
                            font-family: $r-bold;
                            font-size: 14px;
                            margin-bottom: 10px;
                        }

                        &:after {
                            content: "";
                            width: 30px;
                            height: 20px;
                            position: absolute;
                            right: 0;
                            top: 0;
                            background: transparent;

                            @media (max-width: 991.98px) {
                                background: transparent;
                                right: 10px;

                            }
                        }
                    }
                }

                .custom-select select {
                    display: none;
                }

                .select-selected {
                    background: #F4F4F4;
                    padding: 0;
                    width: 200px;

                    @media (max-width: 991.98px) {
                        background: transparent;
                        padding: 20px 0;
                    }
                }

                .select-selected:after {
                    position: absolute;
                    content: "";
                    right: 10px;
                    width: 20px;
                    height: 20px;
                    background-image: url(../images/svg/arrow-select.svg);
                    background-repeat: no-repeat;
                    background-position: center;

                    @media (max-width: 991.98px) {
                        right: 10px;
                    }

                }

                .select-selected.select-arrow-active:after {
                    background-image: url(../images/svg/arrow-select.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                    transform: rotate(180deg);

                }

                .select-selected {
                    // color: black;
                    padding: 8px 16px;
                    border: 1px solid transparent;
                    cursor: pointer;
                    user-select: none;

                }

                .select-items li {
                    // color: black;
                    padding: 8px 16px;
                    border: 1px solid transparent;
                    cursor: pointer;
                    user-select: none;

                }

                .select-items {
                    position: absolute;
                    background-color: #fff;
                    top: 25px;
                    left: 0;
                    right: 0;
                    z-index: 2;
                    width: 100%;
                    list-style: none;
                    padding-left: 0;
                    border: 1px solid #6E6E6E;
                    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
                    border-radius: 4px;

                    li {
                        font-size: 14px;
                        font-family: $r-regular;
                        border-radius: 0 !important;

                    }
                }

                .select-hide {
                    display: none;
                }

                .select-items li:focus {
                    background-color: $primary-color;
                    color: white !important;

                }

                .select-items li:hover,
                .same-as-selected {
                    background-color: $primary-color !important;
                    color: white !important;
                }

                .same-as-selected {
                    background-color: $primary-color !important;
                    color: white !important;

                    &:hover {
                        background-color: $primary-color !important;
                        color: white !important;
                    }
                }

                .select-selected {
                    width: 250px;
                    padding: 0;
                    padding-bottom: 0;
                    font-family: $r-regular;
                    font-size: 14px;
                    width: 215px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    background-color: transparent;
                    border-bottom: 1px solid #707070;


                    @media (max-width: 991.98px) {
                        width: 100%;
                        border: 1px solid #ced4da;
                        border-radius: 50px;
                        padding: 5px 10px;
                    }
                }

                #order {
                    margin-left: 30px;

                }
            }*/ }
    .modal.filters-modal .modal-dialog .modal-body label {
      font-size: 0.875rem;
      color: #000 !important;
      font-family: "roboto_bold_web"; }
  .modal.filters-modal .modal-dialog .modal-footer {
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
    height: 60px; }

.modal.filters-modal.map .modal-body {
  flex-direction: column; }
  .modal.filters-modal.map .modal-body .search-tab-wrapper {
    width: 100%; }
    .modal.filters-modal.map .modal-body .search-tab-wrapper .filter-box {
      border: none;
      padding: 0; }
      .modal.filters-modal.map .modal-body .search-tab-wrapper .filter-box .selectCustom {
        margin-bottom: 30px; }

.full-image {
  padding: 0 !important; }
  .full-image.show {
    display: flex !important;
    justify-content: center; }
  .full-image .modal-dialog {
    max-width: calc(100vw - 40px);
    width: auto;
    max-height: calc(100vh - 40px);
    margin: auto; }
    @media (max-width: 991.98px) {
      .full-image .modal-dialog {
        max-width: calc(100vw - 40px) !important;
        margin: auto !important;
        width: auto !important;
        max-height: calc(100vh - 40px) !important; } }
    .full-image .modal-dialog .modal-content {
      max-width: 100%;
      max-height: calc(100vh - 40px); }
      @media (max-width: 991.98px) {
        .full-image .modal-dialog .modal-content {
          height: 100% !important;
          background: #fff !important;
          width: initial; } }
      .full-image .modal-dialog .modal-content .modal-image {
        margin: 0 auto;
        padding: 20px;
        max-height: 100%;
        max-height: calc(100vh - 40px); }
        .full-image .modal-dialog .modal-content .modal-image .box-image {
          max-height: 80vh; }
          .full-image .modal-dialog .modal-content .modal-image .box-image img {
            height: 100%;
            width: 100%;
            max-height: 80vh;
            max-width: 100%; }
            @media (max-width: 991.98px) {
              .full-image .modal-dialog .modal-content .modal-image .box-image img {
                min-height: 200px;
                min-width: 200px; } }
        .full-image .modal-dialog .modal-content .modal-image .description {
          max-width: fit-content;
          width: -moz-fit-content;
          font-family: "roboto_medium";
          font-size: 0.875rem;
          line-height: 121.5%;
          margin-top: 20px; }
      .full-image .modal-dialog .modal-content button.close-custom {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 30px;
        height: 30px;
        background: #ffffff;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: none; }
        .full-image .modal-dialog .modal-content button.close-custom::before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(-45deg);
          width: 18px;
          height: 3px;
          background: #000000;
          border-radius: 30px; }
        .full-image .modal-dialog .modal-content button.close-custom::after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%) rotate(45deg);
          width: 18px;
          height: 3px;
          background: #000000;
          border-radius: 30px; }
  .full-image.video .modal-dialog {
    height: 95vh;
    width: 95vw; }
    .full-image.video .modal-dialog .modal-content {
      height: 100%;
      padding: 20px; }
      .full-image.video .modal-dialog .modal-content .modal-video {
        height: 100%; }
        .full-image.video .modal-dialog .modal-content .modal-video .box-video {
          height: 90%;
          background: #000; }
        .full-image.video .modal-dialog .modal-content .modal-video .description {
          margin-top: 20px;
          max-width: 100%;
          font-family: "roboto_medium";
          line-height: 121.5%; }

.modal-custom {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 60px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  left: 15px;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .modal-custom {
      padding: 30px 20px; } }
  .modal-custom button.close {
    background-color: #fff;
    border: 1px solid #103D42;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 10px;
    padding: 0px;
    margin: 0px;
    right: 10px;
    color: #103D42;
    opacity: 1;
    font-size: 0.75rem; }
    .modal-custom button.close:hover {
      background: #103D42;
      color: #fff; }
  .modal-custom .modal-custom-body {
    border-left: 1px solid #103D42;
    padding-left: 30px; }
    .modal-custom .modal-custom-body h3 {
      font-family: "poppinsmedium";
      font-size: 1.5rem;
      color: #103D42; }
      @media (max-width: 991.98px) {
        .modal-custom .modal-custom-body h3 {
          font-size: 1.125rem; } }
    .modal-custom .modal-custom-body p {
      height: auto !important;
      margin-bottom: 50px;
      line-height: 127.4%; }
      @media (max-width: 991.98px) {
        .modal-custom .modal-custom-body p {
          font-size: 0.875rem; } }

.modal-tappe {
  padding-right: 0px !important; }
  .modal-tappe .modal-header {
    border: 0px;
    padding: 16px 16px 0px 16px !important;
    position: initial; }
    .modal-tappe .modal-header h4 {
      font-size: 14px;
      font-weight: bold; }
  .modal-tappe .modal-body {
    padding: 16px; }
    .modal-tappe .modal-body img {
      width: 100%; }
  .modal-tappe .modal-footer {
    border: 0px;
    justify-content: flex-start; }
  .modal-tappe .modal-dialog {
    max-width: 835px; }
  @media (max-width: 1199.98px) {
    .modal-tappe .modal-content {
      background-color: #fff !important;
      height: auto !important;
      padding: 20px;
      border: 0px; } }

.cta--actions a {
  font-family: "roboto_regular_web";
  font-size: 14px;
  text-decoration: underline;
  margin-right: 1em;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 991.98px) {
    .cta--actions a {
      font-size: 12px; } }
  .cta--actions a.active {
    font-family: "roboto_bold_web";
    background-color: #355b5fa1;
    color: #103D42;
    text-decoration: underline;
    padding: 2px 10px 2px 9px;
    border-radius: 4px; }

#wrapper header,
#wrapper #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #wrapper header .header-firstnav,
  #wrapper #header .header-firstnav {
    height: 40px;
    transition: 0.5s;
    background-color: #fff; }
    #wrapper header .header-firstnav button:focus,
    #wrapper header .header-firstnav a:focus,
    #wrapper #header .header-firstnav button:focus,
    #wrapper #header .header-firstnav a:focus {
      outline: 2px solid #103D42;
      box-shadow: none !important; }
    @media (max-width: 1199.98px) {
      #wrapper header .header-firstnav,
      #wrapper #header .header-firstnav {
        display: none; } }
    #wrapper header .header-firstnav .container,
    #wrapper #header .header-firstnav .container {
      position: relative; }
      #wrapper header .header-firstnav .container .brand-name,
      #wrapper #header .header-firstnav .container .brand-name {
        flex-direction: row-reverse;
        justify-content: flex-end;
        display: flex;
        align-items: center; }
        #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom,
        #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom {
          position: static; }
          #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom #primary-menu,
          #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom #primary-menu {
            display: inline-block;
            text-decoration: none;
            background: #E0E0E0;
            color: #000;
            font-size: 0.75rem;
            font-family: "roboto_bold_web";
            height: 30px;
            padding-bottom: 6px;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 6px; }
          #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom,
          #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom {
            width: 100%;
            margin-top: 0;
            border-top-left-radius: 0px;
            border: none;
            padding: 38px 28px 32px 28px;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
            #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom::before,
            #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              height: 10px;
              background: #E0E0E0;
              width: 100%;
              border-top-right-radius: 4px; }
            @media (min-width: 992px) {
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--first,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--first {
                padding-right: 64px;
                border-right: 1px solid #BABABA; } }
            @media (min-width: 992px) {
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--single,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--single {
                padding-top: 20px;
                margin: 30px 0 0 30px;
                border-top: 1px solid #F1F1F1;
                width: 100%; }
                #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--single a,
                #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--single a {
                  margin-bottom: 0; } }
            @media (min-width: 992px) {
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items {
                padding: 0 30px; } }
            #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span,
            #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span {
              display: block; }
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span.title,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span.title {
                font-family: "roboto_bold_web";
                font-size: 1.375rem;
                line-height: 1.625rem;
                color: #000; }
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span.description,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom span.description {
                font-size: 0.875rem;
                line-height: 1rem;
                margin-top: 13px;
                color: #757575; }
            #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu,
            #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu {
              display: block;
              text-decoration: none;
              margin-bottom: 15px;
              color: #000;
              font-size: 14px;
              font-family: "roboto_regular_web"; }
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu:hover,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu:hover {
                text-decoration: underline; }
              #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu.disabled,
              #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom a.link-primary-menu.disabled {
                opacity: .5;
                text-decoration: none; }
          #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom.show #primary-menu,
          #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom.show #primary-menu {
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            background: #e0e0e0;
            text-decoration: underline; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-firstnav .container,
        #wrapper #header .header-firstnav .container {
          display: none; } }
      #wrapper header .header-firstnav .container .btn.btn-secondary,
      #wrapper #header .header-firstnav .container .btn.btn-secondary {
        background-color: transparent;
        border: 0; }
        #wrapper header .header-firstnav .container .btn.btn-secondary.dropdown-toggle::after,
        #wrapper #header .header-firstnav .container .btn.btn-secondary.dropdown-toggle::after {
          display: none; }
        #wrapper header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"],
        #wrapper #header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"] {
          transform: rotate3d(2, 0, 0, 180deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #wrapper header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"],
        #wrapper #header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"] {
          transform: rotate3d(0, 1, 1, 0deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      #wrapper header .header-firstnav .container #leanguage .btn-secondary,
      #wrapper #header .header-firstnav .container #leanguage .btn-secondary {
        color: #000;
        font-family: "roboto_bold_web";
        padding: 0;
        font-size: 0.75rem; }
      #wrapper header .header-firstnav .container #leanguage button,
      #wrapper #header .header-firstnav .container #leanguage button {
        color: black; }
      #wrapper header .header-firstnav .container #user,
      #wrapper #header .header-firstnav .container #user {
        margin-left: 30px;
        position: relative; }
        #wrapper header .header-firstnav .container #user a,
        #wrapper #header .header-firstnav .container #user a {
          display: flex; }
          #wrapper header .header-firstnav .container #user a span,
          #wrapper #header .header-firstnav .container #user a span {
            color: #000;
            font-size: 1.25rem; }
  #wrapper header .header-secondnav,
  #wrapper #header .header-secondnav {
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
    height: auto;
    position: relative;
    z-index: 9;
    padding-bottom: 0;
    padding-top: 0; }
    #wrapper header .header-secondnav .navbar,
    #wrapper #header .header-secondnav .navbar {
      position: static; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar,
        #wrapper #header .header-secondnav .navbar {
          padding: 0px 15px; } }
      #wrapper header .header-secondnav .navbar .navbar-toggler,
      #wrapper #header .header-secondnav .navbar .navbar-toggler {
        padding: 0;
        border: none;
        position: relative;
        width: 20px;
        height: 14px; }
      #wrapper header .header-secondnav .navbar .navbar-toggler.button-close,
      #wrapper #header .header-secondnav .navbar .navbar-toggler.button-close {
        display: none; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar .navbar-toggler.inside,
        #wrapper #header .header-secondnav .navbar .navbar-toggler.inside {
          position: absolute;
          right: 15px;
          top: 20px; } }
      #wrapper header .header-secondnav .navbar .navbar-toggler.button-close.inside,
      #wrapper #header .header-secondnav .navbar .navbar-toggler.button-close.inside {
        display: none; }
      #wrapper header .header-secondnav .navbar .navbar-brand,
      #wrapper #header .header-secondnav .navbar .navbar-brand {
        margin: 0;
        padding: 0; }
        #wrapper header .header-secondnav .navbar .navbar-brand img,
        #wrapper #header .header-secondnav .navbar .navbar-brand img {
          max-height: 50px;
          margin-right: 15px; }
          @media (min-width: 1200px) {
            #wrapper header .header-secondnav .navbar .navbar-brand img,
            #wrapper #header .header-secondnav .navbar .navbar-brand img {
              max-height: 88px; } }
        #wrapper header .header-secondnav .navbar .navbar-brand h2,
        #wrapper #header .header-secondnav .navbar .navbar-brand h2 {
          font-family: "roboto_regular_web";
          color: white;
          font-size: 0.9375rem;
          line-height: .9;
          margin-bottom: 0; }
          @media (min-width: 363px) {
            #wrapper header .header-secondnav .navbar .navbar-brand h2 .br-mobile,
            #wrapper #header .header-secondnav .navbar .navbar-brand h2 .br-mobile {
              display: none; } }
          #wrapper header .header-secondnav .navbar .navbar-brand h2 span,
          #wrapper #header .header-secondnav .navbar .navbar-brand h2 span {
            font-size: 1rem; }
      #wrapper header .header-secondnav .navbar .footer-menu-lingue,
      #wrapper #header .header-secondnav .navbar .footer-menu-lingue {
        position: absolute;
        bottom: 20px;
        display: none; }
        @media (max-width: 1199.98px) {
          #wrapper header .header-secondnav .navbar .footer-menu-lingue,
          #wrapper #header .header-secondnav .navbar .footer-menu-lingue {
            display: flex; } }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show h2,
        #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show h2 {
          color: black; } }
      #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile,
      #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile {
        background: #ffffff;
        position: absolute;
        bottom: 60px;
        height: auto;
        border-top: 1px solid #bdb3b3;
        border-bottom: 1px solid #bdb3b3;
        width: 90%;
        padding-bottom: 15px;
        padding-top: 15px; }

@media (max-width: 1199.98px) {
  #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile,
  #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile {
    width: calc(100% - 30px);
    left: 15px; } }
        #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown.custom.show,
        #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown.custom.show {
          width: 100%;
          margin-top: 7px;
          border-top-left-radius: 0px;
          border: none;
          box-shadow: none;
          display: block; }
          @media (max-width: 1199.98px) {
            #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown.custom.show,
            #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown.custom.show {
              height: calc(100vh - 170px); } }
        #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show,
        #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show {
          width: 100%;
          margin-top: 50px;
          top: 0;
          border-top-left-radius: 0px;
          border: none;
          box-shadow: none;
          display: block;
          height: calc(100vh - 270px);
          overflow: auto; }
          #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show .border-right,
          #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show .border-right {
            margin-bottom: 30px; }
          #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show .link-primary-menu,
          #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .dropdown-menu.custom.show .link-primary-menu {
            display: block;
            text-decoration: none;
            margin-bottom: 25px;
            color: #000000;
            font-size: 14px;
            line-height: 1rem;
            width: 100%; }
        #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .brand-name,
        #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile .brand-name {
          text-decoration: underline; }
      #wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .betaversion,
      #wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .betaversion {
        display: block;
        margin-top: 10px;
        margin-left: 30px; }
      #wrapper header .header-secondnav .navbar .dropdown,
      #wrapper #header .header-secondnav .navbar .dropdown {
        position: static !important; }
        #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu,
        #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu {
          font-size: 1rem; }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show {
            width: 100vw;
            max-width: 100vw; }
            @media (max-width: 1199.98px) {
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show {
                border: none;
                padding-top: 0; } }
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row {
              padding: 30px 0; }
              @media (max-width: 1199.98px) {
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row {
                  padding: 0; } }
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 {
                border-right: 1px solid #757575; }
                @media (max-width: 575.98px) {
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 {
                    border: none; } }
                @media (max-width: 1199.98px) {
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 {
                    border: none; } }
                @media (max-width: 1199.98px) {
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:first-child,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:first-child {
                    display: none; } }
                @media (max-width: 1199.98px) {
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 {
                    padding: 0; } }
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:last-child,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:last-child {
                  border: none; }
                  @media (max-width: 1199.98px) {
                    #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:last-child,
                    #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4:last-child {
                      border: none; } }
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 img,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 img {
                  padding-left: 16px;
                  height: 157px; }
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item {
                  color: black !important;
                  padding-bottom: 25px; }
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:active,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:active {
                    background-color: transparent; }
                    @media (min-width: 992px) {
                      #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:active,
                      #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:active {
                        color: #103D42 !important; } }
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:hover,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item:hover {
                    text-decoration: underline;
                    background-color: #EFEFEF; }
                  @media (max-width: 1199.98px) {
                    #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item,
                    #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item {
                      padding: .8rem 0; } }
                  #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item .fa-chevron-right,
                  #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item .fa-chevron-right {
                    font-size: .8rem; }
                    @media (max-width: 1199.98px) {
                      #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item .fa-chevron-right,
                      #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 a.dropdown-item .fa-chevron-right {
                        display: none; } }
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 h2,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 h2 {
                  font-size: 1.5rem;
                  font-family: "roboto_bold_web";
                  color: #103D42; }
                #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 p,
                #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.show .row .col-12.col-lg-4 p {
                  color: #757575;
                  font-size: .9rem;
                  line-height: 16px; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar .navbar-collapse,
        #wrapper #header .header-secondnav .navbar .navbar-collapse {
          position: absolute;
          left: -100%;
          width: 100%;
          top: 0;
          min-height: 100vh;
          height: 100vh;
          padding: 15px;
          transition: 0.3s;
          background: white;
          overflow: hidden;
          z-index: 11; }
          #wrapper header .header-secondnav .navbar .navbar-collapse.show,
          #wrapper #header .header-secondnav .navbar .navbar-collapse.show {
            top: 0;
            left: 0; }
            #wrapper header .header-secondnav .navbar .navbar-collapse.show a,
            #wrapper #header .header-secondnav .navbar .navbar-collapse.show a {
              color: black !important; } }
    @media (max-width: 1199.98px) {
      #wrapper header .header-secondnav,
      #wrapper #header .header-secondnav {
        padding: 7px 0;
        height: 80px;
        min-height: 80px; } }
    @media (max-width: 363px) {
      #wrapper header .header-secondnav,
      #wrapper #header .header-secondnav {
        padding: 7px 0;
        height: 93px;
        min-height: 93px; } }
    @media (max-width: 1199.98px) {
      #wrapper header .header-secondnav .btn.btn-secondary,
      #wrapper #header .header-secondnav .btn.btn-secondary {
        background-color: transparent;
        border: 0;
        padding: 0; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle::after,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle::after {
          display: none; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"],
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"] {
          transform: rotate(180deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #wrapper header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"],
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"] {
          transform: rotate(0deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; } }
    @media (min-width: 992px) {
      #wrapper header .header-secondnav #mainMenu,
      #wrapper #header .header-secondnav #mainMenu {
        padding: 23px 0; } }
    @media (max-width: 1199.98px) {
      #wrapper header .header-secondnav #mainMenu,
      #wrapper #header .header-secondnav #mainMenu {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: calc(100vh - 200px);
        overflow-y: auto; } }
    #wrapper header .header-secondnav #mainMenu .dropdown-toggle::after,
    #wrapper #header .header-secondnav #mainMenu .dropdown-toggle::after {
      display: none; }
    #wrapper header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"],
    #wrapper #header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="true"] span[class^="icon-kit-campania"] {
      transform: rotate(180deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #wrapper header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"],
    #wrapper #header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="false"] span[class^="icon-kit-campania"] {
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #wrapper header .header-secondnav #mainMenu li,
    #wrapper #header .header-secondnav #mainMenu li {
      margin-right: 40px; }
      #wrapper header .header-secondnav #mainMenu li .dropdown-toggle::after,
      #wrapper #header .header-secondnav #mainMenu li .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0;
        vertical-align: .255em;
        content: "";
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li,
        #wrapper #header .header-secondnav #mainMenu li {
          margin-right: 0px; } }
      #wrapper header .header-secondnav #mainMenu li:last-child,
      #wrapper #header .header-secondnav #mainMenu li:last-child {
        margin-right: 0px; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li:first-child,
        #wrapper #header .header-secondnav #mainMenu li:first-child {
          margin-top: 20px; } }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li:first-child a,
        #wrapper #header .header-secondnav #mainMenu li:first-child a {
          border-top: 1px solid #434343; } }
      #wrapper header .header-secondnav #mainMenu li a,
      #wrapper #header .header-secondnav #mainMenu li a {
        color: #fff;
        font-size: 14px;
        font-family: "roboto_regular_web";
        text-transform: uppercase; }
        #wrapper header .header-secondnav #mainMenu li a:hover,
        #wrapper #header .header-secondnav #mainMenu li a:hover {
          background: transparent; }
        @media (max-width: 1199.98px) {
          #wrapper header .header-secondnav #mainMenu li a,
          #wrapper #header .header-secondnav #mainMenu li a {
            border-bottom: 1px solid #434343;
            padding: .8rem 0; } }
        @media (min-width: 992px) {
          #wrapper header .header-secondnav #mainMenu li a.nav-link:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:after {
            content: "";
            position: relative;
            display: block;
            bottom: 0;
            height: 1px;
            width: 0%;
            border-bottom: 2px solid;
            transition: .3s ease-out; }
          #wrapper header .header-secondnav #mainMenu li a.nav-link:hover:after, #wrapper header .header-secondnav #mainMenu li a.nav-link:active:after, #wrapper header .header-secondnav #mainMenu li a.nav-link:focus:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:hover:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:active:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:focus:after {
            width: 100%; } }
    #wrapper header .header-secondnav #search,
    #wrapper #header .header-secondnav #search {
      margin-left: 40px;
      background-color: transparent;
      border: 0;
      background-size: 100%;
      color: #fff; }
      @media (max-width: 575.98px) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          margin-left: 0px; } }
      #wrapper header .header-secondnav #search.invisible-search,
      #wrapper #header .header-secondnav #search.invisible-search {
        opacity: .3;
        pointer-events: none; }
    #wrapper header .header-secondnav #expandSearch,
    #wrapper #header .header-secondnav #expandSearch {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 1px;
      z-index: -999;
      width: 100%;
      height: 87px;
      background-color: #000;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      #wrapper header .header-secondnav #expandSearch :hover,
      #wrapper #header .header-secondnav #expandSearch :hover {
        visibility: visible;
        opacity: 1; }
      #wrapper header .header-secondnav #expandSearch label,
      #wrapper #header .header-secondnav #expandSearch label {
        color: #fff;
        font-size: 0.875rem;
        margin-bottom: 3px;
        margin-left: 15px;
        position: absolute;
        top: -18px; }
      #wrapper header .header-secondnav #expandSearch input,
      #wrapper #header .header-secondnav #expandSearch input {
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: 0; }
      #wrapper header .header-secondnav #expandSearch button,
      #wrapper #header .header-secondnav #expandSearch button {
        padding: 0;
        width: 100%; }
      #wrapper header .header-secondnav #expandSearch button.searchClose,
      #wrapper #header .header-secondnav #expandSearch button.searchClose {
        width: 18px;
        height: 18px;
        border: 0;
        color: #fff;
        background-color: transparent; }
        #wrapper header .header-secondnav #expandSearch button.searchClose:focus,
        #wrapper #header .header-secondnav #expandSearch button.searchClose:focus {
          outline: 2px solid #FFC932;
          outline-offset: 2px; }
      #wrapper header .header-secondnav #expandSearch .searchCloseContainer,
      #wrapper #header .header-secondnav #expandSearch .searchCloseContainer {
        text-align: right; }
    #wrapper header .header-secondnav #expandSearch.show,
    #wrapper #header .header-secondnav #expandSearch.show {
      visibility: visible;
      opacity: 1;
      z-index: 999; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #expandSearch.show,
        #wrapper #header .header-secondnav #expandSearch.show {
          display: none; } }
    #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span,
    #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span {
      display: inline-block;
      width: 20px;
      height: 0px;
      background-color: #fff;
      position: relative;
      top: -8px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span::before,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000;
        top: 0px;
        left: 0;
        border-radius: 10px;
        transform: rotate(45deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="true"] span::after,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="true"] span::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000;
        top: 0px;
        left: 0;
        border-radius: 10px;
        transform: rotate(-45deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span,
    #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span {
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span::before,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        top: 6px;
        left: 0;
        border-radius: 10px;
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #wrapper header .header-secondnav .navbar-toggler[aria-expanded="false"] span::after,
      #wrapper #header .header-secondnav .navbar-toggler[aria-expanded="false"] span::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #fff;
        top: 12px;
        left: 0;
        border-radius: 10px;
        transform: rotate(0deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  @media (min-width: 992px) {
    #wrapper header .navbar,
    #wrapper #header .navbar {
      padding: 0; } }

#wrapper.scroll-header header .header-firstnav,
#wrapper.scroll-header #header .header-firstnav {
  height: 0px; }
  #wrapper.scroll-header header .header-firstnav .container,
  #wrapper.scroll-header #header .header-firstnav .container {
    display: none !important; }

#wrapper.scroll-header header .header-secondnav,
#wrapper.scroll-header #header .header-secondnav {
  background: #000 !important;
  height: auto; }
  @media (max-width: 1199.98px) {
    #wrapper.scroll-header header .header-secondnav,
    #wrapper.scroll-header #header .header-secondnav {
      height: 80px; } }

#wrapper.white .header-secondnav {
  background: #000 !important;
  padding: 0; }

.logo-mobile {
  display: none; }

.logo-desk {
  display: block; }

.navbar.open .logo-mobile {
  display: block; }

.navbar.open .logo-desk {
  display: none; }

.dropdown-menu {
  font-size: 1rem; }

#prefooter {
  border-top: 1px solid #707070;
  padding: 6px 0;
  text-align: left;
  margin-top: 80px; }
  @media (max-width: 991.98px) {
    #prefooter {
      margin-top: 0px;
      padding: 10px 0; } }
  #prefooter img {
    margin-right: 16px; }
  #prefooter p {
    font-size: 0.875rem;
    margin-left: 20px;
    font-family: "roboto_regular_web";
    margin: 0;
    display: inline-block;
    text-align: left; }
    @media (max-width: 991.98px) {
      #prefooter p {
        margin: 10px 0px 0; } }

#footer {
  background-color: #3A3A3A;
  width: 100%;
  padding-top: 30px; }
  #footer a {
    text-decoration: underline; }
    #footer a.disabled {
      opacity: 0.5; }
    #footer a:hover {
      text-decoration: none; }
  #footer .footer-bottom hr {
    width: 100%;
    border-color: #808080; }
  #footer h2 {
    font-family: "roboto_bold_web";
    font-size: 1.0625rem;
    color: #ffffff;
    display: inline;
    margin-bottom: 0; }
    #footer h2 span {
      display: block;
      font-size: 1.0625rem;
      font-family: "roboto_regular_web"; }
  #footer #col-ftr_1 {
    margin-top: -18px; }
    #footer #col-ftr_1 a {
      display: inline-block; }
      #footer #col-ftr_1 a:focus {
        box-shadow: 0 0 0 0.2rem #FFC932 !important; }
    #footer #col-ftr_1 .logo-scabec {
      width: 46px;
      margin: 14px; }
    #footer #col-ftr_1 .logo-sona {
      width: 64px;
      height: 32px; }
    #footer #col-ftr_1 .logo-archivistico {
      width: auto; }
    #footer #col-ftr_1 p {
      padding-top: 25px;
      margin-bottom: 25px; }
  #footer #col-ftr_2 {
    margin-bottom: 20px; }
  #footer #col-ftr_3 {
    margin-bottom: 20px;
    padding-right: 0px; }
  #footer #col-ftr_4 {
    margin-bottom: 20px; }
  #footer #footer_titlesite {
    color: white;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 1.375rem;
    margin-bottom: 20px; }
  #footer #footer_subtitlesite {
    color: white;
    text-transform: uppercase;
    font-family: "roboto_regular_web";
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 1.375rem; }
  #footer p {
    font-family: "roboto_regular_web";
    color: white;
    font-size: 0.75rem;
    margin-bottom: 5px; }
  #footer ul {
    list-style: none; }
    #footer ul.txt_footer li a {
      display: block;
      color: white;
      font-family: "roboto_regular_web";
      font-size: 0.75rem;
      padding-bottom: 6px; }
      #footer ul.txt_footer li a:focus {
        box-shadow: 0 0 0 0.2rem #FFC932 !important; }
      #footer ul.txt_footer li a:hover {
        text-decoration: none; }
    #footer ul li.list-inline-item a {
      display: inline; }
      #footer ul li.list-inline-item a:focus {
        box-shadow: 0 0 0 0.2rem #FFC932 !important; }
    #footer ul li,
    #footer ul a {
      color: white;
      font-family: "roboto_regular_web";
      font-size: 0.75rem; }
      #footer ul li span,
      #footer ul a span {
        font-family: "roboto_bold_web"; }
      #footer ul li:hover,
      #footer ul a:hover {
        color: white;
        text-decoration: none; }
    #footer ul li {
      text-decoration: none; }
      #footer ul li:hover {
        text-decoration: none; }
    #footer ul a:focus {
      box-shadow: 0 0 0 0.2rem #FFC932 !important; }
    #footer ul.list-inline .list-inline-item:not(:last-child) {
      margin-right: 30px; }
  #footer h4 {
    color: white;
    font-family: "roboto_bold_web";
    min-height: 38px;
    font-size: 1rem;
    margin-bottom: 7px;
    line-height: 1.25rem; }
  #footer .disabled {
    pointer-events: none;
    text-decoration: none;
    color: #CFCFCF; }
  @media (max-width: 575.98px) {
    #footer {
      margin-top: 0px; }
      #footer #col-ftr_3 {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 0px; }
      #footer h4 {
        color: white;
        font-family: "roboto_bold_web";
        margin-bottom: 14px;
        font-size: 1rem; } }

.under_footer {
  border-top: 1px solid white;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .under_footer span > a {
    color: white;
    font-family: "roboto_regular_web";
    font-size: 2rem;
    margin-right: 20px; }
    .under_footer span > a:hover {
      color: white;
      text-decoration: underline; }

.social {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: 0.3s;
  float: left; }
  .social svg {
    width: 40px;
    height: 40px;
    transition: 0.3s;
    transform: scale(0.5); }
    .social svg path {
      fill: #3A3A3A; }
    .social svg circle {
      fill: #3A3A3A; }
  .social:hover {
    transform: scale(0.5);
    background: transparent; }
    .social:hover svg {
      width: 80px;
      height: 80px;
      transform: scale(2); }
      .social:hover svg path {
        fill: #fff; }
      .social:hover svg circle {
        fill: #fff; }

.search-tab-wrapper {
  position: relative;
  /* vertical */ }
  .map-interaction.create-itinerary .search-tab-wrapper {
    position: static; }
  .search-tab-wrapper .tabTitle {
    display: none; }
  .search-tab-wrapper .search-tab {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 40px; }
    .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab {
      border: none;
      overflow: visible;
      padding: 0px;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab {
          margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .search-tab-wrapper .search-tab {
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%; } }
    .detail-search .search-tab-wrapper .search-tab {
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      max-width: 100%;
      box-shadow: none;
      position: unset;
      margin-bottom: 60px;
      width: 100%; }
      .map-interaction .detail-search .search-tab-wrapper .search-tab {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        padding-bottom: 10px; }
      @media (max-width: 991.98px) {
        .detail-search .search-tab-wrapper .search-tab {
          padding: 0;
          margin-bottom: 40px;
          text-align: left; } }
      @media (max-width: 767.98px) {
        .detail-search .search-tab-wrapper .search-tab {
          padding: 14px 0;
          text-align: center; } }
    @media (max-width: 575.98px) {
      .search-tab-wrapper .search-tab {
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .search-tab-wrapper .search-tab li {
        width: 220px;
        text-align: center;
        display: inline-block; } }
    .detail-search .search-tab-wrapper .search-tab li {
      width: 220px;
      text-align: center;
      display: inline-block; }
      .map-interaction .detail-search .search-tab-wrapper .search-tab li {
        width: 140px;
        margin-top: 5px;
        margin-right: 5px; }
      .map-interaction.create-itinerary .filter-map .detail-search .search-tab-wrapper .search-tab li {
        height: auto;
        width: auto; }
      @media (max-width: 991.98px) and (orientation: landscape) {
        .detail-search .search-tab-wrapper .search-tab li {
          width: 100%; } }
      @media (max-width: 767.98px) {
        .detail-search .search-tab-wrapper .search-tab li {
          width: 100%; } }
    .search-tab-wrapper .search-tab .arrow__desktop_left {
      position: absolute;
      left: -4em;
      width: auto;
      top: 0;
      padding: 0.8rem 1rem; }
      @media (max-width: 1199.98px) {
        .search-tab-wrapper .search-tab .arrow__desktop_left {
          left: -42px; } }
      @media (max-width: 575.98px) {
        .search-tab-wrapper .search-tab .arrow__desktop_left {
          display: none; } }
      .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left {
        display: none; }
        @media (max-width: 991.98px) and (orientation: landscape) {
          .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left {
            display: block;
            left: 0px;
            width: auto; }
            .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left button {
              padding: 0; } }
        @media (max-width: 767.98px) {
          .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left {
            display: block;
            left: 0px;
            width: auto; }
            .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left button {
              padding: 0; } }
    .search-tab-wrapper .search-tab .arrow__desktop_right {
      position: absolute;
      right: -4em;
      width: auto;
      top: 0;
      padding: 0.8rem 1rem; }
      @media (max-width: 1199.98px) {
        .search-tab-wrapper .search-tab .arrow__desktop_right {
          right: -42px; } }
      @media (max-width: 575.98px) {
        .search-tab-wrapper .search-tab .arrow__desktop_right {
          display: none; } }
      .detail-search .search-tab-wrapper .search-tab .arrow__desktop_right {
        display: none; }
        @media (max-width: 991.98px) and (orientation: landscape) {
          .detail-search .search-tab-wrapper .search-tab .arrow__desktop_right {
            display: block;
            right: 0px;
            width: auto; }
            .detail-search .search-tab-wrapper .search-tab .arrow__desktop_right button {
              padding: 0; } }
        @media (max-width: 767.98px) {
          .detail-search .search-tab-wrapper .search-tab .arrow__desktop_right {
            display: block;
            right: 0px;
            width: auto; }
            .detail-search .search-tab-wrapper .search-tab .arrow__desktop_right button {
              padding: 0; } }
    @media (max-width: 575.98px) {
      .search-tab-wrapper .search-tab .search--nav-item {
        margin-right: 0; } }
    .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
      color: #000000;
      display: block;
      font-family: "roboto_regular_web";
      line-height: 40px;
      border: 0; }
      .map-interaction .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
        font-size: 0.75rem;
        line-height: 0.875rem; }
      @media (max-width: 767.98px) {
        .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
          padding: 0;
          color: #000; } }
      .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
        border-radius: 100%;
        height: 40px;
        width: 40px;
        background-color: #E8E8E8;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
        transition: 0.3s ease-in-out;
        padding: 0; }
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link span {
          font-size: 1.25rem;
          color: #3E3E3E; }
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link:hover {
          background-color: #103D42; }
          .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link:hover span {
            color: #ffffff; }
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.visited {
          border: 3px solid #103D42; }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.active {
        font-family: "roboto_bold_web";
        border-bottom: 2px solid #103D42; }
        @media (max-width: 991.98px) {
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.active {
            border-bottom: 0; } }
        .detail-search .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.active {
          border-bottom: 2px solid #103D42; }
        .map-interaction.create-itinerary .filter-map .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.active {
          border: 3px solid #103D42; }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link:hover {
        text-decoration: none; }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes {
        display: flex;
        align-items: center; }
        .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span {
          display: block;
          position: relative;
          width: 8px;
          height: 1px;
          background-color: #000;
          margin: 0 24px; }
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span::before, .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 1px;
            background-color: #000; }
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span::before {
            left: -16px; }
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span::after {
            right: -16px; }
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span:first-child {
            margin-right: 16px; }
            .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span:first-child::before {
              width: 4px;
              left: -12px; }
          .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span:last-child {
            margin-left: 16px; }
            .search-tab-wrapper .search-tab .search--nav-item .search--nav-link + .dashes span:last-child::after {
              width: 4px;
              right: -12px; }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.visited + .dashes span:first-child::before {
        width: 128px; }
    @media (max-width: 991.98px) {
      .detail-search .search-tab-wrapper .search-tab {
        display: block; } }
    @media (max-width: 991.98px) {
      .search-tab-wrapper .search-tab {
        display: none;
        text-transform: unset;
        font-size: 20px;
        text-align: center;
        position: absolute;
        background-color: #fff;
        width: 100%;
        -webkit-box-shadow: 4px 6px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 6px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 6px 5px 0px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        z-index: 1;
        padding: 40px 0; } }
    .search-tab-wrapper .search-tab.tab-show {
      display: block; }
  .search-tab-wrapper .navigation-tab,
  .search-tab-wrapper .navigation-tab-vertical {
    text-align: left;
    display: none;
    position: relative; }
    .search-tab-wrapper .navigation-tab svg,
    .search-tab-wrapper .navigation-tab-vertical svg {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media (max-width: 991.98px) {
      .search-tab-wrapper .navigation-tab,
      .search-tab-wrapper .navigation-tab-vertical {
        display: block;
        font-size: 0.875rem;
        position: absolute;
        right: 0;
        top: -45px;
        border: none;
        background-color: transparent;
        color: #000;
        text-transform: uppercase; } }
    .search-tab-wrapper .navigation-tab.expanded svg,
    .search-tab-wrapper .navigation-tab-vertical.expanded svg {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media (max-width: 575.98px) {
      .search-tab-wrapper .navigation-tab,
      .search-tab-wrapper .navigation-tab-vertical {
        margin-bottom: 0; } }
  @media (max-width: 575.98px) {
    .search-tab-wrapper.is-vertical .nav-menu {
      display: none; }
      .search-tab-wrapper.is-vertical .nav-menu.tab-show {
        display: block; } }
  @media (max-width: 575.98px) {
    .search-tab-wrapper.is-vertical .nav-link {
      border-bottom: 0;
      background-color: transparent; } }
  @media (max-width: 575.98px) {
    .search-tab-wrapper.is-vertical .nav-link:first-child {
      border-top: 0;
      margin-top: 0.5rem; } }
  .search-tab-wrapper.is-vertical .nav-link:last-child {
    border-bottom: 0; }
  @media (max-width: 575.98px) {
    .search-tab-wrapper.is-vertical .nav-link {
      text-transform: unset;
      font-size: 1rem; } }

.tab-horizontal {
  background-color: #fff; }
  .tab-horizontal .nav {
    position: relative;
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 30px; }
    @media (max-width: 1199.98px) {
      .tab-horizontal .nav {
        display: flex;
        justify-content: center; } }
    .tab-horizontal .nav li.nav-item {
      display: none;
      position: relative;
      width: auto;
      max-width: 240px; }
      @media (min-width: 1200px) {
        .tab-horizontal .nav li.nav-item {
          display: block;
          margin-right: 5px; } }
      .tab-horizontal .nav li.nav-item .nav-link {
        padding-left: 0;
        padding-right: 0; }
      .tab-horizontal .nav li.nav-item.active {
        display: block; }
        .tab-horizontal .nav li.nav-item.active a {
          font-family: "roboto_bold_web";
          color: #000;
          background-color: transparent;
          border-bottom: 2px solid #103D42;
          border-radius: 0; }
      .tab-horizontal .nav li.nav-item a {
        color: #737374;
        padding-bottom: 10px; }
        @media (max-width: 1199.98px) {
          .tab-horizontal .nav li.nav-item a {
            font-family: "roboto_bold_web";
            color: #000;
            pointer-events: none;
            border-bottom: 2px solid #482323;
            border-radius: 0; } }
        .tab-horizontal .nav li.nav-item a.active {
          font-family: "roboto_bold_web";
          color: #000;
          background-color: transparent;
          border-bottom: 2px solid #103D42;
          border-radius: 0; }
  .tab-horizontal .tab-content .tab-content--header {
    display: none; }
    @media (max-width: 1199.98px) {
      .tab-horizontal .tab-content .tab-content--header {
        display: block; } }
    @media (max-width: 1199.98px) {
      .tab-horizontal .tab-content .tab-content--header .left-btns,
      .tab-horizontal .tab-content .tab-content--header .right-btns {
        margin-top: -65px;
        z-index: 20; } }
    .tab-horizontal .tab-content .tab-content--header .prev-step {
      color: #000; }
      .tab-horizontal .tab-content .tab-content--header .prev-step.disabled {
        pointer-events: none;
        opacity: .3; }
    .tab-horizontal .tab-content .tab-content--header .next-step {
      color: #000; }
      .tab-horizontal .tab-content .tab-content--header .next-step.disabled {
        pointer-events: none;
        opacity: .3; }
  .tab-horizontal .tab-content p.text-short {
    max-width: 310px; }
  .tab-horizontal .tab-content p a {
    color: #000;
    text-decoration: underline; }
    .tab-horizontal .tab-content p a:hover {
      text-decoration: none; }
  .tab-horizontal .tab-content ul {
    list-style: none;
    padding-left: 0; }
    .tab-horizontal .tab-content ul li a {
      color: #000;
      text-decoration: underline; }
      @media (max-width: 575.98px) {
        .tab-horizontal .tab-content ul li a.active {
          color: #fff; } }
      .tab-horizontal .tab-content ul li a:hover {
        text-decoration: none; }

.nav.nav-pills {
  margin-bottom: 40px; }
  .nav.nav-pills li {
    min-width: 125px; }
    .nav.nav-pills li:not(:last-child) {
      margin-right: 60px; }
    @media (max-width: 991.98px) {
      .nav.nav-pills li:not(:last-child) {
        margin-right: 0px; } }
    .nav.nav-pills li a {
      text-align: center;
      color: #434343;
      font-family: "roboto_regular_web";
      text-transform: uppercase;
      padding: 0;
      font-size: 0.875rem; }
      .nav.nav-pills li a.active {
        background-color: transparent;
        border-bottom: 2px solid #103D42;
        border-radius: 0;
        color: #103D42;
        font-family: "roboto_bold_web";
        font-size: 1rem; }

.popover {
  font-size: 14px;
  width: auto;
  z-index: 9; }
  @media (max-width: 991.98px) {
    .popover {
      display: none; } }
  .popover.large-text {
    max-width: 500px; }

::-webkit-scrollbar {
  height: 10px;
  width: 10px; }

.scroller {
  /* Scrollbar Firefox */
  scrollbar-color: white #103D42;
  scrollbar-width: thin; }

/* Scrollbar Google Chrome */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #103D42;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  background-color: white;
  border: 3px solid transparent;
  background-clip: content-box; }

.pinterest-style a:focus {
  outline: 2px solid #103D42; }
  .pinterest-style a:focus div {
    outline-color: #103D42;
    outline-offset: 2px; }

.pinterest-style a:hover .collage span {
  text-decoration: underline; }

.pinterest-style a .collage {
  overflow: hidden;
  position: relative;
  border-radius: 5px; }
  .pinterest-style a .collage::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }
  .pinterest-style a .collage span {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    z-index: 1;
    font-family: "poppinsmedium";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%); }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage span {
        text-align: center; } }
  .pinterest-style a .collage.item__1 {
    height: 350px; }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__1 {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__1 {
        height: 230px; } }
  .pinterest-style a .collage.item__2 {
    height: 255px; }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__2 {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__2 {
        height: 170px; } }
  .pinterest-style a .collage.item__3 {
    height: 350px; }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__3 {
        margin-top: -70px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__3 {
        margin-bottom: 30px;
        margin-top: -20px;
        height: 170px; } }
  .pinterest-style a .collage.item__4 {
    height: 255px; }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__4 {
        margin-top: 25px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__4 {
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__4 {
        margin-bottom: 30px;
        margin-top: -80px;
        height: 230px; } }
  .pinterest-style a .collage.item__5 {
    height: 255px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__5 {
        margin-top: 30px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__5 {
        margin-top: -70px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__5 {
        margin-top: -170px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__5 {
        margin-bottom: 30px;
        margin-top: -20px;
        height: 230px; } }
  .pinterest-style a .collage.item__6 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__6 {
        margin-top: -65px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__6 {
        margin-top: 25px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__6 {
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__6 {
        margin-bottom: 30px;
        margin-top: -20px;
        height: 170px; } }
  .pinterest-style a .collage.item__7 {
    height: 255px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__7 {
        margin-top: 30px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__7 {
        margin-top: -70px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__7 {
        margin-top: -270px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__7 {
        margin-top: -20px;
        height: 170px; } }
  .pinterest-style a .collage.item__8 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__8 {
        margin-top: -65px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__8 {
        margin-top: -165px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__8 {
        margin-top: -80px;
        height: 230px; } }
  .pinterest-style a .collage.item__9 {
    height: 450px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__9 {
        margin-top: -10px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__9 {
        margin-top: -70px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__9 {
        margin-top: -170px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__9 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__10 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__10 {
        margin-top: 30px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__10 {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__10 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__11 {
    height: 450px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__11 {
        margin-top: -170px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__11 {
        margin-top: -70px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__11 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__12 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__12 {
        margin-top: -170px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__12 {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__12 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__13 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__13 {
        margin-top: -70px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__13 {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__13 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__14 {
    height: 250px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__14 {
        margin-top: 30px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__14 {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__14 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__15 {
    height: 350px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__15 {
        margin-top: -70px; } }
    @media (max-width: 991.98px) {
      .pinterest-style a .collage.item__15 {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__15 {
        margin-bottom: 30px;
        margin-top: 0px; } }
  .pinterest-style a .collage.item__16 {
    height: 450px; }
    @media (min-width: 992px) {
      .pinterest-style a .collage.item__16 {
        margin-top: -170px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .pinterest-style a .collage.item__16 {
        width: calc(33.3% - 20px);
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: -70px; } }
    @media (max-width: 767.98px) {
      .pinterest-style a .collage.item__16 {
        margin-top: -70px; } }
    @media (max-width: 575.98px) {
      .pinterest-style a .collage.item__16 {
        margin-bottom: 30px;
        margin-top: 0px; } }

.pinterest-style .description-collection {
  margin-top: -30px;
  margin-bottom: 14px; }
  @media (max-width: 575.98px) {
    .pinterest-style .description-collection {
      margin-bottom: 0; } }

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }

.rating > input {
  opacity: 0; }

.rating input:focus + label span {
  outline: 2px solid #103D42; }

.rating > label {
  position: relative;
  color: #000;
  font-size: 3.75rem;
  cursor: pointer;
  margin-right: 40px; }
  @media (max-width: 991.98px) {
    .rating > label {
      margin: 0; } }
  .rating > label span {
    z-index: 1; }

.rating > label::before {
  font-family: "icon-kit-campania";
  content: "\e957";
  position: absolute;
  opacity: 0;
  color: #FFC932; }

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important; }

.rating > input:checked ~ label:before {
  opacity: 1; }

.rating:hover > input:checked ~ label:before {
  opacity: 0.2; }

.tr-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 48px;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-title-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 77px;
  height: 77px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.tr-title-percorso {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 34px;
  max-height: 68px;
  min-height: 33px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-title-percorso4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 32px;
  max-height: 140px;
  height: 140px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.tr-title-percorso-noEv {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 86.4px;
  height: 86.4px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.tr-p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 50px;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-p2-contenuti {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 28px;
  max-height: 70px;
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-p3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 72px;
  height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px; }

.tr-p4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 19px;
  max-height: 94px;
  height: 94px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.tr-p5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 120px;
  height: 120px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.tr-p6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 145px;
  height: 145px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.tr-p12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 300px;
  height: 300px;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical; }

.tr-l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.tr-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-card {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 65px;
  height: 65px;
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  @media (max-width: 991.98px) {
    .tr-card {
      line-height: 19px;
      max-height: 57px;
      height: 57px; } }

.tr-date {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 991.98px) {
    .tr-date {
      line-height: 16px; } }

.numbered-list {
  counter-reset: number;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .numbered-list li {
    margin-bottom: 20px;
    position: relative; }
    .numbered-list li::before {
      counter-increment: number;
      content: counter(number) "";
      position: absolute;
      font-family: "roboto_bold_web";
      font-size: 1.125rem; }
    .numbered-list li .drag {
      margin-left: 60px; }
      .numbered-list li .drag span.text {
        display: inline-block;
        max-width: 290px; }

.switch-box {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .switch-box {
      display: none; } }
  .switch-box .switch.button-visualizzation-events-grid {
    background-image: url(../images/svg/griglia_gray.svg);
    height: 40px;
    width: 40px;
    justify-content: center;
    background-repeat: no-repeat;
    display: flex;
    background-position: center top;
    margin-right: 20px; }
    .switch-box .switch.button-visualizzation-events-grid.active {
      background-image: url(../images/svg/griglia_red.svg); }
  .switch-box .switch.button-visualizzation-events-list {
    background-image: url(../images/svg/lista_gray.svg);
    height: 40px;
    background-repeat: no-repeat;
    width: 40px;
    justify-content: center;
    background-position: center top;
    display: flex; }
    .switch-box .switch.button-visualizzation-events-list.active {
      background-image: url(../images/svg/lista_red.svg); }
  .switch-box .switch span {
    display: block;
    padding-top: 24px;
    color: #212529;
    font-size: 0.75rem;
    text-transform: uppercase; }

.total-element {
  background-color: rgba(0, 0, 0, 0.5);
  height: 1px;
  color: #757575;
  font-size: 0.875rem;
  position: relative;
  margin: 40px 0; }
  .search-results-box .total-element {
    color: #000; }
  .total-element span:not([class^="icon-kit-campania"]) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    min-height: 2px; }
    @media (max-width: 575.98px) {
      .total-element span:not([class^="icon-kit-campania"]) {
        width: 70%;
        padding-right: 5px; } }
    .search-results-box .total-element span:not([class^="icon-kit-campania"]) {
      background-color: #F4F4F4; }
  .total-element button {
    margin-left: 30px; }
    .total-element button[aria-expanded="false"] span {
      transform: rotate3d(0, 1, 1, 0deg);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .total-element button[aria-expanded="true"] span {
      transform: rotate3d(2, 0, 0, 180deg);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

.change-column.list:first-child .card-secondary {
  margin-top: 0px; }

.double-search .switch-box {
  margin-bottom: 20px; }

.double-search .search-results-box {
  background-color: #F4F4F4;
  padding: 25px 0px;
  margin-bottom: 30px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .full-image.show {
    align-items: center; }
    .full-image.show .modal-dialog {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: auto;
      margin: 0; }
      .full-image.show .modal-dialog .modal-content {
        height: auto; }
  button.modal-expand span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #searchSection .search-box form button.button-search {
    min-width: 80px; }
  .card-secondary.list {
    margin: 30px 0; }
  .rating > label::before {
    top: -14px; }
  .box-map #map-campania svg {
    max-height: 100%;
    height: 504px; } }

@keyframes example {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

@keyframes example2 {
  0% {
    right: 0px; }
  50% {
    right: -15px; }
  100% {
    right: 0px; } }

@keyframes example3 {
  0% {
    left: 0px; }
  50% {
    left: -15px; }
  100% {
    left: 0px; } }

#main_content .map-interaction.loading .box_spinner {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%); }
  #main_content .map-interaction.loading .box_spinner .spinner_custom_1,
  #main_content .map-interaction.loading .box_spinner .spinner_custom_2,
  #main_content .map-interaction.loading .box_spinner .spinner_custom_3 {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
    animation-timing-function: ease; }
  #main_content .map-interaction.loading .box_spinner .spinner_custom_1 {
    animation: example infinite, example2 infinite;
    animation-duration: 3s;
    background: #103D42;
    opacity: 0.5; }
  #main_content .map-interaction.loading .box_spinner .spinner_custom_2 {
    animation: example infinite;
    animation-delay: 1s;
    animation-duration: 3s;
    background: #103D42; }
  #main_content .map-interaction.loading .box_spinner .spinner_custom_3 {
    animation: example infinite, example3 infinite;
    animation-delay: 2s;
    animation-duration: 3s;
    background: #103D42;
    opacity: 0.8; }

/** PAGES **/
.expandText.detail-search {
  background-color: #fff;
  padding: 20px 0 0 0;
  min-height: auto; }
  .expandText.detail-search .image-box {
    float: left;
    width: 255px;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 30px 20px 0px;
    border-radius: 4px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .expandText.detail-search .image-box {
        float: unset;
        width: 338px;
        height: 223px;
        margin-bottom: 20px; } }
  .expandText.detail-search span {
    display: block; }
    .expandText.detail-search span.author {
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: 515151;
      margin-bottom: 5px; }
    .expandText.detail-search span.label {
      padding: 4px 15px;
      background-color: #EBE3E0;
      display: inline-block;
      font-size: 0.875rem;
      line-height: 0.75rem;
      border-radius: 10px;
      margin-bottom: 20px; }
    .expandText.detail-search span.subtitle {
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #103D42;
      font-family: "roboto_bold_web";
      margin-bottom: 4px; }
  .expandText.detail-search p.description, .expandText.detail-search p.other-description {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .expandText.detail-search p.other-description {
    max-height: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .expandText.detail-search .rowHeight.overflow {
    height: 100px; }
  .expandText.detail-search .collapseButton {
    margin-top: 22px; }
  .expandText.detail-search h2 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-family: "roboto_bold_web";
    margin-bottom: 8px; }

#relatedFiltersSection .box-checkbox {
  justify-content: space-between; }

#services {
  margin-bottom: 46px; }

#moreInformation {
  margin-bottom: 60px; }

.detail-search .group-box-label {
  display: flex;
  flex-wrap: wrap; }
  .detail-search .group-box-label .box-label {
    padding: 12px 30px;
    border: 1px solid #F1F1F1;
    margin-right: 12px;
    border-radius: 2px;
    font-size: 1.125rem;
    color: #707070;
    margin-bottom: 14px;
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .detail-search .group-box-label .box-label {
        font-size: 1rem; } }
    .detail-search .group-box-label .box-label img {
      margin-right: 18px; }

.detail-search hr {
  border-top: 1px solid #9F9F9F;
  width: 100%;
  height: 1px;
  margin: 20px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none; }

.detail-search .linkButton {
  display: inline-block; }
  .detail-search .linkButton:not(:first-child) {
    margin-top: 20px; }
    @media (min-width: 576px) {
      .detail-search .linkButton:not(:first-child) {
        margin-left: 40px; } }

.detail-search .box-map {
  height: 450px;
  background-color: gray; }

.pin-list {
  display: flex;
  align-items: flex-start; }
  .pin-list:not(:last-child) {
    margin-bottom: 24px; }
  .pin-list img {
    margin-right: 15px; }
  .pin-list a {
    display: inline-block;
    color: #000;
    text-decoration: underline; }
    .pin-list a:hover {
      text-decoration: none; }

.set-section {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .set-section {
      margin-bottom: 60px; } }

#itinerariesStages {
  background-color: #B7C5C6;
  padding: 40px 0; }

#sectionLearnMore {
  background-color: rgba(255, 201, 50, 0.1);
  padding: 30px 0px; }
  #sectionLearnMore h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 10px; }
  #sectionLearnMore .info-place {
    margin-bottom: 2.5rem; }
    #sectionLearnMore .info-place h4 {
      font-size: 1.25rem;
      color: #103D42;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      margin-bottom: 20px; }
    #sectionLearnMore .info-place h5 {
      font-size: 0.875rem;
      color: #103D42;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      margin-bottom: 20px; }
    #sectionLearnMore .info-place p {
      font-size: 1rem;
      font-family: "roboto_regular_web";
      margin-bottom: 5px; }
    #sectionLearnMore .info-place span {
      font-family: "roboto_bold_web";
      margin-right: 0.625rem; }
    #sectionLearnMore .info-place .left-border {
      border-left: 1px solid #103D42;
      padding-left: 30px; }
      @media (max-width: 991.98px) {
        #sectionLearnMore .info-place .left-border {
          padding: 0px 15px;
          border-left: none; }
          #sectionLearnMore .info-place .left-border h4 {
            font-size: 1.125rem; } }
    #sectionLearnMore .info-place .other-link a {
      display: inline-flex;
      color: #103D42;
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin-bottom: 26px;
      margin-top: auto; }
      #sectionLearnMore .info-place .other-link a span:not(.text) {
        margin-right: 6px; }
      #sectionLearnMore .info-place .other-link a .text {
        max-width: 150px; }
        @media (max-width: 991.98px) {
          #sectionLearnMore .info-place .other-link a .text {
            max-width: 100%; } }

#itinerary .highlighted h2 {
  line-height: 118.9%; }
  @media (max-width: 991.98px) {
    #itinerary .highlighted h2 {
      font-size: 1.125rem; } }

.float-img-interesse .expand, .float-img-interesse-dl .expand {
  background-color: #fff;
  width: 26px;
  height: 26px;
  border: 0;
  position: relative;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background-image: url(../images/svg/expand-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  float: right; }

@media (max-width: 991.98px) {
  .float-img-interesse, .float-img-interesse-dl {
    margin-left: 20px;
    width: 356px;
    height: 356px; } }

@media (max-width: 575.98px) {
  .float-img-interesse, .float-img-interesse-dl {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    width: 300px;
    height: 300px; } }

@media (max-width: 575.98px) {
  .float-img-interesse, .float-img-interesse-dl {
    width: 300px;
    height: 300px; } }

@media screen and (max-width: 320px) {
  .float-img-interesse, .float-img-interesse-dl {
    width: 245px;
    height: 245px; } }

@media (max-width: 768px) {
  #ricercaAvanzata .img-cartina-napoli img {
    width: 100%; } }

@media (max-width: 576px) {
  #ricercaAvanzata .elenco-ricerca {
    display: block;
    margin-top: 30px; } }

#ricercaAvanzata h3 {
  display: flex; }
  #ricercaAvanzata h3 i {
    margin-left: 16px; }
  #ricercaAvanzata h3 i img {
    width: 28px;
    cursor: pointer; }

#ricercaAvanzata .tabContainer {
  min-width: 300px; }
  #ricercaAvanzata .tabContainer ul.tabs {
    list-style: none;
    padding-left: 15px; }
    #ricercaAvanzata .tabContainer ul.tabs li {
      display: flex;
      margin: 15px 0;
      font-size: 16px;
      font-family: "roboto_regular_web";
      cursor: pointer; }
      #ricercaAvanzata .tabContainer ul.tabs li span {
        transition: 0.3s all ease-in-out; }
      #ricercaAvanzata .tabContainer ul.tabs li img {
        margin-right: 10px;
        width: 20px; }
      #ricercaAvanzata .tabContainer ul.tabs li.active span {
        border-bottom: 2px solid #FFC932;
        font-size: 20px;
        font-family: "roboto_bold_web";
        padding-bottom: 12px;
        padding-right: 8px; }
        #ricercaAvanzata .tabContainer ul.tabs li.active span img {
          width: 30px; }

#ricercaAvanzata .searchForm {
  display: none;
  padding: 30px;
  background-color: rgba(255, 201, 50, 0.3); }
  #ricercaAvanzata .searchForm:first-child {
    display: block; }
  #ricercaAvanzata .searchForm h4 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "roboto_bold_web";
    font-size: 20px;
    color: #103D42; }
  #ricercaAvanzata .searchForm label {
    font-size: 12px;
    color: #000;
    margin-bottom: 3px; }
    #ricercaAvanzata .searchForm label.help {
      display: flex; }
      #ricercaAvanzata .searchForm label.help i img {
        width: 15px;
        margin-left: 8px; }
  #ricercaAvanzata .searchForm input,
  #ricercaAvanzata .searchForm button {
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 15px;
    width: 100%;
    padding-left: 10px;
    color: #000;
    border: 1px solid #103D42;
    margin-bottom: 16px;
    font-size: 12px; }
    #ricercaAvanzata .searchForm input::placeholder,
    #ricercaAvanzata .searchForm button::placeholder {
      font-size: 11px; }
  #ricercaAvanzata .searchForm label.checkbox {
    display: block;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-family: "roboto_bold_web";
    color: #103D42;
    margin-bottom: 0;
    cursor: pointer; }
    #ricercaAvanzata .searchForm label.checkbox input[type="checkbox"] {
      display: none; }
    #ricercaAvanzata .searchForm label.checkbox span {
      background: transparent;
      border: 2px solid #103D42;
      width: 15px;
      height: 15px;
      display: inline-block;
      border-radius: 4px;
      margin-right: 10px; }
    #ricercaAvanzata .searchForm label.checkbox input[type="checkbox"]:checked ~ span {
      background: #103D42; }

#ricercaAvanzata .list-checkbox-popover {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.451);
  border-radius: 4px;
  padding: 10px;
  display: none;
  position: absolute;
  width: 320px;
  z-index: 999; }
  #ricercaAvanzata .list-checkbox-popover::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: "";
    position: absolute;
    right: 13px;
    top: -13px; }
  #ricercaAvanzata .list-checkbox-popover label.checkbox {
    justify-content: space-between;
    font-family: "roboto_regular_web";
    font-size: 16px;
    color: #212529;
    padding: 10px;
    position: relative; }
    #ricercaAvanzata .list-checkbox-popover label.checkbox span {
      border: 1px solid #6e6e6e;
      margin-right: 0;
      position: absolute;
      right: 4px;
      top: 15px; }
    #ricercaAvanzata .list-checkbox-popover label.checkbox input[type="checkbox"]:checked ~ span {
      background: #6e6e6e; }

#ricercaAvanzata .filtri-container {
  width: 100%;
  padding: 20px 0;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
  font-family: "roboto_regular_web";
  margin-top: 20px; }
  #ricercaAvanzata .filtri-container .row:first-child {
    margin-top: 10px;
    justify-content: flex-end; }
    #ricercaAvanzata .filtri-container .row:first-child button {
      background-color: #183e36;
      text-transform: uppercase;
      height: 30px;
      width: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-family: "roboto_regular_web";
      font-size: 14px;
      border: none;
      border-radius: 15px; }
      @media (max-width: 768px) {
        #ricercaAvanzata .filtri-container .row:first-child button {
          margin-right: 30px; } }
  #ricercaAvanzata .filtri-container .lista-filtri {
    margin-top: -30px; }
  #ricercaAvanzata .filtri-container h5 {
    font-size: 18px; }
  #ricercaAvanzata .filtri-container p {
    margin-top: 15px;
    font-size: 14px;
    font-family: "roboto_regular_web";
    margin-bottom: 0; }
  #ricercaAvanzata .filtri-container .filtro {
    font-size: 14px;
    font-family: "roboto_regular_web";
    background-color: #f6e7c5;
    height: 20px;
    border-radius: 10px;
    margin: 8px;
    display: flex;
    padding: 10px;
    align-items: center;
    margin-left: 13px; }
    #ricercaAvanzata .filtri-container .filtro i.delete {
      width: 12px;
      height: 12px;
      display: flex;
      font-size: 8px;
      font-family: "roboto_regular_web";
      font-style: normal;
      color: #c4c4c4;
      background-color: #464646;
      margin-left: 8px;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      line-height: 0;
      cursor: pointer; }

#ricercaAvanzata .cards {
  padding: 20px 15px; }
  #ricercaAvanzata .cards .card {
    display: flex;
    background-color: #fff;
    width: 350px;
    height: 85px;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
    margin-right: 28px;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.25);
    margin-bottom: 45px;
    margin-top: 20px;
    margin: 0; }
    #ricercaAvanzata .cards .card span {
      font-family: "cabin_bold";
      color: #103D42;
      margin-left: 10px; }
    @media (max-width: 576px) {
      #ricercaAvanzata .cards .card {
        width: 310px; } }

#ricercaAvanzata .searchInput {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    #ricercaAvanzata .searchInput {
      padding-right: 15px; } }
  #ricercaAvanzata .searchInput label {
    font-size: 12px; }
  #ricercaAvanzata .searchInput input {
    border-radius: 15px;
    height: 30px;
    border: 1px solid #103D42;
    width: 100%;
    padding: 0 10px; }
  #ricercaAvanzata .searchInput button {
    height: 30px;
    border-radius: 15px;
    background-color: #103D42;
    width: 30px;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0; }
    #ricercaAvanzata .searchInput button i {
      width: 100%;
      height: 100%; }
    @media (max-width: 768px) {
      #ricercaAvanzata .searchInput button {
        right: 16; } }

#ricercaAvanzata .timeline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0; }
  #ricercaAvanzata .timeline ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    width: 100%;
    margin: 0; }
    #ricercaAvanzata .timeline ul::before, #ricercaAvanzata .timeline ul::after {
      content: "";
      width: 25px;
      height: 25px;
      background-color: #103D42;
      border-radius: 100%;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    #ricercaAvanzata .timeline ul li {
      display: flex;
      height: 45px;
      flex-direction: column;
      margin-top: -32px;
      background-color: transparent;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      cursor: pointer; }
      @media (max-width: 576px) {
        #ricercaAvanzata .timeline ul li {
          font-size: 13px; } }
      #ricercaAvanzata .timeline ul li span {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px; }
        #ricercaAvanzata .timeline ul li span::after {
          content: "";
          width: 12px;
          height: 12px;
          border-radius: 100%;
          border: 2px solid #c4c4c4; }
      #ricercaAvanzata .timeline ul li.active span::after {
        background-color: #103D42;
        border-color: #103D42; }
      #ricercaAvanzata .timeline ul li.disabled {
        color: #000; }
        #ricercaAvanzata .timeline ul li.disabled span::after {
          background-color: #c4c4c4; }
  #ricercaAvanzata .timeline .line {
    display: inline-block;
    height: 2px;
    width: calc(100% - 100px);
    background-color: #c4c4c4;
    position: absolute;
    top: 50%;
    z-index: -1; }

#ricercaAvanzata h4 {
  font-size: 20px;
  font-family: "cabin_bold";
  font-style: normal;
  margin-bottom: 24px; }

#ricercaAvanzata .links {
  padding: 0;
  list-style: none; }
  #ricercaAvanzata .links li {
    margin: 8px 0; }
  #ricercaAvanzata .links a {
    font-size: 16px;
    font-family: "roboto_bold_web";
    color: #103D42;
    font-style: normal;
    text-decoration: underline; }

#ricercaAvanzata .title {
  font-family: "roboto_bold_web";
  text-transform: uppercase;
  font-size: 16px; }

#ricercaAvanzata p.title ~ a {
  text-decoration: underline;
  color: #0071eb; }

#ricercaAvanzata .expand-info {
  font-family: "roboto_regular_web";
  font-size: 16px; }

#ricercaAvanzata .rowHeight {
  height: 125px; }
  #ricercaAvanzata .rowHeight.height {
    height: auto; }
  #ricercaAvanzata .rowHeight.overflow {
    overflow: hidden; }

#ricercaAvanzata #expandButtonDetail {
  position: relative;
  text-align: right;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  padding: 0; }

#ricercaAvanzata .article {
  background: #f4f4f4;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
  #ricercaAvanzata .article h4 {
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    font-family: "roboto_bold_web"; }
  #ricercaAvanzata .article p {
    font-size: 14px;
    line-height: 17px; }
    #ricercaAvanzata .article p:not(.title) {
      font-family: "roboto_regular_web"; }

#ricercaAvanzata .cbox {
  display: flex; }
  #ricercaAvanzata .cbox .top-doc {
    display: block; }
    #ricercaAvanzata .cbox .top-doc input {
      width: 240px; }
  #ricercaAvanzata .cbox input.cb {
    display: none; }
    #ricercaAvanzata .cbox input.cb:checked ~ span {
      background: #000; }
  #ricercaAvanzata .cbox .boxcheck {
    margin-top: 25px;
    margin-left: 10px; }
    #ricercaAvanzata .cbox .boxcheck input {
      width: 25px;
      margin-left: 35px; }
    #ricercaAvanzata .cbox .boxcheck label {
      margin-left: 10px; }
      #ricercaAvanzata .cbox .boxcheck label span {
        background: #fff;
        border: 1px solid #183E36;
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 4px;
        margin-right: 10px;
        margin-left: 15px; }

.popover .popover-body {
  font-size: 14px;
  font-family: "roboto_regular_web"; }

.list-checkbox {
  position: relative; }
  .list-checkbox::after {
    position: absolute;
    right: 20px;
    top: 7px;
    content: url("../images/svg/arrow-down-black.svg");
    transition: 0.2s all; }
  .list-checkbox.open::after {
    transform: rotate(180deg); }

#risultatiRicerca .button-search {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 576px) {
    #risultatiRicerca .button-search {
      justify-content: center;
      margin-top: 40px; } }
  #risultatiRicerca .button-search a {
    width: 143px;
    height: 28px;
    border: 2px solid #18333e;
    border-radius: 14px;
    font-family: "cabin_bold";
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #000000; }
    #risultatiRicerca .button-search a:hover {
      text-decoration: none; }

#risultatiRicerca h2 {
  font-size: 28px; }
  @media (max-width: 991.98px) {
    #risultatiRicerca h2 {
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-bottom: 0; } }

#risultatiRicerca .col-md-6 {
  padding-bottom: 30px; }

#risultatiRicerca .box {
  background-color: white;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 200px;
  padding: 20px 30px; }
  #risultatiRicerca .box img {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
    display: block; }
  #risultatiRicerca .box .subtitle {
    color: #757575;
    font-family: "roboto_bold_web";
    font-size: 16px;
    text-align: center;
    margin-bottom: 0; }
  #risultatiRicerca .box .title {
    font-family: "cabin_bold";
    font-size: 22px;
    color: #103D42;
    text-align: center; }
  #risultatiRicerca .box a.button {
    width: 120px;
    display: block;
    height: 28px;
    border-radius: 25px;
    color: #103D42;
    border: 2px solid #103D42;
    font-size: 14px;
    text-align: center;
    font-family: "cabin_bold";
    line-height: 1.7;
    margin: 0 auto; }
    #risultatiRicerca .box a.button:hover {
      text-decoration: none;
      background-color: #103D42;
      color: white; }

#risultatiRicerca .filtri-container {
  width: 100%;
  padding: 20px 0;
  font-family: "roboto_regular_web";
  margin-top: 20px; }
  #risultatiRicerca .filtri-container .row:first-child {
    margin-top: 10px;
    justify-content: flex-end; }
    #risultatiRicerca .filtri-container .row:first-child button {
      background-color: #183e36;
      text-transform: uppercase;
      height: 30px;
      width: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-family: "roboto_regular_web";
      font-size: 14px;
      border: none;
      border-radius: 15px; }
      @media (max-width: 768px) {
        #risultatiRicerca .filtri-container .row:first-child button {
          margin-right: 30px; } }
  #risultatiRicerca .filtri-container .lista-filtri {
    margin-top: -30px; }
  #risultatiRicerca .filtri-container h5 {
    font-size: 18px; }
  #risultatiRicerca .filtri-container p {
    margin-top: 15px;
    font-size: 14px;
    font-family: "roboto_regular_web";
    margin-bottom: 0; }
  #risultatiRicerca .filtri-container .filtro {
    font-size: 14px;
    font-family: "roboto_regular_web";
    background-color: #f6e7c5;
    height: 20px;
    border-radius: 10px;
    margin: 8px;
    display: flex;
    padding: 10px;
    align-items: center;
    margin-left: 13px; }
    #risultatiRicerca .filtri-container .filtro i.delete {
      width: 12px;
      height: 12px;
      display: flex;
      font-size: 8px;
      font-family: "roboto_regular_web";
      font-style: normal;
      color: #c4c4c4;
      background-color: #464646;
      margin-left: 8px;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      line-height: 0;
      cursor: pointer; }

#ricercaGuidata {
  margin-top: 50px;
  min-height: 100vh; }
  #ricercaGuidata .popover {
    width: 200px; }
  @media (max-width: 576px) {
    #ricercaGuidata .elenco-ricerca {
      display: block; } }
  #ricercaGuidata .search-input {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 8px; }
    #ricercaGuidata .search-input label {
      font-size: 12px; }
    #ricercaGuidata .search-input button {
      background-color: #183e36;
      height: 100%;
      border-radius: 15px;
      border: transparent;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      margin-left: 12px;
      width: 90px;
      text-align: center;
      position: absolute;
      right: 0; }
  #ricercaGuidata .shadow-box {
    display: flex;
    min-height: 100vh;
    position: relative;
    justify-content: flex-end; }
    @media (max-width: 576px) {
      #ricercaGuidata .shadow-box {
        display: block;
        min-height: 0vh; } }
    #ricercaGuidata .shadow-box.col-4-custom {
      flex: 0 0 37%;
      max-width: 34%; }
      @media (max-width: 576px) {
        #ricercaGuidata .shadow-box.col-4-custom {
          max-width: 100%; } }
    #ricercaGuidata .shadow-box .aside {
      width: 100%;
      padding: 20px;
      display: flex;
      height: 100%;
      position: relative;
      flex-direction: column; }
      #ricercaGuidata .shadow-box .aside:before {
        content: "";
        width: 100vw;
        height: 100%;
        box-shadow: 4px 0px 30px rgba(0, 0, 0, 0.15);
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1; }
        @media (max-width: 576px) {
          #ricercaGuidata .shadow-box .aside:before {
            width: 100%; } }
      #ricercaGuidata .shadow-box .aside h4 {
        font-size: 24px;
        color: #103D42;
        font-family: "roboto_bold_web"; }
        @media (max-width: 768px) {
          #ricercaGuidata .shadow-box .aside h4 {
            margin-left: 3px; } }
      #ricercaGuidata .shadow-box .aside .accordion .card {
        border-left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #a0a0a0;
        border-radius: 0; }
        #ricercaGuidata .shadow-box .aside .accordion .card label {
          padding-left: 4px; }
        #ricercaGuidata .shadow-box .aside .accordion .card .card-header {
          background-color: transparent;
          padding-left: 4px;
          padding-right: 2px;
          border-bottom: 0; }
          @media (max-width: 768px) {
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header {
              padding-left: 0; } }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-header ~ .collapse input[type="checkbox"]:checked a {
            text-decoration: underline; }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-header .second-layer {
            font-size: 14px;
            text-decoration: underline;
            position: relative;
            padding-left: 10px;
            font-family: "roboto_bold_web";
            cursor: pointer; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header .second-layer:after {
              display: none; }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-header a {
            font-family: "roboto_bold_web";
            font-size: 20px;
            color: #103D42;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            padding-left: 0; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header a:hover {
              text-decoration: none; }
            @media (max-width: 768px) {
              #ricercaGuidata .shadow-box .aside .accordion .card .card-header a {
                font-size: 17px; } }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header a:after {
              content: url(../images/svg/arrow-thin.svg);
              position: absolute;
              right: 17px;
              display: inline; }
              @media (max-width: 768px) {
                #ricercaGuidata .shadow-box .aside .accordion .card .card-header a:after {
                  right: 0; } }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header a[aria-expanded="true"]:after {
              transform: rotate(180deg);
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-header a[aria-expanded="false"]:after {
              transform: rotate(0deg);
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
        #ricercaGuidata .shadow-box .aside .accordion .card .card-body {
          padding: 5px 10px 10px 4px;
          position: relative; }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-body .show-check {
            display: flex;
            justify-content: flex-end;
            padding-right: 10px; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body .show-check p {
              text-decoration: underline;
              font-size: 12px;
              color: black;
              cursor: pointer; }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-body .hide-check {
            display: none; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body .hide-check.show {
              display: block; }
          #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox {
            display: block;
            padding-left: 4px;
            justify-content: flex-start;
            align-items: center;
            font-size: 16px;
            font-family: "roboto_regular_web";
            color: black;
            margin-bottom: 0;
            cursor: pointer;
            margin-top: 2px;
            position: relative; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox:focus {
              box-shadow: 0 0 0 0.2rem #183e36; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox input[type="checkbox"] {
              display: none; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox span.tr-l {
              font-family: "roboto_regular_web";
              color: black;
              font-size: 16px;
              width: 83%;
              font-weight: 400; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox span:focus {
              box-shadow: none; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox span.check {
              background-color: transparent;
              border: 1px solid #6e6e6e;
              width: 15px;
              height: 15px;
              display: inline-block;
              border-radius: 4px;
              margin-right: 10px;
              position: absolute;
              right: 0px;
              top: 5px; }
            #ricercaGuidata .shadow-box .aside .accordion .card .card-body label.checkbox input[type="checkbox"]:checked ~ span {
              background-color: #6e6e6e; }
  #ricercaGuidata .col-list {
    padding-left: 30px; }
    @media (max-width: 576px) {
      #ricercaGuidata .col-list {
        margin-top: 40px; } }
    #ricercaGuidata .col-list .n-result {
      margin: 0 auto;
      margin-top: -13px;
      display: block;
      width: max-content; }
      #ricercaGuidata .col-list .n-result.gray p {
        color: #757575; }
      #ricercaGuidata .col-list .n-result p {
        background-color: white;
        padding: 0 25px; }
    #ricercaGuidata .col-list .yellow-card {
      padding: 30px 0;
      display: flex;
      border-bottom: 1px solid #a5a5a5; }
      #ricercaGuidata .col-list .yellow-card:nth-child(3) {
        padding-top: 0; }
      #ricercaGuidata .col-list .yellow-card:last-child {
        border-bottom: none; }
      #ricercaGuidata .col-list .yellow-card .content-card {
        background: #f6e7c5;
        border-radius: 4px;
        display: flex;
        width: 100%;
        padding: 20px 30px;
        align-items: flex-start;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
        #ricercaGuidata .col-list .yellow-card .content-card:hover {
          text-decoration: none;
          color: black; }
        #ricercaGuidata .col-list .yellow-card .content-card:focus {
          box-shadow: 0 0 0 0.2rem #103D42; }
        #ricercaGuidata .col-list .yellow-card .content-card .book-img {
          width: 112px;
          height: 82px; }
        #ricercaGuidata .col-list .yellow-card .content-card .text-unita {
          max-width: 72%;
          margin-left: 30px;
          width: 71%; }
          #ricercaGuidata .col-list .yellow-card .content-card .text-unita .title {
            font-size: 18px;
            font-family: "roboto_bold_web"; }
          #ricercaGuidata .col-list .yellow-card .content-card .text-unita p {
            margin-bottom: 0;
            color: black; }
    #ricercaGuidata .col-list .card-list {
      display: flex;
      padding: 30px 0;
      border-bottom: 1px solid #a5a5a5; }
      #ricercaGuidata .col-list .card-list:nth-child(3) {
        padding-top: 0; }
      #ricercaGuidata .col-list .card-list .img {
        height: 160px;
        width: 160px;
        max-width: 33%; }
      #ricercaGuidata .col-list .card-list .text {
        max-width: 72%;
        margin-left: 30px;
        width: 71%;
        position: relative; }
        #ricercaGuidata .col-list .card-list .text .title {
          color: #3a78bd;
          text-decoration: underline;
          font-size: 18px;
          font-family: "roboto_bold_web"; }
          #ricercaGuidata .col-list .card-list .text .title:hover {
            color: #3a78bd; }
          #ricercaGuidata .col-list .card-list .text .title.tr-title {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box !important;
            line-height: 28px;
            max-height: 58px;
            height: 58px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        #ricercaGuidata .col-list .card-list .text .details {
          margin-top: 0px; }
          #ricercaGuidata .col-list .card-list .text .details p {
            margin-bottom: 0; }
          #ricercaGuidata .col-list .card-list .text .details a {
            color: #3a78bd;
            text-decoration: underline;
            font-family: "roboto_bold_web"; }
            #ricercaGuidata .col-list .card-list .text .details a:hover {
              color: #3a78bd; }
        #ricercaGuidata .col-list .card-list .text .link, #ricercaGuidata .col-list .card-list .text #heroImageHome .box-text a, #heroImageHome .box-text #ricercaGuidata .col-list .card-list .text a, #ricercaGuidata .col-list .card-list .text #interactiveMap .section-action-box a, #interactiveMap .section-action-box #ricercaGuidata .col-list .card-list .text a {
          width: 100%;
          display: flex;
          justify-content: flex-end;
          position: absolute;
          bottom: 0; }
          #ricercaGuidata .col-list .card-list .text .link a, #ricercaGuidata .col-list .card-list .text #heroImageHome .box-text a a, #heroImageHome .box-text #ricercaGuidata .col-list .card-list .text a a, #ricercaGuidata .col-list .card-list .text #interactiveMap .section-action-box a a, #interactiveMap .section-action-box #ricercaGuidata .col-list .card-list .text a a {
            width: fit-content;
            text-decoration-line: underline;
            text-transform: uppercase;
            color: #103D42;
            font-family: "cabin_regular";
            font-size: 14px; }
            #ricercaGuidata .col-list .card-list .text .link a:hover, #ricercaGuidata .col-list .card-list .text #heroImageHome .box-text a a:hover, #heroImageHome .box-text #ricercaGuidata .col-list .card-list .text a a:hover, #ricercaGuidata .col-list .card-list .text #interactiveMap .section-action-box a a:hover, #interactiveMap .section-action-box #ricercaGuidata .col-list .card-list .text a a:hover {
              color: #103D42; }
            #ricercaGuidata .col-list .card-list .text .link a img, #ricercaGuidata .col-list .card-list .text #heroImageHome .box-text a a img, #heroImageHome .box-text #ricercaGuidata .col-list .card-list .text a a img, #ricercaGuidata .col-list .card-list .text #interactiveMap .section-action-box a a img, #interactiveMap .section-action-box #ricercaGuidata .col-list .card-list .text a a img {
              margin-left: 10px; }

#dettaglioFondo h3 {
  font-size: 28px;
  margin-bottom: 60px; }

#dettaglioFondo h2.title-section {
  font-family: "cabin_bold";
  font-weight: 800;
  margin: auto;
  margin-bottom: auto;
  color: #183e36; }
  #dettaglioFondo h2.title-section::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #e1ae3f;
    margin: 12px auto 60px;
    border-radius: 25px; }

#dettaglioFondo .alberatura {
  background-color: rgba(255, 201, 50, 0.3);
  padding: 20px 30px 20px 0;
  position: absolute;
  width: 120px; }
  @media (max-width: 1370px) {
    #dettaglioFondo .alberatura {
      width: 110px; } }
  #dettaglioFondo .alberatura button {
    width: 100px;
    height: 50px;
    background-color: #183e36;
    color: #FFC932;
    text-align: center;
    font-size: 12px;
    font-family: "roboto_bold_web";
    display: flex;
    align-items: center;
    border: none;
    text-transform: uppercase; }
  #dettaglioFondo .alberatura .tree {
    display: none; }
  #dettaglioFondo .alberatura.open {
    position: static;
    min-width: 520px;
    display: flex;
    justify-content: space-around;
    margin-right: 40px;
    height: max-content; }
    #dettaglioFondo .alberatura.open #tree {
      display: block; }
    #dettaglioFondo .alberatura.open button {
      margin: 0 30px; }

#dettaglioFondo h4 {
  font-size: 24px;
  font-family: "roboto_bold_web";
  margin-bottom: 20px; }

#dettaglioFondo .info p {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  #dettaglioFondo .info p a {
    text-decoration: underline;
    font-family: "roboto_bold_web";
    margin-left: 10px;
    color: #0071eb; }
  #dettaglioFondo .info p i img {
    width: 30px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px; }
  #dettaglioFondo .info p span {
    margin-left: 10px; }

#dettaglioFondo .nodi .card {
  width: 350px;
  height: 150px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.22);
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  #dettaglioFondo .nodi .card .img-card {
    width: 130px;
    height: 130px;
    border: none;
    border-radius: 4px; }
  #dettaglioFondo .nodi .card .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 57%; }
    #dettaglioFondo .nodi .card .text span.title {
      font-size: 20px;
      font-family: "roboto_bold_web";
      color: #000; }
    #dettaglioFondo .nodi .card .text p {
      font-size: 16px;
      margin-bottom: 5px;
      margin-right: 10px;
      line-height: 19px; }

#dettaglioFondo #fonti,
#dettaglioFondo .fonti {
  font-family: "roboto_regular_web";
  color: #000;
  min-height: 270px; }
  @media (max-width: 576px) {
    #dettaglioFondo #fonti .ml-40,
    #dettaglioFondo .fonti .ml-40 {
      margin-left: 40px; } }
  #dettaglioFondo #fonti [data-index],
  #dettaglioFondo .fonti [data-index] {
    cursor: pointer;
    font-size: 16px; }
    #dettaglioFondo #fonti [data-index].active,
    #dettaglioFondo .fonti [data-index].active {
      font-size: 18px; }
  #dettaglioFondo #fonti [data-template],
  #dettaglioFondo .fonti [data-template] {
    display: none; }
  #dettaglioFondo #fonti .templates,
  #dettaglioFondo .fonti .templates {
    padding-left: 20px;
    border-left: 1px solid #FFC932; }
    #dettaglioFondo #fonti .templates a,
    #dettaglioFondo .fonti .templates a {
      color: #000;
      text-decoration: underline;
      display: block;
      font-size: 22px; }
  #dettaglioFondo #fonti .col-3:first-child,
  #dettaglioFondo .fonti .col-3:first-child {
    border-left: 4px solid #FFC932; }
    #dettaglioFondo #fonti .col-3:first-child ul,
    #dettaglioFondo .fonti .col-3:first-child ul {
      padding-left: 10px;
      list-style: none; }
      #dettaglioFondo #fonti .col-3:first-child ul li:not(:first-child),
      #dettaglioFondo .fonti .col-3:first-child ul li:not(:first-child) {
        margin-top: 30px; }
      #dettaglioFondo #fonti .col-3:first-child ul li.active,
      #dettaglioFondo .fonti .col-3:first-child ul li.active {
        font-family: "roboto_bold_web"; }

#dettaglioFondo .bodyText span {
  display: block; }

#dettaglioFondo .bodyText p {
  margin: 60px 0; }

#dettaglioFondo .bodyText span strong {
  text-transform: uppercase; }

#dettaglioFondo .unita {
  background-color: #f6e7c5;
  padding: 30px 35px 60px;
  width: 100%; }
  #dettaglioFondo .unita a {
    color: #0060c7; }
  #dettaglioFondo .unita p {
    text-transform: uppercase; }
  #dettaglioFondo .unita .search {
    background-color: #FFC932;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    font-family: "roboto_regular_web"; }
    @media (max-width: 576px) {
      #dettaglioFondo .unita .search {
        display: block; } }
    #dettaglioFondo .unita .search p {
      text-transform: unset;
      margin: 0;
      margin-bottom: 10px; }
    #dettaglioFondo .unita .search span {
      margin: 0 10px;
      border: 2px solid #727272;
      border-radius: 4px;
      width: 46px;
      height: 26px;
      text-align: center;
      display: inline-block; }
    #dettaglioFondo .unita .search .searchInput {
      position: relative;
      padding: 0; }
      #dettaglioFondo .unita .search .searchInput label {
        font-size: 12px; }
        #dettaglioFondo .unita .search .searchInput label.sr-only {
          color: #030303; }
      #dettaglioFondo .unita .search .searchInput input {
        border-radius: 15px;
        height: 30px;
        border: 2px solid #000;
        width: 290px;
        padding-left: 15px; }
        @media (max-width: 576px) {
          #dettaglioFondo .unita .search .searchInput input {
            width: 257px; } }
      #dettaglioFondo .unita .search .searchInput button {
        height: 30px;
        border-radius: 15px;
        background-color: #000;
        width: 30px;
        border: none;
        position: absolute;
        bottom: 0;
        right: 0; }
        #dettaglioFondo .unita .search .searchInput button img {
          width: 100%;
          height: 100%; }

#dettaglioFondo .owl-stage-outer {
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1); }

#dettaglioFondo .owl-next,
#dettaglioFondo .owl-prev {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  margin-top: -30px;
  margin-right: 15px;
  top: 60% !important;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 1000px;
  overflow: hidden;
  background-color: transparent; }
  #dettaglioFondo .owl-next:focus,
  #dettaglioFondo .owl-prev:focus {
    box-shadow: 0 0 0 0.2rem #103D42;
    outline: none; }

#dettaglioFondo .owl-next {
  right: -50px;
  background-image: url(../images/svg/right-arrow-carousel.svg); }

#dettaglioFondo .owl-prev {
  left: -40px;
  background-image: url(../images/svg/left-arrow-carousel.svg); }

#analitica .modal-dialog {
  width: 70%;
  max-width: unset;
  height: 70%;
  max-height: 70%; }
  #analitica .modal-dialog .analitica-image {
    width: 160px;
    height: 160px;
    background-size: cover;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
  #analitica .modal-dialog .modal-body {
    height: 100%;
    overflow: auto; }
  #analitica .modal-dialog button.close {
    font-size: 2.5rem;
    margin-right: 0rem;
    position: absolute;
    top: 10px;
    right: 30px; }
  #analitica .modal-dialog .modal-content {
    height: 100%;
    padding: 30px 0; }
    #analitica .modal-dialog .modal-content .tree {
      max-height: 100%;
      overflow: auto; }
    #analitica .modal-dialog .modal-content ul li:last-child::before {
      background: #fff; }
    #analitica .modal-dialog .modal-content ul li:last-child {
      margin-bottom: 0px; }
  #analitica .modal-dialog .tree a {
    color: #3a78bd;
    font-family: "roboto_bold_web"; }

.container-search {
  background-color: #EFE9E6;
  background-repeat: no-repeat;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    .container-search {
      background-color: transparent;
      background-repeat: no-repeat;
      padding-top: 0; } }
  .container-search .search-wrap {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 20px 20px 0 20px; }
    @media (max-width: 991.98px) {
      .container-search .search-wrap {
        padding: 0; } }
    .container-search .search-wrap label {
      font-family: "roboto_regular_web";
      font-size: 14px;
      color: #4d4d4d; }
    .container-search .search-wrap input[type="search"] {
      font-family: "roboto_bold_web";
      font-size: 1.5rem;
      display: block;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #000;
      margin-bottom: 30px; }
    .container-search .search-wrap .search-button {
      width: 30px;
      height: 30px;
      background-color: transparent;
      border: 0;
      background-image: url("../images/svg/searchblack.svg");
      background-repeat: no-repeat;
      background-position: center;
      margin: 40px 0 0 18px; }
  .container-search.search-column {
    background-color: none;
    padding-top: 0; }
    .container-search.search-column .search-wrap {
      margin-bottom: 0;
      background-color: #fff;
      padding: 6px 6px 6px 0; }
      .container-search.search-column .search-wrap input[type="search"] {
        font-family: "roboto_regular_web";
        font-size: 0.875rem;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: none;
        margin-bottom: 0; }
      .container-search.search-column .search-wrap .search-button {
        width: 20px;
        height: 20px;
        background-color: transparent;
        border: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin: 0 0 0 5px; }

.sectionTitle {
  display: none; }
  @media (max-width: 991.98px) {
    .sectionTitle {
      display: block;
      font-family: "cabin_bold";
      font-size: 1.25rem;
      margin-bottom: 0; } }

.search-tab-wrapper .tab-content .tab-search-content {
  margin-bottom: 60px; }
  .search-tab-wrapper .tab-content .tab-search-content .search-results h3 {
    font-family: "roboto_bold_web";
    font-size: 22px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.625rem; }
    .search-tab-wrapper .tab-content .tab-search-content .search-results h3::before {
      content: '';
      position: absolute;
      background-color: #EFE9E6;
      width: 15px;
      height: 35px;
      left: 0;
      top: 0;
      z-index: -1; }
  .search-tab-wrapper .tab-content .tab-search-content .search-results .number-results {
    font-family: "roboto_regular_web";
    font-size: 14px;
    line-height: 2; }

.search-tab-wrapper .tab-content .more {
  font-family: "roboto_bold_web";
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  text-align: right;
  border-bottom: 1px solid #482323;
  padding-top: 10px; }
  .search-tab-wrapper .tab-content .more a {
    color: #fff;
    background-color: #103D42;
    padding: 2px 64px;
    text-transform: uppercase; }

.container-results-lists {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  position: relative; }
  @media (max-width: 991.98px) {
    .container-results-lists {
      margin-top: 20px; } }
  .container-results-lists .results-total {
    position: absolute;
    top: -12px;
    right: 0;
    background-color: #fff;
    padding-left: 20px;
    color: #676767;
    font-size: 0.875rem; }
  .container-results-lists .results-list {
    padding-bottom: 10px; }
    .container-results-lists .results-list .search-results-card {
      position: relative; }
      .container-results-lists .results-list .search-results-card::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #d9d9d9;
        bottom: -20px;
        left: 0; }

#dettaglioFondo h3 {
  font-size: 28px;
  margin-bottom: 60px; }

#dettaglioFondo h2.title-section {
  font-family: "cabin_bold";
  font-weight: 800;
  margin: auto;
  margin-bottom: auto;
  color: #183e36; }
  #dettaglioFondo h2.title-section::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #e1ae3f;
    margin: 12px auto 60px;
    border-radius: 25px; }

#dettaglioFondo .alberatura {
  background-color: rgba(255, 201, 50, 0.3);
  padding: 20px 30px 20px 0;
  position: absolute;
  width: 120px; }
  #dettaglioFondo .alberatura button {
    width: 100px;
    height: 50px;
    background-color: #183e36;
    color: #FFC932;
    text-align: center;
    font-size: 12px;
    font-family: "roboto_bold_web";
    display: flex;
    align-items: center;
    border: none;
    text-transform: uppercase; }
  #dettaglioFondo .alberatura .tree {
    display: none; }
  #dettaglioFondo .alberatura.open {
    position: static;
    min-width: 520px;
    display: flex;
    justify-content: space-around;
    margin-right: 40px;
    height: max-content; }
    #dettaglioFondo .alberatura.open #tree {
      display: block; }
    #dettaglioFondo .alberatura.open button {
      margin: 0 30px; }

#dettaglioFondo h4 {
  font-size: 24px;
  font-family: "roboto_bold_web";
  margin-bottom: 20px; }

#dettaglioFondo .info p {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0; }
  #dettaglioFondo .info p a {
    text-decoration: underline;
    font-family: "roboto_bold_web";
    margin-left: 10px; }
  #dettaglioFondo .info p i img {
    width: 30px;
    margin-right: 10px; }

#dettaglioFondo .nodi .card {
  width: 350px;
  height: 150px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.22);
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  #dettaglioFondo .nodi .card .img-card {
    width: 130px;
    height: 130px;
    border: none;
    border-radius: 4px; }
  #dettaglioFondo .nodi .card .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 57%; }
    #dettaglioFondo .nodi .card .text span.title {
      font-size: 20px;
      font-family: "roboto_bold_web";
      color: #000; }
    #dettaglioFondo .nodi .card .text p {
      font-size: 16px;
      margin-bottom: 5px;
      margin-right: 10px;
      line-height: 19px; }

#dettaglioFondo .fonti {
  font-family: "roboto_regular_web";
  color: #000;
  min-height: 270px; }
  #dettaglioFondo .fonti .col-3:first-child {
    border-left: 4px solid #FFC932; }
    #dettaglioFondo .fonti .col-3:first-child ul {
      padding-left: 10px;
      list-style: none; }
      #dettaglioFondo .fonti .col-3:first-child ul li:not(:first-child) {
        margin-top: 30px; }
      #dettaglioFondo .fonti .col-3:first-child ul li.active {
        font-family: "roboto_bold_web"; }
  #dettaglioFondo .fonti .col-3:last-child {
    padding-left: 20px;
    border-left: 1px solid #FFC932; }
    #dettaglioFondo .fonti .col-3:last-child a {
      color: #000;
      text-decoration: underline;
      display: block; }

#dettaglioFondo .bodyText span {
  display: block; }

#dettaglioFondo .bodyText p {
  margin: 60px 0; }

#dettaglioFondo .bodyText span strong {
  text-transform: uppercase; }

#dettaglioFondo .unita {
  background-color: #f6e7c5;
  padding: 30px 35px 60px;
  width: 100%; }
  #dettaglioFondo .unita p {
    text-transform: uppercase; }
  #dettaglioFondo .unita .search {
    background-color: #FFC932;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    font-family: "roboto_regular_web"; }
    #dettaglioFondo .unita .search p {
      text-transform: unset;
      margin: 0; }
    #dettaglioFondo .unita .search span {
      margin: 0 10px;
      border: 2px solid #727272;
      border-radius: 4px;
      width: 46px;
      height: 26px;
      text-align: center;
      display: inline-block; }
    #dettaglioFondo .unita .search .searchInput {
      position: relative;
      padding: 0; }
      #dettaglioFondo .unita .search .searchInput label {
        font-size: 12px; }
      #dettaglioFondo .unita .search .searchInput input {
        border-radius: 15px;
        height: 30px;
        border: 2px solid #000;
        width: 290px;
        padding-left: 15px; }
      #dettaglioFondo .unita .search .searchInput button {
        height: 30px;
        border-radius: 15px;
        background-color: #000;
        width: 30px;
        border: none;
        position: absolute;
        bottom: 0;
        right: 0; }
        #dettaglioFondo .unita .search .searchInput button img {
          width: 100%;
          height: 100%; }

#dettaglioFondo .owl-stage-outer {
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1); }

#dettaglioFondo .owl-next,
#dettaglioFondo .owl-prev {
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  margin-top: -30px;
  margin-right: 15px;
  top: 71% !important;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/right-arrow-carousel.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 1000px;
  overflow: hidden;
  background-color: transparent; }
  #dettaglioFondo .owl-next:focus,
  #dettaglioFondo .owl-prev:focus {
    box-shadow: 0 0 0 0.2rem #103D42;
    outline: none; }

#dettaglioFondo .owl-next {
  right: 0; }

#dettaglioFondo .owl-prev {
  left: 0; }

.search-details h2 {
  font-family: "roboto_bold_web";
  font-size: 1.5rem;
  color: #000; }
  .search-details h2.margin-b-title {
    margin-bottom: 30px; }

.search-details .container-tree {
  z-index: 1; }
  @media (max-width: 991.98px) {
    .search-details .container-tree {
      display: none; } }

.search-details .page-content {
  margin-left: 20px;
  padding-left: 30px;
  border-left: 2px solid #482323; }
  @media (max-width: 991.98px) {
    .search-details .page-content {
      margin-left: 0;
      border-left: 0;
      padding-left: 15px; } }
  .search-details .page-content.no-border {
    margin-left: 0;
    border-left: 0; }
  .search-details .page-content.padding-no-tree {
    padding-left: 15px; }
  .search-details .page-content span.subtitle {
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px; }
  .search-details .page-content p {
    margin-bottom: 0.5rem; }
    .search-details .page-content p.center__detail {
      margin-top: 60px;
      text-decoration: none; }
      @media (max-width: 991.98px) {
        .search-details .page-content p.center__detail {
          margin-top: 30px; } }
    .search-details .page-content p .text__evidence {
      font-family: "roboto_bold_web";
      text-decoration: none; }
    .search-details .page-content p img {
      margin-right: 10px; }
    .search-details .page-content p a {
      font-family: "roboto_regular_web";
      font-size: 1rem;
      text-decoration: underline;
      padding: 0;
      vertical-align: inherit; }
      .search-details .page-content p a:hover {
        color: #000; }
  .search-details .page-content .content__description h3 {
    font-family: "roboto_bold_web";
    font-size: 16px;
    color: #14352F;
    position: relative;
    margin-bottom: 40px;
    display: inline-flex;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 15px; }
  .search-details .page-content .tab-horizontal {
    margin-top: 80px; }

.search-details .tree {
  position: absolute;
  top: 55px;
  left: -60px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg); }
  .search-details .tree.rotate {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    position: relative;
    top: 0;
    left: 0; }
    .search-details .tree.rotate .expand-box {
      display: block;
      position: absolute;
      left: 0;
      top: 34px;
      min-height: 230px;
      background-color: #fbf3e2;
      min-width: 255px;
      max-width: auto;
      z-index: 1;
      max-width: 1140px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 20px; }
      .search-details .tree.rotate .expand-box .resizer-right {
        width: 5px;
        height: 100%;
        background: #fff;
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
        cursor: e-resize;
        height: 32px;
        width: 14px;
        border: 1px solid;
        background-image: url(../images/svg/resize-btn.svg);
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    .search-details .tree.rotate .btn-resize-open::after {
      display: none; }
    .search-details .tree.rotate .btn-resize-open::before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      background-image: url(../images/svg/tree.svg);
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 10px; }
  .search-details .tree .expand-box {
    display: none; }

.search-details .map-dettaglio {
  margin-top: 60px;
  width: 100%;
  height: 270px; }

.search-details .btn-resize-open::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

@media (max-width: 767.98px) {
  .itinerari__section {
    display: none; } }

.itinerari__section .wallpaper__search {
  height: 300px;
  max-height: 300px;
  width: 100%; }

.box-valutation .star {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: url("../images/svg/star.svg") no-repeat center;
  background-size: contain;
  height: 35px;
  width: 35px;
  font-size: 0.75rem;
  margin-right: 8px; }

.box-valutation .link-underline, .box-valutation .card-contents .details-box a.title, .card-contents .details-box .box-valutation a.title {
  color: #103D42;
  font-family: "roboto_bold_web"; }

@media (min-width: 992px) {
  .scroll-main.white .pl-custom .position-sticky {
    top: 148px; } }

@media (min-width: 992px) {
  .scroll-main.white.scroll-header .pl-custom .position-sticky {
    top: 108px; } }

.pl-custom {
  /* required */
  padding-left: 66px; }
  @media (min-width: 992px) {
    .pl-custom .position-sticky {
      position: sticky;
      position: -webkit-sticky;
      top: 100px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; } }
  .pl-custom .action-box {
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .pl-custom .action-box {
        margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .pl-custom {
      padding-left: 15px;
      z-index: 2; } }
  .pl-custom .info-box {
    padding: 20px 15px;
    background-color: rgba(255, 201, 50, 0.1);
    margin-bottom: 30px; }
    .pl-custom .info-box h4 {
      font-size: 0.875rem;
      font-family: "poppinsmedium";
      margin-bottom: 10px;
      line-height: 127.4%;
      text-transform: uppercase; }
    .pl-custom .info-box .border-custom-left {
      border-left: 2px solid #FFC932; }
    .pl-custom .info-box span:not([class^="icon-kit-campania"]) {
      font-size: 0.75rem;
      line-height: 127.4%; }
      .pl-custom .info-box span:not([class^="icon-kit-campania"]).label {
        margin-bottom: 5px;
        margin-top: unset;
        margin-right: unset;
        display: block;
        border: none;
        padding: 0;
        font-weight: unset;
        text-transform: none; }
      .pl-custom .info-box span:not([class^="icon-kit-campania"]).icon-text {
        display: inline-flex;
        align-items: center;
        text-transform: uppercase;
        margin-bottom: 20px; }
    .pl-custom .info-box span[class^="icon-kit-campania"] {
      font-size: 1.25rem;
      margin-right: 5px; }
  .pl-custom .map-box {
    position: relative; }
    .pl-custom .map-box .map {
      width: 100%;
      height: 445px;
      position: relative; }
    .pl-custom .map-box button {
      position: absolute;
      left: 0;
      right: 0;
      top: 20px;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .pl-custom .map-box button {
          position: fixed;
          top: unset;
          bottom: 80px;
          right: 0px;
          left: unset;
          border-radius: 30px 0px 0px 30px;
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
          text-transform: inherit; }
          .pl-custom .map-box button:active, .pl-custom .map-box button:hover, .pl-custom .map-box button.active, .pl-custom .map-box button:focus {
            border-radius: 30px 0px 0px 30px !important;
            text-transform: inherit !important;
            color: #103D42 !important; }
          .pl-custom .map-box button span[class^="icon-kit-campania"] {
            margin-right: 15px; } }

#stepSection p.description {
  font-size: 1.125rem;
  line-height: 117.4%;
  text-align: center;
  margin-bottom: 40px; }

@media (max-width: 575.98px) {
  .mobile__prefooter {
    margin-top: 0px !important; } }

#login {
  font-family: "roboto_regular_web";
  margin-top: 40px;
  height: calc(100vh - 40px);
  background: url(../images/png/wallpaper_login.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    #login {
      margin-top: 0px; } }
  @media (max-height: 600px) {
    #login {
      height: 100%; } }
  #login .search-box-form {
    flex-direction: column; }
    #login .search-box-form .btn-primary {
      width: 210px;
      height: 32px;
      text-transform: none; }
  #login .box-login {
    margin-top: 80px;
    height: auto;
    width: 730px;
    background: #fff;
    text-align: center;
    padding: 60px 90px;
    background-color: #F5F5F5; }
    @media (max-width: 575.98px) {
      #login .box-login {
        width: 90%;
        margin-top: 80px;
        padding: 0 50px; }
        #login .box-login p.description {
          font-size: 14px; } }
    @media (max-width: 363px) {
      #login .box-login {
        margin-top: 50px;
        padding: 0px 10px; }
        #login .box-login img {
          display: none; } }
    @media (max-height: 600px) {
      #login .box-login {
        padding: 0px 10px;
        margin-top: 100px;
        margin-bottom: 20px; }
        #login .box-login img {
          display: none; } }
    #login .box-login h1::after {
      margin-bottom: 20px; }
    #login .box-login button {
      margin: auto;
      margin-top: 20px; }
    #login .box-login p {
      margin: 60px 0 35px 0;
      font-family: "roboto_regular_web";
      font-size: 0.875rem; }
  @media (max-width: 1199.98px) {
    #login {
      margin-top: 0;
      height: 100vh; }
      #login .box-login {
        width: 90%;
        margin-top: 80px;
        padding: 30px 20px; }
        #login .box-login h2 {
          font-size: 1.75rem;
          margin-bottom: 30px; }
        #login .box-login button {
          margin-top: 20px; } }
  #login .form-group {
    margin-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 1rem; }
    #login .form-group label {
      font-size: 0.875rem;
      padding-left: 10px;
      color: #000; }
    #login .form-group input {
      border: 1px solid #707070; }
    #login .form-group .form-control {
      width: 100%; }

.accessibility .evidence--caption, .credits .evidence--caption, .privacy .evidence--caption, .cookie .evidence--caption {
  font-size: 20px;
  line-height: 24px;
  font-family: "roboto_bold_web";
  margin-bottom: .5rem;
  color: #212529; }

.accessibility .evidence-small--caption, .credits .evidence-small--caption, .privacy .evidence-small--caption, .cookie .evidence-small--caption {
  font-size: 16px;
  line-height: 24px;
  font-family: "roboto_bold_web";
  margin-bottom: .5rem;
  color: #212529; }

.accessibility .evidence-light--caption, .credits .evidence-light--caption, .privacy .evidence-light--caption, .cookie .evidence-light--caption {
  font-size: 16px;
  line-height: 24px;
  font-family: "roboto_regular_web";
  margin-bottom: .5rem;
  color: #212529; }

.accessibility p, .credits p, .privacy p, .cookie p {
  font-size: 16px;
  font-family: "roboto_regular_web";
  line-height: 24px;
  color: #212529; }
  .accessibility p a, .credits p a, .privacy p a, .cookie p a {
    font-size: 16px;
    font-family: "roboto_bold_web";
    text-decoration: underline;
    color: #000; }
    .accessibility p a:hover, .credits p a:hover, .privacy p a:hover, .cookie p a:hover {
      text-decoration: underline; }
    .accessibility p a:focus, .credits p a:focus, .privacy p a:focus, .cookie p a:focus {
      outline: 3px solid #103D42; }
    .accessibility p a.anchor--blue, .credits p a.anchor--blue, .privacy p a.anchor--blue, .cookie p a.anchor--blue {
      color: #0758B2; }

.accessibility .evidence--credits, .credits .evidence--credits, .privacy .evidence--credits, .cookie .evidence--credits {
  font-family: "roboto_bold_web";
  font-size: 16px;
  color: #212529; }

.accessibility .italic, .credits .italic, .privacy .italic, .cookie .italic {
  font-style: italic; }

.accessibility ul .anchor--blue, .credits ul .anchor--blue, .privacy ul .anchor--blue, .cookie ul .anchor--blue {
  color: #0758B2;
  font-family: "roboto_bold_web"; }
  .accessibility ul .anchor--blue:focus, .credits ul .anchor--blue:focus, .privacy ul .anchor--blue:focus, .cookie ul .anchor--blue:focus {
    outline: 3px solid #103D42; }

/*@import url("fonts/font.css?t=1756983012878");*/
/*Inizio personalizzazione tema Gennaro Di Falco*/
#wrapper {
  padding-top: 0em; }

.navbar {
  font-size: 16px !important; }

.separation_link_footer li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0; }

.portlet-layout .portlet-header {
  margin-bottom: 0px; }

#reviewEvent {
  clip-path: polygon(0 50px, 0 100%, 100% 100%, 100% 0); }

@media (min-width: 768px) {
  #reviewEvent {
    clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0); } }

@media (min-width: 1200px) {
  #reviewEvent {
    clip-path: polygon(0 150px, 0 100%, 100% 100%, 100% 0); } }

#heroImageCarousel .polygon {
  background: url(../images/png/polygon.png) no-repeat center; }

#main {
  margin-top: 0px !important; }

.card,
.card-horizontal {
  box-shadow: none;
  margin-bottom: 0px !important; }

.navbar .container,
.navbar .container-fluid {
  justify-content: normal !important; }

.portlet > .portlet-topper {
  /* z-index: 1000; 
		Tolto da Gennaro Di Falco dopo aver buttato il sangue sul dropdown
	*/ }

/* .portlet-content, .portlet-minimized .portlet-content-container {
    padding: 0px;
}  */
.row {
  margin-right: 0px;
  margin-left: 0px; }

.custom-select {
  height: none !important; }

.filter-icons a.button-visualizzation-events-group,
.filter-icons a.button-visualizzation-events-list {
  display: inline-grid; }

.fixed-top {
  z-index: 950; }

.button-login {
  width: 361.33px;
  height: 60px;
  border-radius: 50px;
  background-color: #c00200;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "titillium_bold_web";
  font-size: 24px; }

button[id*="_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet"] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 100%;
  height: 100%; }

.form-control:disabled,
.form-control[readonly] {
  background-color: white; }

.label-info,
.badge-info {
  background-color: #3a87ad !important; }

/* Inizio CSS CALENDAR */
.my-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAQCAYAAACIoli7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MzJCRDU2NUE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MzJCRDU2NkE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzMkJENTYzQTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzMkJENTY0QTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Gcb3QAACh1JREFUeNrEWAtwVNUZ/u7d9yvZJBtMIC8eBhIKMkQIhqIBKirWwpSW0dahCir1gQhWg2XKjNRqR7AjQ6QjglBFRIW20KmC0KRYjRYMCZGHGEjIY0Oy2U32lX3d3Xv6nxuSbEJCQNvpn/n33POfxz33u9//uBGaBQFcMhgrpGYC6ddk+zfiZKgxsvOG4buJMGATNtzcq4l+WStbsGgpvOiELpgBWetGQGNCstSGkKwH1Ek04oVNFUZQsEAjedCg0iBRVivrP737CL+H8Na7f7lpRFa2cOfMqdUn9n3ARGc7NLEYJj62Qle6Z3/ZlATt82mINV4QVPV33HVXmK/1bRgPvst60vzXgJzZZ84UlOfnV1L/YvwhBxk7Q7quZ3zZLrvSivRy+PtR0Y8oUit2P7+aWm5TifxahErVPWfd/JRBQaNVjA2CIhsecEwIubHzB3+CQWNDNBCCyuiEC6NgpV3agkCszYWknBTInjAMFh20HAo1/QQFVM7Kw9aly7D1ze2iJEemhbu8Mzf++rkVNGMkaS7puKadb0yubGscp/Wa3rc0nNXVJ6RsJvsaUhmXt5oyZv36e4o//hi1tbUonjWrYNTs2QXxhywuL+8bmzevoG7dOu3gj8Po2MIVZGIcAw6TcPma0YV4JfXYEBiy/rbeqZcv+i1tEbIgagzgOAWMerT5MvDuXgfOH6vAsRoRgVAqHOp2TMrX4dYfFmLhVAHTRqtgkn0QQ3W0anZK+UsvzJe/qflxi2d04a3u9iJWdngUHd/I33KEyJEoqBE2mqCxGBCqq//p8idWvPh66Wa35ZlzUIcAnez3w+n14uwDD8CalYWo293vYePH+Fy+Jn58289HKu2rpbux9KF7EY4yfHroAHKL5iv2w/v2Ye7CBfBHBLRWHYJ54rzrCQcsDtx+YA4MAbyTqjsHLfLIrWWcChjwu/XHUVnuxrGDC2G2AdwnnKQNXwOLHnwFH4da8VnZBpg0ZqgcOgJMfKa+oqJkTDQMX3or3GF/khgJQ9TroDInQENq9rjItaNwqUWkeDoy0wtmTKYt/8XPpg4wZpADARTt2YOJx45Bo9PBlZEBy86dvQedPGkSxmZnw5SQAD6Xrxns6XWmYO+1x3e+n52D2WM3Y96w6F0F1F4wBwsBprBEv+0wIQO7Xj2HC0ercLbiEdi0zYgyAk1OgFUQccONwP5dyxELNMCQ5Cfq0YZpekgCpMZgENPvmIc5KckEm4gL7+9BrL0d1rFjYSGGGkePgyWX4qU1CQW3zVG5ztV+n25aQRpVGBojkFpWroTBaAQ/TpD6eput3xOZzWaKEjL43IEM3frHLZD8XtyQasXhdzbDbNTCJjN89tftvfaW8jd67fPyzP3jRBzThGGYKgwxrcceM2eyYDQNG9+8iAMfHsaRXY/AouV4qRAS9NCrmmkjKxBKwOQsM8X0iQhQkpK1IUiiBxq1+oLfaPJJXo8lEOyCJtGKScsfhTYpGYItFTUXG9DY2oqQw4UnFi5SGF/2zfkialQcUJ66V7PrFL5mQhwgXGRZZjv+8ALzBGPM4YuyA9s3sFMtIUW5/Xx7hNU0+RU7X7OM5bFlJxSQ2ODR+ArlIUy5HDjW04y+t5UrC9J5Vm5tYxkz/s5YF3WiESYzP2MRmbmp6+EH9vuZxM9N9iBz0ViUHbclsPuX/GJ2SUnJeX+LnUW6/MqzHTp6lL29dy9rtLewx598kpWsWcPuu+8+Fo1GlfG9+/bZn1q1Kk1JzHQSlUxHjBL7rkX5XL5mMBQks7WvY0vvZ3d4pW63j7Nfo/QDfYCbs3iGa6UORYMUP/92qhoYE4VsdNCoDEEyUYqnhBIDEmJ8hZYenKdmETH6468pWa3GJbvdHpKiTWpio4YSz7Hjx7Hu2Wdx9KOPkDkyHaWbNiE/Lw+LFy+makWlHCInOyc9MyOTJ3JRzcEhnCHHYtf0dCJtwrrp3Suvv/UGvO4uWBLN2L9/N7xeFzyedrS43+q1F401DQdaP+8Vrg1ppcRS3t+DDVQe9dhFqF3JiHTaIYaTyL2jYIld8IsGWCQRTB+GoCcgiU5q2QCD6KNFdQjrM1FVXeUYd+PYxg6nE+np6ZiYn48dO3Zg7dq1iEQi0Gq1KKeqh1h82T2BURkZQlpa2kzqHuJ1qEph3zCAPnVyDao8X6EgeQowANDlSx7mfo9t772NBQt+pmT5T468jgmFS5TxiqPvdderLO+Kfcnte2X71G9VzCvjulhfZaJFFjJSrCj7/DjCqgh0VN6EvSIsCUAXndxPvDxf1w5t4gjoY1qEnAYUfI8SpuokOlyIBIPhC06nSwHUZDIhNzcXoVAIRF7k5OQoLc83/E1eutSKpuYmRKToLZs3l6Zzhqo5QyPR6FVPfcJZg2lFN6Py80q+kbp2WzLwUEe/OZ2Ovr4YU11przqL/5XoRH3fvakwmjFdQtlH4/FC6VdY/dRNVKEYeMqAUR3EiSo9Vj56As2+MKwGMx68fySm5o+HSeDh6FLM7/fVu1zO3v24axcUFJDneZX+SkrgXq8PlZUnEKKKwGpNgM/rmaLT66Z1uzwxVBoC0JKqtTjpPtVd8sQ8YJKM+g3W5Ze/HpZ3f9r0kahk5aq41b/st1c8A3uYOQQrr0uyFwep+ujrG6HHip/YsPvlTmz+7dcovnMGZk4gt6cYKXQFMWuyAV98+iOcpfB6e9HzFBvvoS87J9XfynKZWFnfbLfzbwOlmpEkCauffhpejxenvjqF7KxsdPF6PByCz+PH6dOnKVRUW8eMGX1LN0MJ0MgQLl/dVgNb8YjuAj/qRFJhMmYVzkkv/3NZAV6jJPS4W/gWGLDr/Ua/mkQMzQM2T4dN58Q/DxbizuIKLLjtHax7bhqWPJaLVJMWPsXpzah3SWj3n6GQMKf7/wAmP6/65fq6uubGpsaOFntLuqPdARe5v4fY2emi1uej/OBmjjan3+V2tfi8voZYLFoXlaJnjQZDhZoJgi7GXX4IQPNN+Th9sJuhmKuCWM5w5pvqNiSLlfg/yhcLx2PEqA+QqhR/wX5jHirrdbIJI24A/lG9Gqt/U45NWz7Ey9s/BzQ3QpUQQajdjMS0NixdtQhFxTfTGzVQDc6rFJ/85Zdfem6ePr29dMuWdGKi5PV6Ov2BQFMoFL5INXqtx+upd3d21rXY7Y5AIMBvTp8FCJeXl/nVBKNFRa7Ag+xgsnH2K0p79+474Ix1IJWy5qgXuw40MPb8dwFkOFfngA0nY9zqQe1WnrQtzQRSBgwGEXs2zqUHmXvFvCCFLwP/Lw6PdhQLjVqFVIwSkCRFIgdPVp+sI66d7ury1Xrc7saGhkZ7OBziAEpxGotXYYQg/J4CReZwh3fdriqM2IQkrZN1mg/H9joY+4DMvSyt+eQlTL71uf8a+65VfvVw5nDh5Jpl58NHMK5FCT88diaSGi4DFYnTHvDkgTUyl/8IMABtKh8piZwIuwAAAABJRU5ErkJggg==);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px;
  margin-right: .5em;
  content: ' '; }

.icon-google {
  background-position: -52px 0; }

.icon-yahoo:before {
  background-position: -36px +4px; }

.icon-google:before {
  background-position: -52px 0; }

/* Fine CSS CALENDAR */
@media (max-width: 575.98px) {
  #wrapper {
    padding-top: 0px !important; } }

@media (max-width: 767.98px) {
  #wrapper {
    padding-top: 0px !important; } }

.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 800 !important;
  display: inline-block !important;
  padding-right: .5rem !important;
  color: #6c757d !important;
  content: "/" !important; }

.breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  content: '';
  display: block !important;
  height: 4.6em !important;
  left: -3px !important;
  margin-top: -0.9em !important;
  padding: 0 !important;
  position: absolute !important;
  top: 60% !important;
  width: 1em !important; }

.map {
  width: 100%;
  height: 600px !important;
  margin-top: -18px !important;
  margin-bottom: -10px !important; }

#map {
  z-index: 0; }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px 0 0;
  border: none;
  text-align: center;
  width: 35px;
  height: 18px;
  font-family: "titillium_bold_web", Courier, monospace;
  font-size: 30px !important;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }
  .leaflet-container a.leaflet-popup-close-button:focus {
    box-shadow: none; }

.regular-text {
  font-family: "titillium_regular_web", Courier, monospace; }

.footer_menu_mobile {
  padding-right: 0px !important; }

#buttonTop {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px; }
  #buttonTop .icon-back-top {
    color: white;
    font-size: 26px; }

#buttonTop:hover {
  cursor: pointer;
  background-color: #333; }

#buttonTop:active {
  background-color: #555; }

#buttonTop.show {
  opacity: 1;
  visibility: visible; }

#filterMap {
  background-color: none !important; }

@media (max-width: 992px) {
  .navbar-collapse.show {
    width: 100% !important; } }

#areaLeanguage {
  display: flex;
  align-items: center;
  height: 20px; }

#leanguage {
  padding-bottom: 8px; }

div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked {
  position: absolute;
  top: 0px;
  z-index: 999999 !important; }
  div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked ul.dropdown-menu.dropdown-menu-left-side {
    min-width: 100px; }
    div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked ul.dropdown-menu.dropdown-menu-left-side li a {
      color: #212529; }
      div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked ul.dropdown-menu.dropdown-menu-left-side li a:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa; }
      div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked ul.dropdown-menu.dropdown-menu-left-side li a:focus {
        border-radius: 0; }

.btn-section {
  width: 40px; }

.leaflet-popup-content-wrapper {
  border-radius: 4px;
  padding: 0 0 1px 0; }

.leaflet-popup-content {
  margin: 0 26px 10px 0;
  display: flex;
  flex-direction: column;
  width: 380px !important;
  padding: 20px 16px 16px 16px; }
  @media (max-width: 575.98px) {
    .leaflet-popup-content {
      width: 325px !important; } }
  .leaflet-popup-content .card-popup-map {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 6px; }
    .leaflet-popup-content .card-popup-map button.button-popup-map {
      width: 280px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      background: none;
      border: none; }
      .leaflet-popup-content .card-popup-map button.button-popup-map span {
        width: 220px;
        font-size: 15px; }
        .leaflet-popup-content .card-popup-map button.button-popup-map span:focus {
          box-shadow: none;
          border-bottom: 2px solid #d64000; }
      .leaflet-popup-content .card-popup-map button.button-popup-map:focus {
        outline: none;
        box-shadow: none; }
    .leaflet-popup-content .card-popup-map .collapse.show .card-body-map {
      padding: 0 0 1.25rem 1.25rem; }
      .leaflet-popup-content .card-popup-map .collapse.show .card-body-map img {
        max-height: 130px; }
      .leaflet-popup-content .card-popup-map .collapse.show .card-body-map .info_hero button .btn-more-hero {
        font-size: 0.75rem; }
        .leaflet-popup-content .card-popup-map .collapse.show .card-body-map .info_hero button .btn-more-hero::before {
          left: 13px;
          margin-right: 0; }

.leaflet-container a.leaflet-popup-close-button {
  top: -11px; }

.leaflet-container a.leaflet-popup-close-button:focus {
  box-shadow: none !important; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  width: 380px; }
  @media (max-width: 575.98px) {
    .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
      width: 325px !important; } }

@media screen and (max-width: 415px) {
  body#teatro .mt-2,
  .my-2 {
    right: 5px;
    padding: 0px; } }

.tr-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 48px;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tr-l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.info_hero_map button span::before {
  content: "";
  background-image: url(../images/svg/mask.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  left: 15px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map button span::before {
      left: 9px; } }

.col-sm-12 {
  padding-left: 0px; }

.info_hero_map button.btn.btn-primary:hover span::before {
  content: "";
  background-image: url(../images/svg/mask_hover.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  left: 15px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map button.btn.btn-primary:hover span::before {
      left: 9px; } }

.info_hero_map_eng button span::before {
  content: "";
  background-image: url(../images/svg/mask.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  right: 80px;
  left: 17px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map_eng button span::before {
      left: 17px; } }

.info_hero_map_eng button.btn.btn-primary:hover span::before {
  content: "";
  background-image: url(../images/svg/mask_hover.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  right: 80px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map_eng button.btn.btn-primary:hover span::before {
      left: 17px; } }

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:focus {
  box-shadow: none !important; }

.nav-link.disabled {
  color: #a4a4a4 !important; }

@media (min-width: 575.98px) and (max-width: 991.98px) {
  body#teatro .modal-content form {
    display: block;
    padding-top: 20px; }
  body#teatro .modal-content button.close {
    z-index: 1; } }

@media (max-width: 575.98px) {
  body#teatro .modal-content form {
    display: block;
    padding-top: 0px; }
  body#teatro .modal-content button.close {
    margin-top: -24px; }
  .modal .modal-dialog .modal-content button.close::before {
    top: -24px; }
  .modal .modal-dialog .modal-content button.close::after {
    top: -26px; } }

@media (max-width: 575.98px) {
  body#teatro .breadcrumb {
    margin-top: 110px; } }

input#filtroData {
  width: 220px;
  border-radius: 20px;
  border: none;
  height: 30px;
  padding: 0 15px; }
  input#filtroData:focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 135, 149, 0.8); }

#searchComponent .box__search input {
  padding: 0 13px; }

body#teatro #map_homepage {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

@media (max-width: 991.98px) {
  #anchor__select {
    display: none; } }

@media (max-width: 991.98px) {
  body#teatro #searchComponent h2 {
    display: none; } }

#projectPage .text__evidence {
  font-family: "roboto_bold_web", "Calibri", "Arial", sans-serif; }

#heroProjectPage .wallpaper__project {
  height: 300px;
  max-height: 300px;
  width: 100%; }

#full-carousel .owl-item .item {
  max-height: 300px;
  max-width: 100%;
  display: block;
  height: 300px;
  width: 250px; }

#dettaglioSpettacoloPortlet nav {
  /* height: 100px;
    display: flex; */
  align-items: flex-end;
  padding-bottom: 3px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767.98px) {
    #dettaglioSpettacoloPortlet nav {
      height: 70px; } }

body#teatro .main_content.first {
  margin-top: 1.5rem !important; }

body#teatro #exp_elem_list,
body#teatro #exp_elem_list_genere,
.multi-select > ul,
.multi-select-plugin > ul {
  max-height: 200px;
  overflow-y: scroll !important; }

.tr-p5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 130px;
  height: 130px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

#searchComponent .box__search .multi-select ul {
  padding: 15px;
  margin-top: 15px;
  overflow: initial;
  z-index: 99 !important; }

#anchor__select select option:first-child {
  display: block; }

#wrapper header .header-firstnav .brand-name a,
#wrapper #header .header-firstnav .brand-name a {
  color: #000000;
  text-decoration: underline;
  font-family: "roboto_bold_web";
  font-size: 0.75rem; }

#anchor__select .p-relative svg.fa-chevron-down {
  position: absolute;
  top: 6%;
  right: 7%;
  pointer-events: none; }

body#teatro #searchComponent h2 {
  font-size: 28px !important; }

body#teatro #wrapper header .brand-mobile .betaversion,
body#teatro #wrapper #header .brand-mobile .betaversion {
  margin-left: 0px; }

body#teatro #wrapper header .brand-mobile,
body#teatro #wrapper #header .brand-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    body#teatro #wrapper header .brand-mobile,
    body#teatro #wrapper #header .brand-mobile {
      display: flex; } }
  @media screen and (max-width: 415px) {
    body#teatro #wrapper header .brand-mobile,
    body#teatro #wrapper #header .brand-mobile {
      display: flex; } }

body#teatro #wrapper header .footer_menu_mobile,
body#teatro #wrapper #header .footer_menu_mobile {
  padding: 0 !important; }

body#teatro #wrapper header .footer_menu_mobile a {
  margin-bottom: 15px;
  padding-top: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.875rem; }

@media screen and (max-width: 991.98px) {
  body#teatro #wrapper header .header-secondnav #mainMenu,
  body#teatro #wrapper #header .header-secondnav #mainMenu {
    flex-direction: column; } }

body#teatro #footer p > a {
  text-decoration: none; }

body#teatro #footer p > a:hover {
  text-decoration: underline; }

#containerSpettacoli .date {
  text-transform: none; }

@media (max-width: 991.98px) {
  #openDropdownEcosistema .row .col-12 {
    padding-left: 0; } }

#openDropdownEcosistema.dropdown-menu {
  max-width: 100% !important; }
  @media (max-width: 991.98px) {
    #openDropdownEcosistema.dropdown-menu {
      max-height: 100% !important;
      will-change: inherit !important;
      transform: none !important;
      position: relative !important; } }

@media screen and (max-width: 415px) {
  body#teatro #wrapper header .brand-mobile,
  body#teatro #wrapper #header .brand-mobile {
    display: table; } }

@media screen and (max-width: 768px) {
  body#teatro #wrapper header .brand-mobile,
  body#teatro #wrapper #header .brand-mobile {
    display: table; } }

.footer_menu_mobile.active {
  bottom: 45px !important; }

.footer_menu_mobile #mobileLinkEcosistema {
  display: block;
  padding: 0 0 10px 0; }

.footer_menu_mobile .languageMobileDiv {
  padding: 10px 0;
  border-top: 1px solid #bdb3b3;
  border-bottom: 1px solid #bdb3b3;
  width: 100%; }

body#teatro .under_footer span > a {
  margin-right: 0.5rem;
  text-decoration: none; }

body#teatro .under_footer span > a:hover {
  text-decoration: underline; }

.disabled-button {
  pointer-events: none !important; }

#heroSearchTeatro .search-box.container {
  bottom: -40px !important; }
  @media screen and (max-width: 991.98px) {
    #heroSearchTeatro .search-box.container {
      bottom: 11px !important; } }

body#teatro #wrapper header .header-secondnav #search,
body#teatro #wrapper #header .header-secondnav #search {
  margin-left: 40px; }
  @media screen and (max-width: 575.98px) {
    body#teatro #wrapper header .header-secondnav #search,
    body#teatro #wrapper #header .header-secondnav #search {
      margin-left: 0px; } }

@media screen and (max-width: 991.98px) {
  body#teatro .info-project .row {
    margin-left: -15px; } }

@media screen and (max-width: 991.98px) {
  body#teatro .info-project .rowHeight.height {
    margin-left: 15px; } }

@media screen and (max-width: 991.98px) {
  body#teatro .details .row {
    margin-left: -15px; } }

@media screen and (max-width: 991.98px) {
  body#teatro .details .row .collapse-group .rowHeight.height {
    margin-left: 15px; } }

@media screen and (min-width: 768px) {
  #dettagli_page .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

@media (max-width: 575.98px) {
  .detail-icon {
    display: flex; } }

@media screen and (max-width: 991.98px) {
  body#teatro .main_content h2 {
    font-size: 1.25rem; } }

.details div strong {
  color: #7f1b2d; }

/*body#teatro .tr-title{
	height: 23px!important;
} */
@media (min-width: 575.98px) and (max-width: 991.98px) {
  #heroSearchTeatro .modal .modal-dialog .modal-content,
  #searchmodal .modal-dialog .modal-content,
  #filtersModal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: flex;
    justify-content: center; } }

@media (max-width: 575.98px) {
  #searchmodal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: flex;
    justify-content: center; } }

#searchmodal .modal-dialog .modal-content .modal-body .form-group label {
  color: #ffffff; }

@media (max-width: 575.98px) {
  #heroSearchTeatro .modal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: flex; } }

@media (max-width: 575.98px) {
  #heroSearchTeatro .modal .modal-dialog,
  #wrapper .modal .modal-dialog {
    margin: 0px 0px !important; } }

@media (max-width: 991.98px) {
  #heroSearchTeatro #filtersModal .form-group input {
    position: absolute !important;
    opacity: inherit !important;
    cursor: pointer !important; } }

@media (max-width: 991.98px) {
  .daterangepicker {
    z-index: 1050 !important; } }

@media (max-width: 991.98px) {
  body#teatro #filtersModal .form-group input {
    opacity: 1; }
  #filtersModal .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0.8) !important; } }

a.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  pointer-events: none; }

body #footer .disabled {
  pointer-events: none;
  text-decoration: none;
  color: #a4a4a4 !important; }

body #footer .footer-bottom hr {
  width: 100%;
  border-color: #808080; }

#filterMap .filter-map .filter-check li label {
  font-size: 16px;
  font-weight: 400;
  font-family: "roboto_regular_web"; }

body#teatro .mt-map ol.breadcrumb.bg-grey {
  padding-left: 0 !important;
  margin-top: 0px !important;
  padding: .75rem 1rem !important; }

.leaflet-container a.leaflet-popup-close-button {
  color: #000; }

.map-interaction .filter-map {
  left: 0px !important; }

.map-interaction .button-filter-map {
  transition: left 0.1s ease-in-out; }

.map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label {
  font-weight: 100; }

.disabled {
  pointer-events: none !important;
  text-decoration: none !important;
  color: #a4a4a4 !important; }

.map-interaction .filter-map .footer-filter .applied.disabled {
  color: white !important; }

#filterArea {
  padding-top: 0px !important;
  padding-bottom: 10px; }

#filterArea .button button {
  background-color: #7f1b2d;
  border: none;
  border-radius: 18px;
  padding: 3px 20px;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  min-width: 170px; }

#selectCustom .custom-select,
#selectCustomMobile .custom-select {
  box-shadow: none; }

body#teatro .lightbox .modal-dialog .modal-content {
  box-shadow: none; }

#searchComponent #switch div.lista.icon-visualizzation-events-group,
#searchComponent #switch div.lista.icon-visualizzation-events-list {
  font-family: "roboto_regular_web"; }

@media (max-width: 992px) {
  .menucustom {
    display: initial !important; } }

@media (max-width: 575.98px) {
  .menucustom {
    display: initial !important; } }

@media (max-width: 767.98px) {
  .menucustom {
    display: initial !important; } }

.dropdown-item:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu .link-list > li > a:focus {
  box-shadow: none !important; }

.menucustom {
  max-width: none; }

.row-menucustom {
  width: 100%; }

body#teatro .card-slideshow-element .tr-title {
  display: -webkit-box !important; }

body#teatro #cardSearch .card-slideshow-element.list-custom .cardButton, body#teatro #cardSearch .card-slideshow-element.list-custom #cardButtonSearch,
body#teatro #cardSearch .card-slideshow-element.list-custom #cardButtonSearch {
  height: 270px !important; }

/* Inizio personalizzazione ECOI Itinerari */
@media (min-width: 1200px) {
  #wrapper header .header-secondnav #mainMenu,
  #wrapper #header .header-secondnav #mainMenu {
    flex-direction: row !important; } }

@media (max-width: 575.98px) {
  #wrapper .modal .modal-dialog {
    margin: 20px auto !important; } }

#areaLeanguage #leanguage .btn-section {
  font-size: 0.75rem; }

#areaLeanguage #leanguage .dropdown.lfr-icon-menu {
  margin-top: 18px; }

@media (max-width: 991.98px) {
  .footer-menu-mobile .dropdown-menu {
    max-height: unset !important; } }

form#_com_liferay_portal_search_web_portlet_SearchPortlet_fm fieldset.fieldset .lfr-ddm-field-group {
  display: none; }

#itinerary .not-highlighted .card-contents.last .image-box::after {
  content: none; }

@media (max-width: 991.98px) {
  #filtersModal .modal-dialog .modal-content {
    background-color: white !important; } }

#filterArea .button button {
  background-color: #103d42 !important; }

.label {
  border: none !important; }

.rowHeight .expand-info p {
  word-break: break-word; }

.bootstrap-select .dropdown-menu .inner {
  overflow: unset; }

div.form-control {
  min-height: unset; }

@media (max-width: 1199.98px) {
  #searchFilter .position-relative {
    margin-top: -57px !important; } }

#fullImage img {
  image-rendering: -webkit-optimize-contrast; }

.create-itinerary .map {
  height: 100% !important;
  z-index: 0 !important; }

.map-interaction.create-itinerary .filter-map #tab1 .card-secondary .details-box h3 {
  width: 188.45px; }

.numbered-list li {
  cursor: grab; }

.numbered-list li .drag span.text {
  max-width: unset !important; }

.searchForm label.control-label {
  display: none !important; }

.map-interaction a.card-secondary {
  cursor: pointer; }
  .map-interaction a.card-secondary.active {
    outline: 2px solid #103D42;
    outline-offset: 2px;
    box-shadow: none;
    border: none; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #103D42 !important; }

.daterangepicker td.in-range {
  background-color: rgba(106, 187, 141, 0.1); }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: rgba(106, 187, 141, 0.1); }

.card-primary div.description {
  font-size: 1rem;
  line-height: 117.4%;
  font-family: "roboto_regular_web";
  margin-bottom: 26px;
  height: 128px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7; }

.card-contents div.description {
  height: 36px;
  line-height: 127.4%;
  font-size: 0.875rem;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical; }

.map {
  height: 604px !important; }

.h-20 {
  height: 20px; }

.nav.nav-pills li.active > a.nav-link {
  background-color: transparent; }

.nav.nav-pills li a.nav-link > span.label {
  font-size: 0.875em;
  font-weight: 400; }

#alertContainer {
  display: none; }

.breadcrumb.punto-di-interesse {
  margin-top: 16px; }

@media (min-width: 992px) {
  .breadcrumb.punti-di-interesse, .breadcrumb.risultati-ricerca {
    margin-top: 20px; } }

div[id*=SiteNavigationMenuPortlet_].portlet-boundary {
  margin-left: auto !important; }
  div[id*=SiteNavigationMenuPortlet_].portlet-boundary div.portlet {
    margin-bottom: unset; }

.per-saperne-di-piu {
  margin-right: -15px; }

@media (max-width: 327px) {
  .not-highlighted .go-to-variant {
    margin-right: -20px; } }

.dropdown-item {
  color: #212529 !important; }

#tabSearch #tab1 .bs-ok-default.check-mark {
  display: none; }

@media (max-width: 1199.98px) {
  #wrapper header .header-secondnav .navbar .navbar-collapse.show a.disabled, #wrapper #header .header-secondnav .navbar .navbar-collapse.show a.disabled {
    color: #a4a4a4 !important; } }

@media (max-width: 363px) {
  .breadcrumb.mappa {
    margin: 1rem 0px 40px 0px; } }

@media (max-width: 991.98px) {
  .daterangepicker {
    z-index: 1050  !important; } }

.daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

.daterangepicker .drp-calendar.right tbody {
  display: none !important; }

.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important; }

.daterangepicker .drp-calendar.right th.month {
  display: none !important; }

.daterangepicker .drp-calendar.right .calendar-table {
  background: transparent !important; }

.daterangepicker .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
  float: none !important; }

.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important; }

/*@media (min-width: 564px) {
  .daterangepicker {
    width: min-content;
  }
}*/
html[lang*='en-US'] #carouselWithCenterItemZoom .owl-item.left .action-box .link-button::after {
  content: 'Previous stage';
  color: #fff; }

html[lang*='en-US'] #carouselWithCenterItemZoom .owl-item.right .action-box .link-button::before {
  content: 'following stage';
  color: #fff; }

.mappaModal .modal-body {
  align-items: unset !important;
  margin-top: 20px; }

.goToMap {
  position: relative !important;
  margin: unset !important;
  margin: 0 0 40px 0 !important;
  top: unset !important;
  width: 100% !important; }

@media (max-width: 991.98px) {
  .goToMap {
    position: fixed !important;
    margin: unset !important;
    width: unset !important; } }

/* Fine personalizzazione ECOI Itinerari */
@media (min-width: 992px) {
  #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items,
  #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items {
    padding: 0 26px; } }

.simpleuserlogin-header-firstnav {
  margin-top: 0px !important; }

.simpleuserlogin-header {
  position: fixed !important; }

#exp_elem_list_user li:hover {
  background: #103D42 !important; }

.notsimpleuserlogged {
  margin-top: 50px; }

#exp_elem_list_user {
  right: -12px; }

#exp_elem_list_user li {
  text-indent: 30px !important; }

#wrapper header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile,
#wrapper #header .header-secondnav .navbar .navbar-collapse.collapse.show .footer-menu-mobile {
  bottom: 120px !important; }

#wrapper header .header-secondnav .navbar .footer-menu-lingue,
#wrapper #header .header-secondnav .navbar .footer-menu-lingue {
  bottom: 55px !important; }

.has-control-menu .breadcrumb.punto-di-interesse, .has-control-menu .breadcrumb.mappa {
  margin-top: 50px !important; }

.loader-itinerari {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/o/ItinerariTema/images/svg/loader-itinerari.gif") 50% 50% no-repeat !important; }

body.loading {
  overflow: hidden; }

body.loading .loader-itinerari {
  display: block; }

#wrapper #header .header-secondnav .navbar .navbar-toggler.button-close.inside {
  display: block !important; }

div[id$="_PlayerContainer"] {
  overflow-x: auto; }

section#sectionLearnMore a {
  text-decoration: underline !important;
  font-weight: bold !important; }

h5.title_foo {
  color: #ffffff;
  font-family: "roboto_bold_web";
  font-size: 0.75rem;
  margin-bottom: 0px; }

/* bootstrap-tagsinput.css file - add in local */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text; }

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit; }

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1; }

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777; }

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777; }

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none; }

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }