/*!
 * 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("fonts/font.css?t=1756989885641");
@import url("all.css?t=1756989885641");
@import url("bootnavbar.css?t=1756989885641");
@import url("bootstrap.min.css?t=1756989885641");
@import url("bootstrap-datepicker.css?t=1756989885641");
@import url("font-icon-uikit-v1.0.css?t=1756989885641");
@import url(bootstrap-select.min.css?t=1756989885641);
@import url(owl.carousel.min.css?t=1756989885641);
@import url(owl.theme.default.min.css?t=1756989885641);
@import url(apexcharts.css?t=1756989885641);
@import url(player.css?t=1756989885641);
: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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
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,
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,
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,
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,
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,
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,
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,
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; } }

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

.lfr-search-iterator-fixed-header {
  position: absolute;
  width: 100%;
  z-index: 1020; }

.lfr-search-iterator-fixed-header-table {
  position: relative; }

.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, .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;
      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;
      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 {
    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:not(.article-preview) #main-content, .dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

.modal-body {
  overflow: auto; }
  .modal-body.dialog-iframe-bd {
    overflow: hidden;
    padding: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: none; } }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-hidden {
  display: none; }

.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-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: 1rem; }

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

/* ---------- 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; }

@media (max-width: 767px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 768px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

/* ---------- 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-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #F1F2F5;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  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 **/
body a:active {
  box-shadow: none; }

body {
  font-size: 16px;
  font-family: "roboto_regular_web";
  color: #000;
  overflow-x: hidden; }
  body a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: -999;
    color: #fff;
    background-color: #5A2C2B; }
  body a.skip-main:focus,
  body a.skip-main:active {
    color: #fff;
    background-color: #5A2C2B;
    border: 1px solid #5A2C2B;
    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; }
  body .mt-no-hero {
    margin-top: 130px; }
    @media (max-width: 991.98px) {
      body .mt-no-hero {
        margin-top: 0; } }
  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; }
    body .overlay-mobile.show {
      display: block; }
  body button:active, body button:focus {
    outline-color: #5A2C2B; }
  body .w-90 {
    width: 90%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body .w-90 {
        width: 95%; } }
  body #wrapper {
    margin-top: 144px; }
    @media (max-width: 1199.98px) {
      body #wrapper {
        margin-top: 100px; } }
    body #wrapper.with-hero {
      margin-top: 40px; }
      @media (max-width: 991.98px) {
        body #wrapper.with-hero {
          margin-top: 100px; } }
      @media (max-width: 991.98px) {
        body #wrapper.with-hero.home {
          margin-top: 0px; } }
    body #wrapper main,
    body #wrapper #main {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    body #wrapper.scroll-main main,
    body #wrapper.scroll-main #main {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      body #wrapper.scroll-main main.without-herobanner,
      body #wrapper.scroll-main #main.without-herobanner {
        margin-top: 148px; }
  body .disabled {
    pointer-events: none;
    text-decoration: none;
    color: #CFCFCF; }
  body .disabled-percorso {
    pointer-events: none;
    text-decoration: none;
    opacity: .3; }
  body .mb-80 {
    margin-bottom: 80px; }
    @media (max-width: 575.98px) {
      body .mb-80 {
        margin-bottom: 0px; } }
  body .rowHeight {
    height: 260px; }
    body .rowHeight.with-detail--row {
      height: 110px; }
      body .rowHeight.with-detail--row strong {
        font-family: "roboto_medium"; }
    body .rowHeight.with-carosuel {
      height: 312px; }
    body .rowHeight.height {
      height: auto; }
    body .rowHeight.overflow {
      overflow: hidden; }
    body .rowHeight .expand-info {
      visibility: hidden; }
      body .rowHeight .expand-info p {
        margin-bottom: 0px; }
      body .rowHeight .expand-info.visible {
        visibility: visible; }
  body .collapseButton {
    text-align: right;
    margin-top: 20px;
    width: 100%; }
    @media (max-width: 767.98px) {
      body .collapseButton {
        margin-right: 15px; } }
    body .collapseButton hr {
      width: 103.8%; }
      @media (max-width: 575.98px) {
        body .collapseButton hr {
          width: 113.8%; } }
    body .collapseButton button {
      color: black;
      font-family: "roboto_bold_web";
      text-transform: uppercase;
      background: transparent;
      border: none;
      display: inline-flex;
      align-items: center; }
      body .collapseButton button:hover {
        text-decoration: none; }
    body .collapseButton #expandButtonDetail {
      position: relative;
      padding-right: 25px; }
      body .collapseButton #expandButtonDetail span {
        font-size: 14px; }
        body .collapseButton #expandButtonDetail span.primary--text {
          color: #5A2C2B; }
  body .exp::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/arrow-down.svg);
    background-repeat: no-repeat; }
  body .exp:hover {
    text-decoration: underline; }
  body .exp.coll::after {
    transform: rotate(180deg); }
  body .exp.coll:hover {
    text-decoration: underline; }
  body .exp.exp--arrow::after {
    background-image: url(../images/svg/right-arrow-primary.svg); }
  body .reverse .exp {
    display: none; }
  body .reverse .coll {
    display: inline-block; }
  body .disabled-button {
    background-color: gray !important;
    pointer-events: none; }
  body .title-audio p {
    font-size: 14px;
    font-family: "roboto_bold_web";
    color: #5A2C2B; }
    body .title-audio p span {
      font-family: "roboto_regular_web"; }
  body .current-time {
    font-family: "roboto_bold_web";
    color: #5A2C2B;
    font-size: 14px; }
  body .d-none-mobile {
    padding-right: 0; }
    @media (max-width: 575.98px) {
      body .d-none-mobile {
        display: none; } }
  body .d-block-mobile {
    display: none; }
    @media (max-width: 575.98px) {
      body .d-block-mobile {
        display: block; } }
  body .mt-50 {
    margin-top: 50px; }

@media screen and (max-width: 991.98px) {
  body .search-box {
    bottom: 10px; } }

.link-card {
  margin: 2px;
  padding: 0; }
  @media (max-width: 575.98px) {
    .link-card.btn {
      width: 98.5%; } }

@media screen and (max-width: 991.98px) {
  body .search-box {
    bottom: 17px; } }

main {
  min-height: 500px; }
  @media (max-width: 991.98px) {
    main.main-container-approfondimento {
      min-height: 800px; } }

a:focus:active,
a:active,
a:active:focus,
button:focus:active,
button:active,
button:active:focus,
li:focus:active,
li:active,
li:active:focus,
i:focus:active,
i:active,
i:active:focus,
p:focus:active,
p:active,
p:active:focus {
  box-shadow: none !important; }

.scroller {
  /* Scrollbar Firefox */
  scrollbar-color: white #5A2C2B;
  scrollbar-width: thin; }

/* Scrollbar Google Chrome */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #5A2C2B;
  border-radius: 4px; }

::-webkit-scrollbar-thumb {
  background-color: white;
  border: 3px solid transparent;
  background-clip: content-box; }

.title--grey {
  color: #484848; }

.truncate-w {
  width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#areaLeanguage .portlet-body .truncate-text .btn-secondary:focus .btn-section {
  border: 2px solid #5A2C2B !important;
  outline: none;
  padding: 10px; }

.separator-column {
  position: relative;
  margin-bottom: 24px;
  margin-top: 30px; }
  .separator-column .results-total {
    position: absolute;
    right: 0;
    top: -12px;
    padding-left: 16px;
    background-color: #fff;
    color: #676767;
    font-size: 0.875rem; }
  .separator-column hr {
    border-top: 1px solid #D9D9D9; }

/** BASE **/
/* typhography component */
.roboto-presentation {
  font-family: "roboto_regular_web";
  font-size: 50px;
  font-weight: 600; }

#titleDescription.detail-search {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    #titleDescription.detail-search {
      margin-bottom: 30px; } }
  #titleDescription.detail-search h2 {
    font-family: "roboto_bold_web";
    font-size: 1.75rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 2.0625rem; }
    @media (max-width: 991.98px) {
      #titleDescription.detail-search h2 {
        font-size: 1.5rem; } }

#titleDescription h2 {
  font-size: 1.75rem;
  font-family: "EB_Garamond_Medium";
  line-height: 2.3125rem;
  padding-bottom: 7px;
  position: relative; }
  @media (max-width: 991.98px) {
    #titleDescription h2 {
      font-size: 1.5rem; } }
  #titleDescription h2 span {
    display: block; }
    #titleDescription h2 span.title {
      width: 75%;
      margin-bottom: 7px; }
      #titleDescription h2 span.title.manoscritto {
        line-height: 2.3125rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
    #titleDescription h2 span.line {
      height: 1px;
      background: #5A2C2B;
      width: 100%;
      position: relative; }
      #titleDescription h2 span.line::after {
        content: 'BIBLIOTECA PERSONALE';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        font-size: 0.875rem;
        font-family: "roboto_regular_web";
        text-transform: uppercase;
        color: #5A2C2B;
        line-height: 1rem;
        background: #ffffff;
        padding-left: 20px; }
      #titleDescription h2 span.line.eng::after {
        content: 'PERSONAL LIBRARY'; }

#titleDescription p {
  font-size: 1.25rem;
  font-family: "EB_Garamond_Medium";
  line-height: 1.625rem; }

#titleDescription.manoscritto span.title {
  line-height: 2.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

#titleDescription.manoscritto span.line::after {
  content: 'MANOSCRITTO'; }

#titleDescription.manoscritto span.line.eng::after {
  content: 'MANUSCRIPT'; }

#titleDescription.manoscritto div.description {
  line-height: 157.7%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 151.54px;
  font-family: "EB_Garamond_Medium";
  font-size: 1.25rem; }
  @media (max-width: 991.98px) {
    #titleDescription.manoscritto div.description {
      font-size: 1rem; } }

#expandText.with-title h2 {
  font-size: 1.75rem;
  font-family: "EB_Garamond_Medium";
  line-height: 2.3125rem;
  padding-bottom: 7px;
  position: relative;
  display: table-cell;
  max-height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  #expandText.with-title h2 span {
    display: block; }
    #expandText.with-title h2 span.title {
      width: 75%;
      margin-bottom: 10px; }
    #expandText.with-title h2 span.line {
      height: 1px;
      background: #5A2C2B;
      width: 80%;
      margin-bottom: 20px; }

#expandText.with-title.with-carousel span.title {
  width: 100%;
  max-height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }
  @media (max-width: 991.98px) {
    #expandText.with-title.with-carousel span.title {
      max-height: 62px;
      display: -webkit-box; } }

#references h3 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-family: "EB_Garamond_Medium";
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  #references h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    background: #5A2C2B;
    height: 1px;
    border-color: 30px; }

#references div span {
  font-size: 1.125rem;
  display: inline-block;
  margin-left: 10px;
  line-height: 175.4%;
  margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    #references div span {
      font-size: 0.875rem; } }
  #references div span:first-child {
    margin-left: 0px; }

a:focus {
  outline: 3px solid #5A2C2B; }

h2 + div.description {
  line-height: 130.4%;
  text-align: center; }

.line-results {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box; }
  .line-results span {
    position: absolute;
    top: 50%; }
    .line-results span.line {
      width: 100%;
      height: 1px;
      left: 0;
      transform: translateY(-50%);
      background: #757575; }
    .line-results span.text {
      background: #ffffff;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 40px;
      color: #757575; }

.detail-search h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "roboto_bold_web"; }
  @media (max-width: 991.98px) {
    .detail-search h3 {
      font-size: 1rem; } }

.detail-search#dataSheet h3 {
  font-family: "roboto_regular_web"; }

.p-top-5 {
  padding-top: 50px; }

.mt-6 {
  margin-top: 2rem; }
  @media (max-width: 575.98px) {
    .mt-6 {
      margin-top: 6rem; } }

.mt-7 {
  margin-top: 2.5rem; }

.mt-8 {
  margin-top: 3rem; }

.mt-9 {
  margin-top: 4rem; }

.mt-10 {
  margin-top: 5rem; }

.mt-11 {
  margin-top: 6rem; }

.mt-12 {
  margin-top: 7rem; }

.mt-40 {
  margin-top: 40px; }

.mt-130 {
  margin-top: 130px; }
  @media (max-width: 575.98px) {
    .mt-130 {
      margin-top: 10px; } }

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

.display-wkb {
  display: inline;
  width: max-content; }
  .display-wkb p {
    border-left: 2px solid #5A2C2B;
    margin: 0px;
    padding-bottom: 2em; }
    .display-wkb p:first-child {
      padding-top: 1.5em; }
      @media (max-width: 991.98px) {
        .display-wkb p:first-child {
          padding-top: 0em; } }
  @media (max-width: 991.98px) {
    .display-wkb {
      display: inline; } }

/** COMPONENTS **/
/* select form */
.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "roboto_regular_web", "Calibri", "Arial", sans-serif;
  font-size: 16px;
  color: #60666d; }
  @media (min-width: 768px) {
    .select-box {
      width: 70%; } }
  @media (min-width: 992px) {
    .select-box {
      width: 50%; } }
  @media (min-width: 1200px) {
    .select-box {
      width: 30%; } }
  .select-box__current {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    border: 1px solid;
    border-radius: 25px; }
    .select-box__current:focus {
      border: 3px solid; }
      .select-box__current:focus + .select-box__list {
        opacity: 1;
        color: #60666d;
        animation-name: none; }
        .select-box__current:focus + .select-box__list label {
          margin-bottom: 0px;
          margin-top: 10px; }
        .select-box__current:focus + .select-box__list .select-box__option {
          cursor: pointer; }
      .select-box__current:focus .select-box__icon {
        transform: translateY(-50%) rotate(180deg); }
  .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease; }
  .select-box__value {
    display: flex; }
  .select-box__input {
    display: none; }
    .select-box__input:checked + .select-box__input-text {
      display: block; }
  .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    color: #757575;
    padding: 5px 5px 5px 20px; }
  .select-box__list {
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    border-radius: 10px;
    margin-bottom: 0px;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    -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);
    margin-top: 10px; }
  .select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
    padding: 10px 5px 10px 20px;
    font-size: 16px; }
    .select-box__option:hover, .select-box__option:focus {
      color: #18222C;
      background-color: #EFEFEF; }

@keyframes HideList {
  from {
    transform: scaleY(1); }
  to {
    transform: scaleY(0); } }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 30px; }
  @media (max-width: 992px) {
    .select {
      height: 38px;
      width: 100%; } }

.select-styled {
  position: absolute;
  border-radius: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #757575;
  padding: 5px 5px 5px 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  @media (max-width: 992px) {
    .select-styled {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; } }

#anchor__select {
  /*  
        .rotate {
           
            
                transform: rotate(180deg);
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            
            
        } */
  /*      
    
        select[open-select="false"] + .fa-chevron-down {
            transform: rotate(0deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
       }
    
       select[open-select="true"] + .fa-chevron-down {
         
            transform: rotate(180deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        
        }
      */ }
  @media (max-width: 991.98px) {
    #anchor__select {
      display: none !important; } }
  #anchor__select select {
    border: none;
    -webkit-appearance: none; }
  #anchor__select .p-relative {
    position: relative; }
    #anchor__select .p-relative select {
      border: none;
      -webkit-appearance: none;
      padding-right: 30px; }
    #anchor__select .p-relative svg.fa-chevron-down {
      position: absolute;
      top: 14%;
      right: 7%;
      pointer-events: none; }
  #anchor__select .dropdown {
    background: none;
    /* .dropdown-toggle { 
 
        } */ }
    #anchor__select .dropdown .dropdown-menu,
    #anchor__select .dropdown .show {
      top: 15px !important;
      left: -32px !important;
      list-style: none;
      background-color: #ffffff;
      -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;
      border: none !important; }
      #anchor__select .dropdown .dropdown-menu::before,
      #anchor__select .dropdown .show::before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background-color: #ffffff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 15px;
        top: -10px; }
      #anchor__select .dropdown .dropdown-menu .dropdown-item,
      #anchor__select .dropdown .show .dropdown-item {
        color: #757575;
        margin: 0;
        padding: 12px 0;
        text-indent: 15px;
        border-top: 1px solid #ffffff;
        -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;
        width: 162px; }

.select-styled:after {
  content: "";
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-image: url(../images/svg/arrow-select.svg);
  position: absolute;
  top: 14px;
  right: 20px;
  background-size: 100%; }

.select-styled:active:after,
.select-styled.active:after {
  top: 14px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.select-styled:hover {
  background-color: #fff; }

.select-styled:active,
.select-styled.active {
  background-color: #fff; }

.select-options {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  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); }

.select-options::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; }

.select-options li {
  color: #757575;
  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; }

.select-options li:hover {
  color: #18222C;
  background-color: #EFEFEF; }

.select-options li[rel="hide"] {
  display: none; }

.select-styled:focus {
  /*  box-shadow: 0 0 0 0.2rem rgba(227, 68, 0, 0.8) !important; */
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.form-group a:focus {
  /* box-shadow: 0 0 0 0.3rem rgba(227, 68, 0, 0.8) !important; */
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.form-group .select:focus {
  /* box-shadow: 0 0 0 0.2rem rgba(227, 68, 0, 0.8) !important; */
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

/* Select custom secondo tipo */
[role="option"] {
  display: block;
  padding: 0 1em 0 1.5em;
  position: relative;
  line-height: 1.8em; }

[role="option"].focused {
  background: #5A2C2B;
  color: #fff; }

[role="option"][aria-selected="true"]::before {
  content: '';
  position: absolute;
  left: 0.5em; }

select option:first-child {
  display: none; }

#exp_button,
#exp_button_genere {
  height: 30px;
  text-align: left;
  padding: 5px 10px 5px 20px;
  width: 100%;
  max-width: 453px;
  position: relative;
  background: #fff;
  border: 1px solid #5A2C2B;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "roboto_regular_web"; }
  #exp_button:focus,
  #exp_button_genere:focus {
    outline: none; }

#exp_button_provincia {
  height: 30px;
  text-align: center;
  padding: 5px 10px 5px 20px;
  width: 220px;
  position: relative;
  background: #fff;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: "roboto_regular_web"; }
  #exp_button_provincia:focus {
    outline: none; }

#exp_button::after,
#exp_button_genere::after {
  content: "";
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(../images/svg/arrow-select.svg);
  position: absolute;
  top: 13px;
  right: 20px;
  background-size: 100%; }
  @media (max-width: 991.98px) {
    #exp_button::after,
    #exp_button_genere::after {
      right: 10px; } }
  @media (max-width: 414px) {
    #exp_button::after,
    #exp_button_genere::after {
      right: 171px;
      top: 10px; } }

#exp_button_provincia::after {
  content: "";
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(../images/svg/arrow-select.svg);
  position: absolute;
  top: 13px;
  right: 20px;
  background-size: 100%; }
  @media (max-width: 1199.98px) {
    #exp_button_provincia::after {
      right: 20px; } }
  @media (max-width: 414px) {
    #exp_button_provincia::after {
      right: 171px;
      top: -31px; } }

#exp_button[aria-expanded="true"]::after,
#exp_button_genere[aria-expanded="true"]::after,
#exp_button_provincia[aria-expanded="true"]::after {
  top: 13px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#exp_elem_list {
  /*overflow-y: auto;*/
  position: absolute;
  margin: 0;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #ffffff;
  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: 100%;
  max-width: 453px; }
  #exp_elem_list .scroll {
    height: fit-content;
    max-height: 350px;
    overflow-y: auto;
    display: block;
    padding-left: 0;
    margin: 0;
    /* Track */
    /* Handle */ }
    #exp_elem_list .scroll::-webkit-scrollbar {
      width: 10px; }
    #exp_elem_list .scroll::-webkit-scrollbar-track {
      background-color: #f7f7f7;
      border-radius: 10px; }
    #exp_elem_list .scroll::-webkit-scrollbar-thumb {
      background: #bdbdbd;
      border-radius: 10px; }
  #exp_elem_list::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #ffffff;
    -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 li {
    color: #000000;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #ffffff;
    -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 li:hover {
      color: #fff;
      background-color: #5A2C2B; }
    #exp_elem_list li a {
      color: #212529; }
      #exp_elem_list li a:hover {
        text-decoration: none; }
    #exp_elem_list li.focused {
      color: #fff; }

#exp_elem_list_genere,
#exp_elem_list_provincia,
#exp_elem_list_user {
  /*overflow-y: auto;*/
  position: absolute;
  margin: 0;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #ffffff;
  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;
  /* width */ }
  #exp_elem_list_genere::before,
  #exp_elem_list_provincia::before,
  #exp_elem_list_user::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #ffffff;
    -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_genere .scroll,
  #exp_elem_list_provincia .scroll,
  #exp_elem_list_user .scroll {
    height: fit-content;
    max-height: 350px;
    overflow-y: auto;
    display: block;
    padding-left: 0;
    margin: 0;
    /* Track */
    /* Handle */ }
    #exp_elem_list_genere .scroll::-webkit-scrollbar,
    #exp_elem_list_provincia .scroll::-webkit-scrollbar,
    #exp_elem_list_user .scroll::-webkit-scrollbar {
      width: 10px; }
    #exp_elem_list_genere .scroll::-webkit-scrollbar-track,
    #exp_elem_list_provincia .scroll::-webkit-scrollbar-track,
    #exp_elem_list_user .scroll::-webkit-scrollbar-track {
      background-color: #f7f7f7;
      border-radius: 10px; }
    #exp_elem_list_genere .scroll::-webkit-scrollbar-thumb,
    #exp_elem_list_provincia .scroll::-webkit-scrollbar-thumb,
    #exp_elem_list_user .scroll::-webkit-scrollbar-thumb {
      background: #bdbdbd;
      border-radius: 10px; }
  #exp_elem_list_genere li,
  #exp_elem_list_provincia li,
  #exp_elem_list_user li {
    color: #757575;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #ffffff;
    -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_genere li:hover,
    #exp_elem_list_provincia li:hover,
    #exp_elem_list_user li:hover {
      color: #18222C;
      background-color: #EFEFEF; }
    #exp_elem_list_genere li a,
    #exp_elem_list_provincia li a,
    #exp_elem_list_user li a {
      color: #212529; }
      #exp_elem_list_genere li a:hover,
      #exp_elem_list_provincia li a:hover,
      #exp_elem_list_user li a:hover {
        text-decoration: none; }

.hidden {
  display: none; }

#exp_elem_list_user {
  width: 80px;
  left: -45px;
  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; }

.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: 1.4rem; }
      .form--select-wrapper .bootstrap-select.form-control .dropdown-toggle::after {
        content: "";
        border: none;
        vertical-align: unset;
        margin: 0;
        color: #5A2C2B;
        transition: 0.3s; }

.bootstrap-select {
  /* custom scrollbar */
  /* Track */
  /* Handle */ }
  .bootstrap-select.show .dropdown-toggle::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #000;
    padding-left: 0;
    padding-bottom: 0; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
      color: #000; }
  .bootstrap-select label {
    margin-bottom: 7px; }
  .bootstrap-select .btn {
    padding: 0; }
  .bootstrap-select .dropdown-toggle {
    border-radius: 0; }
    @media (min-width: 1200px) {
      .bootstrap-select .dropdown-toggle {
        border-bottom: 1px solid #000; } }
    @media (max-width: 991.98px) {
      .bootstrap-select .dropdown-toggle {
        margin-bottom: 10px; } }
    .bootstrap-select .dropdown-toggle::after {
      content: "";
      margin-left: .255em;
      vertical-align: .255em;
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      border-left: 0;
      position: absolute;
      right: 10px;
      width: 20px;
      height: 20px;
      background-image: url(../images/svg/arrow-select-black.svg);
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 991.98px) {
        .bootstrap-select .dropdown-toggle::after {
          right: 8px; } }
  .bootstrap-select .filter-option-inner .filter-option-inner-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 30px;
    display: block; }
  .bootstrap-select .inner:focus {
    box-shadow: none !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 2; }
  .bootstrap-select [role="option"] {
    display: block;
    padding: 8px 15px;
    position: relative;
    line-height: 1.8em; }
  .bootstrap-select .dropdown-menu {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    border: none;
    padding: 0;
    max-width: 220px;
    max-height: 400px !important; }
    .bootstrap-select .dropdown-menu li a span.check-mark {
      position: absolute;
      display: inline-block;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid #5A2C2B;
      height: 24px;
      width: 24px;
      border-radius: 4px; }
      .bootstrap-select .dropdown-menu li a span.check-mark::after {
        content: none; }
    .bootstrap-select .dropdown-menu li a span.text {
      font-size: 0.875rem;
      white-space: break-spaces; }
  .bootstrap-select .dropdown-item:focus,
  .bootstrap-select .dropdown-item:hover,
  .bootstrap-select .dropdown-item.active {
    color: #000;
    text-decoration: none;
    background-color: rgba(72, 35, 35, 0.1); }
  .bootstrap-select.show-tick .dropdown-menu .selected a span.check-mark {
    background: rgba(16, 61, 66, 0.25);
    top: 50%; }
    .bootstrap-select.show-tick .dropdown-menu .selected a span.check-mark::before {
      content: "";
      background-image: url(../images/svg/check-select.svg);
      width: 12px;
      height: 10px;
      background-position: center;
      background-repeat: no-repeat;
      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: #000; }
  .bootstrap-select ::-webkit-scrollbar {
    width: 8px;
    height: 10px; }
  .bootstrap-select ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border: 1px solid #536a66;
    border-radius: 10px; }
  .bootstrap-select ::-webkit-scrollbar-thumb {
    background: #5A2C2B;
    border-radius: 10px; }

.bootstrap-select.bs-container {
  transform: translateY(75px); }
  @media (min-width: 1200px) {
    .bootstrap-select.bs-container {
      transform: translateY(130px); } }

.search-box-form {
  margin-bottom: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .search-box-form .selectCustom {
    border: none; }
    .search-box-form .selectCustom .custom-select {
      width: 100%;
      padding: 0; }
      .search-box-form .selectCustom .custom-select label {
        display: block;
        width: 100%;
        color: #000;
        font-size: 0.875rem;
        margin-bottom: 5px;
        margin-left: 8px;
        font-family: "roboto_regular_web";
        font-weight: 400;
        color: #5A2C2B;
        line-height: 0.875rem; }
      .search-box-form .selectCustom .custom-select .select-selected {
        position: relative;
        height: 30px;
        border: 1px solid #5A2C2B;
        width: 100%;
        background-color: #fff;
        border-radius: 30px;
        padding: 5px 10px 5px 20px; }
        .search-box-form .selectCustom .custom-select .select-selected::after {
          right: 10px; }
      .search-box-form .selectCustom .custom-select .select-items {
        top: 52px; }
  .search-box-form .form-group {
    display: inline-block;
    font-size: 0.875rem; }
    .search-box-form .form-group .form-control {
      height: 30px;
      padding: 0;
      border: 1px solid #5A2C2B;
      border-radius: 15px;
      width: 100%;
      padding-left: 20px;
      color: #000; }
      .search-box-form .form-group .form-control::placeholder {
        color: #495057; }
    .search-box-form .form-group .border-right-custom {
      position: absolute;
      top: 109px;
      left: 704px; }
      .search-box-form .form-group .border-right-custom.responsive {
        position: absolute;
        left: 49.8%;
        top: 240px; }
    .search-box-form .form-group input.width-custom {
      width: 410px; }
      .search-box-form .form-group input.width-custom.calendar-from {
        width: 119px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: -3px;
        background-color: #fff;
        background-image: url(../images/svg/calendar_serachHero.svg);
        background-repeat: no-repeat;
        background-position: 90% center; }
      .search-box-form .form-group input.width-custom.calendar-to {
        width: 119px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        background-image: url(../images/svg/calendar_serachHero.svg);
        background-repeat: no-repeat;
        background-position: 90% center;
        margin-left: -1px; }
    .search-box-form .form-group .icon {
      background: #fff;
      min-width: 50px;
      font-size: 10px;
      padding: 12px;
      border-radius: 0px 25px 25px 0px;
      height: 40px;
      margin-left: -1px; }

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 44, 43, 0.8); }

input::placeholder {
  color: #757575;
  font-family: "roboto_regular_web";
  font-size: 14px; }

.box-checkbox {
  margin-top: 26px;
  display: flex;
  align-items: center;
  width: 180px;
  position: relative; }
  .modal .box-checkbox {
    width: 100%; }
  @media (max-width: 991.98px) {
    .box-checkbox {
      margin: 0 auto; } }
  .box-checkbox label {
    margin: 0 30px 0 0;
    padding: 0; }
  .box-checkbox input.checkbox-custom,
  .box-checkbox span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #5A2C2B;
    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 #5A2C2B !important;
      outline-offset: 5px !important; }
  .box-checkbox input.checkbox-custom:checked + span:after {
    content: url("/o/CatalogoBibliograficoTema/images/svg/shape.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/* Checkbox */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #183e36;
  outline: none; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem #183e36; }

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

.custom-check-label {
  font-family: "roboto_bold_web";
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .custom-check-label {
      font-size: 0.875rem; } }

@media (max-width: 767.98px) {
  .custom-checkbox {
    margin-bottom: 20px; } }

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.2rem #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 {
  background-image: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: #6e6e6e;
  top: 4px;
  left: -24px;
  color: #000;
  position: absolute; }
  .search-box-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #5A2C2B;
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    top: 6px;
    left: -22px; }

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

.box-input-radio {
  display: flex; }
  @media (max-width: 767.98px) {
    .box-input-radio {
      flex-direction: column;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  .box-input-radio .form-check {
    padding-left: 1.5rem; }
    @media (max-width: 767.98px) {
      .box-input-radio .form-check {
        padding-left: 0; } }
    .box-input-radio .form-check .custom-radio {
      opacity: 0; }
      .box-input-radio .form-check .custom-radio ~ label {
        padding-left: 10px;
        color: #000;
        cursor: pointer;
        font-size: 14px;
        line-height: 30px; }
        @media (max-width: 767.98px) {
          .box-input-radio .form-check .custom-radio ~ label {
            padding-left: 0; } }
        .box-input-radio .form-check .custom-radio ~ label::before {
          content: '';
          border-radius: 4px;
          width: 20px;
          height: 20px;
          border: 1px solid #000;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 767.98px) {
            .box-input-radio .form-check .custom-radio ~ label::before {
              left: unset;
              right: 0; } }
      .box-input-radio .form-check .custom-radio:checked ~ label::before {
        background-color: #6e6e6e;
        border: none; }
      .box-input-radio .form-check .custom-radio:focus ~ label::before {
        box-shadow: 0 0 0 0.2rem #183e36;
        outline: none; }

.services {
  margin-bottom: 30px; }
  .services label {
    font-size: 14px;
    font-family: "roboto_regular_web";
    position: relative;
    top: 5px; }
  .services input {
    height: 30px;
    border: 1px solid #000;
    border-radius: 30px; }
    .services input:focus {
      border-color: transparent; }

#wrapper header,
#wrapper #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #wrapper header #brand a:focus,
  #wrapper #header #brand a:focus {
    box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
  #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 #5A2C2B;
      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;
            background: #E0E0E0;
            color: #000;
            font-size: 0.75rem;
            font-family: "roboto_bold_web"; }
          #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 45px;
                border-top: 1px solid #F1F1F1; }
                #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 .top-header-megamenu .top-header-megamenu--items:first-child,
                #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items:first-child {
                  margin-left: 15px; }
                #wrapper header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items:last-child,
                #wrapper #header .header-firstnav .container .brand-name #box-primary-menu.dropdown.custom .dropdown-menu.custom .top-header-megamenu .top-header-megamenu--items:last-child {
                  margin-right: 15px; } }
            #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"] .fa-chevron-down,
        #wrapper #header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
          transform: rotate(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"] .fa-chevron-down,
        #wrapper #header .header-firstnav .container .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
          transform: rotate(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 img,
        #wrapper #header .header-firstnav .container #user img {
          height: 20px; }
        #wrapper header .header-firstnav .container #user svg g path,
        #wrapper #header .header-firstnav .container #user svg g path {
          fill: #000; }
  #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; }
      #wrapper header .header-secondnav .navbar .navbar-toggler,
      #wrapper #header .header-secondnav .navbar .navbar-toggler {
        padding: 0;
        border: none; }
      #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: 16px;
          top: 10px; } }
      #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: 1.5rem;
          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); }
          #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.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: #5A2C2B !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: #5A2C2B; }
              #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"] .fa-chevron-down,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
          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"] .fa-chevron-down,
        #wrapper #header .header-secondnav .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
          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: auto;
        overflow-y: scroll; } }
    #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"] .fa-chevron-down,
    #wrapper #header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
      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"] .fa-chevron-down,
    #wrapper #header .header-secondnav #mainMenu .dropdown-toggle[aria-expanded="false"] .fa-chevron-down {
      transform: rotate(0deg);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #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 (min-width: 1200px) {
      #wrapper header .header-secondnav #mainMenu li,
      #wrapper #header .header-secondnav #mainMenu li {
        margin-right: 24px; } }
    #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:focus,
        #wrapper #header .header-secondnav #mainMenu li a.nav-link:focus {
          box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
        #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-image: url(../images/svg/search.svg);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 0;
      background-size: 100%; }
      @supports (-webkit-touch-callout: none) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          background-size: 68% !important; } }
      @supports not (-webkit-touch-callout: none) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          background-size: 68% !important; } }
      @media (min-width: 320px) and (max-width: 575.98px) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          background-size: 68% !important; } }
      @media (max-width: 767.98px) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          background-size: 68% !important; } }
      @media (max-width: 1024px) {
        #wrapper header .header-secondnav #search,
        #wrapper #header .header-secondnav #search {
          margin-left: 0; } }
      #wrapper header .header-secondnav #search:focus,
      #wrapper #header .header-secondnav #search:focus {
        box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
      @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 .form-group,
      #wrapper #header .header-secondnav #expandSearch .form-group {
        margin-top: 10px; }
      #wrapper header .header-secondnav #expandSearch label,
      #wrapper #header .header-secondnav #expandSearch label {
        color: #fff;
        font-size: 0.875rem;
        margin-bottom: 3px;
        margin-left: 15px; }
      #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%;
        margin-top: 35px; }
        #wrapper header .header-secondnav #expandSearch button:hover,
        #wrapper #header .header-secondnav #expandSearch button:hover {
          border: 2px solid #fff;
          color: #fff; }
      #wrapper header .header-secondnav #expandSearch button.searchClose,
      #wrapper #header .header-secondnav #expandSearch button.searchClose {
        background-color: transparent;
        background-image: url(../images/svg/close.svg);
        width: 18px;
        height: 18px;
        background-size: 100%;
        border: 0;
        margin-top: 35px; }
      #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: 991px) {
        #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: relative;
      top: -6px;
      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: 6px;
        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; }

#heroImageHome {
  height: 385px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    #heroImageHome {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 0px; } }
  #heroImageHome .box-text {
    position: absolute;
    bottom: 134px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      #heroImageHome .box-text {
        padding-left: 22px;
        padding-right: 22px;
        position: unset;
        transform: unset;
        margin-top: 80px; } }
    #heroImageHome .box-text h2,
    #heroImageHome .box-text p {
      color: #fff;
      text-align: center; }
    #heroImageHome .box-text p {
      font-size: 1rem;
      font-family: "roboto_regular_web";
      margin: 0; }
      @media (max-width: 991.98px) {
        #heroImageHome .box-text p {
          font-size: 14px; } }
    #heroImageHome .box-text h2 {
      font-size: 2.1875rem;
      font-family: "EB_Garamond_Medium";
      line-height: 2.875rem; }
      @media (max-width: 991.98px) {
        #heroImageHome .box-text h2 {
          font-size: 30px;
          text-align: center;
          line-height: 105.2%; } }

#heroImage {
  margin-bottom: 20px;
  height: 300px; }
  @media (max-width: 991.98px) {
    #heroImage {
      display: none; } }

#heroImageDetailRoom {
  height: 670px; }

body {
  /*
@media (min-width:1025px){
    .modal, .modal-backdrop{
        display: none!important;
    }
}
@media (max-width:1024px){
    #expandSearch.show{
        display: none!important;
    }
}
*/
  /* Label float */
  /* 
  .floating-label-wrap {
    position: relative;
  }

  .floating-label-field {
    border-width: 0;
    color: rgba(#2c3e50, .75);

    &:focus {
      outline: 0;
      box-shadow: 0;
    }

    &::placeholder {
      color: transparent;
    }
  }

  .floating-label-field {

    &,
    & + .floating-label {
      line-height: 1;
      font: inherit;
      height: 4em;
    }
  }

  .floating-label-field {
    & + .floating-label {
      position: absolute;
      top: -17px;
      left: 22px;
      user-select: none;
    }
  }

  .floating-label-field {

    &.floating-label {
      position: relative;
    }
  }

  .floating-label-field {
    color: #fff;
  }

  .floating-label-field {
    & + .floating-label {
      transition: transform .25s, opacity .25s ease-in-out;
      transform-origin: 0 0;
    }
  }

  .floating-label-field {

    &:focus,
    &:not(:placeholder-shown) {
      border-color: #fff;

      & + .floating-label {
        transform: translate(-10%, -60%);
        color: #fff;
        padding: 3px 8px;
        height: auto;
        font-family: $r-regular;
        font-size: 0.75rem;
      }
    }
  }

  .floating-label-input {
    &:valid {
      &:not(:placeholder-shown) {
        border-color: rgba(#2ed573, .3);
      }
    }

    &:invalid {
      border-color: rgba(#ff4757, .3);
    }
  } */ }
  body .search-box {
    position: absolute;
    max-width: 1110px;
    width: 1110px;
    height: 180px;
    background: #D7C8C1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -90px;
    padding: 20px;
    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);
    /* 
        .btn.btn-primary:active {
            width: 210px !important;
            
        } */ }
    body .search-box.nuova-ricerca {
      position: unset;
      bottom: unset; }
    @media (max-width: 1140px) {
      body .search-box {
        width: auto; } }
    @media (max-width: 991.98px) {
      body .search-box {
        bottom: -100px;
        height: 100px;
        display: flex;
        align-items: center; } }
    @media (max-width: 374px) {
      body .search-box {
        padding: 10px; } }
    @media (max-width: 991.98px) {
      body .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) {
      body .search-box {
        height: 100px; } }
    body .search-box .avanzata {
      color: #5A2C2B;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      font-size: 14px;
      text-align: right;
      width: 100%;
      margin-top: 10px;
      text-align: center; }
      @media (max-width: 991.98px) {
        body .search-box .avanzata {
          text-align: center;
          margin-top: 30px;
          padding-right: 8px; } }
      body .search-box .avanzata:focus {
        box-shadow: 0 0 0 0.2rem #000; }
    body .search-box .button-search {
      width: 211px;
      height: 30px;
      border-radius: 25px;
      background-color: #5A2C2B;
      border-color: #D7C8C1;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      padding: 0 20px;
      margin-top: 22px;
      border: none;
      color: #fff;
      font-size: 0.875rem; }
      body .search-box .button-search:focus {
        box-shadow: 0 0 0 0.2rem #5A2C2B;
        background: #D7C8C1;
        color: #5A2C2B;
        outline: none; }
        @media (max-width: 991.98px) {
          body .search-box .button-search:focus {
            color: #fff;
            box-shadow: none; } }
      body .search-box .button-search:hover {
        border: 2px solid #5A2C2B;
        background-color: #D7C8C1;
        color: #5A2C2B; }
        @media (max-width: 991.98px) {
          body .search-box .button-search:hover {
            color: #fff; } }
    body .search-box h2 {
      font-size: 1.75rem;
      color: #ffffff;
      font-family: "roboto_regular_web";
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 13px;
      display: none; }
      @media (max-width: 575.98px) {
        body .search-box h2 {
          display: block; } }
      @media (max-width: 991.98px) {
        body .search-box h2 {
          font-size: 1.5rem;
          display: block; } }
      @media (max-width: 374px) {
        body .search-box h2 {
          margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      body .search-box form {
        display: none; } }
    body .search-box label {
      display: block;
      width: 100%;
      color: #000;
      font-size: 14px;
      margin-bottom: 5px;
      margin-left: 8px;
      font-family: "roboto_regular_web";
      font-weight: 400;
      color: #5A2C2B; }
      @media (max-width: 991.98px) {
        body .search-box label {
          color: #fff; } }
    body .search-box .responsiveSearch {
      display: none; }
      @media (max-width: 991.98px) {
        body .search-box .responsiveSearch {
          display: block;
          text-align: center; } }
      body .search-box .responsiveSearch .button-search {
        width: 211px;
        height: 30px;
        border-radius: 25px;
        background-color: #5A2C2B;
        border-color: #D7C8C1;
        text-transform: uppercase;
        font-family: "roboto_bold_web";
        padding: 0 20px;
        margin-top: 0px;
        border: none; }
  body #exp_button span {
    color: #757575;
    font-family: "roboto_regular_web";
    font-size: 14px; }

body .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px 0px 40px 0px;
  /*
        .active {
            width: 300px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }*/ }
  @media (max-width: 991.98px) {
    body .breadcrumb {
      margin-bottom: 40px; } }
  body .breadcrumb li {
    font-size: 14px;
    color: #3A3A3A;
    font-family: "roboto_regular_web"; }
    body .breadcrumb li a {
      font-family: "roboto_bold_web";
      color: #000;
      font-size: 14px;
      text-decoration-line: underline;
      font-weight: bold; }
  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: 1.5rem; } }
  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; }

body .main_content h1 {
  font-size: 2rem;
  max-width: 620px;
  font-family: "roboto_regular_web";
  display: block;
  margin: auto; }
  @media (max-width: 991.98px) {
    body .main_content h1 {
      font-size: 1.375rem; } }
  body .main_content h1 span {
    font-family: "roboto_bold_web"; }
  body .main_content h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #D7C8C1;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 60px;
    border-radius: 25px; }
    @media (max-width: 575.98px) {
      body .main_content h1::after {
        margin-bottom: 40px; } }

body .main_content h2 {
  font-size: 1.75rem;
  font-family: "EB_Garamond_Medium";
  margin: auto;
  color: #000; }
  @media (max-width: 991.98px) {
    body .main_content h2 {
      font-size: 1.5rem; } }
  body .main_content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #5A2C2B;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 30px;
    border-radius: 25px; }
    @media screen and (max-width: 667px) {
      body .main_content h2::after {
        margin-bottom: 47px; } }
    @media (max-width: 575.98px) {
      body .main_content h2::after {
        margin-bottom: 20px; } }
  body .main_content h2.title-approfondimenti {
    font-size: 24px; }
    @media (max-width: 1199.98px) {
      body .main_content h2.title-approfondimenti {
        text-align: center; } }
    body .main_content h2.title-approfondimenti::after {
      margin-left: 0;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        body .main_content h2.title-approfondimenti::after {
          margin: 0 auto 30px;
          margin-top: 12px; } }
  body .main_content h2.title-percorsi {
    font-size: 28px; }
    @media (max-width: 991.98px) {
      body .main_content h2.title-percorsi {
        font-size: 1.5rem; } }
  body .main_content h2.archivi-mobile {
    display: none; }
    @media (max-width: 575.98px) {
      body .main_content h2.archivi-mobile {
        display: block; } }

body .main_content p.text {
  max-width: 970px;
  margin: 0 auto;
  text-align: center; }

body .title_boxmappa {
  font-size: 2rem;
  color: #000000;
  font-family: "roboto_bold_web"; }

body .text-boxmappa {
  font-size: 1.5rem;
  color: #000000;
  font-family: "roboto_regular_web";
  margin-top: 40px; }

body .sr-only {
  color: #878787; }

#contenutiCorrelati h4 {
  font-family: "cabin_bold";
  font-size: 18px;
  color: #14352F;
  height: 74px; }

.tr-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 26px;
  height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 575.98px) {
    .tr-title.tr__mobile {
      max-height: 40px;
      height: 40px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.tr-title-2 {
  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: 70px;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

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

.tr-3-project {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 35px;
  max-height: 84px;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

body .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) {
    body .vertical__button {
      top: 90%;
      margin-right: 15px; } }
  body .vertical__button a {
    color: white;
    font-size: 1rem;
    font-family: "roboto_bold_web";
    background-color: #5A2C2B;
    padding: 13px;
    line-height: 1.1875rem; }
    @media (max-width: 575.98px) {
      body .vertical__button a {
        border-radius: 50%; } }
    body .vertical__button a:focus {
      outline: 3px solid #D7C8C1 !important;
      box-shadow: none !important; }
    body .vertical__button a img {
      margin-right: 5px; }
      @media (max-width: 575.98px) {
        body .vertical__button a img {
          margin-right: 0px;
          margin-top: -3px; } }
    @media (max-width: 575.98px) {
      body .vertical__button a .text__show_ecosistema {
        display: none; } }

body button.btn.btn-primary,
body button.btn.btn-primary:active {
  height: 30px;
  border-radius: 25px;
  background-color: #D7C8C1;
  border-color: #D7C8C1;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  color: black; }

body button.btn.btn-primary:hover {
  background-color: #5A2C2B;
  border-color: #5A2C2B;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  color: #D7C8C1; }

@media (min-width: 992px) {
  body *:focus {
    box-shadow: 0 0 0 0.2rem #5A2C2B;
    outline: none; } }

body .btn.button-primary:focus {
  box-shadow: 0 0 0 0.2rem #5A2C2B; }

body .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #5A2C2B; }

body .false__btn {
  background: transparent;
  border: 0; }
  body .false__btn:hover {
    background: transparent; }
  body .false__btn:focus {
    outline: 3px solid #5A2C2B; }

body #exp_elem_list,
body #exp_elem_list_genere,
body #exp_elem_list_provincia,
body #exp_elem_user {
  box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
  z-index: 2; }

body input.form-control:focus,
body #exp_button:focus,
body #exp_button_genere:focus,
body #exp_button_provincia:focus {
  box-shadow: 0 0 0 0.2rem #5A2C2B; }

body .btn-primary:not(:disabled):not(.disabled).active:focus,
body .btn-primary:not(:disabled):not(.disabled):active:focus,
body .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 44, 43, 0.8);
  color: white; }

body .btn-primary:not(:disabled):not(.disabled).active,
body .btn-primary:not(:disabled):not(.disabled):active,
body .show > .btn-primary.dropdown-toggle {
  height: 30px;
  border-radius: 25px;
  background-color: #5A2C2B;
  border-color: #5A2C2B;
  text-transform: uppercase;
  font-family: "roboto_bold_web"; }

body .general-menu {
  position: relative;
  margin-right: 20px; }
  body .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; }
    body .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; }
    body .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; }

body .info_hero button {
  position: relative;
  padding: 0 20px; }
  body .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; }
  body .info_hero button span.btn-more-hero {
    margin-bottom: 0;
    padding-left: 20px; }

body .info_hero button.btn.btn-primary:hover span::before {
  background-image: url("../images/svg/mask_hover.svg");
  background-repeat: no-repeat;
  color: #5A2C2B; }

body .info_hero button.btn.btn-primary:active:hover {
  color: #fff; }

body .info_hero button.btn.btn-primary:hover {
  color: #5A2C2B; }

body .info_hero button.btn.btn-primary:active span::before {
  background-image: url("../images/svg/mask.svg");
  background-repeat: no-repeat; }

body .btn_map {
  font-weight: "roboto_bold_web";
  font-size: 1rem;
  margin-top: 40px;
  color: #000;
  border: 3px solid #D7C8C1;
  border-radius: 50px;
  padding: 10px 20px; }
  body .btn_map:hover {
    background-color: #D7C8C1;
    border: 3px solid #D7C8C1; }

body #cardProduction .card-place.overlay-image::before,
body #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; }

body #cardProduction .card-footer {
  position: relative; }
  body #cardProduction .card-footer .calendar {
    position: absolute;
    top: -25px; }
    body #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; }
    body #cardProduction .card-footer .calendar .dropdown-calendar {
      position: absolute;
      left: 5px;
      bottom: 50px;
      width: 200px;
      display: none; }
      body #cardProduction .card-footer .calendar .dropdown-calendar.active {
        display: block; }
        body #cardProduction .card-footer .calendar .dropdown-calendar.active .google,
        body #cardProduction .card-footer .calendar .dropdown-calendar.active .local {
          justify-content: flex-start;
          color: #fff; }
          body #cardProduction .card-footer .calendar .dropdown-calendar.active .google span,
          body #cardProduction .card-footer .calendar .dropdown-calendar.active .local span {
            font-size: 0.875rem;
            margin-left: 10px; }

body .calendar {
  position: relative; }
  body .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; }
  body .calendar .dropdown-calendar {
    position: absolute;
    right: 5px;
    width: 100%;
    display: none; }
    body .calendar .dropdown-calendar.active {
      display: block; }
      body .calendar .dropdown-calendar.active .google,
      body .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"; }
        body .calendar .dropdown-calendar.active .google span,
        body .calendar .dropdown-calendar.active .local span {
          font-size: 0.875rem;
          margin-right: 3px; }
        body .calendar .dropdown-calendar.active .google div,
        body .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: #5A2C2B;
    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: 30px;
  height: 30px;
  background-image: url(../images/svg/maximize.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%; }

.container.position-relative {
  z-index: 9; }
  .container.position-relative #buttonFixed {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 100px;
    left: 0;
    width: 100%;
    text-align: center; }
    .container.position-relative #buttonFixed button {
      color: #fff;
      background-color: #D7C8C1;
      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) {
        .container.position-relative #buttonFixed button {
          width: 100%; } }
    .container.position-relative #buttonFixed span:first-child {
      font-family: "roboto_bold_web";
      font-size: 14px;
      display: block;
      margin-bottom: -9px; }
    .container.position-relative #buttonFixed span:last-child {
      font-family: "roboto_regular_web";
      font-size: 12px; }
    @media (max-width: 991.98px) {
      .container.position-relative #buttonFixed {
        display: none;
        bottom: 0;
        transform-origin: top; } }
    @media (max-width: 575.98px) {
      .container.position-relative #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); }

.explore-button {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "roboto_bold_web";
  color: #5A2C2B;
  padding: 0;
  margin-top: 20px; }
  .explore-button img {
    width: 20px; }
  .explore-button span:not(.text) {
    background-color: #D7C8C1;
    border-radius: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    color: #5A2C2B;
    font-size: 1rem; }
  .explore-button:hover {
    color: #5A2C2B; }
    .explore-button:hover span.text {
      text-decoration: underline; }
  .explore-button:focus {
    outline: 2px solid #5A2C2B;
    box-shadow: none; }

.action-box {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .action-box {
      justify-content: center; } }
  .action-box .text {
    font-size: 14px; }

.button--search-adv {
  font-family: "roboto_medium";
  color: #fff;
  font-size: 16px;
  padding: 5px 10px 6px 10px;
  background: #5A2C2B;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase; }
  .button--search-adv:focus {
    outline: 3px solid #000;
    box-shadow: none; }
  .button--search-adv:hover {
    color: #fff;
    text-decoration: none; }

a.extented--adv {
  margin-top: 60px;
  min-width: 220px;
  display: inline-block; }
  @media (max-width: 767.98px) {
    a.extented--adv {
      width: 100%;
      margin-bottom: 4em; } }

button.subtitle--accordion {
  font-size: 14px;
  line-height: 1.1875rem;
  color: #707070;
  font-family: "roboto_medium";
  margin-bottom: 4px;
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0;
  text-transform: uppercase; }
  button.subtitle--accordion:hover {
    text-decoration: none;
    color: #707070; }
  button.subtitle--accordion:focus {
    outline: 2px solid #5A2C2B;
    box-shadow: none; }
  button.subtitle--accordion::before {
    content: "";
    background-color: #F7F4F3;
    width: 24px;
    height: 13px;
    margin: 3px 5px 0px 0px; }
  button.subtitle--accordion::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/arrow-tab.svg);
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 6px;
    margin: 3px 0px 0px 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  button.subtitle--accordion.open::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }

.anchor--link {
  font-family: "roboto_bold_web";
  color: #000;
  text-decoration: underline; }
  .anchor--link:hover {
    color: #000; }
  .anchor--link:focus {
    outline: 3px solid #5A2C2B;
    text-decoration: underline;
    color: #000 !important; }

.anchor-download {
  color: #000;
  font-family: "roboto_regular_web";
  font-size: 14px; }
  .anchor-download:focus {
    outline: 3px solid #5A2C2B; }
  .anchor-download:hover {
    text-decoration: underline;
    color: #000; }

.button--modal {
  height: 32px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 4.4px 20px;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  background: white;
  border: 0px;
  display: flex;
  align-items: center;
  margin-right: 40px !important; }
  @media (max-width: 991.98px) {
    .button--modal {
      width: 100%;
      text-align: center;
      display: block;
      font-size: 13px;
      margin-bottom: 1em; } }
  .button--modal img {
    margin-right: 10px; }
  .button--modal:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000; }
  .button--modal.disabled {
    pointer-events: none;
    color: #5A2C2B;
    opacity: 0.5; }
  .button--modal.active {
    background-color: #5A2C2B;
    color: white;
    text-decoration: none;
    float: right; }
    .button--modal.active:focus {
      outline: 3px solid #000;
      box-shadow: none; }

.info-ocr {
  width: 18px;
  height: 18px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/svg/question-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px; }
  .ocr-results .info-ocr {
    background-image: url(../images/svg/question.svg); }
  .info-ocr:hover, .info-ocr:active {
    background-color: transparent !important; }

.ocr-label {
  width: auto !important; }

/* carousel 3 elementi con card */
.cardButton, #cardButtonSearch {
  overflow: hidden;
  border-radius: 4px;
  border: none; }
  .cardButton.square, .square#cardButtonSearch {
    height: 350px; }
  .cardButton .card, #cardButtonSearch .card {
    border-radius: 4px !important; }

.tag-description-red {
  background-color: #d30019;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: .8rem;
  font-family: "roboto_bold_web";
  text-transform: uppercase; }

.tag-description-grey {
  background-color: #3A3A3A;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: .8rem;
  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,
#card-slideshow-multimedia,
#card-slideshow-audio,
#card-slideshow-scene {
  position: relative;
  margin-bottom: 13px; }
  @media (max-width: 991.98px) {
    #card-slideshow,
    #card-slideshow-multimedia,
    #card-slideshow-audio,
    #card-slideshow-scene {
      margin-bottom: 40px; }
      #card-slideshow .owl-buttons,
      #card-slideshow-multimedia .owl-buttons,
      #card-slideshow-audio .owl-buttons,
      #card-slideshow-scene .owl-buttons {
        display: none; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      #card-slideshow .owl-buttons,
      #card-slideshow-multimedia .owl-buttons,
      #card-slideshow-audio .owl-buttons,
      #card-slideshow-scene .owl-buttons {
        display: block; } }
  @media (max-width: 767.98px) {
    #card-slideshow .owl-pagination,
    #card-slideshow-multimedia .owl-pagination,
    #card-slideshow-audio .owl-pagination,
    #card-slideshow-scene .owl-pagination {
      display: none; } }
  @media (max-width: 575.98px) {
    #card-slideshow,
    #card-slideshow-multimedia,
    #card-slideshow-audio,
    #card-slideshow-scene {
      margin-bottom: 0px; } }
  #card-slideshow .owl-next.disabled,
  #card-slideshow .owl-prev.disabled,
  #card-slideshow-multimedia .owl-next.disabled,
  #card-slideshow-multimedia .owl-prev.disabled,
  #card-slideshow-audio .owl-next.disabled,
  #card-slideshow-audio .owl-prev.disabled,
  #card-slideshow-scene .owl-next.disabled,
  #card-slideshow-scene .owl-prev.disabled {
    cursor: default;
    opacity: 0.3;
    pointer-events: fill; }
  #card-slideshow .owl-prev,
  #card-slideshow-multimedia .owl-prev,
  #card-slideshow-audio .owl-prev,
  #card-slideshow-scene .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,
    #card-slideshow-multimedia .owl-prev:focus,
    #card-slideshow-audio .owl-prev:focus,
    #card-slideshow-scene .owl-prev:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
    @media (max-width: 767.98px) {
      #card-slideshow .owl-prev,
      #card-slideshow-multimedia .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-scene .owl-prev {
        left: -15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #card-slideshow .owl-prev,
      #card-slideshow-multimedia .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-scene .owl-prev {
        left: -20px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #card-slideshow .owl-prev,
      #card-slideshow-multimedia .owl-prev,
      #card-slideshow-audio .owl-prev,
      #card-slideshow-scene .owl-prev {
        left: -20px; } }
  #card-slideshow .owl-next,
  #card-slideshow-multimedia .owl-next,
  #card-slideshow-audio .owl-next,
  #card-slideshow-scene .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,
    #card-slideshow-multimedia .owl-next:focus,
    #card-slideshow-audio .owl-next:focus,
    #card-slideshow-scene .owl-next:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
    @media (max-width: 767.98px) {
      #card-slideshow .owl-next,
      #card-slideshow-multimedia .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-scene .owl-next {
        right: -15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #card-slideshow .owl-next,
      #card-slideshow-multimedia .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-scene .owl-next {
        right: -20px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      #card-slideshow .owl-next,
      #card-slideshow-multimedia .owl-next,
      #card-slideshow-audio .owl-next,
      #card-slideshow-scene .owl-next {
        right: -20px; } }
  #card-slideshow .owl-dots,
  #card-slideshow-multimedia .owl-dots,
  #card-slideshow-audio .owl-dots,
  #card-slideshow-scene .owl-dots {
    text-align: center; }
    #card-slideshow .owl-dots button,
    #card-slideshow-multimedia .owl-dots button,
    #card-slideshow-audio .owl-dots button,
    #card-slideshow-scene .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #212529;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
  #card-slideshow .owl-dot.active,
  #card-slideshow-multimedia .owl-dot.active,
  #card-slideshow-audio .owl-dot.active,
  #card-slideshow-scene .owl-dot.active {
    background-color: #212529; }

@media (max-width: 575.98px) {
  .main_content #card-slideshow .owl-next,
  .main_content #card-slideshow-multimedia .owl-next {
    right: 2px; } }

@media (max-width: 575.98px) {
  .main_content #card-slideshow .owl-prev,
  .main_content #card-slideshow-multimedia .owl-prev {
    left: 2px; } }

#lightbox-slideshow,
#lightbox-slideshow-2 {
  margin-bottom: 0; }
  #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); }
  #lightbox-slideshow .owl-pagination,
  #lightbox-slideshow-2 .owl-pagination {
    display: none; }
  #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; }
    #lightbox-slideshow .owl-prev:focus,
    #lightbox-slideshow-2 .owl-prev:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
  #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; }
    #lightbox-slideshow .owl-next:focus,
    #lightbox-slideshow-2 .owl-next:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
  #lightbox-slideshow .title-image,
  #lightbox-slideshow-2 .title-image {
    float: left; }
  #lightbox-slideshow .cardButton, #lightbox-slideshow #cardButtonSearch,
  #lightbox-slideshow-2 .cardButton,
  #lightbox-slideshow-2 #cardButtonSearch {
    height: 360px; }
  #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%; }
  #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) {
      #lightbox-slideshow .card,
      #lightbox-slideshow-2 .card {
        background-size: cover !important; } }
  #lightbox-slideshow .wrap-element-slideshow span,
  #lightbox-slideshow-2 .wrap-element-slideshow span {
    display: block;
    padding: 15px;
    text-transform: uppercase; }
  #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); }
    #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.2rem #5A2C2B;
    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.2rem #5A2C2B;
    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: 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: "EB_Garamond_Medium";
    font-size: 1.125rem;
    line-height: 1.4375rem; }
    @media (max-width: 991.98px) {
      .card-slideshow-element h3 {
        font-size: 1.125rem; } }
    @media (max-width: 363px) {
      .card-slideshow-element h3 {
        font-size: 1.125rem; } }
  .card-slideshow-element .label {
    background-color: #5A2C2B;
    display: inline-block;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    margin-top: 10px; }
  .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_regular_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 a.expand-button {
    width: 120px;
    height: 30px;
    background-color: #5A2C2B;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: white;
    display: block;
    font-family: "roboto_regular_web";
    float: right;
    position: relative;
    margin-top: -25px; }
    .card-slideshow-element .card-footer a.expand-button:hover {
      text-decoration: none; }
    .card-slideshow-element .card-footer a.expand-button:focus {
      box-shadow: 0 0 0 0.2rem #D7C8C1; }
  .card-slideshow-element .card-footer .title-bottom {
    margin-bottom: 1.6rem; }
  .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 {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    left: -25px;
    background-image: url(../images/svg/plusw.svg);
    background-size: 100%;
    background-repeat: no-repeat; }

.second-icon {
  display: none;
  text-align: center;
  margin-top: 2px; }
  .second-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: -25px;
    background-image: url(../images/svg/minusw.svg);
    background-size: 100%;
    background-repeat: no-repeat; }

.card-slideshow-element .read-more:hover:after {
  width: 100%; }

@media only screen and (max-width: 479px) {
  .card-slideshow-element .month {
    font-size: 14px; }
  .card-slideshow-element .date {
    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.2rem #5A2C2B;
    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.2rem #5A2C2B;
    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 #212529;
    margin: 0 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }

#mainCardCarousel .owl-dot.active {
  background-color: #212529; }

#contDigCarousel {
  margin-top: 42px;
  margin-bottom: 98px; }
  #contDigCarousel .owl-item.active.center {
    transform: scale(1.1);
    transition: 0.3s transform ease-out; }
    #contDigCarousel .owl-item.active.center .card-custom {
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35); }
  #contDigCarousel .owl-item.firstActiveItem, #contDigCarousel .owl-item.lastActiveItem {
    opacity: 0.5;
    transition: 0.3s opacity ease-out;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      #contDigCarousel .owl-item.firstActiveItem, #contDigCarousel .owl-item.lastActiveItem {
        opacity: 1;
        pointer-events: inherit; } }
  #contDigCarousel .owl-item .card-custom {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }
  #contDigCarousel .owl-next.disabled,
  #contDigCarousel .owl-prev.disabled {
    cursor: default;
    opacity: 0.3;
    pointer-events: fill; }
  #contDigCarousel .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; }
    #contDigCarousel .owl-prev:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
    @media (max-width: 991.98px) {
      #contDigCarousel .owl-prev {
        left: -15px; } }
  #contDigCarousel .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; }
    #contDigCarousel .owl-next:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
    @media (max-width: 991.98px) {
      #contDigCarousel .owl-next {
        right: -15px; } }
  #contDigCarousel .owl-dots {
    text-align: center; }
    #contDigCarousel .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #212529;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
  #contDigCarousel .owl-dot.active {
    background-color: #212529; }

#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 #5A2C2B;
      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: #5A2C2B; }
    #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.2rem #5A2C2B;
      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.2rem #5A2C2B;
      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 #5A2C2B;
      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.2rem #5A2C2B;
    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.2rem #5A2C2B;
    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; }

.exploration-item {
  text-align: center;
  position: relative;
  padding: 40px 0; }
  .exploration-item span.line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #5A2C2B;
    opacity: 0.3;
    z-index: -1;
    left: 0; }
  .exploration-item span:not(.line) {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: 0.3s; }
  .exploration-item button.ball {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #5A2C2B;
    margin: 0 auto;
    border: 4px solid #F8F6F5;
    padding: 0;
    transition: width 0.2s, height 0.2s;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%; }
    .exploration-item button.ball:focus {
      outline: 2px solid #5A2C2B;
      box-shadow: none; }
  .exploration-item.active button.ball {
    width: 26px;
    height: 26px;
    border-width: 2px; }
  .exploration-item.active span:not(.line) {
    font-family: "roboto_bold_web"; }

#explorationCarousel {
  display: flex;
  justify-content: center; }
  #explorationCarousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%); }
    #explorationCarousel .owl-nav .owl-prev,
    #explorationCarousel .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      #explorationCarousel .owl-nav .owl-prev svg path,
      #explorationCarousel .owl-nav .owl-next svg path {
        fill: #5A2C2B; }
      #explorationCarousel .owl-nav .owl-prev.disabled,
      #explorationCarousel .owl-nav .owl-next.disabled {
        opacity: 0.4;
        pointer-events: none; }
    #explorationCarousel .owl-nav .owl-prev {
      left: -20px; }
      @media (max-width: 767.98px) {
        #explorationCarousel .owl-nav .owl-prev {
          left: -2px; } }
    #explorationCarousel .owl-nav .owl-next {
      right: -20px; }
      @media (max-width: 767.98px) {
        #explorationCarousel .owl-nav .owl-next {
          right: -2px; } }

#card-slideshow-multimedia {
  height: auto; }
  #card-slideshow-multimedia .owl-stage-outer {
    padding: 15px 0; }
    #card-slideshow-multimedia .owl-stage-outer .owl-item a:hover {
      color: #000; }
    #card-slideshow-multimedia .owl-stage-outer .owl-item a:focus span,
    #card-slideshow-multimedia .owl-stage-outer .owl-item .img-item:focus span {
      text-decoration: underline; }
  #card-slideshow-multimedia .cardButton, #card-slideshow-multimedia #cardButtonSearch {
    border-radius: 5px;
    height: 420px;
    -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-multimedia .cardButton .card-place, #card-slideshow-multimedia #cardButtonSearch .card-place {
      height: 420px; }
      #card-slideshow-multimedia .cardButton .card-place .img-fixed__place, #card-slideshow-multimedia #cardButtonSearch .card-place .img-fixed__place {
        height: 350px; }
      #card-slideshow-multimedia .cardButton .card-place .card-footer, #card-slideshow-multimedia #cardButtonSearch .card-place .card-footer {
        height: 80px !important;
        display: flex;
        padding: 20px 15px 0 15px; }
        #card-slideshow-multimedia .cardButton .card-place .card-footer span, #card-slideshow-multimedia #cardButtonSearch .card-place .card-footer span {
          align-items: flex-start;
          margin: 0;
          font-family: "EB_Garamond_Medium";
          color: #000;
          line-height: 1.25rem;
          font-size: 1rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 25px;
          max-height: 50px;
          height: 50px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
  #card-slideshow-multimedia a .card-footer {
    color: #000;
    text-decoration: none; }
    #card-slideshow-multimedia a .card-footer:hover {
      text-decoration: underline; }
  #card-slideshow-multimedia a:focus .cardButton, #card-slideshow-multimedia a:focus #cardButtonSearch {
    outline: 3px solid #5A2C2B;
    outline-offset: 2px;
    box-shadow: none;
    border: none; }

#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; }
  .cardButton .card.square, #cardButtonSearch .card.square {
    height: 350px; }
    .cardButton .card.square .img-fixed__place, #cardButtonSearch .card.square .img-fixed__place {
      height: 350px; }
  @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.nf, #cardButtonSearch .card .card-footer.nf {
      width: calc(100% - 40px);
      background-color: #ffffff;
      text-decoration: none;
      height: 96px;
      display: flex;
      align-items: center; }
      .cardButton .card .card-footer.nf span, #cardButtonSearch .card .card-footer.nf span {
        font-family: "EB_Garamond_Medium"; }
      .cardButton .card .card-footer.nf h3, #cardButtonSearch .card .card-footer.nf h3 {
        color: #000000; }
    .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 .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: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-top: 0;
    float: right; }
    .cardButton .card a.more::after, #cardButtonSearch .card a.more::after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/right-arrow.svg);
      width: 15px;
      height: 12px;
      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 {
    content: "";
    display: block;
    background-image: url(../images/svg/calendarButton.svg);
    width: 20px;
    height: 23px;
    background-size: 100%;
    margin: 9px; }
  .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 {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/svg/localCalendar.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: -10px;
    left: -50px; }
  .calendar .showCalendar a.google::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../images/svg/googleCalendar.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: -10px;
    left: -50px; }

.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: 1rem; }
    #cardSearch .card-event .row .card-footer .title {
      font-size: 1.4rem;
      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: #5A2C2B;
    display: inline-block;
    padding: 3px 10px;
    color: white;
    font-size: .8rem; }

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

.tab--all .search-results-card .image {
  width: 161px !important; }

.search-results-card {
  margin-bottom: 30px; }
  .search-results-card .card-content {
    width: 100%; }
  .search-results-card .image {
    width: 144px;
    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; }
      .resultsOcr .search-results-card .image:hover::after {
        width: 100%; }
  .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 .search-actions .occorrenze {
    font-family: "roboto_regular_web";
    color: #000;
    margin-left: 8px; }
  .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; }
  .ocr-results-set .search-results-card {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px; }

#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 .box-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .card-main-custom .box-image + .box-description {
      padding-left: 89px; }
      @media (max-width: 991.98px) {
        .card-main-custom .box-image + .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: #5A2C2B;
        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 .box-image {
    height: 211px;
    position: relative; }
    .card-custom .box-image img {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 28px;
      height: 28px; }
      @media (max-width: 575.98px) {
        .card-custom .box-image 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: #D7C8C1;
      border-radius: 25px;
      line-height: 1rem;
      text-transform: uppercase;
      font-family: "roboto_medium"; }
      .card-custom .box-info a.tag::after {
        content: url("/o/CatalogoBibliograficoTema/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: #5A2C2B;
      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(/o/CatalogoBibliograficoTema/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 #D7C8C1; }
      #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: #5A2C2B;
        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 #5A2C2B;
          outline-offset: 2px; }
      #cardBiblio .card .box .card-footer ul.list-custom {
        padding-left: 22px;
        margin: 0;
        list-style-image: url(/o/CatalogoBibliograficoTema/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 .box-image {
    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 .box-image {
        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: #5A2C2B;
        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 .box-action {
      width: 100%;
      display: flex;
      align-content: center;
      justify-content: space-between; }
      .card-resources .box-description .box-action .more-card-button {
        border: none;
        background: none;
        display: flex;
        align-items: center;
        padding: 0; }
        .card-resources .box-description .box-action .more-card-button span {
          margin-right: 10px;
          line-height: 1.1875rem; }
        .card-resources .box-description .box-action .more-card-button img {
          transition: 0.3s; }
        .card-resources .box-description .box-action .more-card-button[aria-expanded="true"] img {
          transform: rotate3d(2, 0, 0, 180deg); }
      .card-resources .box-description .box-action .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 .box-action .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 .box-image-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 .box-action-child {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .card-resources .box-collapse .box-action-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 .box-action-child .cta-detail img {
          margin-left: 10px; }
  .card-resources.expand .box-description .box-action .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 .box-image {
    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(/o/CatalogoBibliograficoTema/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 .box-image {
      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: #5A2C2B;
      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: #5A2C2B;
      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; }

a:hover .cardButton, a:hover #cardButtonSearch {
  color: #000; }
  a:hover .cardButton .card-footer.nf, a:hover #cardButtonSearch .card-footer.nf {
    text-decoration: underline; }

.page_grey a.link_text {
  color: #000;
  text-decoration: underline; }
  .page_grey a.link_text:hover {
    color: #5A2C2B; }

.link_wrap {
  display: block;
  text-align: right; }
  @media (min-width: 992px) {
    .link_wrap {
      margin-bottom: 60px;
      margin-top: 30px !important; } }
  @media (max-width: 991.98px) {
    .link_wrap {
      margin-top: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 575.98px) {
    .link_wrap {
      margin-top: 20px;
      text-align: center;
      margin-bottom: 60px; } }
  .link_wrap.with-line {
    width: 100%;
    position: relative;
    text-align: right; }
    @media (max-width: 991.98px) {
      .link_wrap.with-line {
        text-align: center; } }
    .link_wrap.with-line::before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      background: #5A2C2B;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .link_wrap.with-line::before {
          content: none; } }
    .link_wrap.with-line .linkButton {
      position: relative; }
      .link_wrap.with-line .linkButton::before {
        content: '';
        height: 100%;
        width: 40px;
        background: white;
        height: 4px;
        left: -42px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
        @media (max-width: 991.98px) {
          .link_wrap.with-line .linkButton::before {
            content: none; } }

.linkButton {
  height: 30px;
  border: 2px solid #5A2C2B;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #5A2C2B;
  padding: 4.4px 20px;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: "roboto_bold_web";
  background: white; }
  .linkButton:hover {
    background-color: #5A2C2B;
    text-decoration: none;
    color: #ffffff; }
  .linkButton.disabled {
    pointer-events: none;
    color: #5A2C2B;
    opacity: 0.5; }
  .linkButton.active {
    background-color: #5A2C2B;
    color: white;
    text-decoration: none;
    float: right; }
    .linkButton.active:focus {
      outline: 3px solid #000;
      box-shadow: none; }

.button--search {
  height: 30px;
  background-color: #E7DEDA;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #5A2C2B;
  padding: 4.4px 20px;
  line-height: 1rem;
  font-family: "roboto_medium";
  font-size: 16px; }
  .button--search:hover {
    background-color: #5A2C2B;
    text-decoration: none;
    color: #ffffff; }
  .button--search.disabled {
    pointer-events: none;
    color: #707070;
    opacity: 0.5;
    background-color: #ECECEC; }

#eventi .row {
  height: 500px; }

@media (min-width: 1200px) {
  #eventi .col-md-12 {
    padding-left: 0;
    padding-right: 0; } }

#eventi .link_wrap {
  margin-right: 8px; }
  @media (width: 1366px) {
    #eventi .link_wrap {
      margin-right: 3px; } }
  @media (width: 1024px) {
    #eventi .link_wrap {
      margin-right: 23px; } }
  @media (max-width: 575.98px) {
    #eventi .link_wrap {
      padding-left: 1rem;
      margin-right: 0; } }

.analitica-list ul {
  margin: 0; }
  .analitica-list ul ul {
    margin-top: 30px; }
    .analitica-list ul ul.last {
      margin-bottom: 30px; }
  .analitica-list ul li {
    position: relative; }
    .analitica-list ul li.folder {
      list-style: url(/o/CatalogoBibliograficoTema/images/svg/folder_gray.svg); }
    .analitica-list ul li.book {
      list-style: url(/o/CatalogoBibliograficoTema/images/svg/book.svg); }
    .analitica-list ul li.author {
      list-style: url(/o/CatalogoBibliograficoTema/images/svg/author.svg); }
    .analitica-list ul li.institute {
      list-style: url(/o/CatalogoBibliograficoTema/images/svg/institute.svg); }
    .analitica-list ul li a {
      display: block;
      text-decoration: underline;
      margin-bottom: 5px;
      font-family: "roboto_bold_web";
      color: #000;
      line-height: 1.1875rem; }
      .analitica-list ul li a:hover {
        text-decoration: none; }
    .analitica-list ul li span:not(.line-dotted) {
      color: #676767;
      font-size: 0.875rem;
      line-height: 1rem;
      font-family: "roboto_regular_web";
      display: block; }
    .analitica-list ul li:not(.last)::before {
      content: '';
      border: 1px dotted #AAAAAA;
      position: absolute;
      height: 100%;
      left: -17px;
      top: 24px; }

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: 10px; }
    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 #5A2C2B;
      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: #5A2C2B;
        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; }

body .mobile-chips .filter-chips {
  display: none; }
  @media (max-width: 991.98px) {
    body .mobile-chips .filter-chips {
      margin-top: 10px;
      display: block; } }

@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: #D7C8C1;
      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: #D7C8C1;
            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: #5A2C2B;
    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: #5A2C2B;
      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: 2.1rem; }
    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: 1.5rem;
    margin-top: 1.1rem;
    background-color: transparent;
    margin-right: 20px;
    color: #5A2C2B;
    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: #D7C8C1;
        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: #5A2C2B;
      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: 2.1rem; }
    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: #D7C8C1; }

#filterRoom2 {
  margin-bottom: 20px;
  background: #fff;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0px 20px; }
  #filterRoom2 .box-checkbox label {
    font-size: 0.875rem; }
  #filterRoom2 .box-checkbox input.checkbox-custom,
  #filterRoom2 .box-checkbox span {
    border-color: #000; }
  #filterRoom2.filter-sintetic {
    background: #ebe3e0; }
  @media (max-width: 991.98px) {
    #filterRoom2 {
      display: none !important; } }
  @media (max-width: 991.98px) {
    #filterRoom2 {
      height: auto;
      flex-direction: column;
      justify-content: flex-start;
      padding: 10px 15px; } }
  @media (max-width: 575.98px) {
    #filterRoom2 {
      padding: 0; } }
  @media (max-width: 575.98px) {
    #filterRoom2.filter-responsive {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 575.98px) {
    #filterRoom2.filter-responsive .flex-dropdown {
      justify-content: flex-end; } }
  #filterRoom2 .btn.btn-secondary.dropdown-toggle::after {
    display: none; }
  #filterRoom2 .dropdown-menu .dropdown-item:hover {
    background-color: #EFEFEF; }
  @media (max-width: 991.98px) {
    #filterRoom2 .input-container {
      width: 100%; } }
  #filterRoom2 .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 #5A2C2B; }
    @media (max-width: 991.98px) {
      #filterRoom2 .input-container input {
        width: 100%; } }
  #filterRoom2 .btnCercaProtagonisti {
    border-radius: 25px;
    width: 120px;
    height: 30px;
    line-height: 2px;
    border: none;
    color: #fff;
    background-color: #5A2C2B; }
    @media (max-width: 991.98px) {
      #filterRoom2 .btnCercaProtagonisti {
        margin-right: 0;
        width: 95px; } }
    #filterRoom2 .btnCercaProtagonisti:hover {
      background: transparent !important;
      color: #5A2C2B !important;
      border: 2px solid #5A2C2B; }
    #filterRoom2 .btnCercaProtagonisti:focus {
      color: #5A2C2B;
      border: 2px solid #5A2C2B;
      background: transparent;
      outline: none;
      box-shadow: none; }
  #filterRoom2 .filter-component {
    display: flex;
    width: 270px; }
    @media (max-width: 991.98px) {
      #filterRoom2 .filter-component {
        width: 100%;
        flex-direction: column;
        margin-top: 6px; } }
    #filterRoom2 .filter-component .filtri-stanze {
      position: relative;
      width: 100%; }
      @media (max-width: 991.98px) {
        #filterRoom2 .filter-component .filtri-stanze:first-child {
          margin-bottom: 60px; }
          #filterRoom2 .filter-component .filtri-stanze:first-child:before {
            display: none; } }
      @media (max-width: 575.98px) {
        #filterRoom2 .filter-component .filtri-stanze:first-child {
          margin-bottom: 70px; }
          #filterRoom2 .filter-component .filtri-stanze:first-child:before {
            display: none; } }
      @media (max-width: 991.98px) {
        #filterRoom2 .filter-component .filtri-stanze:nth-child(2) {
          margin-top: 20px; }
          #filterRoom2 .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) {
        #filterRoom2 .filter-component .filtri-stanze:nth-child(2):before {
          width: 92%; } }
      #filterRoom2 .filter-component .filtri-stanze:before {
        content: "";
        background: #2E2153;
        height: 32px;
        width: 2px;
        display: block;
        margin-top: 10px;
        position: absolute;
        left: 0;
        border-radius: 25px; }
      #filterRoom2 .filter-component .filtri-stanze #exp_button,
      #filterRoom2 .filter-component .filtri-stanze #exp_button_genere {
        font-family: "roboto_regular_web";
        font-size: 16px; }
      #filterRoom2 .filter-component .filtri-stanze label {
        transform: scale(0.75);
        position: absolute;
        top: 4%;
        left: 16px;
        color: #5A2C2B;
        font-family: "roboto_bold_web";
        font-size: 14px; }
      #filterRoom2 .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) {
          #filterRoom2 .filter-component .filtri-stanze p {
            top: 21px; } }
      #filterRoom2 .filter-component .filtri-stanze button {
        position: absolute;
        right: 0;
        width: 94%; }
      #filterRoom2 .filter-component .filtri-stanze #exp_elem_list,
      #filterRoom2 .filter-component .filtri-stanze #exp_elem_list_genere,
      #filterRoom2 .filter-component .filtri-stanze #exp_elem_list_user {
        position: absolute;
        top: 23px;
        right: 0;
        width: 250px; }
        @media (max-width: 575.98px) {
          #filterRoom2 .filter-component .filtri-stanze #exp_elem_list,
          #filterRoom2 .filter-component .filtri-stanze #exp_elem_list_genere,
          #filterRoom2 .filter-component .filtri-stanze #exp_elem_list_user {
            width: 100%; } }
    #filterRoom2 .filter-component #exp_button {
      overflow: hidden; }
      #filterRoom2 .filter-component #exp_button:focus {
        border-radius: 0 !important;
        height: 30px;
        top: 0px; }
  #filterRoom2 label {
    color: #000;
    font-family: "roboto_regular_web";
    font-size: 0.625rem; }
  #filterRoom2 button {
    background-color: transparent;
    margin-right: 20px;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    font-size: 14px; }
    #filterRoom2 button::after {
      top: 14px;
      right: 0; }
  #filterRoom2 ul {
    margin-top: 2em; }
    #filterRoom2 ul li {
      color: #000; }
      #filterRoom2 ul li:hover {
        background: #D7C8C1;
        border-radius: 0; }
  #filterRoom2 .select-hover li {
    color: #000; }
    #filterRoom2 .select-hover li:hover {
      background: #D7C8C1;
      font-family: "roboto_bold_web"; }

#filterRoom {
  margin-bottom: 1rem;
  background: #F4F4F4;
  height: 50px;
  border-radius: 5px; }
  #filterRoom .filtri-stanze {
    position: relative;
    width: 25%; }
    @media (max-width: 991.98px) {
      #filterRoom .filtri-stanze {
        width: 40%; } }
    @media (max-width: 575.98px) {
      #filterRoom .filtri-stanze {
        width: 100%; } }
    #filterRoom .filtri-stanze:before {
      content: "";
      background: #2E2153;
      height: 32px;
      width: 2px;
      display: block;
      margin-top: 10px;
      position: absolute;
      left: 0;
      border-radius: 25px; }
      @media (max-width: 575.98px) {
        #filterRoom .filtri-stanze:before {
          display: none; } }
    #filterRoom .filtri-stanze label {
      transform: scale(0.75);
      position: absolute;
      top: 4%;
      left: 9px;
      color: #5A2C2B;
      font-family: "roboto_bold_web";
      font-size: 14px; }
    #filterRoom .filtri-stanze p {
      margin-bottom: 0;
      position: absolute;
      bottom: 12%;
      font-family: "roboto_regular_web";
      font-size: 16px;
      left: 21px; }
    #filterRoom .filtri-stanze button {
      position: absolute;
      right: 0;
      width: 94%; }
      @media (max-width: 991.98px) {
        #filterRoom .filtri-stanze button {
          padding-left: 28px; } }
      @media (max-width: 575.98px) {
        #filterRoom .filtri-stanze button {
          padding-left: 18px; } }
    #filterRoom .filtri-stanze #exp_elem_list,
    #filterRoom .filtri-stanze #exp_elem_list_genere,
    #filterRoom .filtri-stanze #exp_elem_list_user {
      position: absolute;
      top: 23px;
      right: 0;
      width: 250px; }
  #filterRoom label {
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    font-size: 14px; }
  #filterRoom button {
    width: auto;
    padding-right: 1.5rem;
    margin-top: 1.1rem;
    background-color: transparent;
    margin-right: 20px;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    font-size: 14px; }
    #filterRoom button::after {
      top: 14px;
      right: 0; }
  #filterRoom ul {
    margin-top: 2em; }
    #filterRoom ul li {
      color: #000; }
      #filterRoom ul li:hover {
        background: #D7C8C1;
        font-family: "roboto_bold_web"; }

.selectCustom,
.selectCustomMobile {
  height: 45px;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #707070;
  /*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: 48px;
    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;
    overflow-x: scroll;
    max-height: 158px;
    height: 158px;
    overflow-x: hidden; }
    .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: #5A2C2B;
    color: white !important; }
  .selectCustom .select-items li:hover,
  .selectCustom .same-as-selected,
  .selectCustomMobile .select-items li:hover,
  .selectCustomMobile .same-as-selected {
    background-color: #5A2C2B !important;
    color: white !important; }
  .selectCustom .same-as-selected,
  .selectCustomMobile .same-as-selected {
    background-color: #5A2C2B !important;
    color: white !important; }
    .selectCustom .same-as-selected:hover,
    .selectCustomMobile .same-as-selected:hover {
      background-color: #5A2C2B !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; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .custom .selectCustom .select-selected, .custom
      .selectCustomMobile .select-selected {
        width: 150px; } }
    @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: 1.6rem; }

#filterArea .button,
#filterArea2 .button {
  display: flex;
  justify-content: center; }
  #filterArea .button button,
  #filterArea2 .button button {
    background-color: #5A2C2B;
    border: none;
    border-radius: 18px;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 30px;
    min-width: 170px;
    margin-bottom: 10px; }
    #filterArea .button button:focus,
    #filterArea2 .button button:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      border: 2px solid #fff;
      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: -37px; }

nav.pagination {
  flex-direction: column;
  align-items: center;
  margin-top: 40px; }
  @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_bold_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: #5A2C2B; }
          nav.pagination ul li.page a:focus {
            outline: 1px solid #5A2C2B !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: #5A2C2B;
          position: relative; }
          nav.pagination ul li.page.active a:hover {
            cursor: default; }
          nav.pagination ul li.page.active a:focus {
            outline: 1px solid #5A2C2B; }
          nav.pagination ul li.page.active a::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #5A2C2B;
            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 #5A2C2B;
        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: 12px;
          color: #5A2C2B; }
        nav.pagination ul li:not(.page) a:hover, nav.pagination ul li:not(.page) a:focus {
          background: #5A2C2B; }
          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; }

.map-interaction {
  background: url(/o/CatalogoBibliograficoTema/images/jpg/mappa_homepage.jpg) no-repeat center;
  background-size: cover;
  height: calc(100vh - 191px);
  width: 100%;
  position: relative; }
  .map-interaction .filter-map {
    position: absolute;
    top: 0;
    display: block;
    left: -355px;
    width: 355px;
    background-color: #FFFCF9;
    height: 100%;
    padding: 40px 30px 30px 30px;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out; }
    .map-interaction .filter-map.active {
      left: 0; }
      .map-interaction .filter-map.active + .button-filter-map {
        left: 355px; }
        .map-interaction .filter-map.active + .button-filter-map span.show {
          display: none;
          -webkit-transition: left 0.5s ease-in-out;
          -o-transition: left 0.5s ease-in-out;
          -moz-transition: left 0.5s ease-in-out;
          transition: left 0.5s ease-in-out; }
        .map-interaction .filter-map.active + .button-filter-map span.hide {
          display: block; }
    .map-interaction .filter-map h2 {
      font-size: 1.25rem;
      font-family: "roboto_bold_web";
      margin-bottom: 15px; }
    .map-interaction .filter-map p {
      font-size: 0.875rem;
      margin-bottom: 30px; }
    .map-interaction .filter-map span.title-filter {
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      margin-bottom: 20px;
      display: block; }
    .map-interaction .filter-map .box-accordion {
      overflow-y: auto;
      height: 80%;
      padding: 4px;
      margin: -4px;
      /* Scrollbar Firefox */
      scrollbar-color: white #C6C6C6;
      scrollbar-width: thin;
      /* Scrollbar Google Chrome */ }
      .map-interaction .filter-map .box-accordion .form-calendar {
        display: flex;
        flex-direction: column;
        background: #FFFCF9;
        position: relative;
        margin-bottom: 20px; }
        .map-interaction .filter-map .box-accordion .form-calendar label {
          font-size: 0.75rem;
          font-family: "roboto_regular_web";
          color: #000; }
        .map-interaction .filter-map .box-accordion .form-calendar input {
          height: 30px;
          border-radius: 50px;
          border: 1px solid #5A2C2B;
          padding-left: 11px; }
        .map-interaction .filter-map .box-accordion .form-calendar button {
          position: absolute;
          right: 0;
          bottom: 0px;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #5A2C2B;
          border: none;
          border-radius: 100%; }
      .map-interaction .filter-map .box-accordion::-webkit-scrollbar {
        width: 8px;
        border-radius: 10px; }
      .map-interaction .filter-map .box-accordion::-webkit-scrollbar-track {
        background: #C6C6C6;
        border-radius: 4px; }
      .map-interaction .filter-map .box-accordion::-webkit-scrollbar-thumb {
        background-color: white;
        border: 3px solid transparent;
        border-radius: 9px;
        background-clip: content-box; }
      .map-interaction .filter-map .box-accordion .accordionFilterMap {
        height: auto;
        background-color: #FFFCF9;
        border-radius: 5px; }
        .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check {
          padding: 10px; }
          .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li {
            list-style: none;
            position: relative;
            margin: 4px 0; }
            .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label {
              font-family: "roboto_regular_web";
              font-size: 0.875rem;
              width: 100%;
              cursor: pointer; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label .checkbox-custom {
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 4px;
                border: 2px solid #707070;
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%); }
              .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label input {
                opacity: 0; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label input:focus + .checkbox-custom {
                  outline: 3px solid #5A2C2B;
                  outline-offset: 1px; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
        .map-interaction .filter-map .box-accordion .accordionFilterMap .card {
          border: none;
          background: transparent;
          border-bottom: 1px solid #707070;
          border-radius: 0px; }
          .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header {
            border: none;
            padding: 0; }
            .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button {
              text-decoration: none;
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 7px 15px; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button .label-filter {
                font-size: 0.625rem;
                font-family: "roboto_regular_web";
                color: #6E6E6E; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button.disabled {
                opacity: .5; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button .selection-filter {
                color: #000000;
                font-size: 0.875rem; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button img {
                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; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] {
                background-color: #FFFCF9; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] img {
                  transform: rotate3d(2, 0, 0, 180deg); }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=false] {
                background-color: #FFFCF9; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button:focus {
                outline: 3px solid #5A2C2B;
                outline-offset: -3px; }
          .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check {
            background-color: white;
            height: 60px;
            margin-bottom: 8px;
            padding: 0;
            border-radius: 4px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16); }
            .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label {
              cursor: pointer;
              display: flex;
              align-items: center;
              font-family: "roboto_bold_web";
              font-size: 0.875rem; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic {
                display: block;
                background-size: cover;
                height: 60px;
                width: 90px;
                border-radius: 4px 0px 0px 4px;
                position: relative;
                margin-right: 26px; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.cultura {
                  background: url(../images/jpg/cultura-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.eventi {
                  background: url(../images/jpg/eventi-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.teatro {
                  background: url(../images/jpg/teatro-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.cinema {
                  background: url(../images/jpg/cinema-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic::after {
                  content: '';
                  position: absolute;
                  right: -10px;
                  height: 100%;
                  width: 10px; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input {
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input:focus + .checkbox-custom {
                  outline: 3px solid #5A2C2B;
                  outline-offset: 1px; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label.sic .image-sic::after {
                background-color: #3A77BC; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label.eventi .image-sic::after {
                background-color: #EC001D; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label.spettacolo .image-sic::after {
                background-color: #7F1B2D; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label.cinema .image-sic::after {
                background-color: #FC7F03; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .checkbox-custom {
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 4px;
                border: 2px solid #707070;
                position: absolute;
                right: 12px;
                top: 50%;
                transform: translateY(-50%); }
            .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check:first-child {
              margin-top: 5px; }
            .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check.general {
              background-color: transparent;
              box-shadow: none;
              display: flex;
              align-items: center;
              height: auto;
              margin: 15px 0; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check.general label {
                font-family: "roboto_regular_web";
                margin-left: 10px;
                width: 100%; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check.general label .checkbox-custom {
                  display: block;
                  width: 24px;
                  height: 24px;
                  border-radius: 4px;
                  border: 2px solid #707070;
                  position: absolute;
                  right: 10px;
                  top: 50%;
                  transform: translateY(-50%); }
    .map-interaction .filter-map .footer-filter {
      margin-top: 10px;
      padding-top: 20px;
      display: flex;
      justify-content: center; }
      .map-interaction .filter-map .footer-filter .reset,
      .map-interaction .filter-map .footer-filter .applied {
        background-color: white;
        border: 1px solid #5A2C2B;
        border-radius: 14px;
        padding: 6px 15px;
        text-transform: uppercase;
        margin-right: 20px;
        font-family: "roboto_bold_web";
        font-size: 0.875rem;
        line-height: 1rem; }
        .map-interaction .filter-map .footer-filter .reset:focus,
        .map-interaction .filter-map .footer-filter .applied:focus {
          outline: 3px solid #5A2C2B; }
      .map-interaction .filter-map .footer-filter .reset {
        color: black;
        border-color: #1C1C1C; }
      .map-interaction .filter-map .footer-filter .applied {
        background-color: #5A2C2B;
        color: white;
        border: 1px solid #5A2C2B; }
        .map-interaction .filter-map .footer-filter .applied.disabled {
          background-color: #717171 !important;
          color: white;
          border: 1px solid #717171;
          pointer-events: none; }
    @media (max-width: 991.98px) {
      .map-interaction .filter-map {
        display: none; } }
  .map-interaction .button-filter-map {
    background-color: #5A2C2B;
    padding: 5px 26px 5px 17px;
    position: absolute;
    left: 6px;
    border: none;
    position: relative;
    color: white;
    border-radius: 30px;
    top: 96px;
    display: flex;
    align-items: center;
    font-family: "roboto_bold_web";
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.34);
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out; }
    .map-interaction .button-filter-map img {
      margin-right: 10px; }
    .map-interaction .button-filter-map span.show {
      display: block;
      -webkit-transition: left 0.5s ease-in-out;
      -o-transition: left 0.5s ease-in-out;
      -moz-transition: left 0.5s ease-in-out;
      transition: left 0.5s ease-in-out; }
    .map-interaction .button-filter-map span.hide {
      display: none; }
    .map-interaction .button-filter-map:focus {
      outline: 3px solid white;
      outline-offset: -3px; }
    @media (max-width: 991.98px) {
      .map-interaction .button-filter-map {
        display: none; } }
  .map-interaction #filterArea,
  .map-interaction #filterArea2 {
    padding-top: 20px; }
  .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); } }

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

#filtersModal h2 {
  font-size: 1.1rem;
  text-transform: uppercase; }

#filtersModal .form-group {
  height: 40px;
  max-height: 40px;
  padding-bottom: 60px;
  cursor: pointer; }
  #filtersModal .form-group .form-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    #filtersModal .form-group .form-radio img {
      height: 26px;
      max-height: 26px;
      margin: 0 1rem; }
  #filtersModal .form-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  #filtersModal .form-group .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background: none;
    border-radius: 50%;
    border: 3px solid #fff; }

#anteprima .modal-dialog {
  width: 80%;
  max-width: unset; }

.modal-dialog-ricerca {
  width: 100%;
  height: 100%; }
  .modal-dialog-ricerca .modal-content {
    height: 100%; }
    .modal-dialog-ricerca .modal-content button.btn.btn-primary.btn-return {
      width: 200px;
      background-color: #fff; }

#accessDenied .return-to-home {
  background-color: #fff;
  padding: 70px 20px; }
  #accessDenied .return-to-home h2 {
    text-align: center;
    font-family: "cabin_bold";
    color: #5A2C2B;
    font-size: 24px; }
    #accessDenied .return-to-home h2::after {
      height: 0; }
  #accessDenied .return-to-home .esclamativo {
    display: flex;
    justify-content: center; }
    @media (max-width: 414px) {
      #accessDenied .return-to-home .esclamativo {
        margin-top: 30px;
        margin-bottom: 30px; } }
  #accessDenied .return-to-home .modal-p {
    display: block;
    width: 80%;
    margin: 40px auto; }
    @media (max-width: 414px) {
      #accessDenied .return-to-home .modal-p {
        margin: 15px auto; } }
    #accessDenied .return-to-home .modal-p p {
      text-align: center; }
    #accessDenied .return-to-home .modal-p button {
      margin: 40px auto;
      display: block; }

#validationModal .modal-dialog {
  width: 50%;
  max-width: 50%;
  height: 90vh;
  align-items: center;
  display: flex; }

#validationModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  justify-content: flex-end;
  height: 40px; }

#validationModal .modal-body img {
  display: block;
  margin: 0 auto 20px; }

#validationModal .modal-body p {
  text-align: center;
  font-family: "cabin_bold";
  width: 100%;
  margin-bottom: 40px; }

#link-complessi .modal-dialog {
  width: 70%;
  max-width: 70%; }
  #link-complessi .modal-dialog .modal-content {
    padding: 0 20px; }
  #link-complessi .modal-dialog .container {
    max-height: 70vh;
    overflow-y: auto;
    /* Track */
    /* Handle */ }
    #link-complessi .modal-dialog .container::-webkit-scrollbar {
      width: 10px; }
    #link-complessi .modal-dialog .container::-webkit-scrollbar-track {
      background-color: #f7f7f7;
      border-radius: 10px; }
    #link-complessi .modal-dialog .container::-webkit-scrollbar-thumb {
      background: #bdbdbd;
      border-radius: 10px; }

#link-complessi .modal-header {
  border: none;
  font-size: 1.1rem;
  font-family: "roboto_bold_web"; }

#link-complessi a {
  color: #3a78bd;
  font-family: "roboto_bold_web";
  text-decoration: underline; }

/* modale filtri new */
@media (max-width: 991.98px) {
  .modal.show {
    padding-right: 0 !important; }
  .modal .white-modal .modal-dialog {
    width: 100%;
    height: calc(100vh - 40px) !important; }
  .modal .modal-content-white {
    position: relative;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 10px;
    outline: 0px;
    justify-content: space-between;
    padding: 0;
    height: auto !important;
    min-height: 100% !important; }
    .modal .modal-content-white .box-accordion {
      overflow-y: auto;
      /* Scrollbar Firefox */
      scrollbar-color: white #C6C6C6;
      scrollbar-width: thin;
      /* Scrollbar Google Chrome */ }
      .modal .modal-content-white .box-accordion::-webkit-scrollbar {
        width: 8px;
        border-radius: 10px; }
      .modal .modal-content-white .box-accordion::-webkit-scrollbar-track {
        background: #C6C6C6;
        border-radius: 4px; }
      .modal .modal-content-white .box-accordion::-webkit-scrollbar-thumb {
        background-color: white;
        border: 3px solid transparent;
        border-radius: 9px;
        background-clip: content-box; }
      .modal .modal-content-white .box-accordion .accordionFilterMap {
        height: auto;
        margin-right: 0;
        background-color: white;
        border-radius: 5px;
        max-height: 500px;
        overflow-y: scroll; }
        .modal .modal-content-white .box-accordion .accordionFilterMap.iphoneXHeight {
          max-height: 588px; } }
      @media (max-width: 991.98px) and (max-width: 411px) {
        .modal .modal-content-white .box-accordion .accordionFilterMap {
          max-height: 504px; } }
      @media (max-width: 991.98px) and (max-width: 375px) {
        .modal .modal-content-white .box-accordion .accordionFilterMap {
          max-height: 471px; } }
      @media (max-width: 991.98px) and (max-width: 360px) {
        .modal .modal-content-white .box-accordion .accordionFilterMap {
          max-height: 436px; } }
      @media (max-width: 991.98px) and (max-width: 320px) {
        .modal .modal-content-white .box-accordion .accordionFilterMap {
          max-height: 365px; } }

@media (max-width: 991.98px) {
        .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check {
          padding: 10px; }
          .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li {
            list-style: none;
            position: relative;
            margin: 4px 0; }
            .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label {
              font-family: "roboto_regular_web";
              font-size: 0.875rem;
              width: 100%;
              cursor: pointer; }
              .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label .checkbox-custom {
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 4px;
                border: 2px solid #707070;
                position: absolute;
                right: 0px;
                top: 50%;
                transform: translateY(-50%); }
              .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input {
                opacity: 0; }
                .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:focus + .checkbox-custom {
                  outline: 3px solid #5A2C2B;
                  outline-offset: 1px; }
                .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .modal .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
        .modal .modal-content-white .box-accordion .accordionFilterMap .card {
          border: none;
          background: transparent;
          border-radius: 0px; }
          .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header {
            border: none;
            padding: 0; }
            .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button {
              text-decoration: none;
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 5px;
              position: relative;
              width: 100%; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button .label-filter {
                font-size: 14px;
                font-family: "roboto_bold_web";
                color: #3C3C3C; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button.disabled {
                opacity: .5; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button .selection-filter {
                color: #404040;
                border: 1px solid #3C3C3C;
                border-radius: 50px;
                width: 100%;
                height: 35px;
                padding: 7px 14px; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button img {
                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;
                position: absolute;
                right: 14px;
                top: 40px; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] {
                background-color: white; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=false] {
                background-color: white; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=false] img {
                  transform: rotate3d(0, 1, 1, 0deg); }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .card-header button:focus {
                outline: 3px solid #5A2C2B;
                outline-offset: -3px; }
          .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check {
            background-color: white;
            margin-bottom: 8px;
            padding: 0; }
            .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label {
              cursor: pointer;
              display: flex;
              align-items: center;
              font-family: "roboto_bold_web";
              font-size: 0.875rem; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic {
                display: block;
                background-size: cover;
                height: 60px;
                width: 90px;
                border-radius: 4px 0px 0px 4px;
                position: relative;
                margin-right: 26px; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.cultura {
                  background: url(../images/jpg/cultura-img.jpg) no-repeat center; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.eventi {
                  background: url(../images/jpg/eventi-img.jpg) no-repeat center; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.teatro {
                  background: url(../images/jpg/teatro-img.jpg) no-repeat center; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.cinema {
                  background: url(../images/jpg/cinema-img.jpg) no-repeat center; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic::after {
                  content: '';
                  position: absolute;
                  right: -10px;
                  height: 100%;
                  width: 10px; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input {
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:focus + .checkbox-custom {
                  outline: 3px solid #5A2C2B;
                  outline-offset: 1px; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom {
                  background-color: #E3E2E2; }
                  .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom::before {
                    content: '';
                    position: absolute;
                    left: 6px;
                    top: 9px;
                    height: 7px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 10px;
                    transform: rotate(-45deg); }
                  .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom::after {
                    content: '';
                    position: absolute;
                    left: 11px;
                    top: 5px;
                    height: 12px;
                    width: 2px;
                    background-color: #3A3A3A;
                    border-radius: 30px;
                    transform: rotate(45deg); }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.sic .image-sic::after {
                background-color: #3A77BC; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.eventi .image-sic::after {
                background-color: #EC001D; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.spettacolo .image-sic::after {
                background-color: #7F1B2D; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.cinema .image-sic::after {
                background-color: #FC7F03; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .checkbox-custom {
                display: block;
                width: 24px;
                height: 24px;
                border-radius: 4px;
                border: 2px solid #707070;
                position: absolute;
                right: 12px;
                top: 50%;
                transform: translateY(-50%); }
            .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check:first-child {
              margin-top: 5px; }
            .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check.general {
              background-color: transparent;
              box-shadow: none;
              display: flex;
              align-items: center;
              height: auto;
              margin: 15px 0; }
              .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check.general label {
                font-family: "roboto_regular_web";
                margin-left: 10px;
                width: 100%; }
                .modal .modal-content-white .box-accordion .accordionFilterMap .card .form-check.general label .checkbox-custom {
                  display: block;
                  width: 24px;
                  height: 24px;
                  border-radius: 4px;
                  border: 2px solid #707070;
                  position: absolute;
                  right: 10px;
                  top: 50%;
                  transform: translateY(-50%); }
    .modal .modal-content-white .modal-header {
      height: 60px;
      border-bottom: 1px solid;
      justify-content: center;
      align-items: center;
      position: relative; }
      .modal .modal-content-white .modal-header p {
        margin-bottom: 0;
        font-family: "roboto_bold_web";
        font-size: 16px;
        text-transform: uppercase; }
      .modal .modal-content-white .modal-header button.close {
        color: #000;
        opacity: 1;
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 25px;
        transform: translateY(-50%);
        padding: 0px;
        margin: 0px; }
    .modal .modal-content-white .modal-body {
      overflow-y: auto; }
    .modal .modal-content-white .modal-footer {
      display: flex;
      box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
      height: 60px;
      justify-content: space-between;
      z-index: 9;
      flex-direction: row; }
      .modal .modal-content-white .modal-footer button.btn.btn-primary {
        min-width: 90px;
        height: 30px;
        border-radius: 25px;
        background-color: #5A2C2B;
        border-color: #fff;
        text-transform: uppercase;
        font-family: "roboto_bold_web";
        padding: 0 20px;
        color: #fff; }
        .modal .modal-content-white .modal-footer button.btn.btn-primary:active {
          color: #fff; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
        .modal .modal-content-white .modal-footer button.btn.btn-primary {
          margin-top: 0; } }

@media (max-width: 991.98px) {
      .modal .modal-content-white .modal-footer button.btn.btn-secondary {
        min-width: 90px;
        height: 30px;
        border-radius: 25px;
        border: 1px solid #5A2C2B;
        background-color: #fff;
        color: #5A2C2B;
        text-transform: uppercase;
        font-family: "roboto_bold_web";
        padding: 0 20px; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
        .modal .modal-content-white .modal-footer button.btn.btn-secondary {
          margin-top: 0; } }

@media (max-width: 991.98px) {
      .modal .modal-content-white .modal-footer .saveFilter.disabled {
        background-color: #717171 !important;
        color: white;
        border: 1px solid #717171;
        pointer-events: none; }
    .modal .modal-content-white form {
      padding: 20px;
      margin-top: -40px; }
      .modal .modal-content-white form .form-group label {
        color: #000;
        font-family: "roboto_bold_web";
        font-size: 14px; }
      .modal .modal-content-white form input {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
        .modal .modal-content-white form input {
          margin-bottom: 0; } }

@media (max-width: 991.98px) {
      .modal .modal-content-white form select {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 40px;
        height: 30px;
        padding: 0;
        padding-left: 10px; } }

.search-mobile .form-control,
.headerSearch_mobile .form-control {
  font-size: 0.875rem; }

.search-mobile select,
.search-mobile input,
.headerSearch_mobile select,
.headerSearch_mobile input {
  padding: 0 15px;
  height: 30px; }

.search-mobile label,
.headerSearch_mobile label {
  margin-left: 5px !important;
  color: #fff !important;
  font-size: 0.875rem; }

.search-mobile .modal-footer,
.headerSearch_mobile .modal-footer {
  padding-top: 0; }
  .search-mobile .modal-footer button,
  .headerSearch_mobile .modal-footer button {
    width: 210px !important;
    height: 30px; }

.filtersModal.modal .modal-dialog {
  max-width: calc(100% - 40px);
  margin: 20px auto; }
  .filtersModal.modal .modal-dialog button.close {
    background: none !important; }
  .filtersModal.modal .modal-dialog .modal-body {
    display: flex;
    justify-content: center;
    align-items: center; }
    .filtersModal.modal .modal-dialog .modal-body form {
      width: 100%;
      padding: 0; }
      .filtersModal.modal .modal-dialog .modal-body form .form-group input {
        position: inherit !important; }
      .filtersModal.modal .modal-dialog .modal-body form .form-group:last-child {
        margin: 0 !important; }

#filtersMapModal.modal .white {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #filtersMapModal.modal .white .modal-dialog {
    width: 100%;
    height: 88%;
    margin: 0;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1200px) {
      #filtersMapModal.modal .white .modal-dialog.map-filter {
        height: 460px;
        width: 345px; } }
    #filtersMapModal.modal .white .modal-dialog .modal-content-white {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 460px !important;
      pointer-events: auto;
      background-color: white;
      background-clip: padding-box;
      border-width: 1px;
      border-style: solid;
      border-image: initial;
      border-radius: 10px;
      outline: 0px;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        #filtersMapModal.modal .white .modal-dialog .modal-content-white {
          width: 90%;
          height: 90% !important; } }
      #filtersMapModal.modal .white .modal-dialog .modal-content-white .head-modal {
        height: 60px;
        border-bottom: 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white .head-modal p {
          margin-bottom: 0;
          font-family: "roboto_bold_web";
          font-size: 16px;
          text-transform: uppercase; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white .head-modal button.close {
          background-image: url(../images/svg/close-modal.svg);
          width: 15px;
          height: 15px;
          background-size: 100%;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          opacity: 1; }
      #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer {
        display: flex;
        box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.15);
        height: 60px;
        justify-content: space-between;
        padding: 0 20px;
        z-index: 9; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-primary {
          min-width: 90px;
          height: 30px;
          border-radius: 25px;
          background-color: #5A2C2B !important;
          color: #fff !important;
          border-color: #fff !important;
          text-transform: uppercase;
          font-family: "roboto_bold_web";
          padding: 0 15px; }
          #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-primary:hover {
            background-color: #fff !important;
            color: #5A2C2B !important;
            border-color: #5A2C2B !important; }
          @media (max-width: 991.98px) and (orientation: landscape) {
            #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-primary {
              margin-top: 0; } }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary {
          min-width: 90px;
          height: 30px;
          border-radius: 25px;
          background-color: #fff;
          border-color: #5A2C2B;
          color: #5A2C2B;
          text-transform: uppercase;
          font-family: "roboto_bold_web";
          padding: 0 20px; }
          @media (max-width: 991.98px) and (orientation: landscape) {
            #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary {
              margin-top: 0; } }
          #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary:hover, #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary:focus {
            background-color: #5A2C2B !important;
            color: #fff !important;
            border-color: #5A2C2B !important;
            outline: none;
            box-shadow: none; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white .modal-footer .saveFilter.disabled {
          background-color: #717171 !important;
          color: white;
          border: 1px solid #717171;
          pointer-events: none; }
      #filtersMapModal.modal .white .modal-dialog .modal-content-white form {
        display: block;
        max-height: 80%; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white form .form-group {
          width: 100%; }
          #filtersMapModal.modal .white .modal-dialog .modal-content-white form .form-group label {
            color: #000;
            font-family: "roboto_bold_web";
            font-size: 14px; }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white form input {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px; }
          @media (max-width: 991.98px) and (orientation: landscape) {
            #filtersMapModal.modal .white .modal-dialog .modal-content-white form input {
              margin-bottom: 0; } }
        #filtersMapModal.modal .white .modal-dialog .modal-content-white form select {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          margin-bottom: 40px;
          height: 30px;
          padding: 0;
          padding-left: 10px; }
  #filtersMapModal.modal .white .form-group {
    width: 100%; }
    #filtersMapModal.modal .white .form-group label {
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      color: #3C3C3C;
      margin-bottom: 2px; }
    #filtersMapModal.modal .white .form-group .form-control {
      padding: 0; }
  #filtersMapModal.modal .white .bootstrap-select .dropdown-toggle {
    border: 1px solid #3C3C3C;
    height: 30px;
    padding: 2px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    #filtersMapModal.modal .white .bootstrap-select .dropdown-toggle:focus {
      border: 2px solid #5A2C2B !important;
      outline: none !important;
      box-shadow: none !important;
      color: #000; }
      #filtersMapModal.modal .white .bootstrap-select .dropdown-toggle:focus .bs-placeholder {
        color: #000; }
    #filtersMapModal.modal .white .bootstrap-select .dropdown-toggle .bs-placeholder:focus {
      color: #000 !important; }
  #filtersMapModal.modal .white .bootstrap-select .dropdown-menu {
    max-height: 170px !important; }
    #filtersMapModal.modal .white .bootstrap-select .dropdown-menu li a:active, #filtersMapModal.modal .white .bootstrap-select .dropdown-menu li a:focus {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      box-shadow: none; }

.lightbox img {
  width: 100%;
  height: auto; }

.lightbox .modal-dialog {
  display: block; }
  @media (min-width: 576px) {
    .lightbox .modal-dialog.infografica-w {
      max-width: 80%; } }
  @media (min-width: 576px) {
    .lightbox .modal-dialog {
      max-width: 560px; } }
  @media (max-width: 1024px) {
    .lightbox .modal-dialog {
      max-width: 560px; } }
  @media (max-width: 991.98px) {
    .lightbox .modal-dialog {
      max-width: 100%; } }
  @media (max-width: 575.98px) {
    .lightbox .modal-dialog {
      position: relative;
      width: auto;
      margin: 3.5rem 1.5rem 3rem;
      pointer-events: none; } }
  @media (width: 1366px) {
    .lightbox .modal-dialog {
      max-width: 560px; } }
  .lightbox .modal-dialog .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0; }
    @media (max-width: 575.98px) {
      .lightbox .modal-dialog .modal-content {
        height: fit-content; } }
    .lightbox .modal-dialog .modal-content .immagine-modale {
      width: 500px;
      height: 500px; }
      @media (max-width: 991.98px) {
        .lightbox .modal-dialog .modal-content .immagine-modale {
          width: 730px;
          height: 730px; } }
      @media (max-width: 575.98px) {
        .lightbox .modal-dialog .modal-content .immagine-modale {
          width: 100%;
          height: 285px; } }
  .lightbox .modal-dialog .carousel-modal {
    background-color: white;
    padding: 30px; }
    .lightbox .modal-dialog .carousel-modal h4 {
      margin-top: 20px;
      font-size: 16px;
      font-family: "roboto_bold_web";
      color: #5A2C2B; }
  @media (min-width: 576px) {
    .lightbox .modal-dialog.ricerca {
      max-width: 80%; } }

.lightbox .modal-content button.close {
  background-image: url(../images/svg/close-b.svg);
  width: 25px;
  height: 25px;
  background-size: 70%;
  border: 0;
  position: absolute;
  opacity: 1;
  top: 3px;
  right: 3px;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 991.98px) {
  .lightbox .modal-content button.close {
    margin-top: 3px; }
  .lightbox .modal-content .close {
    text-align: right;
    margin-right: 3px;
    color: #fff; } }

.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; }
    .full-image .modal-dialog .modal-content {
      max-width: 100%;
      max-height: calc(100vh - 40px); }
      .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: "EB_Garamond_Medium";
          font-size: 0.875rem;
          line-height: 121.5%;
          margin-top: 20px; }
      .full-image .modal-dialog .modal-content button[type="button"] {
        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%; }
        .full-image .modal-dialog .modal-content button[type="button"]::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[type="button"]::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: "EB_Garamond_Medium";
          line-height: 121.5%; }

.mobile-no-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 991.98px) {
    .mobile-no-search {
      padding: 100px; } }
  @media (max-width: 575.98px) {
    .mobile-no-search {
      padding: 0px 15px; } }
  .mobile-no-search span.title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: "EB_Garamond_Medium"; }
  .mobile-no-search img {
    margin-bottom: 25px; }
  .mobile-no-search p {
    line-height: 146.7%;
    font-size: 0.875rem;
    margin-bottom: 60px; }
  .mobile-no-search a {
    font-size: 0.875rem;
    padding: 7px 40px;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 50px;
    border: 2px solid #5A2C2B;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    text-decoration: none; }
    .mobile-no-search a:hover {
      background: #5A2C2B;
      color: #ffffff; }
  .mobile-no-search.show {
    display: flex; }

#searchmodal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }
  #searchmodal .modal-dialog .modal-content {
    background: #fff;
    text-align: center;
    border-radius: 0px;
    border: none;
    position: unset; }
    #searchmodal .modal-dialog .modal-content button.close {
      position: absolute;
      top: 30px;
      right: 30px;
      opacity: 1; }
    #searchmodal .modal-dialog .modal-content .modal-body {
      padding: 0 30px; }
      #searchmodal .modal-dialog .modal-content .modal-body span.title {
        display: block;
        font-size: 1.5rem;
        font-family: "EB_Garamond_Medium";
        margin-bottom: 20px; }
      #searchmodal .modal-dialog .modal-content .modal-body img {
        margin-bottom: 25px; }
      #searchmodal .modal-dialog .modal-content .modal-body p {
        margin-bottom: 60px; }
      #searchmodal .modal-dialog .modal-content .modal-body button.btn.btn-primary {
        width: auto;
        background: #fff;
        border: 2px solid;
        padding: 7px 42px;
        line-height: 1rem;
        font-size: 0.875rem;
        height: auto;
        border-color: #5A2C2B;
        color: #5A2C2B; }
        #searchmodal .modal-dialog .modal-content .modal-body button.btn.btn-primary:hover {
          background: #5A2C2B;
          color: #fff; }

#tappeModal .modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: 100%; }
  #tappeModal .modal-dialog .modal-content {
    height: 100%;
    width: 100%;
    background: #000; }
    #tappeModal .modal-dialog .modal-content button {
      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 10; }
    #tappeModal .modal-dialog .modal-content .modal-body {
      padding: 30px; }
      #tappeModal .modal-dialog .modal-content .modal-body h3 {
        color: white;
        font-family: "cabin_bold";
        font-size: 24px;
        margin-bottom: 50px; }
      @media (max-width: 991.98px) {
        #tappeModal .modal-dialog .modal-content .modal-body .navigator {
          display: block;
          width: 100%; } }
      #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista.active {
        border: none; }
        #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista.active p {
          color: #D7C8C1; }
          #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista.active p:before {
            background-color: #D7C8C1; }
      #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista:active {
        border: none; }
        #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista:active p {
          color: #D7C8C1; }
          #tappeModal .modal-dialog .modal-content .modal-body .navigator .lista:active p:before {
            background-color: #D7C8C1; }

#filtersModalMap .modal-dialog {
  margin: 20px;
  height: calc(100vh - 40px);
  width: calc(100vw - 40px);
  overflow: hidden;
  max-width: inherit; }
  #filtersModalMap .modal-dialog .modal-content-white .head-modal {
    height: 60px;
    border-bottom: 1px solid #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: center; }
    #filtersModalMap .modal-dialog .modal-content-white .head-modal p {
      margin: 0; }
    #filtersModalMap .modal-dialog .modal-content-white .head-modal button.close {
      position: absolute;
      top: 15px;
      right: 20px;
      opacity: 1; }
      #filtersModalMap .modal-dialog .modal-content-white .head-modal button.close img {
        width: 20px;
        height: 20px; }
  #filtersModalMap .modal-dialog .modal-content-white .form-calendar {
    margin: 0;
    height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFCF9; }
    #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion {
      width: 100%; }
      #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap {
        background: transparent;
        max-height: inherit; }
        #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .input-search-mobile {
          margin-bottom: 30px; }
          #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .input-search-mobile label {
            display: block;
            font-size: 0.875rem;
            margin-bottom: 5px;
            font-family: "roboto_bold_web"; }
          #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .input-search-mobile input {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            border: 1px solid #3C3C3C; }
        #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card {
          overflow: visible;
          margin-bottom: 30px; }
          #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header {
            background: transparent; }
            #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header .label-filter {
              font-size: 0.875rem;
              margin-bottom: 5px;
              font-family: "roboto_bold_web"; }
            #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header button,
            #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header .filter-check {
              padding: 0; }
            #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header button {
              color: #404040;
              border: 1px solid #3C3C3C;
              border-radius: 50px;
              width: 100%;
              height: 30px;
              padding-left: 15px;
              padding-right: 15px; }
              #filtersModalMap .modal-dialog .modal-content-white .form-calendar .box-accordion .accordionFilterMap .card .card-header button img {
                position: unset; }
  #filtersModalMap .modal-dialog .modal-content-white .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0px; }

#anteprima .modal-dialog {
  width: 80%;
  max-width: unset; }

#modalApprofondisci .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto;
  max-width: 1080px; }
  #modalApprofondisci .modal-dialog .modal-content {
    background-color: white;
    /*@media (max-width: 575.98px) {
                button.close {
                    background-color: transparent;
                    background-image: url(../images/svg/close.svg);
                    width: 18px;
                    height: 18px;
                    background-size: 100%;
                    border: 0;
                    margin-top: 0px;
                    position: absolute;
                    opacity: 1;
                    right: 0;
                    top: 0;
                }
            }*/ }
    #modalApprofondisci .modal-dialog .modal-content .modal-header {
      border: 0px; }
    #modalApprofondisci .modal-dialog .modal-content .card {
      text-align: left;
      border: 0px; }
      #modalApprofondisci .modal-dialog .modal-content .card h4 {
        font-family: "roboto_bold_web";
        font-size: 22px;
        color: #14352F;
        position: relative;
        margin-bottom: 40px;
        display: inline-block; }
        #modalApprofondisci .modal-dialog .modal-content .card h4::after {
          content: "";
          display: block;
          position: absolute;
          background: rgba(225, 174, 63, 0.3);
          height: 20px;
          width: 100%;
          top: 10px;
          z-index: 1; }
      #modalApprofondisci .modal-dialog .modal-content .card .align {
        display: table-cell;
        vertical-align: middle;
        padding: 15px; }
      #modalApprofondisci .modal-dialog .modal-content .card .label__text_xs {
        font-size: 12px;
        color: #676767;
        font-family: "roboto_regular_web";
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px;
        margin-bottom: 10px; }
      #modalApprofondisci .modal-dialog .modal-content .card .label__text {
        font-size: 14px;
        color: #676767;
        font-family: "roboto_regular_web";
        margin-top: 20px;
        margin-bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px; }
      #modalApprofondisci .modal-dialog .modal-content .card a.anchor__link {
        color: #5A2C2B;
        text-decoration: underline;
        font-size: 16px;
        font-family: "roboto_bold_web";
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 180px; }
      #modalApprofondisci .modal-dialog .modal-content .card a:hover {
        text-decoration: underline; }
      #modalApprofondisci .modal-dialog .modal-content .card a:focus {
        outline: 2px solid #5A2C2B; }
    #modalApprofondisci .modal-dialog .modal-content .carousel-indicators {
      bottom: -50px; }
      #modalApprofondisci .modal-dialog .modal-content .carousel-indicators li {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #5A2C2B;
        margin-right: 15px; }
  @media (min-width: 768px) {
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item {
      margin-right: inherit; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
      display: block; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
      transition: none; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -33.33333333%;
      z-index: -1;
      display: block;
      visibility: visible; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item-next,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0); }
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible; }
    #modalApprofondisci .modal-dialog .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #modalApprofondisci .modal-dialog .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      display: block;
      visibility: visible; } }

.modal.general .modal-dialog {
  max-width: 950px; }
  .modal.general .modal-dialog .modal-content {
    padding: 50px 45px 30px 45px; }
    .modal.general .modal-dialog .modal-content .modal-header {
      border: none;
      padding: 0px; }
      .modal.general .modal-dialog .modal-content .modal-header .total-label {
        display: block;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-family: "roboto_regular_web";
        color: #707070; }
      .modal.general .modal-dialog .modal-content .modal-header h5 {
        color: #000;
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 40px; }
        .modal.general .modal-dialog .modal-content .modal-header h5.b-primary {
          font-size: 1.625rem;
          font-family: "roboto_bold_web";
          text-transform: uppercase;
          color: #5A2C2B; }
          .modal.general .modal-dialog .modal-content .modal-header h5.b-primary::after {
            content: none; }
        .modal.general .modal-dialog .modal-content .modal-header h5::after {
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 1px;
          width: 50%;
          background-color: #5A2C2B; }
    .modal.general .modal-dialog .modal-content .modal-body {
      padding: 0px; }
      .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal {
        padding-right: 30px; }
        .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link {
          color: #393939; }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link span {
            font-family: "roboto_regular_web"; }
            .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link span.title {
              font-size: 1.5rem; }
            .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link span.total-label {
              text-transform: uppercase;
              font-size: 0.875rem;
              color: #707070;
              font-family: "roboto_regular_web"; }
            .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link span.active-strong {
              color: #000; }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link[aria-expanded="true"] svg {
            transform: rotate(180deg); }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal button.btn.btn-link:focus {
            outline: 2px solid #5A2C2B;
            box-shadow: none;
            outline-offset: -2px; }
        .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal .information-list ul {
          display: block;
          list-style: disc;
          padding-left: 20px; }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal .information-list ul li:last-child {
            margin-bottom: 0px; }
        .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal ul.modal-list--periodico {
          list-style-image: url("../images/svg/point-list.svg"); }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal ul.modal-list--periodico ::marker {
            color: #D7C8C1; }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal ul.modal-list--periodico .result--modal {
            color: #484848; }
          .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal ul.modal-list--periodico a {
            color: #484848;
            font-size: 16px; }
            .modal.general .modal-dialog .modal-content .modal-body .accordion-custom-modal ul.modal-list--periodico a:focus {
              outline: 3px solid #5A2C2B; }
      .modal.general .modal-dialog .modal-content .modal-body ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0; }
        .modal.general .modal-dialog .modal-content .modal-body ul li {
          margin-right: 24px;
          margin-bottom: 20px; }
          .modal.general .modal-dialog .modal-content .modal-body ul li a {
            color: #000;
            text-decoration: underline;
            font-size: 0.875rem; }
            .modal.general .modal-dialog .modal-content .modal-body ul li a:hover {
              text-decoration: none; }
      .modal.general .modal-dialog .modal-content .modal-body p {
        font-size: 0.875rem;
        margin-bottom: 20px; }
    .modal.general .modal-dialog .modal-content .modal-footer {
      border: none;
      padding: 0; }

@media (max-width: 991.98px) {
  .modal.search-new-custom .modal-dialog {
    max-width: 100vw;
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh; }
  .modal.search-new-custom .modal-content {
    height: 100vh;
    background-color: #5A2C2B !important;
    text-align: left !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal.search-new-custom .modal-content .close {
      text-align: right;
      margin-right: 20px;
      color: #fff; }
    .modal.search-new-custom .modal-content form {
      display: block;
      padding-top: 100px;
      width: 100%; } }
    @media (max-width: 991.98px) and (max-width: 575.98px) {
      .modal.search-new-custom .modal-content form {
        padding-top: 30px; } }

@media (max-width: 991.98px) {
      .modal.search-new-custom .modal-content form label {
        color: #fff; }
      .modal.search-new-custom .modal-content form input {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 30px;
        border-color: transparent; }
        .modal.search-new-custom .modal-content form input.calendar-from.responsive.w-50.rounded-right {
          margin-right: -7px;
          background-color: #fff;
          background-image: url(../images/svg/calendar_serachHero.svg);
          background-repeat: no-repeat;
          background-position: 90% center; }
        .modal.search-new-custom .modal-content form input.calendar-to.responsive.w-50.rounded-left {
          background-color: #fff;
          background-image: url(../images/svg/calendar_serachHero.svg);
          background-repeat: no-repeat;
          background-position: 90% center; }
        .modal.search-new-custom .modal-content form input:focus {
          border: 4px solid #000; }
      .modal.search-new-custom .modal-content form .border-right-custom.responsive {
        height: 28px;
        margin-top: 5px; }
      .modal.search-new-custom .modal-content form select {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin-bottom: 40px; }
        .modal.search-new-custom .modal-content form select:last-child {
          margin-bottom: 40px; }
        .modal.search-new-custom .modal-content form select:focus {
          border: 4px solid #000; }
    .modal.search-new-custom .modal-content button.btn.btn-primary {
      width: 130px;
      height: 30px;
      border-radius: 25px;
      color: #5A2C2B;
      background-color: #D7C8C1;
      border-color: #5A2C2B;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      padding: 0 20px;
      width: 40%; }
    .modal.search-new-custom .modal-content button.close {
      background-color: transparent;
      background-image: url(../images/svg/close.svg);
      width: 18px;
      height: 18px;
      background-size: 100%;
      border: 0;
      margin-top: 15px;
      position: absolute;
      opacity: 1;
      right: 0;
      top: 20px; }
  .modal.search-new-custom .modal-footer {
    border-top: 0;
    display: flex;
    text-align: center;
    flex-direction: column; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .modal.search-new-custom .modal-footer a {
      font-family: "roboto_bold_web";
      color: #D7C8C1;
      font-size: 16px;
      margin-top: 20px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: underline; } }

.modal.search-new-custom .search-box {
  position: absolute;
  max-width: 1110px;
  width: 1110px;
  height: 180px;
  background: #5A2C2B;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  bottom: 230px;
  padding: 20px;
  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);
  /* 
            .btn.btn-primary:active {
                width: 210px !important;
                
            } */ }
  @media (max-width: 1140px) {
    .modal.search-new-custom .search-box {
      width: auto; } }
  @media (min-width: 992px) {
    .modal.search-new-custom .search-box {
      top: calc(384px - 90px); } }
  @media (max-width: 991.98px) {
    .modal.search-new-custom .search-box {
      bottom: 0;
      height: 100px;
      display: flex;
      align-items: center; } }
  @media (max-width: 374px) {
    .modal.search-new-custom .search-box {
      padding: 10px; } }
  @media (max-width: 991.98px) {
    .modal.search-new-custom .search-box {
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  @media (max-width: 575.98px) {
    .modal.search-new-custom .search-box {
      height: 100px; } }
  .modal.search-new-custom .search-box .avanzata:focus {
    box-shadow: 0 0 0 0.2rem #000; }
  .modal.search-new-custom .search-box .button-search {
    width: 211px;
    height: 30px;
    border-radius: 25px;
    background-color: #D7C8C1;
    border-color: #D7C8C1;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    padding: 0 20px;
    margin-top: 22px;
    border: none; }
    .modal.search-new-custom .search-box .button-search:focus {
      box-shadow: 0 0 0 0.2rem #000; }
  .modal.search-new-custom .search-box h2 {
    font-size: 1.75rem;
    color: #ffffff;
    font-family: "roboto_regular_web";
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 13px;
    display: none; }
    @media (max-width: 575.98px) {
      .modal.search-new-custom .search-box h2 {
        display: block; } }
    @media (max-width: 991.98px) {
      .modal.search-new-custom .search-box h2 {
        font-size: 1.5rem;
        display: block; } }
    @media (max-width: 374px) {
      .modal.search-new-custom .search-box h2 {
        margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .modal.search-new-custom .search-box form {
      display: none; } }
  .modal.search-new-custom .search-box label {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-left: 8px;
    font-family: "roboto_regular_web";
    font-weight: 400; }
  .modal.search-new-custom .search-box .responsiveSearch {
    display: none; }
    @media (max-width: 991.98px) {
      .modal.search-new-custom .search-box .responsiveSearch {
        display: block;
        text-align: center; } }
    .modal.search-new-custom .search-box .responsiveSearch .button-search {
      width: 211px;
      height: 30px;
      border-radius: 25px;
      background-color: #D7C8C1;
      border-color: #D7C8C1;
      text-transform: uppercase;
      font-family: "roboto_bold_web";
      padding: 0 20px;
      margin-top: 0px;
      border: none; }
  .modal.search-new-custom .search-box a {
    color: #D7C8C1;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    font-size: 14px;
    text-align: right;
    width: 100%;
    margin-top: 10px; }
    @media (max-width: 991.98px) {
      .modal.search-new-custom .search-box a {
        text-align: center;
        margin-top: 30px;
        padding-right: 8px; } }

@media (max-width: 767.98px) {
  .modal.modal-analitica .modal-dialog {
    max-height: 100%;
    margin: 0 auto; } }

@media (max-width: 767.98px) {
  .modal.modal-analitica .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    min-height: 100%; } }

.modal.modal-analitica .modal-dialog .modal-content h4 {
  font-size: 1.125rem;
  font-family: "roboto_bold_web";
  text-transform: uppercase; }

#userService .modal-content {
  padding: 40px 60px 40px 60px; }
  @media (max-width: 767.98px) {
    #userService .modal-content {
      padding: 20px; } }
  @media (max-width: 991.98px) {
    #userService .modal-content {
      position: relative !important; } }
  #userService .modal-content .modal-header {
    border-bottom: 0px;
    border-radius: 0px;
    border-left: 1px solid #fff; }
    @media (max-width: 991.98px) {
      #userService .modal-content .modal-header {
        text-align: left; } }
    #userService .modal-content .modal-header p {
      color: #fff;
      font-size: 32px;
      font-family: "EB_Garamond_Medium";
      text-transform: inherit; }
      @media (max-width: 767.98px) {
        #userService .modal-content .modal-header p {
          font-size: 28px; } }
      @media (max-width: 991.98px) {
        #userService .modal-content .modal-header p {
          margin-right: auto; } }
    #userService .modal-content .modal-header .close {
      position: relative;
      top: -1.8em;
      left: 3em;
      opacity: 0.85; }
      @media (max-width: 991.98px) {
        #userService .modal-content .modal-header .close {
          top: -0.2em;
          left: 1.5em; } }
  #userService .modal-content .modal-body {
    border-left: 1px solid #fff;
    padding: 0px; }
    @media (max-width: 991.98px) {
      #userService .modal-content .modal-body {
        display: none !important; } }
  #userService .modal-content .modal-footer {
    border-top: 0px;
    margin-right: auto;
    border-left: 1px solid #fff;
    border-radius: 0px;
    padding-bottom: 0px; }
    @media (max-width: 991.98px) {
      #userService .modal-content .modal-footer {
        display: inline-table;
        margin-left: 0px !important; } }
  #userService .modal-content .modal-footer > :not(:first-child) {
    margin-left: 0px; }

#modalRicercaSalvata .modal-header {
  margin-bottom: 0px !important;
  margin-bottom: 1em !important; }
  #modalRicercaSalvata .modal-header h4 {
    font-size: 26px;
    font-family: "roboto_regular_web";
    text-transform: inherit !important; }

#modalRicercaSalvata hr {
  border-color: #7C7C7C; }

#modalRicercaSalvata .modal-body {
  padding-left: 0px;
  margin-top: 2em; }
  #modalRicercaSalvata .modal-body hr {
    border-color: #7C7C7C; }
  #modalRicercaSalvata .modal-body p {
    font-size: 16px;
    font-family: "roboto_regular_web";
    margin-bottom: 0px; }

.custom-popover span {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #424242;
  width: 266px;
  height: auto;
  position: absolute;
  bottom: 32px;
  transform: translateX(-50%);
  color: #424242;
  text-align: left;
  padding: 16px;
  z-index: 999;
  display: none; }
  .custom-popover span strong {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #000; }
    .custom-popover span strong::before {
      content: "";
      display: flex;
      width: 18px;
      height: 18px;
      background-image: url(../images/svg/question.svg);
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 8px; }

body #prefooter {
  border-top: 1px solid #707070;
  padding: 6px 0;
  text-align: left;
  margin-top: 80px; }
  @media (max-width: 991.98px) {
    body #prefooter {
      margin-top: 0px; } }
  body #prefooter img {
    margin-right: 16px; }
  body #prefooter p {
    font-size: 0.875rem;
    margin-left: 20px;
    font-family: "roboto_regular_web";
    margin: 16px 0;
    display: inline-block;
    text-align: left; }

body #footer {
  background-color: #3A3A3A;
  width: 100%;
  padding-top: 30px; }
  body #footer a {
    text-decoration: underline; }
    body #footer a.disabled {
      opacity: 0.5; }
    body #footer a:hover {
      text-decoration: none; }
  body #footer .footer-bottom hr {
    width: 100%;
    border-color: #808080; }
  body #footer h2 {
    font-family: "roboto_bold_web";
    font-size: 1.1rem;
    color: #ffffff;
    display: inline;
    margin-bottom: 0; }
    body #footer h2 span {
      display: block;
      font-size: 1.1rem;
      font-family: "roboto_regular_web"; }
  body #footer #col-ftr_1 {
    margin-top: -18px; }
    body #footer #col-ftr_1 a {
      display: inline-block; }
      body #footer #col-ftr_1 a:focus {
        box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
    body #footer #col-ftr_1 .logo-scabec {
      width: 46px;
      margin: 14px; }
    body #footer #col-ftr_1 .logo-sona {
      width: 64px;
      height: 32px; }
    body #footer #col-ftr_1 .logo-archivistico {
      width: 80px; }
    body #footer #col-ftr_1 p {
      padding-top: 25px; }
      @media screen and (max-width: 1024px) {
        body #footer #col-ftr_1 p {
          margin-bottom: 25px; } }
  body #footer #col-ftr_2 {
    margin-bottom: 20px; }
  body #footer #col-ftr_3 {
    margin-bottom: 20px;
    padding-right: 0px; }
  body #footer #col-ftr_4 {
    margin-bottom: 20px; }
  body #footer #footer_titlesite {
    color: white;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  body #footer #footer_subtitlesite {
    color: white;
    text-transform: uppercase;
    font-family: "roboto_regular_web";
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 0.875rem; }
  body #footer p {
    font-family: "roboto_regular_web";
    color: white;
    font-size: 0.75rem;
    margin-bottom: 5px; }
  body #footer ul {
    list-style: none; }
    body #footer ul.txt_footer li a {
      display: block;
      color: white;
      font-family: "roboto_regular_web";
      font-size: 0.75rem;
      padding-bottom: 6px; }
      body #footer ul.txt_footer li a:focus {
        box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
      body #footer ul.txt_footer li a:hover {
        text-decoration: none; }
    body #footer ul li.list-inline-item a {
      display: inline; }
      body #footer ul li.list-inline-item a:focus {
        box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
    body #footer ul li,
    body #footer ul a {
      color: white;
      font-family: "roboto_regular_web";
      font-size: 0.75rem; }
      body #footer ul li span,
      body #footer ul a span {
        font-family: "roboto_bold_web"; }
      body #footer ul li:hover,
      body #footer ul a:hover {
        color: white;
        text-decoration: underline; }
    body #footer ul li {
      text-decoration: none; }
      body #footer ul li:hover {
        text-decoration: none; }
    body #footer ul a:hover {
      text-decoration: underline; }
    body #footer ul a:focus {
      box-shadow: 0 0 0 0.2rem #D7C8C1 !important; }
    body #footer ul.list-inline .list-inline-item:not(:last-child) {
      margin-right: 30px; }
  body #footer h4 {
    color: white;
    font-family: "roboto_bold_web";
    min-height: 38px;
    font-size: 1rem;
    margin-bottom: 7px;
    line-height: 1.25rem; }
  body #footer .disabled {
    pointer-events: none;
    text-decoration: none;
    color: #CFCFCF; }
  @media (max-width: 575.98px) {
    body #footer {
      margin-top: 0px; }
      body #footer #col-ftr_3 {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 0px; }
      body #footer h4 {
        color: white;
        font-family: "roboto_bold_web";
        margin-bottom: 14px;
        font-size: 1rem; } }

body .under_footer {
  border-top: 1px solid white;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  body .under_footer span > a {
    color: white;
    font-family: "roboto_regular_web";
    font-size: 0.75rem;
    margin-right: 20px; }
    body .under_footer span > a:hover {
      color: white;
      text-decoration: underline; }

body .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; }
  body .social svg {
    width: 40px;
    height: 40px;
    transition: 0.3s;
    transform: scale(0.5); }
    body .social svg path {
      fill: #3A3A3A; }
    body .social svg circle {
      fill: #3A3A3A; }
  body .social:hover {
    transform: scale(0.5);
    background: transparent; }
    body .social:hover svg {
      width: 80px;
      height: 80px;
      transform: scale(2); }
      body .social:hover svg path {
        fill: #fff; }
      body .social:hover svg circle {
        fill: #fff; }

#floatCard {
  margin-bottom: 60px; }
  #floatCard .float-bg {
    background-color: #FCF7EC;
    padding: 20px;
    width: 100%; }
    @media (max-width: 575.98px) {
      #floatCard .float-bg .container {
        margin-top: -45px; } }
    #floatCard .float-bg .title {
      font-family: "cabin_bold";
      color: #5A2C2B;
      font-size: 20px;
      min-height: 119px; }
      @media (max-width: 991.98px) {
        #floatCard .float-bg .title {
          min-height: 315px; } }
      @media (max-width: 575.98px) {
        #floatCard .float-bg .title {
          min-height: 0; } }
    #floatCard .float-bg p {
      color: black; }
    #floatCard .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; }
      @media (max-width: 991.98px) {
        #floatCard .float-bg .float-img {
          margin-left: 20px;
          width: 356px;
          height: 356px; } }
      @media (max-width: 575.98px) {
        #floatCard .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 {
          width: 300px;
          height: 300px; } }
      @media screen and (max-width: 320px) {
        #floatCard .float-bg .float-img {
          width: 245px;
          height: 245px; } }

.clear-fix {
  clear: both; }

.only-arrow {
  display: flex;
  justify-content: flex-end; }
  .only-arrow .pagination {
    margin: 0; }
    .only-arrow .pagination li.page-item .page-link {
      border-radius: 4px;
      padding: 0;
      background: #5A2C2B;
      height: 20px;
      width: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .only-arrow .pagination li.page-item .page-link img {
        width: 10px;
        height: 5px; }
      .only-arrow .pagination li.page-item .page-link.left img {
        transform: rotate(-90deg); }
      .only-arrow .pagination li.page-item .page-link.right img {
        transform: rotate(90deg); }
      .only-arrow .pagination li.page-item .page-link.disabled {
        pointer-events: none;
        cursor: none;
        opacity: 0.4; }
      .only-arrow .pagination li.page-item .page-link:focus {
        outline: 2px solid #5A2C2B;
        outline-offset: 2px;
        opacity: 1;
        box-shadow: none; }
    .only-arrow .pagination li.page-item:first-child {
      margin-right: 8px; }
    .only-arrow .pagination li.page-item:last-child {
      margin-left: 8px; }
    .only-arrow .pagination li.counter {
      font-size: 0.875rem;
      line-height: 1rem;
      display: flex;
      align-items: center; }
  .only-arrow.route ul.pagination {
    justify-content: space-between;
    width: 100%; }
    .only-arrow.route ul.pagination li.page-item .page-link {
      background: none;
      border: none;
      width: inherit;
      color: #5A2C2B;
      text-decoration: underline;
      font-size: 0.875rem; }
      .only-arrow.route ul.pagination li.page-item .page-link span.arrow {
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        background-size: cover;
        width: 16px;
        height: 12px; }
      .only-arrow.route ul.pagination li.page-item .page-link.prev span.arrow {
        transform: rotate(180deg);
        margin-right: 10px; }
      .only-arrow.route ul.pagination li.page-item .page-link.next span.arrow {
        margin-left: 10px; }
  .only-arrow.big {
    margin-bottom: 40px; }
    .only-arrow.big .pagination li.page-item .page-link,
    .only-arrow.big .pagination li.page-item .page-link {
      height: 30px;
      width: 30px; }
    .only-arrow.big .pagination li.counter {
      font-family: "roboto_bold_web";
      font-size: 1rem; }

.datepicker table tr td span.active.active {
  background-image: none;
  background-color: transparent !important;
  color: #5A2C2B;
  border: 2px solid #5A2C2B; }
  .datepicker table tr td span.active.active:hover {
    background-image: none;
    background-color: #727272;
    color: #5A2C2B;
    border: 2px solid #5A2C2B; }

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  overflow: hidden; }

.datepicker .datepicker-switch, .datepicker tfoot tr th {
  pointer-events: none; }

.datepicker table tr td span.century.disabled, .datepicker table tr td span.century.old.disabled, .datepicker table tr td span.century.new.disabled {
  color: #dedede; }

.search-tab-wrapper {
  position: relative;
  /* vertical */ }
  .search-tab-wrapper .tabTitle {
    display: none; }
  .search-tab-wrapper .search-tab {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    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%; }
      @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: 217px;
        text-align: center;
        display: inline-block; } }
    .detail-search .search-tab-wrapper .search-tab li {
      width: 220px;
      text-align: center;
      display: inline-block; }
      @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;
      margin: 3px 2px 0px 2px; }
      @media (max-width: 767.98px) {
        .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
          padding: 0;
          color: #000; } }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link.active {
        font-family: "roboto_bold_web";
        border-bottom: 2px solid #5A2C2B; }
        @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 #5A2C2B; }
      .search-tab-wrapper .search-tab .search--nav-item .search--nav-link:hover {
        text-decoration: none; }
    @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: 1.6rem; } }

.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 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 #482323;
          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: 0.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: 0.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; }
      .tab-horizontal .tab-content ul li a:hover {
        text-decoration: none; }

#ricercaAvanzata {
  margin-top: 50px;
  min-height: 100vh; }
  #ricercaAvanzata .nav-tabs {
    display: none; }
  @media (min-width: 768px) {
    #ricercaAvanzata .nav-tabs {
      display: flex;
      margin-bottom: 45px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #ricercaAvanzata .nav-tabs li {
      width: 220px;
      text-align: center;
      display: inline-block; } }
  @media (min-width: 768px) {
      .detail-search #ricercaAvanzata .nav-tabs li {
        width: 220px;
        text-align: center;
        display: inline-block; } }
    @media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
      .detail-search #ricercaAvanzata .nav-tabs li {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 767.98px) {
      .detail-search #ricercaAvanzata .nav-tabs li {
        width: 100%; } }
  @media (min-width: 768px) and (max-width: 575.98px) {
    #ricercaAvanzata .nav-tabs .nav-item {
      margin-right: 0; } }
  @media (min-width: 768px) {
      #ricercaAvanzata .nav-tabs .nav-item .nav-link {
        color: #000000;
        display: block;
        font-family: "roboto_regular_web";
        line-height: 40px;
        border: 0; } }
    @media (min-width: 768px) and (max-width: 767.98px) {
      #ricercaAvanzata .nav-tabs .nav-item .nav-link {
        padding: 0;
        color: #000; } }
  @media (min-width: 768px) {
        #ricercaAvanzata .nav-tabs .nav-item .nav-link.active {
          font-family: "roboto_bold_web";
          border-bottom: 2px solid #5A2C2B; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #ricercaAvanzata .nav-tabs .nav-item .nav-link.active {
          border-bottom: 0; } }
  @media (min-width: 768px) {
          .detail-search #ricercaAvanzata .nav-tabs .nav-item .nav-link.active {
            border-bottom: 2px solid #5A2C2B; }
        #ricercaAvanzata .nav-tabs .nav-item .nav-link:hover {
          text-decoration: none; }
    #ricercaAvanzata .card {
      border: none; }
    #ricercaAvanzata .card .card-header {
      display: none; }
    #ricercaAvanzata .card .collapse {
      display: block; } }
  @media (max-width: 767px) {
    #ricercaAvanzata .tab-content > .tab-pane {
      display: block !important;
      opacity: 1;
      border: 0px; }
      #ricercaAvanzata .tab-content > .tab-pane .card-header {
        background-color: #fff;
        border-bottom: 1px solid #f0f0f0; } }
    @media (max-width: 767px) and (max-width: 575.98px) {
      #ricercaAvanzata .tab-content > .tab-pane .card-header {
        padding: 0.5rem; } }
  @media (max-width: 767px) {
        #ricercaAvanzata .tab-content > .tab-pane .card-header.collapse .card-header {
          background-color: #d7c8c1; }
        #ricercaAvanzata .tab-content > .tab-pane .card-header a {
          font-family: "roboto_medium";
          font-size: 18px;
          color: #000;
          text-decoration: none; }
          #ricercaAvanzata .tab-content > .tab-pane .card-header a:focus {
            outline: 3px solid #5A2C2B; }
          #ricercaAvanzata .tab-content > .tab-pane .card-header a[aria-expanded="true"] .fa-chevron-down {
            transform: rotate(180deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          #ricercaAvanzata .tab-content > .tab-pane .card-header a[aria-expanded="false"] .fa-chevron-down {
            transform: rotate(0deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; } }
  @media (max-width: 575.98px) {
    #ricercaAvanzata .card-body {
      padding: 1rem; } }
  #ricercaAvanzata .card-body .container-search {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    height: auto;
    background-color: transparent;
    padding-top: 20px;
    height: auto; }
    #ricercaAvanzata .card-body .container-search::before {
      display: inline-block;
      background: url(../images/svg/banner-bg.svg) no-repeat center center fixed;
      content: "";
      position: absolute;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 238px;
      z-index: -1;
      width: 100vw; }
      @media (max-width: 575.98px) {
        #ricercaAvanzata .card-body .container-search::before {
          display: none; } }
    @media (max-width: 575.98px) {
      #ricercaAvanzata .card-body .container-search {
        height: auto;
        padding: 1rem; } }
    @media (max-width: 991.98px) {
      #ricercaAvanzata .card-body .container-search {
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 0; } }
    #ricercaAvanzata .card-body .container-search .search-wrap {
      margin-bottom: 0;
      border-top: 10px solid #e7ded9;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      padding: 45px 20px 23px 20px;
      box-shadow: 0px 10px 20px rgba(196, 196, 196, 0.18), 0px 2px 6px rgba(196, 196, 196, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04);
      margin-left: 0px;
      margin-right: 0px;
      min-height: 260px; }
      @media (max-width: 767.98px) {
        #ricercaAvanzata .card-body .container-search .search-wrap {
          border: 0;
          border-radius: 3px; } }
      @media (max-width: 767.98px) {
        #ricercaAvanzata .card-body .container-search .search-wrap {
          padding: 0;
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 992px) {
        #ricercaAvanzata .card-body .container-search .search-wrap {
          padding: 20px; } }
      #ricercaAvanzata .card-body .container-search .search-wrap .icon--remove {
        position: absolute;
        left: -10px;
        bottom: 50px; }
        #ricercaAvanzata .card-body .container-search .search-wrap .icon--remove a {
          color: #5a2c2c; }
      @media (max-width: 575.98px) {
        #ricercaAvanzata .card-body .container-search .search-wrap .mtb--mobile {
          margin-top: 35px;
          margin-bottom: 30px; } }
      #ricercaAvanzata .card-body .container-search .search-wrap label {
        font-family: "roboto_regular_web";
        font-size: 12px;
        color: #4d4d4d; }
      #ricercaAvanzata .card-body .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; }
        @media (max-width: 991.98px) {
          #ricercaAvanzata .card-body .container-search .search-wrap input[type="search"]:focus {
            outline: 3px solid #5A2C2B; } }
      #ricercaAvanzata .card-body .container-search .search-wrap input[type="text"] {
        font-family: "roboto_regular_web";
        color: #757575;
        font-size: 14px;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #000;
        margin-bottom: 30px;
        padding: 8px 8px 8px 0px; }
        @media (max-width: 991.98px) {
          #ricercaAvanzata .card-body .container-search .search-wrap input[type="text"]:focus {
            outline: 3px solid #5A2C2B; } }
      #ricercaAvanzata .card-body .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; }
    #ricercaAvanzata .card-body .container-search.search-column {
      background-color: none;
      padding-top: 0; }
      #ricercaAvanzata .card-body .container-search.search-column .search-wrap {
        margin-bottom: 0;
        background-color: #fff;
        padding: 6px 6px 6px 0; }
        #ricercaAvanzata .card-body .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; }
        #ricercaAvanzata .card-body .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; }
  #ricercaAvanzata .card-body .selectCustom {
    justify-content: flex-start;
    height: 70px; }
    @media (max-width: 767.98px) {
      #ricercaAvanzata .card-body .selectCustom {
        margin-bottom: 1rem; } }
    #ricercaAvanzata .card-body .selectCustom.mb-38 {
      margin-bottom: 38px; }
    #ricercaAvanzata .card-body .selectCustom .custom-select {
      width: 100% !important;
      padding-left: 0px; }
      #ricercaAvanzata .card-body .selectCustom .custom-select label {
        margin-bottom: 1.5rem; }
        @media (max-width: 767.98px) {
          #ricercaAvanzata .card-body .selectCustom .custom-select label {
            margin-bottom: 1rem; } }
        @media (max-width: 991.98px) {
          #ricercaAvanzata .card-body .selectCustom .custom-select label {
            margin-bottom: 1rem; } }
      #ricercaAvanzata .card-body .selectCustom .custom-select .select-selected {
        color: #757575; }
        @media (max-width: 767.98px) {
          #ricercaAvanzata .card-body .selectCustom .custom-select .select-selected {
            border: 0;
            border-bottom: 1px solid #000;
            border-radius: 0px; } }
        @media (max-width: 991.98px) {
          #ricercaAvanzata .card-body .selectCustom .custom-select .select-selected {
            border: 0;
            border-bottom: 1px solid #000;
            border-radius: 0px; } }
        #ricercaAvanzata .card-body .selectCustom .custom-select .select-selected:focus {
          outline: 3px solid #5A2C2B; }
  #ricercaAvanzata .card-body .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px; }
  #ricercaAvanzata .card-body .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067"; }
  #ricercaAvanzata .card-body .panel-title > a:hover,
  #ricercaAvanzata .card-body .panel-title > a:active,
  #ricercaAvanzata .card-body .panel-title > a:focus {
    text-decoration: none; }
  #ricercaAvanzata .card-body .collapse--info {
    font-size: 18px;
    font-family: "roboto_regular_web";
    color: #707070;
    margin-bottom: 15px; }
  #ricercaAvanzata .card-body details {
    border-left: 3px solid #d7c8c1;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgba(196, 196, 196, 0.18), 0px 2px 6px rgba(196, 196, 196, 0.12), 0px 0px 1px rgba(0, 0, 0, 0.04); }
    #ricercaAvanzata .card-body details summary {
      padding: 20px 40px 20px 40px;
      font-size: 20px;
      font-family: "roboto_medium";
      text-transform: uppercase;
      list-style: none;
      padding: 0.75em 1em;
      cursor: pointer;
      position: relative; }
      @media (max-width: 991.98px) {
        #ricercaAvanzata .card-body details summary {
          font-size: 18px; } }
      #ricercaAvanzata .card-body details summary::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px !important;
        content: "+";
        width: 23px;
        height: 23px;
        font-size: xx-large;
        background-color: #fff;
        color: #5A2C2B;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        right: 0; }
      #ricercaAvanzata .card-body details summary .indicator {
        color: #707070;
        font-size: 16px;
        width: 27px;
        height: 22px;
        border-radius: 40%;
        background-color: #f5f5f5;
        display: inline-block;
        text-align: center; }
      #ricercaAvanzata .card-body details summary:focus {
        outline: 3px solid #5A2C2B; }
    #ricercaAvanzata .card-body details summary::-webkit-details-marker {
      display: none; }
    #ricercaAvanzata .card-body details .content {
      padding: 10px 30px 35px 30px; }
      @media (max-width: 767.98px) {
        #ricercaAvanzata .card-body details .content {
          padding: 1rem; } }
      #ricercaAvanzata .card-body details .content label {
        font-family: "roboto_regular_web";
        font-size: 14px;
        color: #4d4d4d; }
      #ricercaAvanzata .card-body details .content input[type="text"] {
        font-family: "roboto_regular_web";
        color: #757575;
        font-size: 14px;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #000;
        margin-bottom: 30px;
        padding: 8px 8px 8px 0px; }
        #ricercaAvanzata .card-body details .content input[type="text"]:focus {
          outline: 3px solid #5A2C2B; }
      #ricercaAvanzata .card-body details .content .custom-control-label {
        font-family: "roboto_medium";
        font-size: 14px;
        text-transform: uppercase; }
  #ricercaAvanzata .card-body details[open] summary {
    background-color: #fff; }
  #ricercaAvanzata .card-body details[open] summary:before {
    content: "-"; }

.choice--filter {
  justify-content: flex-end;
  display: flex; }
  @media (max-width: 767.98px) {
    .choice--filter {
      justify-content: flex-start;
      margin-bottom: 2em;
      display: inline; } }
  .choice--filter .content--order {
    display: flex;
    align-items: center; }
    .choice--filter .content--order p {
      font-size: 14px;
      text-align: right;
      font-family: "roboto_bold_web";
      margin-bottom: 0px; }
      @media (max-width: 767.98px) {
        .choice--filter .content--order p {
          text-align: left; } }
    .choice--filter .content--order .selectCustom {
      border-bottom: 0px;
      top: -13px;
      position: relative; }
      .choice--filter .content--order .selectCustom .custom-select {
        padding-left: 2px; }
        .choice--filter .content--order .selectCustom .custom-select .select-selected {
          color: #000; }
          .choice--filter .content--order .selectCustom .custom-select .select-selected::after {
            right: -4px;
            background-image: url(../images/svg/arrow-selected-black.svg); }
          @media (max-width: 767.98px) {
            .choice--filter .content--order .selectCustom .custom-select .select-selected {
              border: 0px;
              padding-left: 13px; } }
        .choice--filter .content--order .selectCustom .custom-select .select-items {
          top: 50px; }
          @media (max-width: 767.98px) {
            .choice--filter .content--order .selectCustom .custom-select .select-items {
              width: 100%; } }

.popover {
  font-size: 14px;
  width: auto;
  z-index: 9; }
  @media (max-width: 991.98px) {
    .popover {
      display: none; } }
  .popover.large-text {
    max-width: 500px; }

#approfondimentiContainer .box-approfondimento,
#approdonfimentoNoEvidenza .box-approfondimento,
#approfondimenti .box-approfondimento {
  border-top: 1px solid #6E6E6E;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 201px; }
  @media (max-width: 991.98px) {
    #approfondimentiContainer .box-approfondimento,
    #approdonfimentoNoEvidenza .box-approfondimento,
    #approfondimenti .box-approfondimento {
      min-height: 191px; } }
  @media (max-width: 575.98px) {
    #approfondimentiContainer .box-approfondimento,
    #approdonfimentoNoEvidenza .box-approfondimento,
    #approfondimenti .box-approfondimento {
      padding-top: 15px;
      padding-bottom: 15px;
      min-height: 140px; } }
  #approfondimentiContainer .box-approfondimento:last-child,
  #approdonfimentoNoEvidenza .box-approfondimento:last-child,
  #approfondimenti .box-approfondimento:last-child {
    border-bottom: 1px solid #6E6E6E; }
  #approfondimentiContainer .box-approfondimento .overlary-approfondimento,
  #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento,
  #approfondimenti .box-approfondimento .overlary-approfondimento {
    height: 160px;
    width: 160px;
    border-radius: 6px; }
    @media (max-width: 575.98px) {
      #approfondimentiContainer .box-approfondimento .overlary-approfondimento,
      #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento,
      #approfondimenti .box-approfondimento .overlary-approfondimento {
        height: 109px;
        width: 109px; } }
    @media (max-width: 991.98px) {
      #approfondimentiContainer .box-approfondimento .overlary-approfondimento.pagina-approfondimenti,
      #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento.pagina-approfondimenti,
      #approfondimenti .box-approfondimento .overlary-approfondimento.pagina-approfondimenti {
        height: 99px;
        width: 109px;
        margin-bottom: 20px; } }
    #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza,
    #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento.evidenza,
    #approfondimenti .box-approfondimento .overlary-approfondimento.evidenza {
      border-radius: 6px;
      height: 455px;
      width: 100%; }
      @media (min-width: 768px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza,
        #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento.evidenza,
        #approfondimenti .box-approfondimento .overlary-approfondimento.evidenza {
          margin-bottom: 50px; } }
      @media (max-width: 575.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza,
        #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento.evidenza,
        #approfondimenti .box-approfondimento .overlary-approfondimento.evidenza {
          height: 365px;
          margin-bottom: 30px; } }
    #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento,
    #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento + .approfondimento,
    #approfondimenti .box-approfondimento .overlary-approfondimento + .approfondimento {
      right: 0;
      left: unset;
      max-width: 73%; }
      @media (max-width: 575.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento,
        #approdonfimentoNoEvidenza .box-approfondimento .overlary-approfondimento + .approfondimento,
        #approfondimenti .box-approfondimento .overlary-approfondimento + .approfondimento {
          max-width: 64%; } }
  #approfondimentiContainer .box-approfondimento .approfondimento,
  #approdonfimentoNoEvidenza .box-approfondimento .approfondimento,
  #approfondimenti .box-approfondimento .approfondimento {
    position: absolute;
    top: 0;
    left: 190px;
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    left: 0; }
    @media (max-width: 991.98px) {
      #approfondimentiContainer .box-approfondimento .approfondimento,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento,
      #approfondimenti .box-approfondimento .approfondimento {
        max-width: 100%; } }
    @media (max-width: 360px) {
      #approfondimentiContainer .box-approfondimento .approfondimento,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento,
      #approfondimenti .box-approfondimento .approfondimento {
        max-width: 64%;
        width: 64%; } }
    @media (max-width: 320px) {
      #approfondimentiContainer .box-approfondimento .approfondimento,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento,
      #approfondimenti .box-approfondimento .approfondimento {
        max-width: 59%; } }
    #approfondimentiContainer .box-approfondimento .approfondimento h3,
    #approdonfimentoNoEvidenza .box-approfondimento .approfondimento h3,
    #approfondimenti .box-approfondimento .approfondimento h3 {
      font-size: 1.375rem;
      font-family: "EB_Garamond_Medium";
      color: #000;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        #approfondimentiContainer .box-approfondimento .approfondimento h3,
        #approdonfimentoNoEvidenza .box-approfondimento .approfondimento h3,
        #approfondimenti .box-approfondimento .approfondimento h3 {
          font-size: 1rem;
          line-height: 1.30625rem; } }
    #approfondimentiContainer .box-approfondimento .approfondimento .tag,
    #approdonfimentoNoEvidenza .box-approfondimento .approfondimento .tag,
    #approfondimenti .box-approfondimento .approfondimento .tag {
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      color: #5A2C2B; }
    #approfondimentiContainer .box-approfondimento .approfondimento.evidenza,
    #approdonfimentoNoEvidenza .box-approfondimento .approfondimento.evidenza,
    #approfondimenti .box-approfondimento .approfondimento.evidenza {
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px 30px; }
      #approfondimentiContainer .box-approfondimento .approfondimento.evidenza h3,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento.evidenza h3,
      #approfondimenti .box-approfondimento .approfondimento.evidenza h3 {
        font-size: 25px;
        height: 70px;
        color: #fff; }
      #approfondimentiContainer .box-approfondimento .approfondimento.evidenza .tag,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento.evidenza .tag,
      #approfondimenti .box-approfondimento .approfondimento.evidenza .tag {
        color: #fff; }
    @media (max-width: 575.98px) {
      #approfondimentiContainer .box-approfondimento .approfondimento p,
      #approdonfimentoNoEvidenza .box-approfondimento .approfondimento p,
      #approfondimenti .box-approfondimento .approfondimento p {
        display: none; } }

#approfondimentiContainer .box-approfondimento {
  border: none;
  padding: 0;
  height: auto;
  min-height: inherit;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    #approfondimentiContainer .box-approfondimento {
      height: 109px;
      min-height: 109px; } }
  #approfondimentiContainer .box-approfondimento:last-child {
    border: none; }
  #approfondimentiContainer .box-approfondimento .overlary-approfondimento {
    margin: 0; }
    @media (max-width: 575.98px) {
      #approfondimentiContainer .box-approfondimento .overlary-approfondimento {
        height: 109px;
        width: 109px; } }
    @media (max-width: 991.98px) {
      #approfondimentiContainer .box-approfondimento .overlary-approfondimento.pagina-approfondimenti {
        height: 109px;
        width: 109px;
        margin-bottom: 20px; } }
    #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza {
      border-radius: 6px;
      height: 455px;
      width: 100%; }
      @media (min-width: 768px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza {
          margin-bottom: 50px; } }
      @media (max-width: 575.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento.evidenza {
          height: 365px;
          margin-bottom: 30px; } }
    #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento.pagina-approfondimenti {
      right: 0;
      left: unset;
      max-width: 60%; }
      @media (max-width: 991.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento.pagina-approfondimenti {
          max-width: 80%; } }
      @media (max-width: 767.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento.pagina-approfondimenti {
          max-width: 74%; } }
      @media (max-width: 575.98px) {
        #approfondimentiContainer .box-approfondimento .overlary-approfondimento + .approfondimento.pagina-approfondimenti {
          max-width: 60%; } }
  #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti {
    position: absolute;
    top: 0;
    left: 190px;
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    margin: 0;
    left: 0;
    height: 100%; }
    @media (max-width: 991.98px) {
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti {
        max-width: 100%; } }
    @media (max-width: 360px) {
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti {
        max-width: 64%;
        width: 64%; } }
    @media (max-width: 320px) {
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti {
        max-width: 59%; } }
    #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti span.title {
      display: inline-block;
      font-size: 1.125rem;
      font-family: "EB_Garamond_Medium";
      color: #000;
      margin-bottom: 5px;
      line-height: 1.46875rem;
      display: -webkit-box; }
      @media (max-width: 991.98px) {
        #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti span.title {
          font-size: 1rem;
          line-height: 1.30625rem;
          height: 42px; } }
    #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .tag {
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      color: #5A2C2B;
      margin-bottom: 10px;
      display: block; }
    #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti.evidenza {
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px 30px; }
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti.evidenza h3 {
        font-size: 25px;
        height: 70px;
        color: #fff; }
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti.evidenza .tag {
        color: #fff; }
    #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti div.description {
      height: 38px;
      line-height: 1.175rem; }
      @media (max-width: 991.98px) {
        #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti div.description {
          display: none; } }
    #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento {
      background-color: transparent;
      border: none;
      position: absolute;
      bottom: -5px;
      right: 0;
      color: #5A2C2B;
      font-size: 14px;
      font-family: "roboto_bold_web"; }
      @media (max-width: 575.98px) {
        #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento {
          bottom: 0px; } }
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento span::after {
        content: "";
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        background-size: cover;
        width: 16px;
        height: 12px;
        margin-left: 10px; }
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento:hover {
        text-decoration: underline; }
      #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento.evidenza {
        position: absolute;
        bottom: 50px;
        right: 15px;
        color: #fff;
        font-family: "poppins_bold";
        font-size: 16px; }
        @media (max-width: 575.98px) {
          #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento.evidenza {
            bottom: 30px; } }
        #approfondimentiContainer .box-approfondimento .approfondimento.pagina-approfondimenti .button-approfondimento.evidenza span::after {
          background-image: url(../images/svg/right-arrow-white.svg); }

@media (max-width: 991.98px) {
  #approfondimenti {
    margin-top: 40px; } }

@media (max-width: 575.98px) {
  #approfondimenti {
    margin-top: 40px; } }

#approfondimenti p.subtitle-approfondimenti {
  font-family: "roboto_regular_web"; }
  @media (max-width: 1024px) {
    #approfondimenti p.subtitle-approfondimenti {
      text-align: center;
      margin-bottom: 2rem; } }
  @media (max-width: 575.98px) {
    #approfondimenti p.subtitle-approfondimenti {
      margin-bottom: 40px; } }

#approfondimenti .approfondimento {
  position: absolute;
  top: 0;
  left: 190px;
  min-height: 146px;
  width: 100%;
  max-width: 73%;
  left: inherit;
  right: 0; }
  @media (min-width: 1200px) {
    #approfondimenti .approfondimento {
      max-width: 76%; } }
  @media (max-width: 1024px) {
    #approfondimenti .approfondimento {
      max-width: 80%; } }
  @media (max-width: 991.98px) {
    #approfondimenti .approfondimento {
      max-width: 72%; } }
  @media (max-width: 575.98px) {
    #approfondimenti .approfondimento {
      max-width: 67%;
      min-height: 116px; } }
  @media (max-width: 360px) {
    #approfondimenti .approfondimento {
      max-width: 64%;
      width: 64%; } }
  @media (max-width: 320px) {
    #approfondimenti .approfondimento {
      max-width: 59%; } }
  #approfondimenti .approfondimento.pagina-approfondimenti {
    max-width: 66%;
    width: 66%; }
    @media (max-width: 991.98px) {
      #approfondimenti .approfondimento.pagina-approfondimenti {
        min-height: 106px; } }
    @media (max-width: 991.98px) {
      #approfondimenti .approfondimento.pagina-approfondimenti p {
        display: none; } }
  #approfondimenti .approfondimento h3 {
    font-size: 1.375rem;
    font-family: "EB_Garamond_Medium";
    color: #5A2C2B;
    margin-bottom: 10px; }
  #approfondimenti .approfondimento .tag {
    display: block;
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #5A2C2B;
    margin-bottom: 10px; }
  #approfondimenti .approfondimento.evidenza {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px; }
    #approfondimenti .approfondimento.evidenza h3 {
      font-size: 25px;
      height: 70px;
      color: #fff; }
    #approfondimenti .approfondimento.evidenza .tag {
      color: #fff; }
  #approfondimenti .approfondimento div.description {
    font-size: 0.875rem; }
    @media (max-width: 575.98px) {
      #approfondimenti .approfondimento div.description {
        display: none; } }

#approfondimenti .button-approfondimento {
  background-color: transparent;
  border: none;
  color: #5A2C2B;
  font-size: 14px;
  font-family: "roboto_bold_web";
  display: inline-block;
  float: right;
  margin-top: 16px; }
  @media (max-width: 575.98px) {
    #approfondimenti .button-approfondimento {
      bottom: 0px; } }
  #approfondimenti .button-approfondimento span {
    font-family: "roboto_bold_web"; }
  #approfondimenti .button-approfondimento span::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/right-arrow.svg);
    background-size: cover;
    width: 16px;
    height: 12px;
    margin-left: 10px; }
  #approfondimenti .button-approfondimento:hover {
    text-decoration: underline; }
  #approfondimenti .button-approfondimento.evidenza {
    position: absolute;
    bottom: 50px;
    right: 15px;
    color: #fff;
    font-family: "poppins_bold";
    font-size: 16px; }
    @media (max-width: 575.98px) {
      #approfondimenti .button-approfondimento.evidenza {
        bottom: 30px; } }
    #approfondimenti .button-approfondimento.evidenza span::after {
      background-image: url(../images/svg/right-arrow-white.svg); }

#approfondimenti .link_wrap {
  margin-top: 50px;
  width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 575.98px) {
    #approfondimenti .link_wrap {
      margin-top: 30px;
      text-align: center; } }
  @media (min-width: 768px) {
    #approfondimenti .link_wrap {
      text-align: right; } }

@media (min-width: 1200px) {
  #approdonfimentoNoEvidenza .approfondimento {
    max-width: 76%; } }

#approdonfimentoNoEvidenza .approfondimento-no-evidenza h2 {
  left: 0px; }
  #approdonfimentoNoEvidenza .approfondimento-no-evidenza h2.titleSection::after {
    margin: 20px 0; }
    @media (max-width: 991.98px) {
      #approdonfimentoNoEvidenza .approfondimento-no-evidenza h2.titleSection::after {
        margin: 20px auto 60px auto; } }
    @media (max-width: 575.98px) {
      #approdonfimentoNoEvidenza .approfondimento-no-evidenza h2.titleSection::after {
        margin: 20px auto 20px auto; } }

#approdonfimentoNoEvidenza .paginator-room {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 35px; }
  @media (max-width: 575.98px) {
    #approdonfimentoNoEvidenza .paginator-room {
      display: flex;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    #approdonfimentoNoEvidenza .paginator-room {
      display: flex;
      justify-content: center; } }

#approdonfimentoNoEvidenza .button-approfondimento {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #5A2C2B;
  font-size: 14px;
  font-family: "roboto_bold_web"; }
  @media (max-width: 575.98px) {
    #approdonfimentoNoEvidenza .button-approfondimento {
      bottom: 0px; } }
  #approdonfimentoNoEvidenza .button-approfondimento:hover {
    text-decoration: underline; }

#approfondimentiContainer .overlary-approfondimento {
  margin-bottom: 30px; }

@media (max-width: 991.98px) {
  .last-approfondimento {
    display: none; } }

#listrisorse .card-secondary {
  border-radius: 4px;
  color: #000;
  margin-bottom: 30px; }
  #listrisorse .card-secondary .image-box {
    height: 255px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #DFDFDF; }
  #listrisorse .card-secondary .details-box {
    background-color: #fff;
    border-radius: 0px 0px 4px 4px; }
    #listrisorse .card-secondary .details-box a {
      display: block;
      color: #000;
      text-decoration: none; }
      #listrisorse .card-secondary .details-box a:hover {
        text-decoration: underline; }
      #listrisorse .card-secondary .details-box a h3 {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        height: 42px;
        font-family: "roboto_bold_web";
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5px;
        border-left: 0px !important;
        padding-left: 0px !important; }
    #listrisorse .card-secondary .details-box .target {
      background-color: #5A2C2B;
      padding: 4px 20px 4px 20px;
      font-size: 14px;
      border-radius: 4px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "roboto_regular_web";
      overflow: hidden;
      text-overflow: ellipsis;
      display: flow-root;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-width: 100%;
      width: fit-content; }

#percorsiCulturali h3.titleSection,
#percorsiCulturaliNoEvidenza h3.titleSection,
#percorsiContainer h3.titleSection,
#archivalComplexCards h3.titleSection {
  font-family: "nunito_bold";
  font-size: 24px;
  line-height: 33px;
  color: #5A2C2B; }
  #percorsiCulturali h3.titleSection::after,
  #percorsiCulturaliNoEvidenza h3.titleSection::after,
  #percorsiContainer h3.titleSection::after,
  #archivalComplexCards h3.titleSection::after {
    content: "";
    border-bottom: 4px solid #D7C8C1;
    position: absolute;
    width: 60px;
    top: 40px;
    left: 47.5%;
    right: 50%; }

#percorsiCulturali .percorsi-culturali,
#percorsiCulturaliNoEvidenza .percorsi-culturali,
#percorsiContainer .percorsi-culturali,
#archivalComplexCards .percorsi-culturali {
  width: 100%;
  height: 196px; }
  #percorsiCulturali .percorsi-culturali.evidenza,
  #percorsiCulturaliNoEvidenza .percorsi-culturali.evidenza,
  #percorsiContainer .percorsi-culturali.evidenza,
  #archivalComplexCards .percorsi-culturali.evidenza {
    height: 355px; }
    @media (max-width: 991.98px) {
      #percorsiCulturali .percorsi-culturali.evidenza,
      #percorsiCulturaliNoEvidenza .percorsi-culturali.evidenza,
      #percorsiContainer .percorsi-culturali.evidenza,
      #archivalComplexCards .percorsi-culturali.evidenza {
        height: 192px;
        width: 100%;
        height: 238px; } }
    @media (max-width: 575.98px) {
      #percorsiCulturali .percorsi-culturali.evidenza,
      #percorsiCulturaliNoEvidenza .percorsi-culturali.evidenza,
      #percorsiContainer .percorsi-culturali.evidenza,
      #archivalComplexCards .percorsi-culturali.evidenza {
        margin-bottom: 40px; } }
  #percorsiCulturali .percorsi-culturali.bg-project,
  #percorsiCulturaliNoEvidenza .percorsi-culturali.bg-project,
  #percorsiContainer .percorsi-culturali.bg-project,
  #archivalComplexCards .percorsi-culturali.bg-project {
    height: 499px; }
  @media (max-width: 575.98px) {
    #percorsiCulturali .percorsi-culturali,
    #percorsiCulturaliNoEvidenza .percorsi-culturali,
    #percorsiContainer .percorsi-culturali,
    #archivalComplexCards .percorsi-culturali {
      height: 192px;
      margin-bottom: 70px; } }
  #percorsiCulturali .percorsi-culturali .detail-percorso,
  #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso,
  #percorsiContainer .percorsi-culturali .detail-percorso,
  #archivalComplexCards .percorsi-culturali .detail-percorso {
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    width: 298px;
    height: 164px;
    position: absolute;
    top: 75px;
    left: calc(50% - 149px);
    padding: 16px 20px; }
    #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza,
    #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza,
    #percorsiContainer .percorsi-culturali .detail-percorso.evidenza,
    #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza {
      width: 722px;
      height: auto;
      position: absolute;
      bottom: -21px;
      top: inherit;
      left: 50%;
      transform: translateX(-50%);
      padding: 38px 45px 20px 45px; }
      #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza h3,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza h3,
      #percorsiContainer .percorsi-culturali .detail-percorso.evidenza h3,
      #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza h3 {
        font-family: "EB_Garamond_Medium";
        font-size: 1.375rem;
        line-height: 120.4%; }
        @media (max-width: 991.98px) {
          #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza h3,
          #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza h3,
          #percorsiContainer .percorsi-culturali .detail-percorso.evidenza h3,
          #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza h3 {
            font-size: 1.125rem; } }
      #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza span.title,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza span.title,
      #percorsiContainer .percorsi-culturali .detail-percorso.evidenza span.title,
      #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza span.title {
        display: inline-block;
        font-size: 28px;
        font-family: "EB_Garamond_Medium";
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        font-size: 1.375rem; }
        @media (max-width: 575.98px) {
          #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza span.title,
          #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza span.title,
          #percorsiContainer .percorsi-culturali .detail-percorso.evidenza span.title,
          #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza span.title {
            font-size: 18px; } }
      #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza div.description,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza div.description,
      #percorsiContainer .percorsi-culturali .detail-percorso.evidenza div.description,
      #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza div.description {
        line-height: 1.4rem;
        margin-bottom: 21px;
        height: 64px; }
      @media (max-width: 991.98px) {
        #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza,
        #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza,
        #percorsiContainer .percorsi-culturali .detail-percorso.evidenza,
        #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza {
          width: 484px;
          height: 187px;
          top: 80px; } }
      @media (max-width: 575.98px) {
        #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza,
        #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza,
        #percorsiContainer .percorsi-culturali .detail-percorso.evidenza,
        #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza {
          width: 284px;
          height: 164px;
          padding: 20px;
          font-size: 18px; } }
      @media (width: 320px) {
        #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza,
        #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza,
        #percorsiContainer .percorsi-culturali .detail-percorso.evidenza,
        #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza {
          width: 240px; } }
      @media (max-width: 991.98px) {
        #percorsiCulturali .percorsi-culturali .detail-percorso.evidenza.home div.description,
        #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso.evidenza.home div.description,
        #percorsiContainer .percorsi-culturali .detail-percorso.evidenza.home div.description,
        #archivalComplexCards .percorsi-culturali .detail-percorso.evidenza.home div.description {
          display: none; } }
    #percorsiCulturali .percorsi-culturali .detail-percorso .tag,
    #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .tag,
    #percorsiContainer .percorsi-culturali .detail-percorso .tag,
    #archivalComplexCards .percorsi-culturali .detail-percorso .tag {
      font-family: "roboto_regular_web";
      font-size: 14px;
      color: #5A2C2B;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 1.025rem;
      text-transform: uppercase; }
    #percorsiCulturali .percorsi-culturali .detail-percorso span.title,
    #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso span.title,
    #percorsiContainer .percorsi-culturali .detail-percorso span.title,
    #archivalComplexCards .percorsi-culturali .detail-percorso span.title {
      display: inline-block;
      font-size: 18px;
      font-family: "EB_Garamond_Medium";
      color: #000;
      height: 72px; }
      @media (max-width: 575.98px) {
        #percorsiCulturali .percorsi-culturali .detail-percorso span.title,
        #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso span.title,
        #percorsiContainer .percorsi-culturali .detail-percorso span.title,
        #archivalComplexCards .percorsi-culturali .detail-percorso span.title {
          font-size: 18px; } }
    #percorsiCulturali .percorsi-culturali .detail-percorso .button-percorso,
    #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .button-percorso,
    #percorsiContainer .percorsi-culturali .detail-percorso .button-percorso,
    #archivalComplexCards .percorsi-culturali .detail-percorso .button-percorso {
      background-color: transparent;
      border: none;
      bottom: 8px;
      color: #000;
      font-size: 14px;
      font-family: "roboto_bold_web";
      display: inline-block;
      float: right;
      line-height: 1rem; }
      #percorsiCulturali .percorsi-culturali .detail-percorso .button-percorso:hover,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .button-percorso:hover,
      #percorsiContainer .percorsi-culturali .detail-percorso .button-percorso:hover,
      #archivalComplexCards .percorsi-culturali .detail-percorso .button-percorso:hover {
        text-decoration: underline; }
      #percorsiCulturali .percorsi-culturali .detail-percorso .button-percorso .evidenza,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .button-percorso .evidenza,
      #percorsiContainer .percorsi-culturali .detail-percorso .button-percorso .evidenza,
      #archivalComplexCards .percorsi-culturali .detail-percorso .button-percorso .evidenza {
        padding-right: 30px; }
      #percorsiCulturali .percorsi-culturali .detail-percorso .button-percorso.evidenza,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .button-percorso.evidenza,
      #percorsiContainer .percorsi-culturali .detail-percorso .button-percorso.evidenza,
      #archivalComplexCards .percorsi-culturali .detail-percorso .button-percorso.evidenza {
        bottom: 9px; }
      #percorsiCulturali .percorsi-culturali .detail-percorso .button-percorso span::after,
      #percorsiCulturaliNoEvidenza .percorsi-culturali .detail-percorso .button-percorso span::after,
      #percorsiContainer .percorsi-culturali .detail-percorso .button-percorso span::after,
      #archivalComplexCards .percorsi-culturali .detail-percorso .button-percorso span::after {
        content: "";
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        background-size: cover;
        width: 15px;
        height: 12px;
        margin-left: 10px; }

#percorsiCulturali .link_wrap,
#percorsiCulturaliNoEvidenza .link_wrap,
#percorsiContainer .link_wrap,
#archivalComplexCards .link_wrap {
  margin-top: 150px; }
  @media screen and (max-width: 415px) {
    #percorsiCulturali .link_wrap,
    #percorsiCulturaliNoEvidenza .link_wrap,
    #percorsiContainer .link_wrap,
    #archivalComplexCards .link_wrap {
      margin-top: -10px;
      text-align: center; } }
  #percorsiCulturali .link_wrap.evidenza,
  #percorsiCulturaliNoEvidenza .link_wrap.evidenza,
  #percorsiContainer .link_wrap.evidenza,
  #archivalComplexCards .link_wrap.evidenza {
    margin-top: 80px; }
    @media screen and (max-width: 415px) {
      #percorsiCulturali .link_wrap.evidenza,
      #percorsiCulturaliNoEvidenza .link_wrap.evidenza,
      #percorsiContainer .link_wrap.evidenza,
      #archivalComplexCards .link_wrap.evidenza {
        margin-top: -60px;
        padding-top: 85px; } }
    @media (min-width: 768px) {
      #percorsiCulturali .link_wrap.evidenza,
      #percorsiCulturaliNoEvidenza .link_wrap.evidenza,
      #percorsiContainer .link_wrap.evidenza,
      #archivalComplexCards .link_wrap.evidenza {
        padding-top: 30px; } }

#percorsiCulturali .link_wrap {
  margin-top: 50px; }

@media (max-width: 991.98px) {
  #percorsiCulturali {
    margin-top: 0px; } }

@media (max-width: 575.98px) {
  #percorsiCulturali {
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px; } }

#percorsiCulturali .percorsi-culturali {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    #percorsiCulturali .percorsi-culturali {
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    #percorsiCulturali .percorsi-culturali {
      margin-bottom: 0px;
      height: 192px; } }

@media (max-width: 991.98px) {
  #percorsiCulturali .detail-percorso.evidenza.home {
    height: auto; } }

@media (max-width: 991.98px) {
  #percorsiCulturaliNoEvidenza .last-percorso {
    display: none; } }

@media (max-width: 575.98px) {
  #percorsiCulturaliNoEvidenza .last-percorso {
    display: block; } }

#percorsiCulturaliNoEvidenza .link_wrap {
  margin-right: 12px; }

@media (max-width: 575.98px) {
  #percorsiContainer .row {
    margin-bottom: -30px; } }

@media screen and (max-width: 1024px) {
  #percorsiContainer .last-percorso {
    display: none; } }

#percorsiContainer.percorsi-container .percorsi-culturali {
  margin-bottom: 68px; }

#archivalComplexCards a.detail-percorso.evidenza {
  display: block; }
  #archivalComplexCards a.detail-percorso.evidenza span.title {
    margin-bottom: 10px; }
  #archivalComplexCards a.detail-percorso.evidenza hr {
    border-color: #D7C8C1;
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      #archivalComplexCards a.detail-percorso.evidenza hr {
        margin-bottom: 10px; } }
  #archivalComplexCards a.detail-percorso.evidenza .description span {
    display: block;
    text-transform: none;
    color: #000; }
    @media (max-width: 991.98px) {
      #archivalComplexCards a.detail-percorso.evidenza .description span {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  #archivalComplexCards a.detail-percorso.evidenza:active {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25) !important; }
  #archivalComplexCards a.detail-percorso.evidenza:focus {
    outline: 3px solid #5A2C2B; }
  #archivalComplexCards a.detail-percorso.evidenza:hover {
    color: #000;
    text-decoration: none; }
    #archivalComplexCards a.detail-percorso.evidenza:hover span.title {
      text-decoration: underline; }

#archivalComplexCards .more-card .detail-percorso.evidenza {
  max-width: 410px;
  display: block; }
  @media (max-width: 991.98px) {
    #archivalComplexCards .more-card .detail-percorso.evidenza {
      top: 90px; } }
  @media (max-width: 575.98px) {
    #archivalComplexCards .more-card .detail-percorso.evidenza {
      top: 124px; } }

@media (max-width: 991.98px) {
  #archivalComplexCards .more-card div:first-child {
    margin-bottom: 50px; } }

#partnerContent .img-partner {
  width: 100%;
  height: 535px; }
  @media (max-width: 991.98px) {
    #partnerContent .img-partner {
      margin-bottom: 60px; } }

@media (min-width: 1200px) {
  #partnerCards {
    margin-top: 12px; } }

#partnerCards .card-info-contatti {
  height: 280px;
  width: 350px; }
  @media screen and (max-width: 768px) {
    #partnerCards .card-info-contatti {
      width: 100%; } }
  #partnerCards .card-info-contatti.mobile-align {
    text-align: center; }
  #partnerCards .card-info-contatti a.link {
    color: #3a78bd;
    text-decoration: underline;
    font-family: "roboto_regular_web";
    line-height: unset;
    left: unset;
    bottom: unset;
    background-color: unset;
    font-size: 16px;
    font-weight: unset;
    width: unset;
    height: unset; }
    #partnerCards .card-info-contatti a.link:hover {
      color: #3a78bd;
      text-decoration: underline;
      font-family: "roboto_regular_web";
      line-height: unset;
      left: unset;
      bottom: unset;
      background-color: unset;
      font-weight: unset;
      width: unset;
      height: unset;
      border: none; }
  #partnerCards .card-info-contatti a.disabled {
    color: black;
    background: #9B9B9B; }
  #partnerCards .card-info-contatti.action p {
    margin-bottom: 50px; }
  #partnerCards .card-info-contatti.action a {
    font-weight: inherit;
    font-family: "roboto_bold_web";
    padding: 7px 24px;
    line-height: 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    background: #5A2C2B;
    display: inline-block;
    width: fit-content;
    border: 2px solid #ffffff;
    color: #fff; }
    #partnerCards .card-info-contatti.action a:hover {
      line-height: 1rem;
      background: #ffffff;
      color: #5A2C2B;
      text-decoration: none;
      border: 2px solid #5A2C2B; }

@media screen and (max-width: 768px) {
  #partnerCards .complessi-archivistici {
    width: 100%;
    height: 280px;
    margin-bottom: 80px; } }

#partnerCards .card {
  background-color: white;
  border-radius: 4px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
  border: none;
  height: 100%;
  padding: 20px 30px;
  min-height: 280px; }
  #partnerCards .card h3 {
    font-family: "EB_Garamond_Medium";
    color: black;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      #partnerCards .card h3 {
        font-size: 1.125rem; } }
  #partnerCards .card .title p {
    font-family: "roboto_bold_web"; }
  #partnerCards .card span {
    font-family: "roboto_bold_web"; }
  #partnerCards .card .wifi {
    display: flex;
    align-items: center; }
    #partnerCards .card .wifi p {
      margin: 0 0 0 10px;
      font-family: "cabin_bold"; }
  #partnerCards .card .icone p {
    margin-bottom: 0; }
    #partnerCards .card .icone p.bold {
      font-family: "roboto_bold_web"; }

#partnerCards a.mail, #partnerCards a.website {
  padding: 0; }

@media (max-width: 991.98px) {
  #partnerCards p {
    font-size: 0.875rem; } }

#accessibility p {
  font-size: 0.875rem; }

#accessibility .icon-container {
  display: flex;
  flex-wrap: wrap; }
  #accessibility .icon-container .row.icone {
    width: 33.33%; }
    @media (max-width: 991.98px) {
      #accessibility .icon-container .row.icone {
        width: 50%; } }
    @media (max-width: 575.98px) {
      #accessibility .icon-container .row.icone {
        width: 100%; } }

#partnerContentContainer .row:nth-child(2) {
  margin-top: 70px; }
  @media (max-width: 991.98px) {
    #partnerContentContainer .row:nth-child(2) {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    #partnerContentContainer .row:nth-child(2) {
      margin-top: 0; } }

#partnerContentContainer .row .col-xl-3.col-md-6.col-12::after {
  content: "";
  width: 207px;
  height: 2px;
  background: #D7C8C1;
  position: absolute;
  bottom: -30px; }

#partnerContentContainer .row .img-partner-container {
  width: 100%;
  height: 255px; }
  @media (max-width: 991.98px) {
    #partnerContentContainer .row .img-partner-container.margin-top-custom {
      margin-top: 0px; } }
  @media (max-width: 575.98px) {
    #partnerContentContainer .row .img-partner-container.margin-top-custom.mobile {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    #partnerContentContainer .row .img-partner-container.margin-top-custom.mobile-second {
      margin-top: 70px; } }
  @media (max-width: 991.98px) {
    #partnerContentContainer .row .img-partner-container {
      margin-top: 70px; } }
  @media (max-width: 575.98px) {
    #partnerContentContainer .row .img-partner-container {
      margin-top: 70px; } }

#partnerContentContainer .row .title-partner-container {
  font-family: "cabin_bold";
  color: #5A2C2B;
  font-size: 20px; }

#DetailPartner {
  margin-top: 40px; }
  #DetailPartner h2.titleSection {
    font-size: 1.75rem;
    font-family: "EB_Garamond_Medium";
    line-height: 2.3125rem;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    @media (max-width: 1199.98px) {
      #DetailPartner h2.titleSection {
        padding-bottom: inherit;
        padding-left: 14px;
        margin-bottom: 58px; } }
    @media (max-width: 991.98px) {
      #DetailPartner h2.titleSection {
        font-size: 1.25rem; } }
    #DetailPartner h2.titleSection::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 80%;
      border: 1px solid #5A2C2B;
      left: 0;
      border-radius: 30px; }
      @media (max-width: 1199.98px) {
        #DetailPartner h2.titleSection::after {
          height: 54px;
          top: 0;
          bottom: inherit;
          width: 1px;
          border-color: #EBE3E0; } }
  #DetailPartner p {
    font-size: 1rem;
    font-family: "roboto_regular_web"; }
    @media (max-width: 1199.98px) {
      #DetailPartner p {
        margin-top: 30px;
        font-size: 0.875rem; } }
  @media (min-width: 768px) {
    #DetailPartner .mobile {
      display: none; } }
  @media (max-width: 767.98px) {
    #DetailPartner .desktop {
      display: none; } }
  #DetailPartner img {
    max-width: 100%;
    border-radius: 5px; }
  #DetailPartner .section-none {
    display: none; }
    @media (max-width: 575.98px) {
      #DetailPartner .section-none {
        display: block; }
        #DetailPartner .section-none h2.title-mobile {
          font-size: 24px;
          width: fit-content;
          margin-left: 0;
          text-align: left;
          font-size: 18px; }
          #DetailPartner .section-none h2.title-mobile:after {
            width: 58%;
            margin-bottom: 30px;
            border: 2px solid #FFCC49;
            margin-left: 0; } }

#partnerContainer .card-partner {
  color: #313131;
  margin-bottom: 35px;
  width: 100%;
  padding: 0;
  text-align: left; }
  #partnerContainer .card-partner:hover div.description {
    text-decoration: underline; }
  #partnerContainer .card-partner:focus {
    outline: 4px solid #5A2C2B;
    box-shadow: none; }
  #partnerContainer .card-partner .image {
    height: 255px;
    border-radius: 5px; }
    @media (max-width: 991.98px) {
      #partnerContainer .card-partner .image {
        height: 199px; } }
    @media (max-width: 414px) {
      #partnerContainer .card-partner .image {
        height: 354px; } }
    @media (max-width: 375px) {
      #partnerContainer .card-partner .image {
        height: 315px; } }
    @media (max-width: 320px) {
      #partnerContainer .card-partner .image {
        height: 260px; } }
  #partnerContainer .card-partner div.description {
    font-family: "EB_Garamond_Medium";
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    position: relative;
    padding: 15px; }
    #partnerContainer .card-partner div.description:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 2px;
      background-color: #D7C8C1;
      display: block;
      left: 0;
      top: 0; }

@media (max-width: 575.98px) {
  #partnerContainer .only-arrow {
    justify-content: center; } }

.project {
  padding-top: 20px;
  margin-bottom: 40px; }
  .project .floated {
    float: right;
    max-width: 500px;
    height: auto;
    padding-left: 30px;
    padding-bottom: 30px; }
    .project .floated img {
      max-width: 100%; }
    @media (max-width: 767.98px) {
      .project .floated {
        float: inherit;
        max-width: 100%;
        padding-left: 0px;
        text-align: center; } }
  .project p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "roboto_regular_web"; }
    @media (max-width: 991.98px) {
      .project p {
        font-size: 0.875rem; } }
  .project a {
    color: #5A2C2B;
    text-decoration: underline;
    font-size: 16px;
    font-family: "roboto_bold_web"; }

#heroImagePercorso {
  position: relative;
  height: 100vh;
  margin-top: -144px;
  margin-bottom: 20px; }
  #heroImagePercorso h1 {
    font-size: 2.1875rem;
    font-family: "roboto_regular_web"; }
    #heroImagePercorso h1 b {
      font-family: "roboto_bold_web"; }
  #heroImagePercorso .title-section {
    background-color: #000000;
    display: inline-block;
    color: #fff;
    font-family: "work_sansblack";
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 10px 54px 10px 15px;
    margin-bottom: 25px; }
  #heroImagePercorso .start {
    position: absolute;
    bottom: 3%;
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    left: calc(50% - 100px);
    cursor: pointer; }
    #heroImagePercorso .start p {
      color: white;
      font-family: "roboto_bold_web";
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    #heroImagePercorso .start img {
      height: 43px; }
  @media (max-width: 575.98px) {
    #heroImagePercorso .container {
      padding-left: 0;
      padding-right: 0; } }
  #heroImagePercorso .info_hero {
    position: absolute;
    bottom: calc(0% + 170px);
    width: 700px;
    color: #ffffff; }
    @media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
      #heroImagePercorso .info_hero {
        bottom: calc(0% + 80px); } }
    #heroImagePercorso .info_hero h1 {
      font-size: 2rem;
      font-family: "EB_Garamond_Bold";
      line-height: 2.625rem;
      position: relative;
      padding-left: 15px; }
      @media (max-width: 991.98px) {
        #heroImagePercorso .info_hero h1 {
          font-size: 1.25rem;
          margin-right: 15px;
          line-height: 1.625rem; } }
      #heroImagePercorso .info_hero h1::before {
        content: '';
        position: absolute;
        left: 0;
        background: #fff;
        top: 0px;
        height: 60%;
        width: 4px;
        border-radius: 40px; }
    @media (max-width: 575.98px) {
      #heroImagePercorso .info_hero {
        min-width: 100%;
        bottom: calc(0% + 115px); } }
    @media (max-width: 768px) {
      #heroImagePercorso .info_hero {
        width: auto;
        margin-left: 0;
        margin-right: 15px;
        padding-left: 15px; } }
    #heroImagePercorso .info_hero span {
      display: block;
      position: relative; }
    #heroImagePercorso .info_hero h3 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      font-family: "roboto_regular_web";
      margin-bottom: 25px; }
    #heroImagePercorso .info_hero b {
      font-family: "roboto_bold_web"; }
    #heroImagePercorso .info_hero .button-approfondimento {
      padding: 0; }

#percorsoComponent .title {
  text-align: center;
  color: #5A2C2B;
  font-size: 1.125rem;
  font-family: "roboto_regular_web";
  margin-top: 60px; }
  #percorsoComponent .title b {
    font-family: "roboto_bold_web"; }

#moduliTappe .tappa h2 {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 991.98px) {
  #moduliTappe #lightbox-slideshow-2 .lightbox-slideshow-element,
  #moduliTappe #lightbox-percorsi .lightbox-slideshow-element {
    margin-left: 9px; } }

@media (max-width: 575.98px) {
  #moduliTappe #lightbox-slideshow-2 .lightbox-slideshow-element,
  #moduliTappe #lightbox-percorsi .lightbox-slideshow-element {
    margin-left: 6px; } }

@media (max-width: 1199.98px) {
  #moduliTappe #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place,
  #moduliTappe #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
    width: 255px;
    height: 255px; } }

@media (width: 360px) {
  #moduliTappe #lightbox-slideshow-2 .lightbox-slideshow-element .card.card-place,
  #moduliTappe #lightbox-percorsi .lightbox-slideshow-element .card.card-place {
    width: 210px;
    height: 210px; } }

#moduliTappe #lightbox-slideshow-2 .owl-next,
#moduliTappe #lightbox-percorsi .owl-next {
  right: 0;
  top: 46%; }
  @media (max-width: 991.98px) {
    #moduliTappe #lightbox-slideshow-2 .owl-next,
    #moduliTappe #lightbox-percorsi .owl-next {
      right: 2px; } }

#moduliTappe #lightbox-slideshow-2 .owl-prev,
#moduliTappe #lightbox-percorsi .owl-prev {
  left: 0;
  top: 46%; }
  @media (max-width: 991.98px) {
    #moduliTappe #lightbox-slideshow-2 .owl-prev,
    #moduliTappe #lightbox-percorsi .owl-prev {
      left: 2px; } }

#moduliTappe .tappa {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    #moduliTappe .tappa .pagination {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    #moduliTappe .tappa .tr-p12 {
      height: auto;
      margin-bottom: 30px; } }
  #moduliTappe .tappa .change-col.without-image .description {
    max-height: 360px;
    height: 360px;
    overflow: hidden; }
  #moduliTappe .tappa .change-col .description {
    height: 268px;
    max-height: 312px;
    overflow: hidden;
    line-height: 150.4%;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      #moduliTappe .tappa .change-col .description {
        display: block; } }
  #moduliTappe .tappa .description {
    font-family: "roboto_regular_web";
    font-size: 1rem;
    line-height: 150.4%; }
    @media (max-width: 991.98px) {
      #moduliTappe .tappa .description {
        display: block; } }
  #moduliTappe .tappa .audio-video {
    text-align: center; }

#moduliTappe .owl-dots,
#tappeModal .owl-dots {
  display: flex;
  max-width: 100%;
  justify-content: center;
  margin-top: 16px; }

#moduliTappe .owl-theme .owl-controls .owl-page,
#tappeModal .owl-theme .owl-controls .owl-page {
  display: inline-block; }

#moduliTappe .owl-dot,
#tappeModal .owl-dot {
  border-radius: 25px;
  margin: 4px; }
  #moduliTappe .owl-dot span,
  #tappeModal .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 3px;
    opacity: 0.5;
    width: 12px; }

#moduliTappe button.owl-dot.active span,
#tappeModal button.owl-dot.active span {
  background-color: #5A2C2B;
  opacity: 1; }

#moduliTappe .navigator,
#tappeModal .navigator {
  padding-left: 0;
  width: 160px;
  position: sticky;
  top: 0; }
  @media (max-width: 991.98px) {
    #moduliTappe .navigator,
    #tappeModal .navigator {
      display: none; } }
  #moduliTappe .navigator .overflow,
  #tappeModal .navigator .overflow {
    max-height: 280px;
    overflow-y: hidden;
    position: relative; }
  #moduliTappe .navigator .list-scroll,
  #tappeModal .navigator .list-scroll {
    position: inherit;
    padding: 3px; }
    #moduliTappe .navigator .list-scroll::after,
    #tappeModal .navigator .list-scroll::after {
      content: "";
      height: 100%;
      width: 1px;
      background-color: #b0b0b0;
      position: absolute;
      left: 3px;
      top: 0; }
    #moduliTappe .navigator .list-scroll a:last-child,
    #tappeModal .navigator .list-scroll a:last-child {
      margin-bottom: 0; }
  #moduliTappe .navigator .lista,
  #tappeModal .navigator .lista {
    padding-bottom: 4px;
    margin-bottom: 15px;
    display: flex; }
    #moduliTappe .navigator .lista:hover,
    #tappeModal .navigator .lista:hover {
      text-decoration: none; }
    #moduliTappe .navigator .lista span:not(.number),
    #moduliTappe .navigator .lista p:not(.number),
    #tappeModal .navigator .lista span:not(.number),
    #tappeModal .navigator .lista p:not(.number) {
      font-family: "roboto_bold_web";
      color: #717171;
      margin-bottom: 0;
      font-size: 14px;
      height: 55px;
      border-bottom: 1px solid transparent;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-height: 18px; }
    #moduliTappe .navigator .lista .number,
    #tappeModal .navigator .lista .number {
      font-size: 18px;
      font-family: "roboto_bold_web";
      padding-left: 15px;
      padding-right: 15px;
      z-index: 1;
      color: #717171; }
      #moduliTappe .navigator .lista .number::before,
      #tappeModal .navigator .lista .number::before {
        content: "";
        display: block;
        width: 7px;
        position: absolute;
        height: 33px;
        background-color: #717171;
        margin: auto;
        left: 0.5px; }
    #moduliTappe .navigator .lista.active, #moduliTappe .navigator .lista:active,
    #tappeModal .navigator .lista.active,
    #tappeModal .navigator .lista:active {
      border-bottom: 1px solid #DDC824; }
      #moduliTappe .navigator .lista.active p,
      #moduliTappe .navigator .lista.active span, #moduliTappe .navigator .lista:active p,
      #moduliTappe .navigator .lista:active span,
      #tappeModal .navigator .lista.active p,
      #tappeModal .navigator .lista.active span,
      #tappeModal .navigator .lista:active p,
      #tappeModal .navigator .lista:active span {
        color: #5A2C2B;
        font-family: "roboto_bold_web"; }
      #moduliTappe .navigator .lista.active .number, #moduliTappe .navigator .lista:active .number,
      #tappeModal .navigator .lista.active .number,
      #tappeModal .navigator .lista:active .number {
        color: #5A2C2B; }
        #moduliTappe .navigator .lista.active .number:before, #moduliTappe .navigator .lista:active .number:before,
        #tappeModal .navigator .lista.active .number:before,
        #tappeModal .navigator .lista:active .number:before {
          background-color: #5A2C2B; }
  #moduliTappe .navigator .arrow,
  #tappeModal .navigator .arrow {
    margin-left: -4px;
    margin-top: 20px; }
    #moduliTappe .navigator .arrow .arr-1,
    #moduliTappe .navigator .arrow .arr-2,
    #tappeModal .navigator .arrow .arr-1,
    #tappeModal .navigator .arrow .arr-2 {
      height: 21px;
      width: 15px;
      background-size: cover;
      cursor: pointer; }
    #moduliTappe .navigator .arrow .arr-1,
    #tappeModal .navigator .arrow .arr-1 {
      background-image: url(../images/svg/biblio/arrow_primary.svg);
      margin-bottom: 10px;
      transform: rotate(180deg); }
    #moduliTappe .navigator .arrow .arr-2,
    #tappeModal .navigator .arrow .arr-2 {
      background-image: url(../images/svg/biblio/arrow_primary.svg); }

@media (min-width: 992px) {
  #moduliTappe .modulo-foto-video div[class*="paginazioneCustomFoto-"],
  #tappeModal .modulo-foto-video div[class*="paginazioneCustomFoto-"] {
    min-height: 420px; } }

#moduliTappe .modulo-foto-video h3,
#tappeModal .modulo-foto-video h3 {
  font-size: 20px;
  font-family: "nunito_bold";
  color: #5A2C2B;
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    #moduliTappe .modulo-foto-video h3,
    #tappeModal .modulo-foto-video h3 {
      font-size: 18px; } }

#moduliTappe .modulo-foto-video .audio-video,
#tappeModal .modulo-foto-video .audio-video {
  max-height: 445px;
  min-height: 445px;
  width: 445px; }
  #moduliTappe .modulo-foto-video .audio-video img.height__img_percorso,
  #tappeModal .modulo-foto-video .audio-video img.height__img_percorso {
    width: 100%;
    max-width: 445px;
    max-height: 445px; }
    @media (max-width: 575.98px) {
      #moduliTappe .modulo-foto-video .audio-video img.height__img_percorso,
      #tappeModal .modulo-foto-video .audio-video img.height__img_percorso {
        max-width: 100%;
        width: auto;
        height: auto; } }
  @media (max-width: 1199.98px) {
    #moduliTappe .modulo-foto-video .audio-video,
    #tappeModal .modulo-foto-video .audio-video {
      width: 100%; } }
  @media (max-width: 991.98px) {
    #moduliTappe .modulo-foto-video .audio-video,
    #tappeModal .modulo-foto-video .audio-video {
      width: 100%; } }
  #moduliTappe .modulo-foto-video .audio-video .expand-image button,
  #tappeModal .modulo-foto-video .audio-video .expand-image button {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 1;
    background-image: url(../images/svg/maximize.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 50%; }
  #moduliTappe .modulo-foto-video .audio-video.vertical-img,
  #tappeModal .modulo-foto-video .audio-video.vertical-img {
    width: 100%; }
    @media (max-width: 991.98px) {
      #moduliTappe .modulo-foto-video .audio-video.vertical-img,
      #tappeModal .modulo-foto-video .audio-video.vertical-img {
        height: 100%;
        margin-top: 30px; }
        #moduliTappe .modulo-foto-video .audio-video.vertical-img .img-fluid,
        #tappeModal .modulo-foto-video .audio-video.vertical-img .img-fluid {
          height: 100%;
          max-height: 100%; } }
    #moduliTappe .modulo-foto-video .audio-video.vertical-img .box-image,
    #tappeModal .modulo-foto-video .audio-video.vertical-img .box-image {
      position: relative;
      width: 100%;
      height: 100%; }
    #moduliTappe .modulo-foto-video .audio-video.vertical-img + .credits,
    #tappeModal .modulo-foto-video .audio-video.vertical-img + .credits {
      display: block;
      padding-bottom: 30px; }

#moduliTappe .modulo-foto-video div.description,
#tappeModal .modulo-foto-video div.description {
  text-align: left;
  min-height: 220px;
  height: 220px;
  max-height: 220px;
  overflow: hidden; }

#moduliTappe .modulo-testo h3,
#tappeModal .modulo-testo h3 {
  font-size: 20px;
  font-family: "nunito_bold";
  color: #5A2C2B;
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    #moduliTappe .modulo-testo h3,
    #tappeModal .modulo-testo h3 {
      font-size: 18px; } }

#moduliTappe .modulo-carousel,
#tappeModal .modulo-carousel {
  min-height: 400px; }
  #moduliTappe .modulo-carousel h3,
  #tappeModal .modulo-carousel h3 {
    font-size: 20px;
    font-family: "nunito_bold";
    color: #5A2C2B;
    margin-bottom: 40px; }
    @media (max-width: 575.98px) {
      #moduliTappe .modulo-carousel h3,
      #tappeModal .modulo-carousel h3 {
        font-size: 18px; } }

#moduliTappe .tappa,
#tappeModal .tappa {
  min-height: 280px; }
  @media (max-width: 1024px) {
    #moduliTappe .tappa,
    #tappeModal .tappa {
      margin-top: 80px; } }
  @media (max-width: 991.98px) {
    #moduliTappe .tappa .row:not(.w-carousel),
    #tappeModal .tappa .row:not(.w-carousel) {
      margin: 0; } }
  #moduliTappe .tappa:first-child,
  #tappeModal .tappa:first-child {
    margin-top: 0; }
  #moduliTappe .tappa h2,
  #tappeModal .tappa h2 {
    font-size: 1.25rem;
    font-family: "EB_Garamond_Bold";
    line-height: 150.4%; }
    @media (max-width: 991.98px) {
      #moduliTappe .tappa h2,
      #tappeModal .tappa h2 {
        color: #5A2C2B;
        padding-left: 20px;
        margin-bottom: 10px; } }

#moduliTappe {
  margin-top: 5rem; }
  @media (max-width: 575.98px) {
    #moduliTappe {
      margin-top: 3rem; } }
  #moduliTappe .numero-tappa {
    display: none;
    font-size: 18px;
    font-family: "nunito_bold";
    color: #5A2C2B;
    position: relative;
    margin-left: -16px;
    margin-bottom: -30px; }
    #moduliTappe .numero-tappa:before {
      content: "";
      height: 30px;
      width: 6px;
      background-color: #5A2C2B;
      position: absolute;
      top: 0;
      left: -12px; }
    @media (max-width: 991.98px) {
      #moduliTappe .numero-tappa {
        display: block;
        margin-left: 10px; } }
  #moduliTappe #boxTappe {
    background-color: #F1E9E5;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    padding-right: 100px; }
    #moduliTappe #boxTappe .button-approfondimento {
      border: none;
      position: absolute;
      right: 25px;
      color: #000;
      font-size: 14px;
      font-family: "roboto_bold_web";
      text-decoration: underline; }
      #moduliTappe #boxTappe .button-approfondimento:hover {
        text-decoration: none; }
      #moduliTappe #boxTappe .button-approfondimento:focus {
        outline: 2px solid #5A2C2B;
        box-shadow: none; }
      #moduliTappe #boxTappe .button-approfondimento span {
        color: #743A38; }
        #moduliTappe #boxTappe .button-approfondimento span::after {
          content: "";
          display: inline-block;
          background-image: url(../images/svg/arrow-right-percorso.svg);
          background-size: cover;
          width: 16px;
          height: 12px;
          margin-left: 10px; }

.container.position-relative {
  z-index: 9; }
  .container.position-relative #buttonFixed {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 100px;
    left: 0;
    width: 100%;
    text-align: center; }
    .container.position-relative #buttonFixed button {
      color: #fff;
      background-color: #5A2C2B;
      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) {
        .container.position-relative #buttonFixed button {
          width: 100%; } }
    .container.position-relative #buttonFixed span:first-child {
      font-family: "roboto_bold_web";
      font-size: 14px;
      display: block;
      margin-bottom: -9px; }
    .container.position-relative #buttonFixed span:last-child {
      font-family: "roboto_regular_web";
      font-size: 12px; }
    @media (max-width: 991.98px) {
      .container.position-relative #buttonFixed {
        display: none;
        bottom: 0;
        transform-origin: top; } }
    @media (max-width: 575.98px) {
      .container.position-relative #buttonFixed {
        display: none;
        bottom: 0; } }

.icon-top {
  display: flex;
  max-width: 96%;
  justify-content: flex-end; }
  @media (max-width: 991.98px) {
    .icon-top {
      margin-bottom: 60px; } }
  .icon-top .icon {
    width: 45px;
    height: 45px;
    background: #D7C8C1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer; }

#moduliTappe #lightbox-slideshow-2 .owl-next,
#moduliTappe #lightbox-percorsi .owl-next {
  right: -9px; }

#percorsiCulturali #approfondimenti {
  margin-top: 80px;
  background-color: #F1F0E7;
  padding-top: 40px;
  padding-bottom: 40px; }

#tappeModal .navigator .lista p {
  font-size: 0.875rem; }

#percorsoComponent .description {
  display: block; }

.cta--actions a {
  font-family: "nunitoSans_regular";
  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: "nunito_sans_bold";
    background-color: #FFF3D6;
    color: #2E2153;
    text-decoration: underline;
    padding: 2px 10px 2px 9px;
    border-radius: 4px; }
    .cta--actions a.active:hover {
      text-decoration: underline; }
  .cta--actions a:focus {
    outline: 3px solid #5A2C2B; }

.cta--actions a.active {
  font-family: "nunito_sans_bold";
  background-color: #F1E9E5;
  color: #743A38;
  text-decoration: underline;
  padding: 2px 10px 2px 9px;
  border-radius: 4px; }

.cta--actions a.active:hover {
  text-decoration: underline; }

.cta--actions a:focus {
  outline: 3px solid #743A38; }

.modal-tappe {
  padding-right: 0px !important; }
  .modal-tappe .modal-header {
    border: 0px;
    padding-bottom: 0px; }
    .modal-tappe .modal-header h4 {
      font-size: 14px;
      font-weight: bold; }
  .modal-tappe .modal-body img {
    width: 100%; }
  .modal-tappe .modal-footer {
    border: 0px;
    justify-content: flex-start; }
  .modal-tappe button.close {
    top: 15px !important;
    right: 12px !important;
    margin: 0;
    padding: 0px;
    height: 19px !important;
    width: 19px !important;
    border-radius: 100%;
    position: absolute;
    background-image: url(../images/svg/close-black.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; }
    .modal-tappe button.close:hover {
      background-image: url(../images/svg/close-black.svg) !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
  .modal-tappe .modal-dialog {
    max-width: 835px; }
    @media (max-width: 1199.98px) {
      .modal-tappe .modal-dialog {
        margin: 0px; } }
  @media (max-width: 1199.98px) {
    .modal-tappe .modal-content {
      height: auto !important;
      background-color: #fff;
      border: 0px; } }

#guidaRicerca .col-xl-4.col-md-4.col-12 {
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 575.98px) {
    #guidaRicerca .col-xl-4.col-md-4.col-12 {
      padding-right: 15px;
      padding-left: 15px; } }

#guidaRicerca .bg-guida {
  background-color: rgba(72, 35, 35, 0.3);
  height: 100%; }
  @media (max-width: 575.98px) {
    #guidaRicerca .bg-guida {
      padding-bottom: 70px; } }
  #guidaRicerca .bg-guida p.paragrafo-guida {
    margin-bottom: 20px;
    padding-right: 56px; }
    @media (max-width: 991.98px) {
      #guidaRicerca .bg-guida p.paragrafo-guida {
        margin-top: 0;
        margin-bottom: 0; } }
    @media (max-width: 575.98px) {
      #guidaRicerca .bg-guida p.paragrafo-guida {
        margin-top: 30px;
        font-size: 14px; } }
    #guidaRicerca .bg-guida p.paragrafo-guida.d-block-mobile {
      margin-top: 15px; }
  #guidaRicerca .bg-guida .border-guida {
    padding: 30px 28px 24px 50px; }
    #guidaRicerca .bg-guida .border-guida h2 {
      font-family: "cabin_bold";
      font-size: 38px; }
      @media (max-width: 991.98px) {
        #guidaRicerca .bg-guida .border-guida h2 {
          font-size: 28px; } }
      @media (max-width: 575.98px) {
        #guidaRicerca .bg-guida .border-guida h2 {
          font-size: 30px; } }
      #guidaRicerca .bg-guida .border-guida h2::before {
        content: "";
        background: #000;
        height: 66px;
        width: 4px;
        position: absolute;
        top: 30px;
        border-radius: 25px;
        left: 31px; }
        @media (max-width: 575.98px) {
          #guidaRicerca .bg-guida .border-guida h2::before {
            height: 55px; } }

#guidaRicerca .background-infografica {
  position: relative;
  background-color: rgba(246, 231, 197, 0.3);
  width: 100%;
  padding: 46px 95px 40px 110px; }
  @media (max-width: 991.98px) {
    #guidaRicerca .background-infografica {
      padding: 46px 65px 40px 20px; } }

#guidaRicerca h3 {
  margin-left: 27px;
  color: #000;
  font-size: 24px;
  font-family: "cabin_bold"; }

#guidaRicerca p {
  font-size: 16px;
  margin-left: 30px;
  color: #000000;
  margin-bottom: 50px;
  margin-top: 30px;
  font-family: "roboto_regular_web";
  line-height: 19px; }

#guidaRicerca a.btn-approfondisci {
  position: absolute;
  bottom: 10%;
  right: 17%;
  display: block;
  height: 30px;
  border: none;
  color: #000;
  font-size: 14px;
  font-family: "cabin_bold";
  text-transform: uppercase; }
  #guidaRicerca a.btn-approfondisci.d-block-mobile {
    display: none;
    bottom: 3%; }
    @media (max-width: 575.98px) {
      #guidaRicerca a.btn-approfondisci.d-block-mobile {
        display: block; } }
  #guidaRicerca a.btn-approfondisci::after {
    content: "";
    background-image: url(../images/png/Path.png);
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    top: 3px;
    right: -36px;
    position: absolute; }

#libri {
  height: 264px;
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (max-width: 575.98px) {
    #libri {
      height: 200px;
      margin-bottom: 40px;
      margin-top: 40px; } }
  #libri .cont-libri {
    height: 264px;
    margin-top: 80px;
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      #libri .cont-libri {
        height: 200px; } }
    @media (max-width: 575.98px) {
      #libri .cont-libri {
        margin-top: 0px;
        margin-bottom: 0px; } }
  #libri .colonna-bianca {
    text-align: center; }
    #libri .colonna-bianca:nth-child(2) {
      padding: 0; }
    #libri .colonna-bianca span {
      color: #fff;
      font-size: 60px;
      font-family: "cabin_regular";
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        #libri .colonna-bianca span {
          font-size: 40px; } }
      @media (max-width: 575.98px) {
        #libri .colonna-bianca span {
          font-size: 30px; } }
    #libri .colonna-bianca p {
      font-family: "cabin_regular";
      color: #fff;
      font-size: 28px;
      text-align: center;
      text-transform: uppercase;
      line-height: 34px; }
      @media (max-width: 991.98px) {
        #libri .colonna-bianca p {
          font-size: 14px;
          line-height: 24px; } }
  #libri .singolo-elemento {
    padding: 46px; }
    @media (max-width: 991.98px) {
      #libri .singolo-elemento {
        padding: 65px 40px; } }
    @media (max-width: 575.98px) {
      #libri .singolo-elemento {
        padding: 46px 0px; } }
    #libri .singolo-elemento.partner {
      padding: 46px 58px; }
      @media (max-width: 991.98px) {
        #libri .singolo-elemento.partner {
          padding: 70px 50px; } }
      @media (max-width: 575.98px) {
        #libri .singolo-elemento.partner {
          padding: 46px 0px; } }

body .main_content h2.after-left::after {
  margin: auto 0; }

@media (max-width: 991.98px) {
  body .main_content h2.after-left {
    font-size: 20px;
    text-align: left; }
    body .main_content h2.after-left::after {
      margin: 8px 0; } }

body .main_content.title-section h2.after-left {
  margin: 0; }

body .main_content.title-section span {
  display: none;
  width: 180px; }
  body .main_content.title-section span::before {
    content: url("../images/svg/icon_anteprima.svg"); }

@media (max-width: 991.98px) {
  body .main_content.title-section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .main_content.title-section a {
      display: block; } }

#infoIcon {
  transition: 0.3s ease-in-out; }

#infografica {
  display: flex;
  flex-direction: column; }
  #infografica .info-container {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (min-width: 992px) {
    #infografica .row {
      padding-left: 12px; } }
  #infografica .info-container {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 991.98px) {
    #infografica {
      margin: 20px 0; } }
  #infografica .title-mobile {
    display: none; }
    @media (max-width: 991.98px) {
      #infografica .title-mobile {
        display: block;
        font-size: 16px;
        line-height: 19px;
        color: #5A2C2B;
        font-family: "roboto_bold_web";
        margin-bottom: 30px; } }
  #infografica #actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      #infografica #actions {
        display: none; } }
    #infografica #actions > div {
      margin-right: 140px; }
      #infografica #actions > div a {
        display: flex; }
        #infografica #actions > div a.alberatura {
          display: none;
          width: 150px; }
          #infografica #actions > div a.alberatura::before {
            content: url("../images/svg/icon_alberatura.svg"); }
        #infografica #actions > div a.anteprima {
          display: none;
          margin: 20px 0 10px 0; }
          #infografica #actions > div a.anteprima::before {
            content: url("../images/svg/icon_anteprima.svg"); }
  #infografica .infografica .action a {
    display: flex; }
    #infografica .infografica .action a.alberatura {
      display: none; }
      #infografica .infografica .action a.alberatura::before {
        content: url("../images/svg/icon_alberatura.svg"); }
    #infografica .infografica .action a.anteprima {
      display: flex;
      margin: 20px 0 10px 0; }
      @media (max-width: 575.98px) {
        #infografica .infografica .action a.anteprima {
          display: none; } }
      #infografica .infografica .action a.anteprima::before {
        content: url("../images/svg/icon_anteprima.svg"); }
  #infografica .links {
    display: none;
    margin: 20px auto 60px;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      #infografica .links {
        margin-right: 100px; } }
    @media (max-width: 575.98px) {
      #infografica .links {
        margin: 26px 0; } }
    #infografica .links a {
      color: #5A2C2B;
      font-size: 16px;
      font-family: "roboto_bold_web";
      text-decoration: underline;
      position: relative;
      cursor: pointer; }
      @media (max-width: 575.98px) {
        #infografica .links a {
          font-size: 14px; } }
      #infografica .links a:first-child {
        margin-right: 65px; }
      #infografica .links a::before {
        width: 21px;
        height: 27px;
        position: absolute;
        left: -41px; }
        @media (max-width: 575.98px) {
          #infografica .links a::before {
            left: -29px; } }
      #infografica .links a:first-child::before {
        content: url("../images/svg/link_archivistica.svg"); }
      #infografica .links a:last-child::before {
        content: url("../images/svg/link_archivistica.svg"); }
  #infografica .icon-glass {
    z-index: 9;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    #infografica .icon-glass:focus {
      border-radius: 100%; }
    #infografica .icon-glass img {
      height: 225px;
      max-width: unset; }
      @media (max-width: 991.98px) {
        #infografica .icon-glass img {
          height: 150px; } }
  #infografica .d-flex {
    align-items: center; }
    @media (max-width: 991.98px) {
      #infografica .d-flex {
        flex-direction: column; } }
  #infografica .topic {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      #infografica .topic {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #infografica .topic .yellow-detail {
          background-color: unset;
          padding: 0;
          justify-content: center;
          align-items: center;
          margin: 0;
          height: 100%; }
          #infografica .topic .yellow-detail p {
            font-family: "roboto_regular_web";
            font-size: 14px;
            text-align: center;
            width: 100%; } }
  #infografica .yellow-detail {
    background-color: #FFBE17;
    color: black;
    display: flex;
    justify-content: center;
    min-height: 170px;
    align-items: flex-end;
    padding: 20px 60px;
    margin-left: -20%;
    border-radius: 100px;
    width: 84%;
    flex-direction: column;
    transition: 0.5s ease-in-out;
    transform-origin: center left; }
    #infografica .yellow-detail p {
      font-family: "roboto_regular_web";
      font-size: 14px;
      width: 72%;
      position: relative;
      margin-bottom: 0; }
      #infografica .yellow-detail p#title {
        font-family: "cabin_bold";
        font-size: 18px;
        text-decoration-line: underline;
        color: #5A2C2B; }
        #infografica .yellow-detail p#title:not(:empty) {
          padding-bottom: 30px; }
      @media (min-width: 992px) {
        #infografica .yellow-detail p::before {
          content: "";
          position: absolute;
          height: 110%;
          width: 3px;
          left: -29px;
          background-color: #5A2C2B; } }
  #infografica #navInfo {
    display: none; }
    @media (min-width: 992px) {
      #infografica #navInfo {
        display: block; } }
  #infografica .yellow-svg {
    display: none;
    margin: 0 60px;
    width: 100%;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      #infografica .yellow-svg {
        flex-direction: row;
        justify-content: space-around;
        margin: 30px 0; } }
    @media (max-width: 575.98px) {
      #infografica .yellow-svg {
        flex-direction: row-reverse; } }
    #infografica .yellow-svg .detail-icon-1,
    #infografica .yellow-svg .detail-icon-2,
    #infografica .yellow-svg .detail-icon-3 {
      display: flex; }
      @media (max-width: 991.98px) {
        #infografica .yellow-svg .detail-icon-1,
        #infografica .yellow-svg .detail-icon-2,
        #infografica .yellow-svg .detail-icon-3 {
          width: 50px;
          height: 50px; }
          #infografica .yellow-svg .detail-icon-1 button img,
          #infografica .yellow-svg .detail-icon-2 button img,
          #infografica .yellow-svg .detail-icon-3 button img {
            width: 50px; } }
      #infografica .yellow-svg .detail-icon-1 button,
      #infografica .yellow-svg .detail-icon-2 button,
      #infografica .yellow-svg .detail-icon-3 button {
        background: none;
        border: none;
        padding: 0;
        position: relative;
        padding: 0; }
        #infografica .yellow-svg .detail-icon-1 button:focus,
        #infografica .yellow-svg .detail-icon-2 button:focus,
        #infografica .yellow-svg .detail-icon-3 button:focus {
          border-radius: 100%; }
        @media (max-width: 991.98px) {
          #infografica .yellow-svg .detail-icon-1 button,
          #infografica .yellow-svg .detail-icon-2 button,
          #infografica .yellow-svg .detail-icon-3 button {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 50px; }
            #infografica .yellow-svg .detail-icon-1 button::after,
            #infografica .yellow-svg .detail-icon-2 button::after,
            #infografica .yellow-svg .detail-icon-3 button::after {
              font-family: "cabin_bold";
              margin-top: 8px;
              display: block;
              min-width: 80px;
              line-height: 17px;
              font-size: 14px; } }
      @media (min-width: 992px) {
        #infografica .yellow-svg .detail-icon-1:hover button::after,
        #infografica .yellow-svg .detail-icon-2:hover button::after,
        #infografica .yellow-svg .detail-icon-3:hover button::after {
          display: block;
          position: absolute;
          top: 50%;
          left: 100%;
          min-width: 180px;
          line-height: 0; } }
      #infografica .yellow-svg .detail-icon-1 .ico-1,
      #infografica .yellow-svg .detail-icon-1 .ico-2,
      #infografica .yellow-svg .detail-icon-1 .ico-3,
      #infografica .yellow-svg .detail-icon-2 .ico-1,
      #infografica .yellow-svg .detail-icon-2 .ico-2,
      #infografica .yellow-svg .detail-icon-2 .ico-3,
      #infografica .yellow-svg .detail-icon-3 .ico-1,
      #infografica .yellow-svg .detail-icon-3 .ico-2,
      #infografica .yellow-svg .detail-icon-3 .ico-3 {
        cursor: pointer;
        transform: scale(0);
        transition: 0.3s ease-in-out; }
      #infografica .yellow-svg .detail-icon-1:after,
      #infografica .yellow-svg .detail-icon-2:after,
      #infografica .yellow-svg .detail-icon-3:after {
        opacity: 0;
        transition: all 0.2s;
        cursor: pointer;
        text-decoration: underline;
        padding: 20px 0; }
      #infografica .yellow-svg .detail-icon-1:hover:after,
      #infografica .yellow-svg .detail-icon-2:hover:after,
      #infografica .yellow-svg .detail-icon-3:hover:after {
        opacity: 1; }
    #infografica .yellow-svg .button {
      cursor: pointer;
      position: relative;
      padding: 0; }
    @media (min-width: 992px) {
      #infografica .yellow-svg .detail-icon-1 {
        margin-bottom: 30px; }
        #infografica .yellow-svg .detail-icon-1:hover button::after {
          content: "Complessi archivistici"; } }
    @media (max-width: 991.98px) {
      #infografica .yellow-svg .detail-icon-1 button::after {
        content: "Complessi archivistici"; } }
    #infografica .yellow-svg .detail-icon-2 {
      margin-top: 60px; }
      @media (min-width: 992px) {
        #infografica .yellow-svg .detail-icon-2 {
          margin-left: 60px;
          margin-bottom: 30px;
          margin-top: 0; }
          #infografica .yellow-svg .detail-icon-2:hover button::after {
            content: "Soggetti produttori"; } }
      @media (max-width: 991.98px) {
        #infografica .yellow-svg .detail-icon-2 button::after {
          content: "Soggetti produttori"; } }
    @media (min-width: 992px) {
      #infografica .yellow-svg .detail-icon-3:hover button::after {
        content: "Soggetti conservatori"; } }
    @media (max-width: 991.98px) {
      #infografica .yellow-svg .detail-icon-3 button::after {
        content: "Soggetti conservatori"; } }
  #infografica .row.infografica {
    width: 100%;
    display: none;
    opacity: 0;
    transition: 0.3s all ease-in-out; }
    @media (max-width: 991.98px) {
      #infografica .row.infografica {
        flex-direction: column;
        align-items: center; }
        #infografica .row.infografica > div:nth-child(2) {
          margin: 40px -20px;
          text-align: center; }
          #infografica .row.infografica > div:nth-child(2) h3 {
            display: none; } }
    #infografica .row.infografica > .col-lg-6:first-child {
      padding: 30px; }
    #infografica .row.infografica .info-grafico {
      width: 100%; }
      #infografica .row.infografica .info-grafico svg {
        width: 100%; }
      #infografica .row.infografica .info-grafico #head,
      #infografica .row.infografica .info-grafico #group-serie,
      #infografica .row.infografica .info-grafico #group-sotto,
      #infografica .row.infografica .info-grafico #group-folder {
        cursor: pointer; }
        @media (min-width: 992px) {
          #infografica .row.infografica .info-grafico #head:focus,
          #infografica .row.infografica .info-grafico #group-serie:focus,
          #infografica .row.infografica .info-grafico #group-sotto:focus,
          #infografica .row.infografica .info-grafico #group-folder:focus {
            outline: 10px solid #5A2C2B;
            outline-offset: -17px; } }
    #infografica .row.infografica h3 {
      font-family: "cabin_bold";
      color: #5A2C2B;
      font-size: 20px; }
    #infografica .row.infografica p {
      font-size: 14px; }
  #infografica #btnNavigator {
    display: none;
    color: #5A2C2B;
    background-color: #D7C8C1;
    border: none;
    border-radius: 25px;
    height: 40px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    font-size: 14px;
    margin-bottom: -9px;
    margin-top: 40px; }
    #infografica #btnNavigator span {
      display: flex;
      justify-content: center;
      align-items: center; }
      #infografica #btnNavigator span::before {
        content: url("../images/svg/icon_navModal.svg");
        height: 30px;
        margin-right: 20px; }
    @media (max-width: 991.98px) {
      #infografica #btnNavigator {
        display: block;
        width: 90%; } }

#navigationModal button.close {
  z-index: 99999; }

#navigationModal .modal-body h3 {
  font-family: "cabin_bold";
  font-size: 28px;
  line-height: 34px;
  color: #D7C8C1; }

#navigationModal .modal-body #navModal div.ul a {
  color: #c4c4c4; }

body .main_content.title-section span, #infografica #actions > div a, #infografica .infografica .action a {
  align-items: center;
  cursor: pointer;
  color: #5A2C2B;
  text-decoration-line: underline;
  font-family: "cabin_bold";
  text-transform: uppercase; }
  body .main_content.title-section span::before, #infografica #actions > div a::before, #infografica .infografica .action a::before {
    width: 40px;
    height: 40px;
    margin-right: 13px; }

#infografica #navInfo .ul, #navigationModal .modal-body #navModal .ul {
  margin: 35px 0;
  border-left: 2px solid #c4c4c4;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  position: relative; }
  #infografica #navInfo .ul::before, #navigationModal .modal-body #navModal .ul::before {
    content: "";
    height: 20px;
    border-left: 2px dashed #c4c4c4;
    position: absolute;
    bottom: -27px;
    left: -1.5px; }
  #infografica #navInfo .ul a, #navigationModal .modal-body #navModal .ul a {
    list-style: none;
    font-family: "roboto_regular_web";
    font-size: 14px;
    line-height: 21px;
    color: #5A2C2B;
    line-height: 21px;
    margin: 20px 0;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    #infografica #navInfo .ul a:first-child, #navigationModal .modal-body #navModal .ul a:first-child {
      margin-top: 0; }
    #infografica #navInfo .ul a.active, #navigationModal .modal-body #navModal .ul a.active {
      font-family: "roboto_bold_web";
      font-size: 18px; }
    #infografica #navInfo .ul a.active::before, #navigationModal .modal-body #navModal .ul a.active::before, #infografica #navInfo .ul a::before, #navigationModal .modal-body #navModal .ul a::before {
      content: "";
      position: absolute;
      border-radius: 100%; }
    #infografica #navInfo .ul a.active::before, #navigationModal .modal-body #navModal .ul a.active::before {
      width: 30px;
      height: 30px;
      left: -40px;
      background-color: #FFBE17; }
    #infografica #navInfo .ul a::before, #navigationModal .modal-body #navModal .ul a::before {
      width: 20px;
      height: 20px;
      left: -35px;
      background-color: #c4c4c4; }

html:lang(en-US) #infografica .yellow-svg .detail-icon-1:hover button::after {
  content: "Archives"; }

html:lang(en-US) #infografica .yellow-svg .detail-icon-2:hover button::after {
  content: "The creators"; }

html:lang(en-US) #infografica .yellow-svg .detail-icon-3:hover button::after {
  content: "The custodians"; }

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

.tree ul {
  margin-left: 1em;
  position: relative; }

.tree ul ul {
  margin-left: 0.5em; }

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid; }

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 21px;
  color: #000;
  font-size: 16px;
  position: relative;
  font-family: "roboto_regular_web";
  margin: 20px 0; }

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0; }

.tree ul li:last-child:before {
  background: #f6e7c5;
  height: auto;
  top: 1em;
  bottom: 0; }

.indicator {
  margin-right: 5px; }

.tree li a {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  line-height: 19px; }

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #000;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0; }

.branch {
  cursor: pointer; }

.plus {
  content: url(../images/svg/icon_plus.svg); }

.minus {
  content: url(../images/svg/icon_minus.svg); }

.file {
  content: url(../images/svg/icon_file_tree.svg); }

.risultati--ricerca-avanzata .heading {
  display: flex;
  align-items: center; }

.risultati--ricerca-avanzata h2 {
  font-size: 28px; }
  @media (max-width: 991.98px) {
    .risultati--ricerca-avanzata h2 {
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      margin-bottom: 0;
      color: #000; } }
  @media (max-width: 575.98px) {
    .risultati--ricerca-avanzata h2 {
      font-size: 26px; } }
  .risultati--ricerca-avanzata h2.h2 {
    font-family: "roboto_bold_web";
    color: #000; }

.risultati--ricerca-avanzata .error--message {
  font-family: "roboto_medium";
  font-size: 16px;
  color: #CA0000; }

.risultati--ricerca-avanzata .description--mobile {
  display: none; }
  @media (max-width: 575.98px) {
    .risultati--ricerca-avanzata .description--mobile {
      font-family: "roboto_regular_web";
      font-size: 16px;
      color: #707070;
      display: block;
      line-height: 21px;
      margin-top: 15px; } }

@media (max-width: 768px) {
  #ricercaAvanzata .img-cartina-napoli img {
    width: 100%; } }

@media (max-width: 576px) {
  #ricercaAvanzata .elenco-ricerca {
    display: block;
    margin-top: 3rem; } }

#ricercaAvanzata h3 {
  display: flex; }
  #ricercaAvanzata h3 i {
    margin-left: 16px; }
  #ricercaAvanzata h3 i img {
    width: 28px;
    cursor: pointer; }

@media (max-width: 575.98px) {
  #ricercaAvanzata .mb--mobile {
    margin-bottom: 4em; } }

#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 #D7C8C1;
        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(215, 200, 193, 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: #5A2C2B; }
  #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 #5A2C2B;
    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: #5A2C2B;
    margin-bottom: 0;
    cursor: pointer; }
    #ricercaAvanzata .searchForm label.checkbox input[type="checkbox"] {
      display: none; }
    #ricercaAvanzata .searchForm label.checkbox span {
      background: transparent;
      border: 2px solid #5A2C2B;
      width: 15px;
      height: 15px;
      display: inline-block;
      border-radius: 4px;
      margin-right: 10px; }
    #ricercaAvanzata .searchForm label.checkbox input[type="checkbox"]:checked ~ span {
      background: #5A2C2B; }

#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: #5A2C2B;
      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 #5A2C2B;
    width: 100%;
    padding: 0 10px; }
  #ricercaAvanzata .searchInput button {
    height: 30px;
    border-radius: 15px;
    background-color: #5A2C2B;
    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: #5A2C2B;
      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: #5A2C2B;
        border-color: #5A2C2B; }
      #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: #5A2C2B;
    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); }

.evidence--detail-box {
  margin-top: 40px;
  margin-bottom: 12px; }
  .evidence--detail-box .title-detail-box {
    font-size: 18px;
    font-family: "roboto_regular_web";
    color: #a0a0a0; }
  .evidence--detail-box .box-detail-date {
    background-color: #fafafa;
    padding: 30px 20px 30px 20px;
    border-radius: 6px; }

#risultatiRicerca .heading {
  display: flex;
  align-items: center; }

#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;
  font-family: "roboto_bold_web";
  color: #313131; }
  @media (max-width: 991.98px) {
    #risultatiRicerca h2 {
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-bottom: 0; } }
  #risultatiRicerca h2.h2 {
    font-family: "roboto_bold_web";
    color: #484848; }

#risultatiRicerca .error--message {
  font-family: "roboto_medium";
  font-size: 16px;
  color: #CA0000; }

#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: #5A2C2B;
    text-align: center; }
  #risultatiRicerca .box a.button {
    width: 120px;
    display: block;
    height: 28px;
    border-radius: 25px;
    color: #5A2C2B;
    border: 2px solid #5A2C2B;
    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: #5A2C2B;
      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; }
  #ricercaGuidata .item--mobile {
    width: 220px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    display: none; }
    @media (max-width: 991.98px) {
      #ricercaGuidata .item--mobile {
        display: block; } }
    #ricercaGuidata .item--mobile .tab--mobile {
      border-bottom: 2px solid #5A2C2B;
      color: #000000;
      display: block;
      font-family: "roboto_bold_web"; }
  @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: #5A2C2B;
        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: #5A2C2B;
            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 #5A2C2B; }
        #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 {
          width: 100%;
          display: flex;
          justify-content: flex-end;
          position: absolute;
          bottom: 0; }
          #ricercaGuidata .col-list .card-list .text .link a {
            width: fit-content;
            text-decoration-line: underline;
            text-transform: uppercase;
            color: #5A2C2B;
            font-family: "cabin_regular";
            font-size: 14px; }
            #ricercaGuidata .col-list .card-list .text .link a:hover {
              color: #5A2C2B; }
            #ricercaGuidata .col-list .card-list .text .link a img {
              margin-left: 10px; }
  #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 {
    display: block !important;
    opacity: 1;
    border: 0px;
    border-left: 2px solid #D7C8C1;
    border-radius: 0px;
    margin-bottom: 70px; }
    #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header {
      background-color: #fff;
      border-radius: 0px;
      padding: 0px 10px 0px 10px;
      border-bottom: 0px; }
      @media (max-width: 575.98px) {
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header {
          padding: 0.5rem; } }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header a:focus {
        outline: 3px solid #5A2C2B;
        width: fit-content; }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header.collapse .card-header {
        background-color: #D7C8C1; }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header a {
        font-family: "roboto_medium";
        font-size: 18px;
        color: #000;
        text-decoration: none;
        margin-right: 10px; }
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header a:focus {
          outline: 3px solid #5A2C2B; }
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header a[aria-expanded="true"] .fa-chevron-down {
          transform: rotate(180deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header a[aria-expanded="false"] .fa-chevron-down {
          transform: rotate(0deg);
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-header .indicator {
        color: #707070;
        font-size: 16px;
        width: 27px;
        height: 20px;
        border-radius: 40%;
        background-color: #f5f5f5;
        display: inline-block;
        text-align: center; }
    #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body {
      padding: 1.25rem 1.25rem 1.25rem 0.8rem; }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body .sibtitle--desc {
        font-family: "roboto_regular_web";
        font-size: 16px;
        color: #484848;
        padding-left: 0px;
        margin-bottom: 0px; }
      #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body div {
        display: inline !important; }
        @media (max-width: 575.98px) {
          #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body div {
            display: inline !important; } }
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body div .evidence {
          font-family: "roboto_bold_web";
          color: #000; }
        #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body div p {
          color: #484848;
          font-size: 14px; }
          #ricercaGuidata .tab--advanced-filters .tab-content > .tab-panel2 .card-body div p:first-child {
            margin-top: 1em; }

#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(215, 200, 193, 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: #D7C8C1;
    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 #D7C8C1; }
    #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 #D7C8C1; }
    #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: #D7C8C1;
    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; } }
        @media (max-width: 991.98px) {
          #dettaglioFondo .unita .search .searchInput input:focus {
            outline: 3px solid #5A2C2B; } }
      #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 #5A2C2B;
    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; }
      @media (max-width: 991.98px) {
        .container-search .search-wrap input[type="search"]:focus {
          outline: 3px solid #5A2C2B; } }
    .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; }
        @media (max-width: 991.98px) {
          .container-search.search-column .search-wrap input[type="search"]:focus {
            outline: 3px solid #5A2C2B; } }
      .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: #5A2C2B;
    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(215, 200, 193, 0.3);
  padding: 20px 30px 20px 0;
  position: absolute;
  width: 120px; }
  #dettaglioFondo .alberatura button {
    width: 100px;
    height: 50px;
    background-color: #183e36;
    color: #D7C8C1;
    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 #D7C8C1; }
    #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 #D7C8C1; }
    #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: #D7C8C1;
    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 #5A2C2B;
    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); }

#complessiArchivistici {
  margin-top: 150px; }
  @media (max-width: 991.98px) {
    #complessiArchivistici {
      display: none; } }
  #complessiArchivistici p.text {
    text-align: center;
    margin-top: -35px;
    margin-bottom: 40px; }
  #complessiArchivistici .col-lg-3 a.btn {
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 55px;
    display: inline-block; }
  #complessiArchivistici .col-lg-3 .card-archivi {
    height: 300px;
    border-radius: 5px;
    position: relative; }
    @media (max-width: 575.98px) {
      #complessiArchivistici .col-lg-3 .card-archivi {
        width: 255px;
        margin: 0 auto; } }
    #complessiArchivistici .col-lg-3 .card-archivi .blank {
      width: 195px;
      background-color: white;
      position: absolute;
      box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
      left: calc(50% - 97.5px);
      height: 195px;
      bottom: -20px;
      padding: 20px 15px; }
      @media (max-width: 991.98px) {
        #complessiArchivistici .col-lg-3 .card-archivi .blank {
          width: 180px;
          left: calc(50% - 90px); } }
      @media (max-width: 575.98px) {
        #complessiArchivistici .col-lg-3 .card-archivi .blank {
          width: 195px;
          left: calc(50% - 97.5px); } }
      #complessiArchivistici .col-lg-3 .card-archivi .blank .title {
        font-family: "cabin_bold";
        font-size: 18px;
        color: #5A2C2B;
        margin-bottom: 0; }
        @media (max-width: 575.98px) {
          #complessiArchivistici .col-lg-3 .card-archivi .blank .title {
            font-size: 16px; } }
      #complessiArchivistici .col-lg-3 .card-archivi .blank .date {
        font-size: 14px;
        font-family: "roboto_bold_web";
        color: #313131;
        margin-bottom: 3px;
        height: 20px; }
      #complessiArchivistici .col-lg-3 .card-archivi .blank .description p {
        font-size: 14px;
        font-family: "roboto_regular_web";
        margin-bottom: 0;
        line-height: 16px;
        color: #313131; }
        #complessiArchivistici .col-lg-3 .card-archivi .blank .description p span {
          font-family: "roboto_bold_web"; }
  #complessiArchivistici .link_wrap {
    margin-top: -10px !important; }

.modal-container {
  display: none; }
  @media (max-width: 768px) {
    .modal-container {
      display: block; } }

#complessiArchivisticiCarousel {
  margin-top: 20px; }
  @media (min-width: 992px) {
    #complessiArchivisticiCarousel {
      display: none; } }
  @media (max-width: 575.98px) {
    #complessiArchivisticiCarousel {
      display: none; } }
  @media (max-width: 991.98px) {
    #complessiArchivisticiCarousel {
      display: none; } }
  @media (max-width: 575.98px) {
    #complessiArchivisticiCarousel .container-archivio {
      padding-left: 50px; } }
  #complessiArchivisticiCarousel p.text {
    text-align: center;
    margin-top: -35px;
    margin-bottom: 40px; }
    @media (max-width: 575.98px) {
      #complessiArchivisticiCarousel p.text {
        margin-top: 0; } }
  #complessiArchivisticiCarousel #cardArchivio a.btn {
    width: 100%;
    padding: 0;
    text-align: left; }
  #complessiArchivisticiCarousel #cardArchivio .owl-next,
  #complessiArchivisticiCarousel #cardArchivio .owl-prev {
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    top: 39%;
    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; }
    #complessiArchivisticiCarousel #cardArchivio .owl-next:focus,
    #complessiArchivisticiCarousel #cardArchivio .owl-prev:focus {
      box-shadow: 0 0 0 0.2rem #5A2C2B;
      outline: none; }
    #complessiArchivisticiCarousel #cardArchivio .owl-next.disabled,
    #complessiArchivisticiCarousel #cardArchivio .owl-prev.disabled {
      pointer-events: none;
      opacity: .5; }
  #complessiArchivisticiCarousel #cardArchivio .owl-next {
    right: -3%; }
    @media (max-width: 575.98px) {
      #complessiArchivisticiCarousel #cardArchivio .owl-next {
        right: 0%; } }
  #complessiArchivisticiCarousel #cardArchivio .owl-prev {
    left: -3%;
    transform: rotate(180deg); }
    @media (max-width: 575.98px) {
      #complessiArchivisticiCarousel #cardArchivio .owl-prev {
        left: 0%; } }
  #complessiArchivisticiCarousel #cardArchivio .card-slideshow-element {
    margin-bottom: 3em;
    width: 255px; }
    @media (width: 768px) {
      #complessiArchivisticiCarousel #cardArchivio .card-slideshow-element {
        width: auto; } }
  #complessiArchivisticiCarousel #cardArchivio .cardButton, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch {
    overflow: visible; }
    #complessiArchivisticiCarousel #cardArchivio .cardButton .card, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card {
      height: 300px;
      border-radius: 5px; }
      #complessiArchivisticiCarousel #cardArchivio .cardButton .card .blank, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card .blank {
        width: 176px;
        background-color: white;
        position: absolute;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
        left: calc(50% - 88px);
        height: 176px;
        bottom: -20px;
        padding: 15px; }
        #complessiArchivisticiCarousel #cardArchivio .cardButton .card .blank .title, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card .blank .title {
          font-family: "cabin_bold";
          font-size: 16px;
          color: #5A2C2B;
          margin-bottom: 0; }
        #complessiArchivisticiCarousel #cardArchivio .cardButton .card .blank .date, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card .blank .date {
          font-size: 14px;
          font-family: "roboto_bold_web";
          color: #313131;
          margin-bottom: 3px;
          height: 20px;
          padding: 5px 0; }
        #complessiArchivisticiCarousel #cardArchivio .cardButton .card .blank .description p, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card .blank .description p {
          font-size: 14px;
          font-family: "roboto_regular_web";
          margin-bottom: 0;
          line-height: 16px;
          color: #313131; }
          #complessiArchivisticiCarousel #cardArchivio .cardButton .card .blank .description p span, #complessiArchivisticiCarousel #cardArchivio #cardButtonSearch .card .blank .description p span {
            font-family: "roboto_bold_web"; }

#dettaglioArchivio {
  margin-bottom: 60px; }
  #dettaglioArchivio .owl-dots {
    display: none; }
  #dettaglioArchivio .align-base {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      #dettaglioArchivio .align-base {
        margin-top: 30px; } }
  #dettaglioArchivio .img {
    height: 540px;
    border-radius: 5px;
    width: 540px; }
    @media (max-width: 991.98px) {
      #dettaglioArchivio .img {
        width: 100%; } }
    @media (max-width: 575.98px) {
      #dettaglioArchivio .img {
        height: 345px; } }
  #dettaglioArchivio .text p {
    margin-bottom: 0; }
    #dettaglioArchivio .text p span {
      font-family: "roboto_bold_web"; }
    #dettaglioArchivio .text p a {
      color: #313131;
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    #dettaglioArchivio .text h2 {
      display: none; } }
  @media (max-width: 991.98px) {
    #dettaglioArchivio .text {
      margin-bottom: 30px; } }
  #dettaglioArchivio .text.mobile h2 {
    display: none; }
    @media (max-width: 767.98px) {
      #dettaglioArchivio .text.mobile h2 {
        display: block; } }
  #dettaglioArchivio .button {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 767.98px) {
      #dettaglioArchivio .button {
        align-items: center; } }
    #dettaglioArchivio .button hr {
      margin-bottom: 25px;
      width: 100%; }
    #dettaglioArchivio .button a {
      width: fit-content;
      line-height: unset;
      font-family: "cabin_bold"; }
      #dettaglioArchivio .button a.disabled {
        border-color: #9B9B9B;
        color: #9B9B9B; }

body .main_content #dettaglioArchivio .text h2 {
  font-size: 24px;
  width: fit-content;
  margin-left: 0; }
  @media (max-width: 767.98px) {
    body .main_content #dettaglioArchivio .text h2 {
      margin-left: auto; } }
  body .main_content #dettaglioArchivio .text h2:after {
    width: 100%;
    margin-bottom: 30px; }

#description {
  background-color: #FCF7EC; }
  #description label {
    font-size: 18px;
    font-family: "roboto_bold_web"; }
  #description .row {
    padding: 40px 0; }
  #description .rowHeight {
    height: 288px; }
  #description .rowHeight.height {
    height: auto; }

#login {
  font-family: "roboto_regular_web";
  margin-top: 40px;
  height: calc(100vh - 40px);
  background: url(../images/jpg/bg-login.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  #login .box-login {
    margin-top: 80px;
    height: auto;
    width: 730px;
    background: #fff;
    text-align: center;
    padding: 60px 90px;
    background-color: #F5F5F5;
    border-radius: 4px; }
    #login .box-login h2 {
      font-size: 2rem;
      font-family: "roboto_regular_web";
      margin-bottom: 60px; }
    #login .box-login .search-box-form {
      flex-direction: column; }
      #login .box-login .search-box-form .form-group {
        width: 100%;
        text-align: left;
        margin: 0; }
        #login .box-login .search-box-form .form-group:first-child {
          margin-bottom: 40px; }
        #login .box-login .search-box-form .form-group label {
          padding-left: 10px; }
    #login .box-login p.description {
      font-size: 0.875rem;
      margin-bottom: 30px; }
    #login .box-login button {
      margin: 50px auto 0px auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 50px;
      text-transform: capitalize;
      background-color: #5A2C2B;
      color: #fff;
      border: 2px solid #5A2C2B; }
      #login .box-login button:hover, #login .box-login button:focus {
        border: 2px solid #5A2C2B;
        color: #5A2C2B;
        background-color: #fff; }
    #login .box-login h1::after {
      margin-bottom: 20px; }
  #login .form-group {
    margin-right: 0; }
    #login .form-group .form-control {
      width: 100%; }
  @media (max-width: 991.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; } }
  @media (max-width: 767.98px) {
    #login .box-login .search-box-form .form-group {
      margin-bottom: 20px; }
      #login .box-login .search-box-form .form-group:first-child {
        margin-bottom: 20px; }
    #login .box-login h2 {
      margin-bottom: 0px; } }
  @media (max-width: 363px) {
    #login .box-login {
      padding: 10px; } }
  @media (max-width: 991.98px) and (orientation: landscape) {
    #login {
      height: auto; } }

/* VARIABLES */
.text-loader {
  font-family: "roboto_regular_web";
  font-size: 16px;
  margin-bottom: 10px; }

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

/* GRID */
/* PROGRESS */
/* PROGRESS */
.progress--eco {
  background-color: #e5e9eb;
  height: 0.25em;
  position: relative;
  width: 24em; }

.progress-bar {
  animation-duration: 3s;
  animation-name: width;
  background-image: linear-gradient(to right, #c29d9c, #946b6a, #744c4b, #6b3f3e, #5A2C2B);
  background-size: 24em 0.25em;
  height: 100%;
  position: relative; }

.progress-shadow {
  background-image: linear-gradient(to bottom, #eaecee, rgba(0, 0, 0, 0));
  height: 2em;
  position: absolute;
  top: 100%;
  transform: skew(45deg);
  transform-origin: 0 0;
  width: 100%; }

/* ANIMATIONS */
@keyframes width {
  0%, 100% {
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85); }
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/** PAGES **/
@media (max-width: 991.98px) {
  #contenutiDigitali {
    padding-left: 15px;
    padding-right: 15px; }
    #contenutiDigitali #contDigCarousel {
      margin-top: 27px;
      margin-bottom: 56px; } }

#mainSectionCard {
  background-color: rgba(231, 217, 210, 0.3);
  padding: 40px 0px 30px 0;
  margin-bottom: 60px; }
  #mainSectionCard p.text {
    margin-bottom: 40px; }
  #mainSectionCard .link_wrap {
    margin-bottom: 0px; }

#map_homepage {
  position: relative;
  color: #000;
  height: 450px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }
  #map_homepage img {
    width: 100%; }
  #map_homepage .overlay_map {
    position: absolute;
    background-image: url(../images/svg/overlay_mappa.svg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #map_homepage .wrap_image_map {
    overflow: hidden;
    width: auto;
    position: relative;
    height: auto; }
    @media (max-width: 991.98px) {
      #map_homepage .wrap_image_map {
        height: 480px; } }
  @media (max-width: 991.98px) {
    #map_homepage img {
      height: 100%;
      max-width: max-content;
      width: auto; } }
  #map_homepage .info_map {
    position: absolute;
    padding: 10px;
    top: 58%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 920px; }
    @media (max-width: 991.98px) {
      #map_homepage .info_map {
        width: 100%; } }
    #map_homepage .info_map .title_boxmap {
      font-family: "EB_Garamond_Bold";
      font-size: 32px;
      line-height: 44px;
      color: #000000; }
      @media (max-width: 991.98px) {
        #map_homepage .info_map .title_boxmap {
          font-size: 32px; } }
      @media (max-width: 575.98px) {
        #map_homepage .info_map .title_boxmap {
          font-size: 24px; } }
    #map_homepage .info_map p {
      font-size: 20px;
      text-align: center;
      color: #000;
      font-family: "cabin_regular";
      margin-bottom: 50px; }
      @media (max-width: 575.98px) {
        #map_homepage .info_map p {
          font-size: 16px;
          font-family: "cabin_regular"; } }
    #map_homepage .info_map span.link_wrap {
      margin-bottom: 25px; }
      #map_homepage .info_map span.link_wrap a {
        background: transparent; }
        #map_homepage .info_map span.link_wrap a:hover {
          background: #5A2C2B; }

#expandText.only-image {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #expandText.only-image {
      margin-bottom: 60px; } }
  @media (max-width: 575.98px) {
    #expandText.only-image {
      margin-top: 60px; } }
  #expandText.only-image .box-image {
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 445px;
    width: 445px;
    margin-top: -80px;
    border-radius: 4px;
    margin-left: 30px;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      #expandText.only-image .box-image {
        float: inherit;
        margin-left: 0;
        max-width: 100%; } }

#expandText .rowHeight {
  height: 125px; }
  #expandText .rowHeight.height {
    height: auto; }

#expandText .rowHeight.deepening {
  height: 190px; }
  #expandText .rowHeight.deepening.height {
    height: auto; }

#lightbox-slideshow-2 {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #lightbox-slideshow-2 {
      margin-bottom: 60px; } }

#other .explore-card {
  height: 285px; }
  #other .explore-card .box-description {
    padding: 30px; }

@media (max-width: 991.98px) {
  #other {
    margin-bottom: 60px; } }

#titleDescription {
  margin-bottom: 30px; }
  #titleDescription h2 {
    margin-bottom: 30px; }
  #titleDescription p {
    margin: 0;
    padding: 0; }

#expandText {
  background-color: rgba(215, 200, 193, 0.5);
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  min-height: 445px; }
  #expandText.with-carousel {
    min-height: 446px; }

#references {
  margin-top: 90px; }
  @media (max-width: 991.98px) {
    #references {
      margin-bottom: 60px;
      margin-top: 70px; } }
  #references .box {
    padding: 40px;
    background: #FFFCF9;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
    @media (max-width: 991.98px) {
      #references .box {
        padding: 20px; } }

#expandText.with-carousel .rowHeight {
  min-height: 310px; }

#expandText.with-carousel.with-title .rowHeight {
  height: 70px;
  min-height: inherit; }
  #expandText.with-carousel.with-title .rowHeight.height {
    height: auto; }

#personalLibraries .card-main-custom {
  margin: 0px 0px 30px 0px; }

@media (max-width: 991.98px) {
  #personalLibraries .last-child .card-main-custom {
    margin: 0px; } }

h2 + div.description {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    h2 + div.description {
      display: none; } }

.main-container-sintetica .titleSection {
  font-family: "roboto_regular_web";
  color: #313131;
  margin-bottom: 40px; }
  .main-container-sintetica .titleSection::after {
    content: none; }

.main-container-sintetica hr {
  margin: 10px 0 30px 0;
  border-color: #5A2C2B; }

#titleDescription.manoscritto {
  margin-bottom: 40px; }
  #titleDescription.manoscritto h2 {
    margin-bottom: 11px; }
    @media (max-width: 991.98px) {
      #titleDescription.manoscritto h2 span.title {
        font-size: 1.5rem;
        line-height: 1.9375rem; } }
  #titleDescription.manoscritto div.description {
    margin: 0;
    padding: 0;
    text-align: left; }
    @media (max-width: 767.98px) {
      #titleDescription.manoscritto div.description {
        margin-bottom: 20px; } }
  #titleDescription.manoscritto .card-custom {
    height: 350px;
    margin: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  @media (max-width: 767.98px) {
    #titleDescription.manoscritto .mobile {
      order: -1; } }
  #titleDescription.manoscritto .link_wrap {
    text-align: left;
    margin: 0; }
    @media (max-width: 767.98px) {
      #titleDescription.manoscritto .link_wrap {
        text-align: center;
        margin-bottom: 40px; } }

.viewer {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .viewer {
      display: none; } }
  .viewer .box {
    height: 624px;
    background: #000; }

#altriContenutiDigitali {
  background: #ebe3e0;
  padding: 40px 0px 20px 0px; }
  @media (max-width: 991.98px) {
    #altriContenutiDigitali {
      background: none;
      padding: 0; } }
  #altriContenutiDigitali p {
    margin-bottom: 40px; }
  #altriContenutiDigitali .card-custom {
    margin: 0;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); }

#expandText.only-text {
  min-height: 100px;
  padding-bottom: 30px; }

#expandText.with-title h2 {
  margin-bottom: 11px; }
  @media (max-width: 991.98px) {
    #expandText.with-title h2 span.title {
      font-size: 1.5rem;
      line-height: 1.9375rem; } }
  @media (max-width: 575.98px) {
    #expandText.with-title h2.desk {
      display: none; } }

@media (max-width: 991.98px) {
  #expandText.with-title {
    margin-bottom: 40px; } }

#expandText.with-title.with-carousel h2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 100px; }
  #expandText.with-title.with-carousel h2 span.line {
    margin-bottom: 15px; }

#explore-section #card-slideshow {
  margin-bottom: 54px; }

@media (max-width: 575.98px) {
  #altriContenutiDigitali p {
    display: none; } }

#expandText.with-video span.label {
  display: block;
  line-height: 150%;
  color: #5A2C2B;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    #expandText.with-video span.label {
      font-size: 0.75rem;
      margin-bottom: 10px; } }

#expandText.with-video .rowHeight {
  height: 165px; }
  #expandText.with-video .rowHeight.height {
    height: auto; }

#expandText.with-video button.video {
  width: 445px;
  height: 445px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: right;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 30px;
  border: none; }
  @media (max-width: 575.98px) {
    #expandText.with-video button.video {
      float: unset;
      margin: 0;
      width: 100%;
      height: 345px;
      margin-bottom: 30px; } }
  #expandText.with-video button.video img {
    height: 60px;
    width: 60px;
    transition: all 0.3s; }
  #expandText.with-video button.video:hover img {
    transform: scale(1.2); }
  #expandText.with-video button.video:focus {
    outline: 2px solid #fff;
    outline-offset: -4px; }

#expandText div.abstract {
  font-size: 1.25rem;
  font-family: "EB_Garamond_Medium";
  line-height: 157.7%;
  margin-bottom: 15px;
  height: 124px;
  max-height: 124px;
  overflow: hidden; }
  @media (max-width: 575.98px) {
    #expandText div.abstract {
      font-size: 1rem; } }

#partnerCards {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #partnerCards {
      margin-bottom: 60px; } }

#sectionMap {
  height: 500px; }

#expandText.detail-search {
  background-color: #fff;
  padding: 20px 0 0 0;
  min-height: auto; }
  #partner #expandText.detail-search {
    min-height: 390px; }
  #expandText.detail-search .box-image {
    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%; }
    #partner #expandText.detail-search .box-image {
      width: 350px; }
    @media (max-width: 767.98px) {
      #expandText.detail-search .box-image {
        float: unset;
        width: 338px;
        height: 223px;
        margin-bottom: 20px; } }
  #expandText.detail-search .expand-intro {
    position: relative; }
    #expandText.detail-search .expand-intro::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #5A2C2B;
      margin-left: auto;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        #expandText.detail-search .expand-intro::after {
          width: calc(100% - 380px); } }
    #expandText.detail-search .expand-intro ul {
      list-style: none;
      font-size: 0.875rem;
      padding-left: 0; }
  #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;
      /**/ }
      #partner #expandText.detail-search span.label {
        margin: 0 15px 20px 0;
        /**/ }
    #expandText.detail-search span.subtitle {
      font-size: 1rem;
      line-height: 1.1875rem;
      color: #5A2C2B;
      font-family: "roboto_bold_web";
      margin-bottom: 4px; }
  #expandText.detail-search .expand-wrapper {
    cursor: pointer; }
  #expandText.detail-search button.subtitle {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-bottom: 4px;
    display: flex;
    background-color: transparent;
    border: none;
    padding-left: 0; }
    #expandText.detail-search button.subtitle:hover {
      text-decoration: none; }
    #expandText.detail-search button.subtitle:focus {
      outline: 2px solid #5A2C2B;
      box-shadow: none; }
    #expandText.detail-search button.subtitle::after {
      content: "";
      display: inline-block;
      background-image: url(../../../../public/images/svg/arrow-thin.svg);
      width: 12px;
      height: 8px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 8px; }
    #expandText.detail-search button.subtitle.open::after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  #expandText.detail-search button.subtitle--accordion {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-bottom: 4px;
    display: flex;
    background-color: transparent;
    border: none;
    padding-left: 0; }
    #expandText.detail-search button.subtitle--accordion:hover {
      text-decoration: none; }
    #expandText.detail-search button.subtitle--accordion:focus {
      outline: 2px solid #5A2C2B;
      box-shadow: none; }
    #expandText.detail-search button.subtitle--accordion::after {
      content: "";
      display: inline-block;
      background-image: url(../../images/svg/arrow-thin.svg);
      width: 12px;
      height: 8px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 8px; }
    #expandText.detail-search button.subtitle--accordion.open::after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  #expandText.detail-search p.description, #expandText.detail-search p.other-description {
    font-size: 0.875rem;
    line-height: 1.25rem; }
    #partner #expandText.detail-search p.description, #partner #expandText.detail-search p.other-description {
      margin-bottom: 0;
      /**/ }
  #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: 98px;
    /**/ }
  #expandText.detail-search .collapseButton {
    margin-top: 22px;
    /**/ }
    #partner #expandText.detail-search .collapseButton {
      margin-top: 10px;
      padding-bottom: 0; }
    #expandText.detail-search .collapseButton.detail-page {
      border-bottom: 0;
      display: block !important; }
      #expandText.detail-search .collapseButton.detail-page button {
        background-color: transparent;
        border: 0;
        font-family: "roboto_bold_web";
        text-transform: uppercase; }
  #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; }

#relatedFiltersSection .related-filters {
  position: relative; }
  #relatedFiltersSection .related-filters h2 {
    display: inline-block;
    background-color: #FFF;
    position: relative;
    padding-right: 30px; }
  #relatedFiltersSection .related-filters::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 12px;
    z-index: -1; }
  #relatedFiltersSection .related-filters .box-checkbox {
    text-align: right;
    margin-bottom: 40px; }
    #relatedFiltersSection .related-filters .box-checkbox .custom-control-inline {
      margin-right: 0; }

#relatedFiltersSection .more {
  border-bottom: 1px solid #5A2C2B; }
  #relatedFiltersSection .more a {
    background-color: #5A2C2B;
    color: #FFF; }

#relatedFiltersSection .tab--all .search-results-card .image {
  width: 161px !important; }

#services {
  margin-bottom: 46px;
  /**/ }
  #partner #services {
    margin: 20px 0 60px 0;
    /**/ }

#moreInformation {
  margin-bottom: 60px; }
  #moreInformation .row {
    padding-top: 20px; }

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

.list--accordion {
  display: flex;
  align-items: flex-start; }
  .list--accordion .title--list {
    font-size: 20px;
    font-family: "roboto_medium";
    color: #484848; }
  .list--accordion p {
    font-family: "roboto_regular_web";
    font-size: 16px; }
  .list--accordion img {
    margin-right: 5px; }

#services h3,
#moreInformation h3 {
  font-size: 1.375rem;
  font-family: "roboto_bold_web";
  color: #5A2C2B;
  margin-bottom: 15px; }

#location {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #location {
      margin-bottom: 60px; } }
  #location h3 {
    font-family: "roboto_bold_web";
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase; }
  #location .list-inventario ul {
    list-style-type: none; }
    #location .list-inventario ul li h4 {
      color: #5A2C2B;
      font-size: 14px;
      font-family: "roboto_bold_web";
      margin-top: 10px; }
    #location .list-inventario ul li p {
      text-transform: uppercase;
      color: #4f4f4f;
      font-size: 14px;
      font-family: "roboto_regular_web";
      margin-bottom: 3px; }
    #location .list-inventario ul li a {
      font-family: "roboto_bold_web";
      font-size: 14px;
      color: #5A2C2B;
      text-decoration: underline;
      text-transform: uppercase; }
      #location .list-inventario ul li a:hover {
        text-decoration: underline; }

#timelinePeriod {
  padding: 40px 0;
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #timelinePeriod {
      margin-bottom: 60px; } }

.box-map {
  position: relative; }

.reserved-area {
  margin-bottom: 3em; }
  .reserved-area .heading {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .reserved-area .heading .only-desktop {
        display: none; } }
  .reserved-area h2 {
    font-family: "roboto_bold_web";
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 2.0625rem; }
    @media (max-width: 767.98px) {
      .reserved-area h2 {
        margin-top: 2em; } }
  .reserved-area .sub-heading {
    font-size: 14px;
    font-family: "roboto_regular_web";
    color: #4A4A4A; }
  .reserved-area .sub-heading-services {
    font-size: 16px;
    font-family: "roboto_regular_web";
    color: #000000; }
  .reserved-area .cards {
    margin-top: 35px; }
    .reserved-area .cards a {
      color: #000;
      text-decoration: none; }
      .reserved-area .cards a:focus {
        outline: 3px solid #000;
        display: block; }
      .reserved-area .cards a .card {
        height: 265px;
        background-color: #FEFCFB;
        border-radius: 6px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        transition: 0.3s;
        margin-bottom: 30px; }
        .reserved-area .cards a .card:hover {
          box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); }
        .reserved-area .cards a .card .card-header {
          border: 0px;
          background-color: #FEFCFB;
          border-radius: 6px;
          text-align: center;
          margin-top: 30px;
          padding-bottom: 0px;
          padding-top: 0px; }
          .reserved-area .cards a .card .card-header .title--header {
            font-size: 16px;
            font-family: "roboto_bold_web";
            margin-top: 20px;
            color: #000; }
        .reserved-area .cards a .card .card-body {
          border-top: 1px solid #929292;
          margin: 20px 40px 0px 40px;
          font-size: 14px;
          font-family: "roboto_regular_web";
          text-align: center; }
          @media (min-width: 768px) {
            .reserved-area .cards a .card .card-body {
              margin: 0px;
              padding: 0.65rem 0.45rem 0.15rem 0.45rem !important; } }
          @media (min-width: 1200px) {
            .reserved-area .cards a .card .card-body {
              margin: 20px 40px 0px 40px;
              padding: 1.25rem; } }
  .reserved-area .card-h {
    height: auto;
    min-height: 103px;
    width: 100%;
    border-radius: 6px;
    background-color: #FEFCFB;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px 60px; }
    @media (max-width: 575.98px) {
      .reserved-area .card-h {
        padding: 15px; } }
    .reserved-area .card-h:last-child {
      margin-bottom: 40px; }
    .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 {
      display: block !important;
      opacity: 1;
      border: 0px;
      border-radius: 0px;
      background-color: transparent;
      position: relative;
      left: -25px; }
      .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header {
        background-color: #FEFCFB;
        border-radius: 0px;
        padding: 0px 10px 0px 10px;
        border-bottom: 0px; }
        @media (max-width: 575.98px) {
          .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header {
            padding: 0.5rem; } }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header a:focus {
          outline: 3px solid #5A2C2B;
          width: fit-content; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header.collapse .card-header {
          background-color: #D7C8C1; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header a {
          font-family: "roboto_regular_web";
          font-size: 14px;
          color: #000;
          text-decoration: none;
          margin-top: 0px; }
          .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header a:focus {
            outline: 3px solid #5A2C2B; }
          .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header a[aria-expanded="true"] .fa-chevron-down {
            transform: rotate(180deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header a[aria-expanded="false"] .fa-chevron-down {
            transform: rotate(0deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-header .indicator {
          color: #000;
          font-size: 16px;
          width: 27px;
          height: 20px;
          border-radius: 40%;
          background-color: #D7C8C1;
          display: inline-block;
          text-align: center; }
      .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body {
        padding-left: 10px;
        width: max-content !important;
        padding-bottom: 0px; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body .sibtitle--desc {
          font-family: "roboto_regular_web";
          font-size: 14px;
          color: #000;
          padding-left: 0px;
          margin-bottom: 0px;
          border-left: 2px solid #5A2C2B;
          padding-left: 5px; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body .evidence {
          font-family: "roboto_bold_web";
          color: #000; }
        .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body p {
          color: #484848;
          font-size: 14px;
          padding-left: 5px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 22px;
          max-height: 20px;
          height: 20px;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          max-width: 286px; }
          @media (max-width: 991.98px) {
            .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body p {
              border-left: 2px solid #5A2C2B;
              margin-bottom: 0px;
              padding-bottom: 5px; } }
          .reserved-area .card-h .tab--advanced-filters .tab-content > .tab-panel2 .card-body p:first-child {
            border-left: 2px solid #5A2C2B; }
    .reserved-area .card-h .description--text {
      font-family: "roboto_bold_web";
      font-size: 16px; }
    .reserved-area .card-h .icons-actions .icon-search-book {
      margin-left: 30px;
      margin-right: 30px; }
    .reserved-area .card-h .icons-actions .description--actions {
      font-family: "roboto_bold_web";
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box !important;
      line-height: 20px;
      max-height: 20px;
      height: 20px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-width: 295px; }
    .reserved-area .card-h .icons-actions a:hover {
      text-decoration: none; }
    .reserved-area .card-h .icons-actions a:focus {
      outline: 3px solid #5A2C2B;
      display: inline-block; }
    .reserved-area .card-h .icons-actions a:last-child {
      margin-right: 30px; }
    .reserved-area .card-h .icons-actions-modal {
      text-align: right;
      margin-left: auto; }
      @media (max-width: 991.98px) {
        .reserved-area .card-h .icons-actions-modal {
          text-align: right;
          margin-left: inherit; } }
      .reserved-area .card-h .icons-actions-modal a {
        margin: 15px; }
        .reserved-area .card-h .icons-actions-modal a:hover {
          text-decoration: none; }
        .reserved-area .card-h .icons-actions-modal a:focus {
          box-shadow: 0 0 0 0.2rem #5A2C2B !important; }
    @media (max-width: 575.98px) {
      .reserved-area .card-h .pl-15 {
        padding-left: 15px !important; } }
    .reserved-area .card-h .text-indicator {
      border-left: 1px solid #929292;
      border-right: 1px solid #929292;
      text-align: center;
      padding: 10px; }
      @media (max-width: 575.98px) {
        .reserved-area .card-h .text-indicator {
          margin-top: 2em; } }
      .reserved-area .card-h .text-indicator.bl-0 {
        border-left: 0px; }
        @media (max-width: 575.98px) {
          .reserved-area .card-h .text-indicator.bl-0 {
            border-left: 1px solid #929292; } }
      .reserved-area .card-h .text-indicator.b-0 {
        border: 0px; }
        @media (max-width: 575.98px) {
          .reserved-area .card-h .text-indicator.b-0 {
            border-left: 1px solid #929292;
            border-right: 1px solid #929292; } }
      .reserved-area .card-h .text-indicator span {
        font-size: 12px;
        text-transform: uppercase;
        font-family: "roboto_regular_web"; }
        .reserved-area .card-h .text-indicator span.text-regular {
          text-transform: none; }
    .reserved-area .card-h .mt1-0 {
      margin-top: 10px; }

.w-30-paragraph p {
  margin-bottom: 5px;
  padding-left: 2em;
  width: 35%; }
  @media (max-width: 767.98px) {
    .w-30-paragraph p {
      padding-left: 3em; } }
  @media (max-width: 767.98px) {
    .w-30-paragraph p:first-child {
      padding-left: 0px; } }
  @media (max-width: 767.98px) {
    .w-30-paragraph p {
      width: 40%; } }

.collapseButton button.expandButtonDetailManuscript {
  color: #5a2c2c; }

.collapseButton .expandButtonDetailManuscript {
  position: relative;
  padding-right: 25px; }
  .collapseButton .expandButtonDetailManuscript span {
    font-size: 14px; }
  .collapseButton .expandButtonDetailManuscript span.primary--text {
    color: #5A2C2B; }

.exp::after {
  background-image: url(../images/svg/arrow-down-open.svg); }

span.etichetta.manuscript {
  padding: 4px 15px;
  background-color: #EBE3E0;
  display: inline-block !important;
  font-size: 0.875rem;
  line-height: 0.75rem;
  border-radius: 0px;
  margin-bottom: 20px; }

.title-section-manuscript {
  border-left: 5px solid #5A2C2B;
  padding: 0px 20px;
  margin: 20px 0px; }
  .title-section-manuscript h2 {
    font-size: 20px !important; }

#ricercaAvanzata [id^="expandButtonDetailManuscript"] {
  position: relative;
  text-align: right;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  padding: 0; }

div#search-manuscript.container-search .search-wrap {
  padding: 20px 20px 0 20px; }
  div#search-manuscript.container-search .search-wrap label {
    color: #4d4d4d; }
  div#search-manuscript.container-search .search-wrap input[type="search"] {
    margin-bottom: 10px; }

div#search-manuscript.container-search .search-wrap.d-flex.b-top {
  margin-bottom: 0px;
  background-color: #fff; }

div#search-manuscript.container-search .search-wrap.d-flex.b-bottom {
  margin-bottom: 60px;
  background-color: #fff;
  padding: 0px 20px 20px 20px; }

.container-expandButto {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 0px;
  width: 100%;
  position: relative; }
  .container-expandButto .collapseButton {
    padding: 0px 5px;
    margin-top: 0px !important;
    width: 100%;
    position: relative;
    top: -14px;
    background-color: white;
    width: 155px;
    right: -5px;
    float: right; }

div.container-expandButto-Manuscript {
  margin-bottom: 10px; }
  div.container-expandButto-Manuscript .collapseButton.closeblock button::before {
    content: "";
    display: block;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/open_manuscript.svg);
    background-repeat: no-repeat; }
  div.container-expandButto-Manuscript .collapseButton.openblock button::before {
    content: "";
    display: block;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    background-image: url(../images/svg/close_manuscript.svg);
    background-repeat: no-repeat; }
  div.container-expandButto-Manuscript div.collapseButton.openblock {
    margin-top: 0px !important; }
  div.container-expandButto-Manuscript div.collapseButton.closeblock {
    margin-top: 0px !important; }

.detail-search.manuscriptpage {
  background-color: #fff;
  padding: 20px 0 0 0;
  min-height: auto; }
  .detail-search.manuscriptpage .box-image {
    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%; }
  .detail-search.manuscriptpage .expand-intro {
    position: relative; }
    .detail-search.manuscriptpage .expand-intro::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #5A2C2B;
      margin-left: auto;
      margin-bottom: 30px; }
    .detail-search.manuscriptpage .expand-intro ul {
      list-style: none;
      font-size: 0.875rem;
      padding-left: 0; }
  .detail-search.manuscriptpage span {
    display: block; }
  .detail-search.manuscriptpage span.author {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: 515151;
    margin-bottom: 5px; }
  .detail-search.manuscriptpage 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; }
  .detail-search.manuscriptpage span.etichetta {
    padding: 4px 15px;
    background-color: #EBE3E0;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.75rem;
    border-radius: 0px;
    margin-bottom: 20px; }
  .detail-search.manuscriptpage span.subtitle {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-bottom: 4px; }
  .detail-search.manuscriptpage .expand-wrapper {
    cursor: pointer; }
  .detail-search.manuscriptpage button.subtitle {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-bottom: 4px;
    display: flex;
    background-color: transparent;
    border: none;
    padding-left: 0; }
    .detail-search.manuscriptpage button.subtitle:hover {
      text-decoration: none; }
    .detail-search.manuscriptpage button.subtitle:focus {
      outline: 2px solid #5A2C2B;
      box-shadow: none; }
    .detail-search.manuscriptpage button.subtitle::after {
      content: "";
      display: inline-block;
      background-image: url(../public/images/svg/arrow-thin.svg);
      width: 12px;
      height: 8px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 8px; }
  .detail-search.manuscriptpage button.subtitle.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .detail-search.manuscriptpage button.subtitle--accordion {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #5A2C2B;
    font-family: "roboto_bold_web";
    margin-bottom: 4px;
    display: flex;
    background-color: transparent;
    border: none;
    padding-left: 0; }
    .detail-search.manuscriptpage button.subtitle--accordion:hover {
      text-decoration: none; }
    .detail-search.manuscriptpage button.subtitle--accordion:focus {
      outline: 2px solid #5A2C2B;
      box-shadow: none; }
    .detail-search.manuscriptpage button.subtitle--accordion::after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/arrow-thin.svg);
      width: 12px;
      height: 8px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 8px; }
  .detail-search.manuscriptpage button.subtitle--accordion.open::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .detail-search.manuscriptpage p.description {
    font-size: 16px;
    line-height: 24px; }
  .detail-search.manuscriptpage p.other-description {
    font-size: 16px;
    line-height: 24px;
    max-height: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .detail-search.manuscriptpage .rowHeight.overflow {
    height: 100px; }
  .detail-search.manuscriptpage .collapseButton {
    margin-top: 22px; }
  .detail-search.manuscriptpage .collapseButton.detail-page {
    border-bottom: 0;
    display: block !important; }
    .detail-search.manuscriptpage .collapseButton.detail-page button {
      background-color: transparent;
      border: 0;
      font-family: "roboto_bold_web";
      text-transform: uppercase; }
  .detail-search.manuscriptpage h2 {
    padding: 7px 0px;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-family: "roboto_bold_web";
    margin-bottom: 8px; }

#partner.detail-search.manuscriptpage {
  min-height: 390px; }
  #partner.detail-search.manuscriptpage .box-image {
    width: 350px; }
  #partner.detail-search.manuscriptpage span.label {
    margin: 0 15px 20px 0; }
  #partner.detail-search.manuscriptpage span.etichetta {
    margin: 0 15px 20px 0; }
  #partner.detail-search.manuscriptpage p.description {
    margin-bottom: 0; }
  #partner.detail-search.manuscriptpage p.other-description {
    margin-bottom: 0; }
  #partner.detail-search.manuscriptpage .collapseButton {
    margin-top: 10px;
    padding-bottom: 0; }

section.detail-search.manuscriptpage {
  margin-bottom: 30px !important; }

.description.manuscript a {
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  font-family: "roboto_bold_web"; }

.description.manuscript .textauth {
  font-size: 24px;
  color: #5A2C2C;
  font-weight: 600;
  display: inline-block !important; }

.description.manuscript .texttitle {
  font-size: 24px;
  color: #484848;
  font-weight: 600;
  display: inline-block !important;
  line-height: 30px; }

.description.manuscript.amodal a {
  color: #5A2C2B;
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  font-family: "roboto_regular_web"; }
  .description.manuscript.amodal a:hover {
    text-decoration: none; }

p.description.manuscript {
  margin-bottom: 16px !important; }
  p.description.manuscript a {
    font-weight: 600; }
    p.description.manuscript a:hover {
      text-decoration: none; }

span.expManuscript {
  display: contents !important;
  width: 100%; }

span.expsub {
  color: #717171;
  font-size: 16px;
  width: 100%;
  text-align: left;
  display: block;
  float: left;
  margin-left: 30px; }

span.expauth {
  color: #5A2C2C;
  font-size: 18px;
  text-transform: none; }

span.exptitle {
  color: #484848;
  font-size: 18px;
  text-transform: none; }

.container-expandButto-Manuscript .collapseButton {
  padding: 0px;
  display: grid;
  top: 0px; }

.container-expandButto-Manuscript button {
  float: left; }

button.expandButtonDetailManuscriptDescription {
  padding: 0px !important; }

div.description-manuscript.closeblock {
  display: none; }

div.description-manuscript-compost.closeblock {
  display: none; }
  div.description-manuscript-compost.closeblock button.subtitlemanuscript--accordion::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/arrow-tab.svg);
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 6px;
    margin: 3px 0px 0px 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }

div.description-manuscript-compost.openblock {
  display: block;
  padding: 20px 0px 0px 0px; }

div.description-manuscript.openblock {
  display: block;
  padding: 20px 30px; }

.col-md-12.detail-search.expandTextmodal {
  margin-bottom: 0px;
  padding-bottom: 20px; }

a.gotomanuscript {
  color: #5A2C2B;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-family: "roboto_bold_web";
  float: right;
  padding-right: 30px;
  text-decoration: underline; }
  a.gotomanuscript::after {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 6px;
    background-image: url(../images/svg/arrow-right-manuscript.svg);
    background-repeat: no-repeat; }

button.subtitlemanuscript--accordion {
  font-size: 14px;
  line-height: 1.1875rem;
  color: #717171;
  font-family: "roboto_medium";
  margin-bottom: 4px;
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0;
  text-transform: uppercase; }
  button.subtitlemanuscript--accordion::before {
    content: "";
    background-color: #F7F4F3;
    width: 24px;
    height: 13px;
    margin: 3px 5px 0px 0px; }
  button.subtitlemanuscript--accordion::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/arrow-tab.svg);
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 6px;
    margin: 3px 0px 0px 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }

button.expandButtonDetailManuscriptCompost {
  background: rgba(215, 200, 193, 0.2) !important;
  padding: 20px;
  width: 100%;
  font-size: 16px; }
  button.expandButtonDetailManuscriptCompost span {
    display: inline-block !important;
    text-align: left !important; }

.expandButtonDetailManuscriptCompost span.expauth {
  color: #5A2C2C;
  font-size: 16px;
  text-transform: none;
  margin: 0 15px; }

.expandButtonDetailManuscriptCompost span.exptitle {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  border-left: 1px solid #717171;
  border-right: 1px solid #717171;
  font-family: "roboto_regular_web";
  margin: 0 15px;
  padding: 0 15px; }

.expandButtonDetailManuscriptCompost span.expcode {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-family: "roboto_regular_web";
  margin: 0 15px; }

button.subtitlemanuscript--accordion.open::after {
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

.expandblock {
  padding: 10px 30px; }

div.description-manuscript-compost .expand-intro::after {
  background-color: transparent !important;
  margin-bottom: 5px !important; }

div.collapseButton.closeblock .expandButtonDetailManuscriptCompost::after {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/arrow-down-manuscript.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 9px;
  margin: 3px 15px 0px 10px; }

div.collapseButton.openblock .expandButtonDetailManuscriptCompost::after {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/arrow-top-manuscript.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 9px;
  margin: 3px 15px 0px 10px; }

span.suptitle {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #484848;
  font-family: "roboto_bold_web";
  margin-bottom: 4px; }

div.block-manuscript-compost {
  margin-bottom: 15px; }

button:focus {
  outline: 0; }

@media (max-width: 991.98px) {
  [id^="expandText"].with-title.with-carousel span.title {
    max-height: 62px;
    display: -webkit-box; }
  .sectionTitle {
    display: block;
    font-family: "roboto_bold_web";
    font-size: 1.25rem;
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .detail-search.manuscriptpage .box-image {
    float: unset;
    width: 338px;
    height: 223px;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .detail-search.manuscriptpage .expand-intro::after {
    width: calc(100% - 380px); } }

@media (max-width: 575.98px) {
  .modal.general .modal-dialog .modal-content {
    padding: 15px; }
  .container-expandButto-Manuscript {
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); }
  .container-expandButto {
    margin-right: 15px; }
    .container-expandButto .collapseButton {
      right: -15px; }
  div.container-expandButto-Manuscript .collapseButton.closeblock::before {
    display: none; }
  div.container-expandButto-Manuscript .collapseButton.closeblock button::before {
    display: none; }
  div.container-expandButto-Manuscript .collapseButton.closeblock button::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/arrow-down-manuscript.svg);
    width: 12px;
    height: 8px;
    position: relative;
    top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 9px;
    margin: 3px 15px 0px 10px; }
  div.container-expandButto-Manuscript .collapseButton.openblock::before {
    display: none; }
  div.container-expandButto-Manuscript .collapseButton.openblock button::before {
    display: none; }
  div.container-expandButto-Manuscript .collapseButton.openblock button::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg/arrow-top-manuscript.svg);
    width: 12px;
    height: 8px;
    position: relative;
    top: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 9px;
    margin: 3px 15px 0px 10px; }
  span.expsub {
    text-align: left;
    display: block;
    margin-left: 0px; }
  span.space {
    display: none !important; }
  .expandButtonDetailManuscriptDescription {
    margin-left: 0px !important; }
  span.expauth {
    text-align: left;
    width: 100%; }
  .detail-search.manuscriptpage span {
    text-align: left; }
  span.expManuscript {
    display: block !important; }
  div.description-manuscript.openblock {
    display: block;
    padding: 20px 5px; }
  button.expandButtonDetailManuscriptCompost {
    padding: 5px;
    width: 100%;
    font-size: 16px; }
  .expandButtonDetailManuscriptCompost span.exptitle {
    padding: 0px;
    border: 0px;
    width: 100%; }
  .container-expandButto-ManuscriptCompost {
    margin-bottom: 10px; }
  div.d-none.expandblock.d-block {
    padding: 15px 0px !important; }
  a.gotomanuscript {
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-family: "roboto_bold_web";
    float: right;
    padding-right: 30px;
    text-decoration: none;
    background-color: #5A2C2B;
    width: 100%;
    text-align: center; }
    a.gotomanuscript:hover {
      text-decoration: underline; }
    a.gotomanuscript::after {
      right: inherit;
      background-image: url(../images/svg/arrow-right-manuscript-white.svg); } }

.servizi-utenza {
  margin-bottom: 60px; }
  .servizi-utenza h2 {
    font-family: "roboto_bold_web";
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 20px; }
  .servizi-utenza .sub-heading-services {
    font-size: 16px;
    font-family: "roboto_regular_web";
    color: #000000; }
  .servizi-utenza .box-form {
    margin-top: 30px;
    background-color: #FBF5F2;
    border-radius: 8px;
    min-height: 780px;
    padding: 30px; }
    .servizi-utenza .box-form hr {
      border-color: #5A2C2B; }
    .servizi-utenza .box-form p {
      font-size: 16px;
      font-family: "roboto_regular_web";
      color: #494949;
      margin-top: 40px; }
    .servizi-utenza .box-form .buttons-actions {
      margin-top: 60px; }
      .servizi-utenza .box-form .buttons-actions .button-approfondimento {
        background-color: transparent;
        border: none;
        color: #5A2C2B;
        font-size: 14px;
        font-family: "roboto_bold_web";
        text-decoration: underline;
        text-transform: uppercase;
        margin-right: 25px;
        margin-left: auto; }
        @media (max-width: 575.98px) {
          .servizi-utenza .box-form .buttons-actions .button-approfondimento {
            bottom: 0px; } }
        .servizi-utenza .box-form .buttons-actions .button-approfondimento:hover {
          text-decoration: underline; }

/*Inizio personalizzazione tema Gennaro Di Falco*/
#wrapper {
  padding-top: 0em; }

.navbar {
  font-size: 16px !important; }

.portlet-layout .portlet-header {
  margin-bottom: 0px; }

#main {
  margin-top: 0px !important; }

.navbar .container, .navbar .container-fluid {
  justify-content: normal !important; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

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

@media (max-width: 575.98px) {
  #wrapper {
    padding-top: 0px !important; } }

@media (max-width: 767.98px) {
  #wrapper {
    padding-top: 0px !important; } }

@media (max-width: 992px) {
  .navbar-collapse.show {
    width: 100% !important; } }

#areaLeanguage {
  display: flex;
  align-items: center;
  height: 20px; }

#leanguage {
  padding-bottom: 8px;
  display: flex;
  align-items: center; }

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 {
        box-shadow: 0 0 0 0.2rem rgba(227, 68, 0, 0.8);
        border-radius: 0; }

.btn-section {
  width: 40px; }

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

#wrapper header .brand-mobile, #wrapper #header .brand-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    #wrapper header .brand-mobile, #wrapper #header .brand-mobile {
      display: flex; } }
  @media screen and (max-width: 415px) {
    #wrapper header .brand-mobile, #wrapper #header .brand-mobile {
      display: flex; } }

@media screen and (max-width: 991.98px) {
  #wrapper header .header-secondnav #mainMenu,
  #wrapper #header .header-secondnav #mainMenu {
    flex-direction: column; } }

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

#openDropdownEcosistema span.fas.fa-chevron-right.mr-1 {
  display: inline-block !important; }

.multi-select > ul, .multi-select-plugin > ul {
  z-index: 1 !important; }

body.has-control-menu.controls-visible.yui3-skin-sam.signed-in.public-page.site.home.closed #wrapper header, body.has-control-menu.controls-visible.yui3-skin-sam.signed-in.public-page.site.home.closed #wrapper #header {
  position: absolute; }

div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-hidden,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-focused {
  position: absolute !important;
  z-index: 999999 !important;
  display: block;
  background: none; }

div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked ul.dropdown-menu.dropdown-menu-left-side,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-hidden ul.dropdown-menu.dropdown-menu-left-side,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-focused 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,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-hidden ul.dropdown-menu.dropdown-menu-left-side li a,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-focused 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,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-hidden ul.dropdown-menu.dropdown-menu-left-side li a:hover,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-focused 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,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-hidden ul.dropdown-menu.dropdown-menu-left-side li a:focus,
div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked.overlay-focused ul.dropdown-menu.dropdown-menu-left-side li a:focus {
  box-shadow: 0 0 0 0.2rem #5a2c2b !important;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.9rem !important; }

.breadcrumb-item + .breadcrumb-item::before {
  background: transparent !important;
  margin-top: 0px !important;
  top: 0 !important;
  height: auto !important; }

#containerPagination .page-link {
  height: auto !important; }

.add-web-content span.icon-monospaced.visible-interaction {
  width: auto !important; }

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

.portlet-journal-content .portlet .portlet-header .visible-interaction {
  display: none !important; }

#leanguage .btn-secondary:focus {
  outline: -webkit-focus-ring-color auto 2px;
  outline-color: rgba(130, 138, 145, 0.5); }

@media screen and (max-width: 991.998px) {
  #wrapper header .header-secondnav .navbar .navbar-toggler.button-close.inside,
  #wrapper #header .header-secondnav .navbar .navbar-toggler.button-close.inside {
    display: block; } }

.modal {
  display: none;
  position: fixed; }

#wrapper header .header-secondnav .navbar .navbar-toggler,
#wrapper #header .header-secondnav .navbar .navbar-toggler {
  padding: .25rem .75rem; }

body .search-box {
  z-index: 2; }

#contDigCarousel .card-custom .box-info span.label {
  border: 0px;
  padding: 0px;
  font-weight: 400; }

#expandText.with-video span.label {
  border: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin-top: 0px; }

#eventi .card.card-place {
  margin-bottom: 0px; }

body #wrapper.with-hero.home {
  margin-top: 0px; }

@media (max-width: 991.98px) {
  body #wrapper.with-hero {
    margin-top: 100px !important; } }

#altriContenutiDigitali .card-custom .box-info span.label {
  border: 0px;
  padding: 0px;
  font-weight: 400; }

body #footer .disabled {
  color: #CFCFCF !important; }

/* Luigi */
body .breadcrumb li {
  font-size: 14px;
  color: #3A3A3A;
  font-family: "roboto_regular_web"; }

body .breadcrumb li a {
  font-family: "roboto_bold_web";
  color: #000;
  font-size: 14px;
  text-decoration-line: underline;
  font-weight: bold; }

body #ricercaGuidata .filter .filter-expand a[aria-expanded="true"] span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

select option:first-child {
  display: block; }

@media (max-width: 991.98px) {
  body .modal-dialog {
    max-width: 100vw;
    margin: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    z-index: 999; }
  body .modal-content {
    height: 100vh;
    background-color: #000000; } }

@media (max-width: 991.98px) and (max-width: 991.98px) {
  body .modal-content {
    padding: 30px; } }

@media (max-width: 991.98px) and (max-width: 575.98px) {
  body .modal-content {
    padding: 20px; } }

@media (max-width: 991.98px) {
  body .modal-content .close {
    text-align: right;
    margin-right: 20px;
    color: #fff;
    z-index: 999; }
  body .modal-content form input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
    border-color: transparent; }
  body .modal-content form input.calendar-from.responsive.w-50.rounded-right {
    margin-right: -7px;
    background-color: #fff;
    background-image: url(../images/svg/calendar_serachHero.svg);
    background-repeat: no-repeat;
    background-position: 90% center; }
  body .modal-content form input.calendar-to.responsive.w-50.rounded-left {
    background-color: #fff;
    background-image: url(../images/svg/calendar_serachHero.svg);
    background-repeat: no-repeat;
    background-position: 90% center; }
  body .modal-content form .border-right-custom.responsive {
    height: 28px;
    margin-top: 5px; }
  body .modal-content form select {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 40px; }
  body .modal-content form select:last-child {
    margin-bottom: 40px; }
  body .modal-content form select:first-child {
    display: block; }
  body .modal-content button.btn.btn-primary {
    width: 130px;
    height: 30px;
    border-radius: 25px;
    color: #fff;
    background-color: #B62B67;
    border-color: #000000;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    padding: 0 20px;
    font-size: 0.875rem; }
  body .modal-content button.close {
    background-color: transparent;
    background-image: url(../images/svg/close.svg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    border: 0;
    margin-top: 15px;
    position: absolute;
    opacity: 1;
    right: 0; } }

@media (max-width: 991.98px) and (max-width: 991.98px) {
  body .modal-content button.close {
    right: 20px;
    top: 20px; } }

@media (max-width: 991.98px) {
  body .modal-footer {
    border-top: 0;
    display: block;
    text-align: center; } }

@media (max-width: 991.98px) {
  .box-checkbox {
    margin: 0 auto;
    width: 100%; } }

#validationModalMobile .modal-dialog {
  max-width: 100vw;
  margin: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh; }

#validationModalMobile .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  justify-content: flex-end;
  height: 40px; }

#validationModalMobile .modal-body img {
  display: block;
  margin: 0 auto 20px; }

#validationModalMobile p {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  color: #fff; }

@media (max-width: 991.98px) {
  #validationModalMobile .modal-content {
    max-height: 100%; } }

#validationModal .modal-dialog {
  width: 50%;
  max-width: 50%;
  height: 90vh;
  align-items: center;
  display: flex; }

#validationModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  justify-content: flex-end;
  height: 40px; }

#validationModal .modal-body img {
  display: block;
  margin: 0 auto 20px; }

@media (max-width: 991.98px) {
  #validationModal p {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    color: #fff; } }

@media (max-width: 991.98px) {
  #validationModal .modal-content {
    max-height: 100%; } }

/* ricerca in home*/
body .search-box-form .form-group .border-right-custom {
  position: absolute;
  left: 203px;
  top: 27px; }

body .search-box {
  z-index: 8 !important;
  bottom: -80px; }
  @media screen and (max-width: 991.98px) {
    body .search-box {
      bottom: 17px; } }
  @media (max-width: 575.98px) {
    body .search-box {
      bottom: 17px; } }

body .search-box-form .form-group .border-right-custom {
  position: absolute;
  top: 27px;
  left: 125px; }

@media (min-width: 992px) {
  body .search-box {
    top: -250px !important; } }

@media (max-width: 575.98px) {
  body .search-box {
    bottom: 50px; } }

.box-input-radio .form-check {
  padding-left: 0; }

.box-input-radio .form-check .custom-radio ~ label {
  padding-left: 30px; }

@media (max-width: 767.98px) {
  .box-input-radio .form-check .custom-radio ~ label {
    padding-left: 0; } }

.dropdownFilterButton + div {
  min-width: 80%; }

@media (max-width: 767.98px) {
  .box-input-radio .form-check .custom-radio ~ label::before {
    right: -29px !important; } }

@media (max-width: 767.98px) {
  .box-input-radio .form-check .custom-radio ~ label {
    display: block !important; } }

.map-interaction .filter-map.active + .button-filter-map span.hide {
  display: block !important; }

#mappa_main {
  margin-top: 150px !important; }

@media (max-width: 1024px) {
  #mappa_main {
    margin-top: 100px !important; } }

@media (max-width: 768px) {
  #mappa_main {
    margin-top: 0px !important; } }

@media (max-width: 992px) {
  #general-1 .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 250px;
    padding-top: 250px; }
  #general-1 .modal-content {
    background: white; }
  #general-2 .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 250px;
    padding-top: 250px; }
  #general-2 .modal-content {
    background: white; } }

@media (max-width: 767.98px) {
  #general-1 .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 250px;
    padding-top: 250px; }
  #general-1 .modal-content {
    background: white; }
  #general-2 .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 140px;
    padding-top: 250px; }
  #general-2 .modal-content {
    background: white; } }

.search-results-card .image_notfound {
  width: 144px;
  height: 150px;
  margin-right: 20px;
  display: table;
  position: relative;
  background-size: cover;
  /*
    	@media (min-width: 992px) and (max-width: 1199.98px) {
                display: none;
        }
            
    	&: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.3), rgba(0, 0, 0, 0.8));
                    background-position: center;
                    background-repeat: no-repeat;
                }
         }
		 */ }

.bootstrap-select .dropdown-menu.inner.show {
  overflow: visible !important; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  word-break: break-all; }

.bootstrap-select .dropdown-menu {
  z-index: 1; }

.bootstrap-select .dropdown-menu > li > a:focus {
  border-radius: 0px; }

/*Luigi*/
#filtersMapModal.modal .white .bootstrap-select .dropdown-menu {
  max-height: fit-content !important; }

.text--bold {
  font-family: "roboto_bold_web"; }

@media (max-width: 767.98px) {
  .search-results-card .image_notfound {
    display: none !important; } }

@media (max-width: 992px) {
  .search-results-card .image_notfound {
    display: none !important; } }

.wrap-timeline .timeline {
  height: 380px !important;
  width: 100%;
  margin-top: 35px; }

@media (max-width: 991.98px) {
  .wrap-timeline {
    display: none !important; }
  .custom-checkbox-timeline {
    display: none !important; } }

@media (max-width: 767.98px) {
  .wrap-timeline {
    display: none !important; }
  .custom-checkbox-timeline {
    display: none !important; } }

.filter .filter--section .filter-content .filter-block .filter-items {
  margin-bottom: 0;
  position: relative; }
  .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active {
    padding-left: 20px; }
    .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active::before {
      content: "<";
      display: block;
      position: absolute;
      left: 0;
      top: -2px; }

@media (max-width: 767.98px) {
  #ricercaAvanzata .card-body .container-search .search-wrap .col-xs-6 {
    flex: 0 0 100%;
    max-width: 100%; } }

button.extented--adv {
  margin-top: 60px;
  min-width: 220px;
  display: inline-block; }
  @media (max-width: 767.98px) {
    button.extented--adv {
      width: 100%;
      margin-bottom: 4em; } }

.custom-check-label .search-results-card .image {
  width: 161px !important; }

#ricercaGuidata .search-results-card .image_notfound, #ricercaGuidata .search-results-card .image {
  background-size: cover;
  background-position: center; }

.detail-search .expand-info.row {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

#location.detail-search .box-map {
  height: 605px !important; }

#dettaglioProtagonisti #expandText.detail-search span.label,
#dettaglioBiblioteche #expandText.detail-search span.label {
  border: none;
  font-weight: normal; }

@media (max-width: 991.98px) {
  #ricercaAvanzata .card-body details summary {
    font-size: 16px !important; } }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 50%; } }

#modalAnalitica .modal-content {
  background-color: #fff !important; }

.analitica-list ul li.author {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/nome.svg); }

.analitica-list ul li.marca {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/marca-editoriale.svg); }

.analitica-list ul li.soggetto {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/soggetto.svg); }

.analitica-list ul li.luogo {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/luogo.svg); }

.analitica-list ul li.opera {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/opera.svg); }

.analitica-list ul li.testo {
  list-style: url(/o/CatalogoBibliograficoTema/images/svg/icone-analitica/testo.svg); }

.pointer {
  cursor: pointer; }

#userService .modal-content .modal-footer {
  flex-wrap: unset; }

#userService .modal-content .modal-header {
  height: auto; }

#userService .modal-content .modal-header .close {
  margin: 0; }

@media (max-width: 991.98px) {
  #modalAnalitica .modal-content button.close {
    background-image: none;
    opacity: 0.5;
    margin: 0;
    padding: 0; }
  #userService .modal-content {
    min-height: auto !important; }
  #userService .modal-content .modal-header .close {
    left: 1em; } }

@media (max-width: 767.98px) {
  .detail-search .search-tab-wrapper .search-tab .arrow__desktop_left {
    z-index: 1; } }

@media (max-width: 767.98px) {
  #userService .modal-content .modal-footer > :last-child {
    height: 40px; } }

@media (max-width: 991.98px) {
  .modal.search-new-custom .modal-content button.close {
    position: absolute !important;
    opacity: 1 !important;
    right: 0 !important;
    top: 20px !important; } }

#modalRicercaSalvata .modal-header {
  height: auto; }

#modalRicercaSalvata .modal-content {
  height: auto;
  background-color: #fff; }

@media (max-width: 991.98px) {
  #modalRicercaSalvata .close {
    background-image: none;
    opacity: 0.5;
    top: 0; } }

#exp_elem_list_user {
  width: 140px;
  left: -105px;
  z-index: 10 !important; }

.simpleuserlogin-header-firstnav {
  margin-top: 0px !important; }

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

#exp_elem_list_genere li:hover,
#exp_elem_list_provincia li:hover,
#exp_elem_list_user li:hover {
  background: #D7C8C1 !important; }

.notsimpleuserlogged {
  margin-top: 50px; }

.biblio-servizi {
  font-family: "roboto_bold_web";
  font-size: 14px;
  color: #5A2C2B !important;
  text-decoration: underline !important;
  text-transform: uppercase; }

.biblio-servizi:hover {
  font-family: "roboto_bold_web";
  font-size: 14px;
  color: #5A2C2B;
  text-decoration: none !important;
  text-transform: uppercase; }

.has-control-menu .mt-no-hero {
  margin-top: 190px !important; }

.has-control-menu #areaRiservata #mappa_main, .has-control-menu #areaRiservataRicerche #mappa_main, .has-control-menu #cronologiaServizi #mappa_main, .has-control-menu [id^=dettaglio] #mappa_main {
  margin-top: 190px !important; }

#modalDescrizioneInterna .modal-content {
  background-color: #fff !important; }

#modalCarteggio .modal-content {
  background-color: #fff !important; }

.overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/o/CatalogoBibliograficoTema/images/svg/loader-biblio.gif") 50% 50% no-repeat; }

body.loading {
  overflow: hidden; }

body.loading .overlay {
  display: block; }

div[id$="_PlayerContainer"] {
  overflow-x: auto; }

@media (max-width: 767.98px) {
  .choice--filter {
    width: 100%;
    display: flex;
    padding-left: 0px; } }

.choice--filter .content--order .selectCustom .custom-select .select-items {
  z-index: 28 !important; }

a.pointer {
  cursor: pointer !important; }

@media (max-width: 575.98px) {
  .search-results-card .search-actions.actions-manoscritti {
    display: block !important; } }

@media (min-width: 992px) {
  body #ricercaGuidata .filter-mobile {
    display: none !important; } }

@media (max-width: 575.98px) {
  .risultati--ricerca-avanzata h2 {
    font-size: 26px !important;
    color: #000 !important; } }

#risultatiRicerca h2.h2 {
  color: #000 !important; }

@media (max-width: 991.98px) {
  .has-control-menu #searchAvanzataBibliografici .mt-no-hero,
  .has-control-menu #searchSimpleBiblio .mt-no-hero {
    margin-top: 50px !important; } }

.search-results-card .image:hover::after {
  background-image: none !important;
  cursor: default !important; }

#card-slideshow-scene a:hover, #card-slideshow-scene .cardButton .card, #card-slideshow-scene #cardButtonSearch .card {
  color: #000 !important; }

#ricercaGuidata .search-input button.info-ocr {
  background-color: transparent;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: relative; }

.modal-tappe .modal-dialog {
  max-width: 1018px; }

.modal-tappe.player-ocr .modal-dialog {
  max-width: 960px; }

h5.title_foo {
  color: #ffffff;
  font-family: "roboto_bold_web";
  font-size: 0.75rem;
  margin-bottom: 0px; }