@charset "UTF-8";
/*!
 * 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=1756973906971");
@import url("all.css?t=1756973906971");
@import url("jquery-ui.css?t=1756973906971");
@import url("bootnavbar.css?t=1756973906971");
@import url("bootstrap-select.min.css?t=1756973906971");
@import url(daterangepicker.css?t=1756973906971);
@import url(owl.carousel.min.css?t=1756973906971);
@import url(owl.theme.min.css?t=1756973906971);
@import url(font-icon-uikit-v1.0.css?t=1756973906971);
@import url(player.css?t=1756973906971);
: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, .lfr-configurator-visibility {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7B7B7B; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5F5F5F; }

.openid-login input[type="text"] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #FFF;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended, .lfr-panel-container, .lfr-floating-container {
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

.lfr-panel-container, .lfr-floating-container {
  background: #FFF; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #D6D6D6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #CDCDCD; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #CECECE; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #CCC; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #CCC; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #EFEFEF; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #CCC; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #CFD2D5;
  border-bottom-color: #DCDEE0;
  border-top-color: #DCDEE0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #CFD2D5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99A7B3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6B7785 #7C8994 #919FA9;
    color: #FFF;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094D7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659C #396EA8 #4C8CCB; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6D6D6E; }

.lfr-preview-file-image-current-column, .lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #FFF;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #AEB8BC; }

.lfr-preview-file-image-selected img, .lfr-preview-file-image:hover img {
  border-color: #00A2EA; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #FFF; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #A1A2A4; }

.lfr-plain-editor textarea, .lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: .1875rem;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: .25rem .75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0; }
    .sidebar-sm .form-control[type=file] {
      padding: 0; }
  .sidebar-sm select.form-control:not([size]) {
    height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: .285rem .75rem; }
  .sidebar-sm .btn {
    border-radius: .1875rem;
    font-size: .875rem;
    line-height: 1.15;
    padding: .4375rem .75rem; }
    .sidebar-sm .btn.close {
      padding: .4375rem; }
  .sidebar-sm .btn-monospaced, .sidebar-sm .btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }

.lfr-spa-loading-bar {
  background: #2FA4F5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #EEE; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #E5E4E8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #CCC #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #FFF;
    border-right-color: #CCC;
    font-size: 12px; }

.lfr-toolbar .lfr-button, .lfr-emoticon-container .lfr-button {
  border-color: #E5E4E8; }

.lfr-emoticon-container {
  background: #E5E4E8;
  border-color: #CCC; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #D1E5EF; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598BEC;
    border-color: #224FA8;
    color: #FFF; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #DDD; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869CAD; }

.lfr-upload-container .delete-button {
  color: #869CAD; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #FDD url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal; }

.lfr-upload-container .upload-complete .error-message, .lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #FFC; }

.lfr-upload-container .progress-bar {
  background: #FFF;
  margin-top: 25px;
  text-align: left;
  width: 100%; }

.lfr-upload-container .progress {
  background: #8DB2E3; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #DDEDDE;
  border-color: #7D7;
  border-style: dashed; }

.app-view-entry:hover .entry-thumbnail {
  border-color: #7ABFDD; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057CB0; }

.app-view-entry.selected .entry-metadata dt, .app-view-entry.selected .entry-metadata dd, .app-view-entry.selected .entry-metadata .entry-categories, .app-view-entry.selected .entry-metadata .entry-tags, .app-view-entry.selected .entry-metadata .entry-description {
  color: #F0F0F0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt, .app-view-entry .entry-metadata dd, .app-view-entry .entry-metadata .entry-categories, .app-view-entry .entry-metadata .entry-tags, .app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00A2EA; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #FFF; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover, .app-view-entry.active-area td {
  background-color: #5AD300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #D3E8F1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a, .app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover, .app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #D3E8F1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #EDF0F3; }

.app-view-search-entry-taglib.search {
  background-color: #FFF; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #E2E5E8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009AE5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8C8C8C;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th, .taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover, .taglib-calendar a:focus {
  background-color: #CCC; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline, #taglib-diff-results ins {
  background: #E6FFE6; }

.taglib-diff-context {
  background: #EEE; }

.taglib-diff-deletedline, #taglib-diff-results del {
  background: #FFE6E6; }

.taglib-diff-html div.diff-removed-image {
  background: #FDC6C6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #CFC url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #CFC;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #CFC; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #FDC6C6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #FDC6C6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009AE5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009AE5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #E5E5E5; }

.diff-version-comparator .diff-version-filter {
  background-color: #F9F9F9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #DBDDE1; }

@media (min-width: 768px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a, .taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #DDD;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #E8E6E8;
  color: #A5A6AC; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00C2FF;
  color: #FFF; }

.drop-here-info .drop-text {
  color: #FFF; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #CCC;
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #C8C9CA;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

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

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

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

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.taglib-image-selector .change-image-controls {
  background: #FFF; }

.taglib-image-selector .glyphicon-ok {
  background: #FFF;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #B0B4BB;
  opacity: 0.7; }

.taglib-image-selector.check-active .glyphicon-ok {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .glyphicon-ok {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .glyphicon-ok {
  opacity: 0; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item, .input-localized .palette-item-inner, .input-localized .palette-item-hover, .input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27C1F2; }

.taglib-move-boxes .choice-selector label {
  background: #EBF1F9;
  border-bottom-color: #8DB2F3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #FAFAFA; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #AAA;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #CCC; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #F3F3F3; }
  @media (min-width: 768px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828F95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #D3DADD;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper a {
  color: #272833; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6B6C7E; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #F7F8F9;
    border-radius: 4px;
    color: #272833; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5, .lfr-search-container-wrapper .list-group .list-group-item h6, .lfr-search-container-wrapper .list-group .list-group-item .h5, .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child, .lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .lfr-asset-type-column, .lfr-author-column, .lfr-city-column, .lfr-country-column, .lfr-email-address-column, .lfr-job-title-column, .lfr-region-column, .lfr-removed-by-column, .lfr-replier-column, .lfr-scope-column, .lfr-screen-name-column, .lfr-type-column, .lfr-user-column, .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column, .lfr-create-date-column, .lfr-date-column, .lfr-display-date-column, .lfr-expiration-date-column, .lfr-last-post-date-column, .lfr-modified-date-column, .lfr-removed-date-column, .lfr-reply-date-column, .lfr-revision-column, .lfr-size-column {
  white-space: nowrap; }

.lfr-description-column, .lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column, .lfr-name-column, .lfr-parent-organization-column, .lfr-screen-name-column, .lfr-title-column, .lfr-url-column, .lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column, .lfr-mobile-column, .lfr-website-column {
  min-width: 100px; }
  @media (min-width: 768px) {
    .lfr-email-column, .lfr-mobile-column, .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group, .lfr-mobile-column .checkbox-container .form-group, .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.user-info .user-details .date-info {
  color: #8C8C8C; }

.user-info .user-details .user-name {
  color: #009AE5; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #FCFCFC;
  border-color: #DDD; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #CCC; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #F0F5F7; }

.js .taglib-webdav table {
  border-color: #828F95; }

.taglib-workflow-status .workflow-id, .taglib-workflow-status .workflow-version, .taglib-workflow-status .workflow-status {
  color: #999; }

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n+2) {
  border-left: 4px solid #65B6F0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n+2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n+2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280, .dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default, .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline, .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default, .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1.5rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media (min-width: 992px) {
  .dialog-with-footer #main-content, .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #E7E7ED;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media (min-width: 992px) {
    .dialog-with-footer .button-holder.dialog-footer, .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn, .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 992px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive, .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content .table-responsive-lg {
    overflow: visible; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68BB30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68BB30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2B4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #DBDDE1;
      color: #B0B4BB; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #CCC; }

.alloy-editor-container .alloy-editor-icon {
  color: #869CAD; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #CC6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #FFF;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #EEF0F2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #CCC; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #FFF;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #FFF;
    color: #2B4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #EDEDEF;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: "\f0d7"; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: "\f0dA"; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #FFF; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #CCC; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #EDEDEF; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34ADAB; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1D5EC7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #FF6C58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #F00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474F;
    color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555E;
      color: #FFF; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009AED; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394E; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #FFF; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4D91FF; }

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #CCC; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #FFF;
  color: #6B6C7E; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #A7A9BC; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #50D2A0; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #AF78FF; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #FFB46E; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #FF5F5F; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #4B9BFF; }

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #D3E8F1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #FFF; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 768px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8B8B8B;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869CAD;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .h5 {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
  border-color: transparent;
  color: #777; }
  @media (min-width: 768px) {
    .image-viewer-sidenav .nav-tabs-default > .active > a, .image-viewer-sidenav .nav-tabs-default > .active > a:focus, .image-viewer-sidenav .nav-tabs-default > .active > a:hover {
      color: #FFF; } }

.image-viewer-sidenav .nav-tabs-default > .active > a:after {
  background-color: #65B6F0;
  bottom: -10px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #FFF;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #FFF; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #FFF; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #E5F5FC;
  color: #009AE5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60BFEF;
    border: 1px solid #60BFEF;
    color: #FFF; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #F3F3F3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #CCC9C9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00A2EA;
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type="radio"] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal.card,
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal .card {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      cursor: default; }
    .lfr-page-layouts input[type="radio"]:checked + .card-horizontal::after {
      background-color: #0B5FFF;
      bottom: 0;
      content: "";
      height: 4px;
      left: 0;
      position: absolute;
      right: 0;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    border-width: 1px;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 0.125rem #FFF, 0 0 0 0.25rem #80acff;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #F7F8F9;
      box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #719AFF; }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #F1F2F5; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #0B5FFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #0B5FFF;
    height: 4px; }

.dialog-iframe-popup #main-content, .dialog-iframe-popup #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

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

.modal.yui3-widget-modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }
  @media (min-width: 768px) {
    .modal.yui3-widget-modal {
      max-width: none; } }
  .modal.yui3-widget-modal .modal-body {
    overflow: auto; }
    .modal.yui3-widget-modal .modal-body.dialog-iframe-bd {
      overflow: hidden;
      padding: 0; }

.modal-open .modal {
  overflow: hidden; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #5EAF3D; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5EAF3D; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #FFF; }

.paginator-link {
  background: #EEE no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083BD url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #C0C2C5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 1rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

@media (min-width: 768px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6B6C7E;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869CAD;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip, .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }

.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }

.tree-node [class^="icon-"] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #F4F3F3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #6B6C7E; }

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #4B9BFF; }

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFB46E; }

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF5F5F; }

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #50D2A0; }

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FF73C3; }

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #9BE169; }

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #AF78FF; }

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #FFD76E; }

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #E7E7ED;
  color: #5FC8FF; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 992px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: '';
  height: 0.3125rem;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder, .navigation-pane .navigation-entry .nav-item-label {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 992px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #C4C4C4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 0.75rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media (min-width: 768px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media (max-width: 767px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 768px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    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;
  padding: 10px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #F7F7F7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6B6C7E;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a, .portlet-topper-toolbar > span > a, .portlet-topper-toolbar .lfr-icon-menu > a {
    color: #6B6C7E; }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

.main-content-body {
  margin-top: 20px; }

.restricted, .restricted td {
  background: #FDD;
  border-width: 0; }

.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-decorate .portlet-content {
  background: #F1F2F5;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group, .portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }

.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn, .widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content, .underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #CCC; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #FFF; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language, .portlet-language .portlet-body .taglib-icon, .portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote > div, .taglib-ratings.stars .rating-focused > div, .tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder, .portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #DDD; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #FF0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27C1F2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text, .mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }
  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }
  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #B8C1D1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#FFF, #E4E4E4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#F2F2F2, #CCC); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00F; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before, input.switch:empty ~ .switch-bar .switch-icon, input.switch:empty ~ .switch-bar .switch-toggle:after, input.switch:empty ~ .switch-bar .switch-toggle:before {
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

/* ---------- Image selector ---------- */
.taglib-image-selector .glyphicon-ok {
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .drop-here-info .drop-icons {
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .drop-here-info .drop-icons span {
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*Inizio personalizzazione tema style.css*/
/** CORE **/
/* Portale Campania Eventi */
body {
  font-size: 16px;
  font-family: "roboto_regular_web";
  /*.overlay {
		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;

		&.show {
			display: block;
		}
	}*/ }
  body a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 100%;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    color: #fff;
    background-color: #162B45;
    border: 1px solid #162B45; }
  body a.skip-main:focus, body a.skip-main:active {
    color: #fff;
    background-color: #162B45;
    border: 1px solid #162B45;
    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 button:active, body button:focus {
    outline-color: #3A78BD; }
  body #wrapper {
    margin-top: 40px; }
    @media (max-width: 1199.98px) {
      body #wrapper {
        margin-top: 40px; } }
    body #wrapper.home {
      margin-top: 128px; }
      @media (max-width: 1199.98px) {
        body #wrapper.home {
          margin-top: 0px; } }
    body #wrapper .mt-no-hero {
      margin-top: 130px; }
      @media (max-width: 991.98px) {
        body #wrapper .mt-no-hero {
          margin-top: 0; } }
    body #wrapper.page {
      margin-top: 144px; }
      @media (max-width: 1199.98px) {
        body #wrapper.page {
          margin-top: 85px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        body #wrapper.page.with-hero {
          margin-top: 0px; } }
    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 {
      margin-top: 0px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media (max-width: 767.98px) {
        body #wrapper main.home,
        body #wrapper #main.home {
          margin-top: 0 !important; } }
      @media (max-width: 767.98px) {
        body #wrapper main,
        body #wrapper #main {
          margin-top: 80px !important; } }
      body #wrapper main.mt,
      body #wrapper #main.mt {
        margin-top: 140px; }
        @media (max-width: 1199.98px) {
          body #wrapper main.mt,
          body #wrapper #main.mt {
            margin-top: 80px; } }
    body #wrapper.scroll-main main,
    body #wrapper.scroll-main #main {
      margin-top: 0px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media (max-width: 767.98px) {
        body #wrapper.scroll-main main.home,
        body #wrapper.scroll-main #main.home {
          margin-top: 0 !important; } }
      @media (max-width: 767.98px) {
        body #wrapper.scroll-main main,
        body #wrapper.scroll-main #main {
          margin-top: 80px !important; } }
      body #wrapper.scroll-main main.mt,
      body #wrapper.scroll-main #main.mt {
        margin-top: 140px; }
        @media (max-width: 1199.98px) {
          body #wrapper.scroll-main main.mt,
          body #wrapper.scroll-main #main.mt {
            margin-top: 80px; } }

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

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

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

::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
  border: 1px solid #dadada; }

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

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

/** BASE **/
/* typhography component */
.titillium-presentation {
  font-family: "titillium_bold_web";
  font-size: 50px; }

.roboto-presentation {
  font-family: "roboto_regular_web";
  font-size: 50px;
  font-weight: 600; }

.cormorant-presentation {
  font-family: "cormorant_garamond_bold";
  font-size: 50px; }

.raleway-presentation {
  font-family: "raleway_bold_web";
  font-size: 50px; }

.t-text {
  font-family: "titillium_regular_web"; }

.t-text__bold {
  font-family: "titillium_bold_web"; }

.r-text {
  font-family: "roboto_regular_web"; }

.r-bold {
  font-family: "roboto_bold_web" !important; }

.c-text {
  font-family: "cormorant_garamond_regular"; }

.c-text__bold {
  font-family: "cormorant_garamond_bold"; }

.ra-text {
  font-family: "raleway_regular_web"; }

.ra-text__bold {
  font-family: "raleway_bold_web"; }

.so-text {
  font-family: "sourcesanspro_regular"; }

.so-text__light {
  font-family: "sourcesanspro_light"; }

.so-text__semibold {
  font-family: "sourcesanspro_semibold"; }

.so-text__bold {
  font-family: "sourcesanspro_bold"; }

@media (max-width: 575.98px) {
  .text__paragraph {
    font-size: 14px; } }

.text-evidence {
  font-weight: 800; }

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

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

.custom-col-11 {
  flex: 0 0 90%;
  max-width: 90%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  .custom-col-11 p {
    text-align: left !important; }

.hr__vertical {
  border: none;
  border-left: 1px solid #73848c;
  height: 235px;
  width: 1px; }

@media (max-width: 767.98px) {
  .border-sm-0 {
    border: none !important; } }

.mt-7 {
  margin-top: 75px; }
  @media (max-width: 767.98px) {
    .mt-7 {
      margin-top: 45px; } }

.tr-p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-height: 25px;
  max-height: 50px;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.mt-8 {
  margin-top: 80px; }
  @media (max-width: 767.98px) {
    .mt-8 {
      margin-top: 35px; } }

.mb-30 {
  margin-bottom: 30px; }

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

/** 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: #ffffff;
    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 {
  height: 30px;
  position: absolute;
  border-radius: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  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; } }

.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: #ffffff; }

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

.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: #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);
  height: 200px;
  overflow: scroll; }

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

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

.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(58, 120, 189, 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(58, 120, 189, 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(58, 120, 189, 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: #EFEFEF;
  color: #000000; }

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

#exp_button,
#exp_button_genere {
  height: 30px;
  text-align: left;
  padding: 5px 18px;
  width: 210px;
  position: relative;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  #exp_button:focus,
  #exp_button_genere:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8) !important;
    outline: none; }

#exp_button::after,
#exp_button_genere::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%; }

#exp_button[aria-expanded="true"]::after,
#exp_button_genere[aria-expanded="true"]::after {
  top: 14px;
  -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: 210px; }
  #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: #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 li::hover {
      color: #18222C;
      background-color: #EFEFEF; }

#exp_elem_list_genere {
  /*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: 210px; }
  #exp_elem_list_genere::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 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 {
      color: #18222C;
      background-color: #EFEFEF; }

.hidden {
  display: none; }

@media (max-width: 991.98px) {
  #anchor__select {
    display: none; } }

#anchor__select select {
  border: 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; }

.p-relative {
  position: relative; }
  .p-relative select {
    border: none;
    -webkit-appearance: none;
    padding-right: 30px; }
  .p-relative svg.fa-chevron-down {
    position: absolute;
    top: 4px;
    right: 7px;
    pointer-events: none; }

.modal-body select:focus {
  outline: 1px solid;
  box-shadow: 0 0 0 0.4rem rgba(58, 120, 189, 0.8) !important; }

.multi-select,
.multi-select-plugin {
  display: inline-block;
  position: relative; }
  .multi-select > span,
  .multi-select-plugin > span {
    border: none;
    background: none;
    position: relative;
    padding: .25em .5em;
    padding-right: 1.5em;
    display: block;
    border: solid 1px #000;
    cursor: default; }
    .multi-select > span > .chevron,
    .multi-select-plugin > span > .chevron {
      display: inline-block;
      transform: rotate(-90deg) scale(1, 2) translate(-50%, 0);
      font-weight: bold;
      font-size: .75em;
      position: absolute;
      top: .2em;
      right: .75em; }
  .multi-select > ul,
  .multi-select-plugin > ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto; }
    .multi-select > ul > li,
    .multi-select-plugin > ul > li {
      white-space: nowrap; }
      .multi-select > ul > li.selected > label,
      .multi-select-plugin > ul > li.selected > label {
        background-color: LightBlue; }
      .multi-select > ul > li.focused > label,
      .multi-select-plugin > ul > li.focused > label {
        background-color: DodgerBlue; }
      .multi-select > ul > li > label,
      .multi-select-plugin > ul > li > label {
        padding: .25em .5em;
        display: block; }
        .multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover,
        .multi-select-plugin > ul > li > label:focus,
        .multi-select-plugin > ul > li > label:hover {
          background-color: DodgerBlue; }
  .multi-select.in > ul,
  .multi-select-plugin.in > ul {
    display: block; }
  .multi-select-backdrop,
  .multi-select-plugin-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900; }

.selectCustom,
.selectCustomMobile {
  height: 50px;
  background: #f4f4f4;
  display: flex;
  justify-content: flex-end;
  border-radius: 4px;
  /*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: 1199.98px) {
    .selectCustom,
    .selectCustomMobile {
      height: 100%;
      overflow-y: auto;
      flex-direction: column;
      background: transparent;
      padding: 15px;
      justify-content: center; } }
  .selectCustom .custom-select,
  .selectCustomMobile .custom-select {
    position: relative;
    border: none;
    position: relative;
    background: #f4f4f4;
    padding-bottom: 0;
    padding-top: 0;
    /* custom scrollbar */
    /* Track */
    /* Handle */ }
    @media (max-width: 1199.98px) {
      .selectCustom .custom-select,
      .selectCustomMobile .custom-select {
        background: transparent;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        height: auto; }
        .selectCustom .custom-select:last-child,
        .selectCustomMobile .custom-select:last-child {
          margin-bottom: 0px; }
        .selectCustom .custom-select input,
        .selectCustomMobile .custom-select input {
          border-color: #3C3C3C;
          height: 30px;
          border-radius: 30px; } }
    .selectCustom .custom-select label,
    .selectCustomMobile .custom-select label {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0;
      color: #525252; }
      @media (max-width: 1199.98px) {
        .selectCustom .custom-select label,
        .selectCustomMobile .custom-select label {
          color: #3C3C3C;
          font-family: "roboto_bold_web";
          font-size: 14px;
          margin-bottom: 5px; } }
      .selectCustom .custom-select label:after,
      .selectCustomMobile .custom-select label:after {
        content: "";
        width: 30px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: #f4f4f4; }
        @media (max-width: 1199.98px) {
          .selectCustom .custom-select label:after,
          .selectCustomMobile .custom-select label:after {
            background: transparent;
            right: 10px; } }
    .selectCustom .custom-select ::-webkit-scrollbar,
    .selectCustomMobile .custom-select ::-webkit-scrollbar {
      width: 8px;
      height: 10px; }
    .selectCustom .custom-select ::-webkit-scrollbar-track,
    .selectCustomMobile .custom-select ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 30px #ffffff;
      border-radius: 10px; }
    .selectCustom .custom-select ::-webkit-scrollbar-thumb,
    .selectCustomMobile .custom-select ::-webkit-scrollbar-thumb {
      background: #103762;
      border-radius: 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; }
    @media (max-width: 1199.98px) {
      .selectCustom .select-selected,
      .selectCustomMobile .select-selected {
        background: transparent;
        padding: 20px 0; } }
    .selectCustom .select-selected:focus,
    .selectCustomMobile .select-selected:focus {
      outline: 2px solid #3A78BD; }
  .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; }
  .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-items li,
  .selectCustom .select-selected,
  .selectCustomMobile .select-items li,
  .selectCustomMobile .select-selected {
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none; }
  .selectCustom .select-items,
  .selectCustomMobile .select-items {
    position: absolute;
    background-color: #fff;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 1;
    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; }
    @media (max-width: 1199.98px) {
      .selectCustom .select-items,
      .selectCustomMobile .select-items {
        top: 62px; } }
    .selectCustom .select-items li,
    .selectCustomMobile .select-items li {
      font-size: 14px;
      font-family: "roboto_regular_web"; }
  .selectCustom .select-hide,
  .selectCustomMobile .select-hide {
    display: none; }
  .selectCustom .select-items li:hover,
  .selectCustom .select-items li:focus,
  .selectCustom .same-as-selected,
  .selectCustomMobile .select-items li:hover,
  .selectCustomMobile .select-items li:focus,
  .selectCustomMobile .same-as-selected {
    background-color: #3A78BD;
    color: white; }
  .selectCustom .select-selected,
  .selectCustomMobile .select-selected {
    padding: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #7F7F7F;
    font-family: "roboto_regular_web";
    font-size: 14px;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1199.98px) {
      .selectCustom .select-selected,
      .selectCustomMobile .select-selected {
        width: 100%;
        border: 1px solid #3C3C3C;
        border-radius: 50px;
        padding: 5px 10px;
        height: 30px; } }
  .selectCustom #order,
  .selectCustomMobile #order {
    margin-left: 30px; }

#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; }
  #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_user li {
    color: #6B6B6B;
    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_user li:hover {
      color: #18222C;
      background-color: #f4f4f4; }
    #exp_elem_list_user li a {
      color: #212529; }
      #exp_elem_list_user li a:hover {
        text-decoration: none; }

.hidden {
  display: none; }

#exp_elem_list_user {
  width: 100px;
  right: 5px;
  z-index: 10 !important; }
  #exp_elem_list_user a {
    width: 100%;
    display: inline-block;
    margin-left: -16px;
    color: black; }
    #exp_elem_list_user a:hover {
      text-decoration: none; }

.form--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%;
      /*
		&[aria-expanded="false"] {
		  &::after {
			
		  }
		}
  
		&[aria-expanded="true"] {
		  &::after {
			
		  }
		}
	   */ }
      .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: #3A78BD;
        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: #000000;
    padding-left: 0;
    padding-bottom: 0; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
      color: #000000; }
  .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 #000000; } }
    @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.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 #3A78BD;
      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: #000000;
    text-decoration: none;
    background-color: rgba(58, 120, 189, 0.5); }
  .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: #3A78BD;
    border-radius: 10px; }

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

body#cultura {
  /* Switch custom */
  /* containing label */
  /* negate 'flash' of text color when pressing a button in some browsers */
  /* using the before/after pseudo elements of the span to create the "switch" */
  /* styling specific to the knob of the switch */
  /* styling specific to the knob "container" */
  /* change the position of the knob to indicate it has been checked*/
  /* update the color of the "container" to further visually indicate state */
  /**
 * Toggle switch modifications for displaying On/Off labels
 */ }
  body#cultura .search-box-form {
    margin-bottom: 20px; }
    body#cultura .search-box-form .form-group {
      font-size: 0.875rem;
      margin-right: 35px; }
      @media (max-width: 575.98px) {
        body#cultura .search-box-form .form-group {
          width: 100%; } }
      body#cultura .search-box-form .form-group .form-control {
        height: 30px;
        padding: 0;
        border: none;
        border-radius: 15px;
        padding-left: 20px;
        color: #000000; }
        @media (min-width: 992px) {
          body#cultura .search-box-form .form-group .form-control {
            width: 555px; } }
      body#cultura .search-box-form .form-group .icon {
        background: #ffffff;
        min-width: 50px;
        font-size: 10px;
        padding: 12px;
        border-radius: 0px 25px 25px 0px;
        height: 40px;
        margin-left: -1px; }
    body#cultura .search-box-form button.btn.btn-primary {
      width: 210px;
      height: 30px;
      padding: 0;
      border-radius: 25px;
      margin-top: 20px;
      background-color: #3A78BD; }
    body#cultura .search-box-form button.btn.btn-primary:active {
      background-color: #000000;
      color: #ffffff; }
    body#cultura .search-box-form button.btn.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important;
      outline: none; }
  body#cultura .btn {
    font-size: 0.875rem; }
  body#cultura .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 68, 0, 0.8); }
  body#cultura form #accordion .form-group input,
  body#cultura form #accordion .form-group textarea {
    border: 1px solid #707070;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px; }
  body#cultura form .form-group {
    margin: 0; }
    body#cultura form .form-group label {
      text-align: left;
      width: 100%;
      margin-left: 10px; }
      @media (max-width: 991.98px) {
        body#cultura form .form-group label {
          font-size: 0.75rem;
          margin-left: 0;
          color: #ffffff; } }
    body#cultura form .form-group input {
      border-radius: 15px;
      border: 1px solid #707070 !important;
      height: 30px;
      font-size: 0.875rem;
      padding-left: 24px; }
  body#cultura form button.btn.btn-primary {
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      body#cultura form button.btn.btn-primary {
        font-size: 0.875rem; } }
  body#cultura form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727272 !important; }
  body#cultura form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #727272 !important; }
  body#cultura form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #727272 !important; }
  body#cultura form.error input {
    background-color: rgba(236, 0, 29, 0.12);
    border: 1px solid #3A78BD; }
  body#cultura form.error ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3A78BD !important; }
  body#cultura form.error :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3A78BD !important; }
  body#cultura form.error ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3A78BD !important; }
  body#cultura form.error span.credentials-error {
    display: block;
    font-size: 1rem;
    margin-left: 24px;
    margin-top: 10px;
    color: #3A78BD;
    text-align: left; }
  body#cultura form.error button.btn.btn-primary {
    margin-top: 20px; }
  body#cultura form.required span.required-email {
    display: block;
    text-align: left;
    font-size: 0.875rem;
    margin-left: 24px;
    color: #3A78BD;
    margin-top: 4px; }
  body#cultura form.required input#email {
    background-color: rgba(236, 0, 29, 0.12);
    border: 1px solid #3A78BD; }
    body#cultura form.required input#email::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #3A78BD !important; }
    body#cultura form.required input#email:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #3A78BD !important; }
    body#cultura form.required input#email::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #3A78BD !important; }
  body#cultura form.required button.btn.btn-primary {
    margin-top: 30px; }
  body#cultura .switch-toggle {
    margin: 0 10px 0 20px;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    display: inline;
    font-size: inherit;
    line-height: 1;
    padding: .5em;
    position: relative;
    text-align: left;
    transition: box-shadow .2s ease-in-out;
    width: 50px;
    top: -5px; }
    body#cultura .switch-toggle *:focus {
      box-shadow: none !important;
      outline: 2px solid; }
  body#cultura .switch-toggle:focus {
    outline: none; }
  body#cultura .switch-toggle:active {
    color: inherit; }
  body#cultura .switch-toggle__ui:before,
  body#cultura .switch-toggle__ui:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  body#cultura .switch-toggle__ui:after {
    background: #fff;
    border-radius: 100%;
    height: 18px;
    right: 1.5em;
    transition: right .1825s ease-in-out;
    width: 18px; }
  body#cultura .switch-toggle__ui:before {
    background: #767676;
    border-radius: 1.75em;
    height: 1.75em;
    right: .25em;
    transition: background .2s ease-in-out;
    width: 2.75em; }
  body#cultura .switch-toggle span {
    pointer-events: none; }
  body#cultura .switch-toggle:focus .switch-toggle__ui:before {
    outline: 2px solid #3A78BD;
    outline-offset: 2px; }
  body#cultura .switch-toggle[aria-pressed="true"] .switch-toggle__ui:after {
    right: 10px; }
  body#cultura .switch-toggle[aria-pressed="true"] .switch-toggle__ui:before {
    background: #3A78BD; }
  body#cultura .switch-toggle--labels span:before {
    content: "";
    line-height: 1.6;
    text-indent: 1.625em;
    width: 3.5em; }
  body#cultura .switch-toggle--labels[aria-pressed="false"] span:after {
    right: 2.2em; }
  body#cultura .switch-toggle--labels[aria-pressed="true"] span:before {
    content: "";
    text-indent: .25em;
    text-shadow: 0 0 1px #000; }
  @media screen and (-ms-high-contrast: active) {
    body#cultura .switch-toggle__ui:after {
      background-color: windowText; } }
  body#cultura .panel-body {
    /* Allegati custom */ }
    body#cultura .panel-body .d-flex {
      margin-top: 1rem; }
      @media (max-width: 575.98px) {
        body#cultura .panel-body .d-flex {
          justify-content: flex-end;
          margin-top: 0;
          margin-bottom: 2rem; } }
    body#cultura .panel-body .allega span {
      font-size: 14px; }
      @media (max-width: 575.98px) {
        body#cultura .panel-body .allega span {
          margin-left: 0;
          padding-left: 0; } }
    body#cultura .panel-body .allega #buttonlabel,
    body#cultura .panel-body .allega #buttonlabel2,
    body#cultura .panel-body .allega #buttonlabel3 {
      width: auto;
      position: relative;
      /*&::before{
                content:"";
                background-image: url('../img/file-upload-solid.svg');
                background-repeat: no-repeat;
                background-size: 100%;
                position: absolute;
                width: 20px;
                height: 30px;
                top: -5px;
                left: -30px;
            }*/ }
      @media (max-width: 575.98px) {
        body#cultura .panel-body .allega #buttonlabel,
        body#cultura .panel-body .allega #buttonlabel2,
        body#cultura .panel-body .allega #buttonlabel3 {
          padding-right: 0; } }
      body#cultura .panel-body .allega #buttonlabel svg,
      body#cultura .panel-body .allega #buttonlabel2 svg,
      body#cultura .panel-body .allega #buttonlabel3 svg {
        margin-right: 5px; }
    body#cultura .panel-body .allega #fileupload1,
    body#cultura .panel-body .allega #fileupload2,
    body#cultura .panel-body .allega #fileupload3 {
      display: none; }
    body#cultura .panel-body .allega form {
      display: table-row;
      width: 40rem; }
    body#cultura .panel-body .allega span[role=button] {
      background-repeat: no-repeat;
      background-size: 100%;
      width: auto;
      height: auto;
      cursor: pointer;
      padding: 1px 12px;
      display: block;
      border: 2px solid #3A78BD;
      font-size: 1rem;
      color: #000000;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      @media (max-width: 575.98px) {
        body#cultura .panel-body .allega span[role=button] {
          text-align: center; } }
    body#cultura .panel-body .allega span[role=button]:hover,
    body#cultura .panel-body .allega span[role=button]:focus {
      color: #495057;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    body#cultura .panel-body .allega .hide {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    body#cultura .panel-body .allega input[type=text] {
      width: auto;
      display: table-cell;
      border: 0;
      color: #000000;
      background-color: transparent;
      padding: 0 5px; }
      @media (max-width: 575.98px) {
        body#cultura .panel-body .allega input[type=text] {
          width: 68%;
          margin-right: 10px;
          margin-top: 5px; } }
      @media (max-width: 363px) {
        body#cultura .panel-body .allega input[type=text] {
          width: 63%; } }
      @media (min-width: 992px) {
        body#cultura .panel-body .allega input[type=text] {
          width: 417px; } }
    body#cultura .panel-body .allega input[type=text]:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  body#cultura .disabled-lecture {
    background-color: #EFEFEF;
    pointer-events: none;
    cursor: not-allowed;
    color: #000000 !important; }
    body#cultura .disabled-lecture input::-webkit-input-placeholder {
      color: #000000 !important; }
    body#cultura .disabled-lecture input:-moz-placeholder {
      /* Firefox 18- */
      color: #000000 !important; }
    body#cultura .disabled-lecture input::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000 !important; }
    body#cultura .disabled-lecture input:-ms-input-placeholder {
      color: #000000 !important; }

.input-date-custom {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 100%;
  margin: 0; }
  .selectCustomMobile .input-date-custom {
    width: 100%; }
  .input-date-custom span.label-date {
    font-family: "roboto_regular_web";
    color: #525252;
    display: block;
    line-height: 0.75rem;
    margin-top: 9px;
    margin-bottom: 3px; }
    .selectCustomMobile .input-date-custom span.label-date {
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #3C3C3C;
      margin-bottom: 5px;
      margin-top: 0px; }
  .input-date-custom .box-input-date {
    position: relative; }
    .input-date-custom .box-input-date::after {
      content: '';
      position: absolute;
      background-color: #7F7F7F;
      width: 90%;
      bottom: 0;
      left: 0;
      height: 1px; }
      .selectCustomMobile .input-date-custom .box-input-date::after {
        content: none; }
    .input-date-custom .box-input-date input {
      width: 100%;
      border: none;
      background-color: transparent;
      height: 23px;
      font-size: 0.875rem;
      font-family: "roboto_regular_web";
      color: #495057;
      line-height: 1rem;
      padding: 0;
      position: relative;
      box-sizing: border-box;
      cursor: text; }
      .selectCustomMobile .input-date-custom .box-input-date input {
        border: 1px solid #3C3C3C;
        height: 30px;
        padding-left: 15px; }
      .input-date-custom .box-input-date input::placeholder {
        color: #495057; }
      .input-date-custom .box-input-date input:focus {
        outline: 2px solid #3A78BD; }
      .input-date-custom .box-input-date input::-webkit-calendar-picker-indicator {
        background: transparent;
        cursor: pointer; }
    .input-date-custom .box-input-date img {
      position: absolute;
      top: 0px;
      right: 0;
      pointer-events: none;
      background-color: #F4F4F4; }
      .selectCustomMobile .input-date-custom .box-input-date img {
        top: 50%;
        transform: translateY(-50%);
        right: 10px; }

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.2rem #183e36;
  outline: none; }

.custom-checkbox label.custom-control-label {
  color: #000000;
  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 #000000; }
    .search-box-form .custom-checkbox label.custom-control-label::before {
      background-color: transparent;
      border: 1px solid #ffffff; }
  .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: #ffffff;
  border-color: #000000; }

.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: #000000;
  position: absolute; }
  .search-box-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ffffff;
    border: 3px solid #162B45;
    width: 16px;
    height: 16px;
    top: 6px;
    left: -22px; }
  .ocr-results .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ffffff;
    border: 3px solid #000000;
    width: 16px;
    height: 16px;
    top: 6px;
    left: -22px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:focus {
  box-shadow: 0 0 0 0.2rem #3A78BD;
  outline: none !important; }

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

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #3A78BD; }

.docs-demo-mode-toggle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  width: 100%;
  min-width: 190px;
  background: #ffffff;
  background-color: #ffffff;
  border-radius: 18px;
  border: 1px solid #3A78BD; }

.docs-demo-mode-toggle {
  height: 28px;
  width: 100%;
  max-width: 335px;
  background-color: #ffffff;
  border-radius: 18px; }

.docs-demo-mode-toggle button.is-selected {
  color: #ffffff;
  font-family: "roboto_regular_web";
  font-size: 14px; }

.docs-demo-mode-toggle button.is-selected {
  background-color: #3A78BD;
  color: #ffffff;
  font-size: 14px; }

.docs-demo-mode-toggle button {
  background-color: #ffffff;
  border: none;
  border-radius: 16px;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  width: calc(50% - 2px);
  line-height: 21px;
  padding-top: 2px;
  transition: background-color 200ms ease 0s, color 200ms ease 0s; }
  .docs-demo-mode-toggle button:focus {
    box-shadow: 0 0 0 0.1rem #3A78BD;
    outline: none;
    border-color: transparent; }

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

body#cultura #footer {
  background-color: #3A3A3A;
  height: 100%;
  width: 100%;
  padding-top: 30px;
  /* article {
			color: white;
			text-transform: uppercase;
			font-family: $so-bold;
			margin-bottom: 14px;
			font-size: 0.875rem;
		} */ }
  body#cultura #footer a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px; }
  body#cultura #footer .footer-bottom hr {
    width: 100%;
    border-color: #808080; }
  body#cultura #footer #brand-footer {
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 100%; }
    body#cultura #footer #brand-footer img {
      max-height: 60px;
      margin-right: 10px; }
    body#cultura #footer #brand-footer h2 {
      font-family: "cormorant_garamond_bold";
      font-size: 1.1rem;
      color: #ffffff;
      display: inline;
      margin-bottom: 0; }
      body#cultura #footer #brand-footer h2 span {
        display: block;
        font-size: .85rem;
        font-family: "cormorant_garamond_regular"; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          body#cultura #footer #brand-footer h2 span {
            font-size: .7rem; } }
  body#cultura #footer #col-ftr_1,
  body#cultura #footer #col-ftr_2,
  body#cultura #footer #col-ftr_3,
  body#cultura #footer #col-ftr_4 {
    margin-bottom: 20px; }
  body#cultura #footer img {
    margin-right: 14px; }
  body#cultura #footer #footer_titlesite {
    color: white;
    text-transform: uppercase;
    font-family: "sourcesanspro_bold";
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  body#cultura #footer #footer_subtitlesite {
    color: white;
    text-transform: uppercase;
    font-family: "sourcesanspro_semibold";
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 0.875rem; }
  body#cultura #footer p {
    font-family: "roboto_regular_web";
    color: white;
    font-size: 0.75rem;
    margin-bottom: 5px; }
  body#cultura #footer ul {
    list-style: none; }
    body#cultura #footer ul.menu-list a {
      display: block; }
    body#cultura #footer ul li.list-inline-item a {
      display: inline; }
    body#cultura #footer ul li,
    body#cultura #footer ul a {
      color: white;
      font-family: "roboto_regular_web";
      font-size: 0.75rem;
      text-decoration: underline; }
      body#cultura #footer ul li:hover,
      body#cultura #footer ul a:hover {
        text-decoration: none; }
      body#cultura #footer ul li span,
      body#cultura #footer ul a span {
        font-family: "roboto_bold_web"; }
      body#cultura #footer ul li span.text_regular,
      body#cultura #footer ul a span.text_regular {
        font-family: "roboto_regular_web"; }
    body#cultura #footer ul h5.title_foo {
      color: #ffffff;
      font-family: "roboto_bold_web";
      font-size: 0.75rem;
      margin-bottom: 0px; }
    body#cultura #footer ul li {
      text-decoration: none; }
      body#cultura #footer ul li:hover {
        text-decoration: none; }
    body#cultura #footer ul a {
      line-height: 1.2rem; }
    body#cultura #footer ul.list-inline a {
      margin-right: 30px; }
  body#cultura #footer h4 {
    color: white;
    text-transform: uppercase;
    font-family: "sourcesanspro_bold";
    margin-bottom: 14px;
    font-size: 0.875rem; }
  body#cultura #footer .disabled {
    pointer-events: none;
    text-decoration: none;
    color: #A4A4A4; }

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

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

body#cultura #heroImage {
  height: calc(100vh - 90px);
  position: relative;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 1199.98px) and (orientation: landscape) {
    body#cultura #heroImage {
      height: calc(100vh - 100px); } }
  @media (max-width: 1199.98px) {
    body#cultura #heroImage {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      bottom: 80px; } }
  body#cultura #heroImage .overlay {
    position: absolute;
    background-image: url(../images/svg/overlay-heroimage.svg);
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px); }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura #heroImage .overlay {
        position: absolute;
        background-image: url(../images/svg/overlay-heroimage.svg);
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 50px);
        background-size: auto 100%; } }
  body#cultura #heroImage .wrap_image {
    overflow: hidden;
    height: 100%;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura #heroImage .wrap_image {
        height: calc(100vh - 50px); } }
  body#cultura #heroImage .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 50px);
    transition: 0.3s;
    height: calc(100vh - 50px); }
    @media (max-width: 991.98px) {
      body#cultura #heroImage .carousel-item {
        height: 100vh; } }
    @media (max-width: 1024px) {
      body#cultura #heroImage .carousel-item {
        background-size: auto 100%; } }
    @media (min-width: 2600px) {
      body#cultura #heroImage .carousel-item {
        background-size: 100%; } }
    @media (max-width: 991.98px) and (orientation: landscape) {
      body#cultura #heroImage .carousel-item {
        height: calc(100vh - 100px); } }
  body#cultura #heroImage .carousel-control-next {
    display: none; }
  body#cultura #heroImage .carousel-control-prev {
    display: none; }
  body#cultura #heroImage img {
    width: 100%;
    height: auto; }
    @media (max-width: 1365px) {
      body#cultura #heroImage img {
        height: calc(100vh - 50px);
        width: auto; } }
  body#cultura #heroImage .position-absolute {
    z-index: 9;
    bottom: 0%;
    width: 100%; }
    body#cultura #heroImage .position-absolute .container {
      max-width: 1140px; }
    @media (max-width: 1199.98px) {
      body#cultura #heroImage .position-absolute {
        left: 0; } }
    body#cultura #heroImage .position-absolute .info_hero {
      position: absolute;
      bottom: calc(0% + 155px);
      background: rgba(0, 0, 0, 0.2); }
      @media (max-width: 1024px) {
        body#cultura #heroImage .position-absolute .info_hero {
          width: 100%;
          left: 0;
          margin-left: auto;
          text-align: center;
          padding: 0 20px;
          margin: 0; } }
      @media (max-width: 768px) {
        body#cultura #heroImage .position-absolute .info_hero {
          position: absolute;
          bottom: 245px; } }
      @media (max-width: 991.98px) and (orientation: landscape) {
        body#cultura #heroImage .position-absolute .info_hero {
          bottom: 50px; } }
      body#cultura #heroImage .position-absolute .info_hero span {
        display: block;
        position: relative;
        padding: 20px; }
  body#cultura #heroImage span.datehero {
    font-family: "roboto_regular_web";
    font-size: 0.875rem; }
  body#cultura #heroImage span.titlehero {
    font-family: "roboto_bold_web";
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2.8125rem; }
    @media (max-width: 767.98px) {
      body#cultura #heroImage span.titlehero {
        font-size: 1.75rem;
        line-height: 2.0625rem;
        text-align: left;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      body#cultura #heroImage span.titlehero {
        width: 708px; } }
    @media (max-width: 320px) {
      body#cultura #heroImage span.titlehero {
        font-size: 1rem; } }
    @media (max-width: 991.98px) and (orientation: landscape) {
      body#cultura #heroImage span.titlehero {
        font-size: 1rem; } }
  body#cultura #heroImage span.locationhero {
    font-family: "roboto_regular_web";
    font-size: 0.875rem; }
  body#cultura #heroImage span.locationhero {
    padding-left: 25px;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      body#cultura #heroImage span.locationhero {
        padding-left: 0; } }
    body#cultura #heroImage span.locationhero::before {
      content: "";
      background-image: url("../images/svg/location.svg");
      width: 15px;
      height: 20px;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px;
      left: 0; }
      @media (max-width: 1024px) {
        body#cultura #heroImage span.locationhero::before {
          display: none; } }
  body#cultura #heroImage span.directionhero {
    padding-left: 25px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      body#cultura #heroImage span.directionhero {
        padding-left: 0; } }
    body#cultura #heroImage span.directionhero::before {
      content: "";
      background-image: url("../images/svg/direction.svg");
      width: 15px;
      height: 20px;
      background-repeat: no-repeat;
      position: absolute;
      top: 2px;
      left: 0; }
      @media (max-width: 1024px) {
        body#cultura #heroImage span.directionhero::before {
          display: none; } }
  body#cultura #heroImage #carousel-indicators-wrapper {
    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; }
  body#cultura #heroImage .carousel-indicators {
    bottom: calc(0% + 180px); }
    body#cultura #heroImage .carousel-indicators li {
      width: 18px;
      height: 18px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #ffffff;
      background-color: transparent;
      filter: Alpha(Opacity=100);
      opacity: 1; }
    body#cultura #heroImage .carousel-indicators li.active {
      width: 18px;
      height: 18px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      border: 2px solid #ffffff;
      background-color: #ffffff; }
  body#cultura #heroImage #heroImageslider .carousel-item {
    background-size: cover; }
  body#cultura #heroImage #heroImageslider .owl-dots {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex; }
    @media (max-width: 991.98px) {
      body#cultura #heroImage #heroImageslider .owl-dots {
        bottom: 205px; } }
    @media (max-width: 991.98px) and (orientation: landscape) {
      body#cultura #heroImage #heroImageslider .owl-dots {
        bottom: 20px; } }
    body#cultura #heroImage #heroImageslider .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #fff;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
      body#cultura #heroImage #heroImageslider .owl-dots button.active {
        background-color: #ffffff !important; }

body#cultura {
  /*
@media (min-width:1025px){
    .modal, .modal-backdrop{
        display: none!important;
    }
}
@media (max-width:1024px){
    #expandSearch.show{
        display: none!important;
    }
}
*/
  /* Label float */ }
  body#cultura .search-box {
    z-index: 9;
    position: absolute;
    max-width: 1140px;
    width: 1140px;
    height: 100px;
    background: #162B45;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 24px;
    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) {
      body#cultura .search-box {
        width: auto; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      body#cultura .search-box {
        bottom: 40px; } }
    @media (max-width: 767.98px) {
      body#cultura .search-box {
        padding: 15px; } }
    @media (max-width: 575.98px) {
      body#cultura .search-box {
        height: 100px;
        bottom: 80px; } }
    @media (max-width: 374px) {
      body#cultura .search-box {
        padding: 10px; } }
    @media (max-width: 991.98px) {
      body#cultura .search-box {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transform: translateY(-100px); } }
    body#cultura .search-box h2 {
      font-size: 1.75rem;
      color: #ffffff;
      font-family: "roboto_regular_web";
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 13px; }
      @media (max-width: 991.98px) {
        body#cultura .search-box h2 {
          font-size: 1.5rem; } }
      @media (max-width: 374px) {
        body#cultura .search-box h2 {
          margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      body#cultura .search-box form {
        display: none; } }
    body#cultura .search-box label {
      display: block;
      width: 100%;
      color: #ffffff;
      font-size: 0.75rem;
      margin-bottom: 5px;
      margin-left: 20px; }
      body#cultura .search-box label.ocr-label {
        font-size: 0.875rem; }
    body#cultura .search-box .responsiveSearch {
      display: none; }
      @media (max-width: 991.98px) {
        body#cultura .search-box .responsiveSearch {
          display: block;
          text-align: center; } }
      body#cultura .search-box .responsiveSearch button {
        width: 210px !important;
        background-color: #000000 !important;
        height: 30px;
        padding: 0;
        border-radius: 25px;
        margin-top: 20px; }
  @media (max-width: 991.98px) {
    body#cultura .modal-dialog {
      max-width: 100vw;
      margin: 0;
      width: 100vw;
      height: 100vh;
      max-height: 100vh; }
    body#cultura .modal-content {
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8); } }
  @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
    body#cultura .modal-content {
      height: 100vh;
      display: flex;
      justify-content: center; } }
  @media (max-width: 991.98px) {
      body#cultura .modal-content .close {
        text-align: right;
        margin-right: 20px;
        color: #fff; }
      body#cultura .modal-content form {
        display: block; }
        body#cultura .modal-content form input {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          margin-bottom: 40px;
          height: 30px; } }
      @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
        body#cultura .modal-content form input {
          margin-bottom: 0; } }
  @media (max-width: 991.98px) {
        body#cultura .modal-content form select {
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          border-radius: 25px;
          margin-bottom: 40px;
          height: 30px;
          padding: 0;
          padding-left: 10px; }
      body#cultura .modal-content button.btn.btn-primary {
        height: 30px;
        border-radius: 25px;
        background-color: #3A78BD;
        border-color: #ffffff;
        text-transform: uppercase;
        font-family: "roboto_bold_web";
        padding: 0 20px; } }
    @media (max-width: 991.98px) and (max-width: 991.98px) and (orientation: landscape) {
      body#cultura .modal-content button.btn.btn-primary {
        margin-top: 0; } }
  @media (max-width: 991.98px) {
      body#cultura .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: 15px; }
    body#cultura .modal-footer {
      border-top: 0;
      display: block;
      text-align: center;
      padding: 0; } }
  body#cultura .modal-content-white {
    position: relative;
    display: flex;
    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: 0.3rem;
    outline: 0px; }
    @media (max-width: 575.98px) {
      body#cultura .modal-content-white {
        height: 100vh; } }
    body#cultura .modal-content-white .modal-body {
      background-color: white; }
    @media (max-width: 991.98px) {
      body#cultura .modal-content-white.collection {
        width: 80%;
        height: auto; } }
    @media (max-height: 600px) {
      body#cultura .modal-content-white.collection {
        height: 100%; } }
    body#cultura .modal-content-white.collection .modal-header .close {
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 1;
      border-radius: 4px 0 0 4px; }
    body#cultura .modal-content-white.collection .modal-body {
      padding: 8px; }
  body#cultura .floating-label-wrap {
    position: relative; }
  body#cultura .floating-label-field {
    border-width: 0;
    color: rgba(44, 62, 80, 0.75); }
    body#cultura .floating-label-field:focus {
      outline: 0;
      box-shadow: 0; }
    body#cultura .floating-label-field::placeholder {
      color: transparent; }
  body#cultura .floating-label-field,
  body#cultura .floating-label-field + .floating-label {
    line-height: 1;
    font: inherit;
    height: 4em; }
  body#cultura .floating-label-field + .floating-label {
    position: absolute;
    top: -17px;
    left: 22px;
    user-select: none; }
  body#cultura .floating-label-field.floating-label {
    position: relative; }
  body#cultura .floating-label-field {
    color: #ffffff; }
  body#cultura .floating-label-field + .floating-label {
    transition: transform .25s, opacity .25s ease-in-out;
    transform-origin: 0 0; }
  body#cultura .floating-label-field:focus, body#cultura .floating-label-field:not(:placeholder-shown) {
    border-color: #ffffff; }
    body#cultura .floating-label-field:focus + .floating-label, body#cultura .floating-label-field:not(:placeholder-shown) + .floating-label {
      transform: translate(-10%, -60%);
      color: #fff;
      padding: 3px 8px;
      height: auto;
      font-family: "roboto_regular_web";
      font-size: 0.75rem; }
  body#cultura .floating-label-input:valid:not(:placeholder-shown) {
    border-color: rgba(46, 213, 115, 0.3); }
  body#cultura .floating-label-input:invalid {
    border-color: rgba(255, 71, 87, 0.3); }

body#cultura {
  /* Nuove card per Luoghi Cultura
 
 #cardNoCard {

  a.card-event {
   color: black;
   transition: transform 300ms linear;

   .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px;
   }

   &.card.list {
    box-shadow: none;
    border: none;

    .card-footer {
     border: none;
    }
   }

   &.card {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 10px;
    padding: 15px;
   }


   .row {

    justify-content: center;

    .image-event {

     .detail-button-modal {
      background-color: white;
      padding: 7px 10px 11px;
      border-radius: 50px;
      color: $primary-color;
      position: absolute;
      top: 4%;
      right: 2%;
      box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
     }

     &.col-2 {
      height: 240px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      background-size: cover;
      background-repeat: no-repeat;
     }

     &.col-12 {
      // height: 170px; 
      height: 232px;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 4px;

     }
    }

    .card-footer {
     background-color: white;
     padding-right: 0;
     padding-left: 0;
     border: none;
     padding: 0;

     @media (max-width: 575.98px) {

      border-radius: 0;
     }

     .date-text {
      font-size: 1rem;
     }

     .title {
      font-size: 1.4rem;
      height: 50px;
      max-height: 50px;
      min-height: 50px;
     }

     @media (max-width: 575.98px) {

      .tr-p4 {
       height: 77px;
      }
     }
    }

    .tag-description {
     display: flex;
     align-items: center;

     img {
      height: 19px;
     }

     background-color:transparent;
     padding: 10px 0;
     color: black;
     font-size: 0.875rem
    }

    .button-details {
     text-align: right;

     a.more {
      text-transform: uppercase;
      color: $primary-color;
      font-family: "roboto_bold_web";
      //margin-top: 20px;
      float: right;

      &:after {
       content: "";
       display: inline-block;
       background-image: url(../images/svg/right-arrow.svg);
       width: 16px;
       height: 12px;
       margin-left: 10px;
      }
     }

     .btn {
      font-weight: bold;
      padding: 0;

      &:focus {
       box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
       outline: none;
      }
     }

    }


   }

   &:hover {
    text-decoration: none;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.30);
    transform: scale(1.02);
    transition: all 130ms ease-in;
   }

  }
 }
 
 */ }
  body#cultura .tr-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 55px; }
  body#cultura .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; }
  body#cultura .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; }
  body#cultura .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; }
  body#cultura .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; }
  body#cultura #cardModal .card {
    border: none;
    border-radius: 5px;
    position: relative;
    background-size: cover !important; }
    body#cultura #cardModal .card.card-place {
      height: 424px;
      width: 100%; }
    body#cultura #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; }
      body#cultura #cardModal .card .card-header .text-tag-event {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #ffffff;
        font-family: "titillium_bold_web"; }
    body#cultura #cardModal .card .card-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #ffffff;
      border: none;
      width: 100%; }
      body#cultura #cardModal .card .card-footer .detail-button-modal,
      body#cultura #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: #ffffff;
        font-size: 30px; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        body#cultura #cardModal .card .card-footer .detail-button-modal {
          display: none; } }
      @media (min-width: 768px) {
        body#cultura #cardModal .card .card-footer .detail-button-collapse {
          display: none; } }
    body#cultura #cardModal .card.changeBorder {
      border-radius: 5px 5px 0 0; }
  body#cultura #cardModal .collapse-custom {
    background: #000;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 0 24px 24px 24px;
    font-family: "titillium_regular_web";
    margin-top: -1px; }
  body#cultura #cardStatic .card {
    border: none;
    border-radius: 5px;
    position: relative;
    background-size: cover !important; }
    body#cultura #cardStatic .card.card-place {
      height: 424px;
      width: 100%; }
    body#cultura #cardStatic .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; }
      body#cultura #cardStatic .card .card-header .text-tag-event {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #ffffff;
        font-family: "titillium_bold_web"; }
    body#cultura #cardStatic .card .card-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #ffffff;
      border: none; }
      body#cultura #cardStatic .card .card-footer .detail-button-modal,
      body#cultura #cardStatic .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: #ffffff;
        font-size: 30px; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        body#cultura #cardStatic .card .card-footer .detail-button-modal {
          display: none; } }
      @media (min-width: 768px) {
        body#cultura #cardStatic .card .card-footer .detail-button-collapse {
          display: none; } }
    body#cultura #cardStatic .card.changeBorder {
      border-radius: 5px 5px 0 0; }
  body#cultura #cardStatic .collapse-custom {
    background: #000;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 0 24px 24px 24px;
    font-family: "titillium_regular_web";
    margin-top: -1px; }
  body#cultura #cardButtonSearch .card div.card-footer {
    height: 70%; }
    body#cultura #cardButtonSearch .card div.card-footer .date {
      font-weight: 400; }
    body#cultura #cardButtonSearch .card div.card-footer .location,
    body#cultura #cardButtonSearch .card div.card-footer p,
    body#cultura #cardButtonSearch .card div.card-footer .label {
      display: block;
      width: fit-content; }
    body#cultura #cardButtonSearch .card div.card-footer .more {
      display: block;
      text-align: right;
      margin-right: 18px; }
  body#cultura .cardButton .card, body#cultura #cardButtonSearch .card {
    position: relative;
    border-radius: 0px;
    height: 480px;
    border: none;
    background-size: 100% !important; }
    body#cultura .cardButton .card .card-header, body#cultura #cardButtonSearch .card .card-header {
      text-align: left;
      position: absolute;
      min-width: 261px;
      height: auto;
      top: 30px;
      left: 0;
      background-color: #ffffff;
      border: none;
      z-index: 1;
      border-radius: 0; }
    body#cultura .cardButton .card .tag, body#cultura #cardButtonSearch .card .tag {
      font-family: titillium_bold_web;
      position: absolute;
      display: flex;
      align-items: center;
      /*justify-content: center;*/
      min-height: 39px;
      height: 39px;
      min-width: 147px;
      width: auto;
      text-align: left;
      background-color: #000000;
      left: 0;
      top: 0px;
      color: #ffffff;
      padding: 0 20px;
      text-transform: uppercase; }
    body#cultura .cardButton .card .card-body, body#cultura #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); }
    body#cultura .cardButton .card .card-footer, body#cultura #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;
      /*.tag {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 39px;
                height: 39px;
                min-width: 140px;
                width: 140px;
                text-align: left;
                background-color: #C00200;
                left: 0;
                bottom: 7px;
                color: #ffffff;
                border-radius: 0 19.5px 19.5px 0;
            }*/ }
      body#cultura .cardButton .card .card-footer .date-text, body#cultura #cardButtonSearch .card .card-footer .date-text {
        font-size: 14px;
        font-family: "titillium_bold_web";
        text-transform: uppercase; }
      body#cultura .cardButton .card .card-footer .title, body#cultura #cardButtonSearch .card .card-footer .title {
        font-weight: 800;
        text-align: left;
        font-family: "titillium_bold_web";
        text-transform: uppercase;
        font-size: 20px;
        line-height: 28px;
        padding-top: 15px;
        min-height: 108px;
        height: 108px; }
      body#cultura .cardButton .card .card-footer .location, body#cultura #cardButtonSearch .card .card-footer .location {
        font-family: "roboto_regular_web";
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        margin-top: 20px; }
        body#cultura .cardButton .card .card-footer .location::before, body#cultura #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; }
      body#cultura .cardButton .card .card-footer .locations, body#cultura #cardButtonSearch .card .card-footer .locations {
        font-family: "roboto_regular_web";
        position: relative;
        padding-left: 0;
        margin-bottom: 12px;
        margin-top: 20px;
        display: flex; }
        body#cultura .cardButton .card .card-footer .locations img, body#cultura #cardButtonSearch .card .card-footer .locations img {
          margin-right: 10px;
          width: 22px; }
      body#cultura .cardButton .card .card-footer .line-break-title, body#cultura #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; }
      body#cultura .cardButton .card .card-footer .description, body#cultura #cardButtonSearch .card .card-footer .description {
        display: none; }
      body#cultura .cardButton .card .card-footer .button-red, body#cultura #cardButtonSearch .card .card-footer .button-red {
        display: none; }
    body#cultura .cardButton .card.extended .card-footer, body#cultura #cardButtonSearch .card.extended .card-footer {
      height: 326px;
      max-height: 326px; }
      body#cultura .cardButton .card.extended .card-footer .tr-title, body#cultura #cardButtonSearch .card.extended .card-footer .tr-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        max-height: 48px;
        height: 48px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      body#cultura .cardButton .card.extended .card-footer .tr-p6, body#cultura #cardButtonSearch .card.extended .card-footer .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; }
      body#cultura .cardButton .card.extended .card-footer .tr-l, body#cultura #cardButtonSearch .card.extended .card-footer .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; }
      body#cultura .cardButton .card.extended .card-footer .expand-button .first-icon, body#cultura #cardButtonSearch .card.extended .card-footer .expand-button .first-icon {
        display: none; }
      body#cultura .cardButton .card.extended .card-footer .expand-button .second-icon, body#cultura #cardButtonSearch .card.extended .card-footer .expand-button .second-icon {
        display: inline; }
      body#cultura .cardButton .card.extended .card-footer .description, body#cultura #cardButtonSearch .card.extended .card-footer .description {
        text-align: left;
        display: inherit;
        font-size: 16px;
        font-family: "roboto_regular_web";
        margin-bottom: 23px; }
        body#cultura .cardButton .card.extended .card-footer .description .line-break-description, body#cultura #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; }
        body#cultura .cardButton .card.extended .card-footer .description .tag-description, body#cultura #cardButtonSearch .card.extended .card-footer .description .tag-description {
          font-family: "roboto_bold_web";
          width: auto;
          min-width: 80px;
          height: 21px;
          background-color: red;
          color: #ffffff;
          font-weight: 600;
          font-size: 14px;
          display: inline-block;
          align-items: center;
          margin-bottom: 16px;
          padding: 3px 10px;
          text-transform: uppercase; }
        body#cultura .cardButton .card.extended .card-footer .description .description-evidence, body#cultura #cardButtonSearch .card.extended .card-footer .description .description-evidence {
          height: 42px;
          max-height: 42px;
          font-size: 14px; }
          body#cultura .cardButton .card.extended .card-footer .description .description-evidence img, body#cultura #cardButtonSearch .card.extended .card-footer .description .description-evidence img {
            display: inline;
            width: auto;
            padding-right: 8px;
            vertical-align: middle; }
      body#cultura .cardButton .card.extended .card-footer .button-red, body#cultura #cardButtonSearch .card.extended .card-footer .button-red {
        display: inline;
        width: auto;
        margin-top: 50px; }
        body#cultura .cardButton .card.extended .card-footer .button-red img, body#cultura #cardButtonSearch .card.extended .card-footer .button-red img {
          display: inline;
          width: auto; }
      body#cultura .cardButton .card.extended .card-footer .icon-calendar, body#cultura #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: #ffffff;
        color: #000000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
      body#cultura .cardButton .card.extended .card-footer .dropdown-calendar, body#cultura #cardButtonSearch .card.extended .card-footer .dropdown-calendar {
        display: none; }
        body#cultura .cardButton .card.extended .card-footer .dropdown-calendar.active, body#cultura #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: #ffffff; }
          body#cultura .cardButton .card.extended .card-footer .dropdown-calendar.active li, body#cultura #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li {
            padding: 10px; }
            body#cultura .cardButton .card.extended .card-footer .dropdown-calendar.active li:first-child, body#cultura #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li:first-child {
              background-color: #ffffff; }
            body#cultura .cardButton .card.extended .card-footer .dropdown-calendar.active li:hover, body#cultura #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li:hover {
              background-color: #f2f2f2; }
            body#cultura .cardButton .card.extended .card-footer .dropdown-calendar.active li a, body#cultura #cardButtonSearch .card.extended .card-footer .dropdown-calendar.active li a {
              color: #000000;
              text-decoration: none; }
    body#cultura .cardButton .card a.more, body#cultura #cardButtonSearch .card a.more {
      text-transform: uppercase;
      color: black;
      font-family: "roboto_bold_web";
      margin-top: 0;
      float: right; }
      body#cultura .cardButton .card a.more::after, body#cultura #cardButtonSearch .card a.more::after {
        content: "";
        display: inline-block;
        background-image: url(../images/svg/right-arrow.svg);
        width: 15px;
        height: 12px;
        margin-left: 10px; }
  body#cultura #card360 .card-event .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px; }
  body#cultura #card360 .card-event.card.list {
    box-shadow: none;
    border: none; }
    body#cultura #card360 .card-event.card.list .card-footer {
      border: none; }
  body#cultura #card360 .card-event.card {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px !important; }
    body#cultura #card360 .card-event.card .row {
      justify-content: center; }
      body#cultura #card360 .card-event.card .row .image-event .detail-button-modal {
        background-color: white;
        padding: 7px 10px 11px;
        border-radius: 50px;
        color: #3A78BD;
        position: absolute;
        top: 4%;
        right: 2%;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
      body#cultura #card360 .card-event.card .row .image-event.col-2 {
        height: 350px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-size: cover;
        background-repeat: no-repeat; }
      body#cultura #card360 .card-event.card .row .image-event.col-12 {
        height: 277px;
        background-size: cover;
        background-repeat: no-repeat; }
      body#cultura #card360 .card-event.card .row .card-footer {
        background-color: white; }
        body#cultura #card360 .card-event.card .row .card-footer .date-text {
          font-size: 1rem; }
        body#cultura #card360 .card-event.card .row .card-footer .icon {
          position: relative; }
          body#cultura #card360 .card-event.card .row .card-footer .icon img {
            position: absolute;
            left: 50%;
            top: -30px;
            background-color: white;
            padding: 8px;
            border-radius: 50px;
            transform: translateX(-50%); }
        body#cultura #card360 .card-event.card .row .card-footer .title {
          font-size: 1.4rem;
          height: 48px;
          max-height: 48px;
          text-align: center; }
        body#cultura #card360 .card-event.card .row .card-footer .tr-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 25px;
          max-height: 48px;
          height: 48px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        body#cultura #card360 .card-event.card .row .card-footer .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; }
      body#cultura #card360 .card-event.card .row .tag-description {
        background-color: #3A78BD;
        display: inline-block;
        padding: 0 10px;
        color: white;
        font-size: .8rem; }
        body#cultura #card360 .card-event.card .row .tag-description i img {
          height: 15px;
          padding-bottom: 2px; }
      body#cultura #card360 .card-event.card .row span {
        text-align: center; }
      body#cultura #card360 .card-event.card .row .button-details {
        text-align: center;
        display: flex;
        justify-content: center; }
        body#cultura #card360 .card-event.card .row .button-details .visita {
          color: #3A78BD;
          width: 170px;
          height: 38px;
          border: 2px solid #3A78BD;
          border-radius: 21px;
          font-family: "roboto_bold_web";
          padding: 3px;
          background-color: transparent; }
          body#cultura #card360 .card-event.card .row .button-details .visita:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
            outline: none; }
  body#cultura #cardVisual .card-event .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px; }
  body#cultura #cardVisual .card-event.card.list {
    box-shadow: none;
    border: none; }
    body#cultura #cardVisual .card-event.card.list .card-footer {
      border: none; }
  body#cultura #cardVisual .card-event.card {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    width: 400px; }
    body#cultura #cardVisual .card-event.card .row {
      position: relative; }
      body#cultura #cardVisual .card-event.card .row #close {
        position: absolute;
        z-index: 999;
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        left: 340px;
        top: 16px;
        display: flex;
        border: none; }
    body#cultura #cardVisual .card-event.card .row {
      justify-content: center; }
      body#cultura #cardVisual .card-event.card .row .image-event .detail-button-modal {
        background-color: white;
        padding: 7px 10px 11px;
        border-radius: 50px;
        color: #3A78BD;
        position: absolute;
        top: 4%;
        right: 2%;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
      body#cultura #cardVisual .card-event.card .row .image-event.col-2 {
        height: 350px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-size: cover;
        background-repeat: no-repeat; }
      body#cultura #cardVisual .card-event.card .row .image-event.col-12 {
        height: 155px;
        background-size: cover;
        background-repeat: no-repeat; }
      body#cultura #cardVisual .card-event.card .row .card-footer {
        background-color: white; }
        body#cultura #cardVisual .card-event.card .row .card-footer .date-text {
          font-size: 1rem; }
        body#cultura #cardVisual .card-event.card .row .card-footer .title {
          font-size: 1.4rem;
          height: 48px;
          max-height: 48px; }
        body#cultura #cardVisual .card-event.card .row .card-footer .tr-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 25px;
          max-height: 48px;
          height: 48px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        body#cultura #cardVisual .card-event.card .row .card-footer .tr-p9 {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 25px;
          max-height: 213px;
          height: 213px;
          -webkit-line-clamp: 9;
          -webkit-box-orient: vertical; }
      body#cultura #cardVisual .card-event.card .row .tag-description {
        background-color: #3A78BD;
        display: inline-block;
        padding: 0 10px;
        color: white;
        font-size: .8rem; }
        body#cultura #cardVisual .card-event.card .row .tag-description i img {
          height: 15px;
          padding-bottom: 2px; }
  body#cultura #cardSearch .btn {
    width: 100%;
    text-align: left;
    padding: 0; }
  body#cultura #cardSearch .card-event {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
    body#cultura #cardSearch .card-event .border-b {
      border-bottom: 1px solid #d1d1d1; }
    body#cultura #cardSearch .card-event.card.list {
      box-shadow: none;
      border: none; }
      body#cultura #cardSearch .card-event.card.list .card-footer {
        border: none; }
    body#cultura #cardSearch .card-event.card {
      border: none; }
    body#cultura #cardSearch .card-event .row {
      justify-content: center; }
      body#cultura #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; }
      body#cultura #cardSearch .card-event .row .image-event.col-12 {
        height: 220px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          body#cultura #cardSearch .card-event .row .image-event.col-12 {
            height: 350px;
            background-position: center !important; } }
      body#cultura #cardSearch .card-event .row .card-footer {
        background-color: white;
        border: none;
        padding: 15px;
        z-index: 1;
        width: 100%; }
        body#cultura #cardSearch .card-event .row .card-footer .description {
          margin-top: -29px; }
        body#cultura #cardSearch .card-event .row .card-footer .tr-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 25px;
          max-height: 48px;
          height: 48px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        body#cultura #cardSearch .card-event .row .card-footer .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; }
        body#cultura #cardSearch .card-event .row .card-footer .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; }
        body#cultura #cardSearch .card-event .row .card-footer .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; }
        body#cultura #cardSearch .card-event .row .card-footer .date-text {
          font-size: 1rem; }
        body#cultura #cardSearch .card-event .row .card-footer .title {
          font-size: 1.4rem;
          height: 45px;
          max-height: 45px;
          min-height: 45px;
          line-height: 21px;
          font-size: 18px; }
      body#cultura #cardSearch .card-event .row .tag-description {
        display: inline-block;
        border-radius: 4px;
        padding: 2.5px 10px;
        color: #ffffff;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-family: "roboto_bold_web";
        margin-bottom: 20px; }
        body#cultura #cardSearch .card-event .row .tag-description.teatro {
          background-color: #7F1B2D; }
        body#cultura #cardSearch .card-event .row .tag-description.cinema {
          background-color: #D64000; }
        body#cultura #cardSearch .card-event .row .tag-description.luoghi {
          background-color: #3A78BD; }
        body#cultura #cardSearch .card-event .row .tag-description.evento {
          background-color: #EC001D; }
        body#cultura #cardSearch .card-event .row .tag-description.campania {
          background-color: #3A78BD; }
        body#cultura #cardSearch .card-event .row .tag-description.collezioni {
          background-color: #3A78BD; }
      body#cultura #cardSearch .card-event .row .button-details {
        text-align: right; }
        body#cultura #cardSearch .card-event .row .button-details a.more {
          text-transform: uppercase;
          color: black;
          font-family: "roboto_bold_web";
          margin-top: 20px;
          float: right; }
          body#cultura #cardSearch .card-event .row .button-details a.more:after {
            content: "";
            display: inline-block;
            background-image: url(../images/svg/right-arrow-black.svg);
            width: 16px;
            height: 12px;
            margin-left: 10px; }
        body#cultura #cardSearch .card-event .row .button-details .btn {
          font-weight: bold;
          padding: 0; }
          body#cultura #cardSearch .card-event .row .button-details .btn:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
            outline: none; }
  body#cultura #cardProduction .card-event .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px; }
  body#cultura #cardProduction .card-event.card.list {
    box-shadow: none;
    border: none; }
    body#cultura #cardProduction .card-event.card.list .card-footer {
      border: none; }
  body#cultura #cardProduction .card-event.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  body#cultura #cardProduction .card-event .row {
    justify-content: center; }
    body#cultura #cardProduction .card-event .row .image-event.col-2 {
      height: 240px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      background-size: cover;
      background-repeat: no-repeat; }
    body#cultura #cardProduction .card-event .row .image-event.col-12 {
      height: 170px;
      background-size: cover;
      background-repeat: no-repeat; }
    body#cultura #cardProduction .card-event .row .card-footer {
      background-color: white; }
      body#cultura #cardProduction .card-event .row .card-footer .date-text {
        font-size: 1rem; }
      body#cultura #cardProduction .card-event .row .card-footer .title {
        font-size: 1.4rem;
        height: 48px;
        max-height: 48px; }
    body#cultura #cardProduction .card-event .row .tag-description {
      background-color: #3A78BD;
      display: inline-block;
      padding: 0 10px;
      color: white;
      font-size: .8rem; }
    body#cultura #cardProduction .card-event .row .button-details {
      text-align: right; }
      body#cultura #cardProduction .card-event .row .button-details a.more {
        text-transform: uppercase;
        color: black;
        font-family: "roboto_bold_web";
        margin-top: 20px;
        float: right; }
        body#cultura #cardProduction .card-event .row .button-details a.more:after {
          content: "";
          display: inline-block;
          background-image: url(../images/svg/right-arrow.svg);
          width: 16px;
          height: 12px;
          margin-left: 10px; }
      body#cultura #cardProduction .card-event .row .button-details .btn {
        font-weight: bold;
        padding: 0; }
        body#cultura #cardProduction .card-event .row .button-details .btn:focus {
          box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
          outline: none; }
  body#cultura #cardExpand .card-event .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px; }
  body#cultura #cardExpand .card-event.card.list {
    box-shadow: none;
    border: none; }
    body#cultura #cardExpand .card-event.card.list .card-footer {
      border: none; }
  body#cultura #cardExpand .card-event.card {
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
  body#cultura #cardExpand .card-event .row {
    justify-content: center; }
    body#cultura #cardExpand .card-event .row .image-event .detail-button-modal {
      background-color: white;
      padding: 7px 10px 11px;
      border-radius: 50px;
      color: #3A78BD;
      position: absolute;
      top: 4%;
      right: 2%;
      box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
    body#cultura #cardExpand .card-event .row .image-event.col-2 {
      height: 240px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      background-size: cover;
      background-repeat: no-repeat; }
    body#cultura #cardExpand .card-event .row .image-event.col-12 {
      height: 332px;
      background-size: cover;
      background-repeat: no-repeat; }
    body#cultura #cardExpand .card-event .row .card-footer {
      background-color: white; }
      body#cultura #cardExpand .card-event .row .card-footer .date-text {
        font-size: 1rem; }
      body#cultura #cardExpand .card-event .row .card-footer .title {
        font-size: 1.4rem;
        height: 48px;
        max-height: 48px; }
    body#cultura #cardExpand .card-event .row .tag-description {
      background-color: #3A78BD;
      display: inline-block;
      padding: 0 10px;
      color: white;
      font-size: .8rem; }
      body#cultura #cardExpand .card-event .row .tag-description i img {
        height: 15px;
        padding-bottom: 2px; }
    body#cultura #cardExpand .card-event .row .button-details {
      text-align: right; }
      body#cultura #cardExpand .card-event .row .button-details .btn {
        font-weight: bold;
        padding: 0; }
        body#cultura #cardExpand .card-event .row .button-details .btn:focus {
          box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
          outline: none; }
  @media (max-width: 575.98px) {
    body#cultura #cardNoCard .toggle-class-card {
      margin: 0 auto; } }
  body#cultura #cardNoCard .btn {
    width: 100%;
    padding: 0;
    text-align: left; }
  body#cultura #cardNoCard .card-event .border-b {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 19px; }
  body#cultura #cardNoCard .card-event.card.list {
    box-shadow: none;
    border: none; }
    body#cultura #cardNoCard .card-event.card.list .card-footer {
      border: none; }
  body#cultura #cardNoCard .card-event.card {
    box-shadow: none;
    border: none;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px; }
  body#cultura #cardNoCard .card-event .row {
    justify-content: center; }
    body#cultura #cardNoCard .card-event .row .image-event {
      border-radius: 5px; }
      body#cultura #cardNoCard .card-event .row .image-event .detail-button-modal {
        background-color: white;
        padding: 7px 10px 11px;
        border-radius: 50px;
        color: #3A78BD;
        position: absolute;
        top: 4%;
        right: 2%;
        box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15); }
      body#cultura #cardNoCard .card-event .row .image-event.col-2 {
        height: 240px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-size: cover;
        background-repeat: no-repeat; }
      body#cultura #cardNoCard .card-event .row .image-event.col-12 {
        height: 230px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 991.98px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 298px; } }
        @media (max-width: 414px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 352px; } }
        @media (max-width: 411px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 349px; } }
        @media (max-width: 375px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 313px; } }
        @media (max-width: 360px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 298px; } }
        @media (max-width: 320px) {
          body#cultura #cardNoCard .card-event .row .image-event.col-12 {
            height: 258px; } }
    body#cultura #cardNoCard .card-event .row .card-footer {
      background-color: white;
      padding-right: 0;
      padding-left: 0; }
      body#cultura #cardNoCard .card-event .row .card-footer .description span {
        font-size: 16px; }
        body#cultura #cardNoCard .card-event .row .card-footer .description span.tr-p4 {
          height: 77px;
          max-height: 77px; }
      body#cultura #cardNoCard .card-event .row .card-footer .date-text {
        font-size: 1rem; }
      body#cultura #cardNoCard .card-event .row .card-footer .title {
        font-size: 1.4rem;
        height: 48px;
        max-height: 48px; }
    body#cultura #cardNoCard .card-event .row .tag-description {
      background-color: transparent;
      display: inline-block;
      padding: 10px 0;
      color: black;
      font-size: .8rem; }
      body#cultura #cardNoCard .card-event .row .tag-description i img {
        height: 22px;
        padding-bottom: 2px; }
    body#cultura #cardNoCard .card-event .row .button-details {
      text-align: right; }
      body#cultura #cardNoCard .card-event .row .button-details a.more {
        text-transform: uppercase;
        color: #3A78BD;
        font-family: "roboto_bold_web";
        float: right; }
        body#cultura #cardNoCard .card-event .row .button-details a.more:after {
          content: "";
          display: inline-block;
          background-image: url(../images/svg/right-arrow.svg);
          width: 16px;
          height: 12px;
          margin-left: 10px; }
      body#cultura #cardNoCard .card-event .row .button-details .btn {
        font-weight: bold;
        padding: 0; }
        body#cultura #cardNoCard .card-event .row .button-details .btn:focus {
          box-shadow: 0 0 0 0.2rem rgba(58, 120, 189, 0.8);
          outline: none; }

.card.card-place.extended button.calendarButton {
  display: block; }

/* Calendar Button */
.calendar button.calendarButton {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: absolute;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  top: -25px;
  border: 0; }
  .calendar button.calendarButton::after {
    content: "";
    display: block;
    background-image: url(../images/svg/calendarButton.svg);
    width: 20px;
    height: 23px;
    background-size: 100% 100%;
    margin: 9px; }

.calendar .showCalendar {
  position: absolute;
  display: none;
  top: -115px; }
  .calendar .showCalendar a {
    display: block;
    color: #ffffff;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
    margin-left: 54px; }
  .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 {
  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); }

#cardProgetto .card-progetto {
  height: 100px;
  -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);
  background-color: white;
  padding: 10px 10px 10px 0; }
  @media (max-width: 575.98px) {
    #cardProgetto .card-progetto {
      height: 98px;
      padding-left: 15px; } }
  #cardProgetto .card-progetto .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; }
    @media (max-width: 991.98px) {
      #cardProgetto .card-progetto .tr-p3 {
        height: 66px; } }
  #cardProgetto .card-progetto .text-preview {
    font-family: "roboto_regular_web"; }
    @media (max-width: 991.98px) {
      #cardProgetto .card-progetto .text-preview {
        font-size: 0.875rem;
        line-height: 1.5; } }
  #cardProgetto .card-progetto .number {
    color: #3A78BD;
    font-size: 1.1rem; }
    @media (max-width: 575.98px) {
      #cardProgetto .card-progetto .number {
        padding: 0; } }
  #cardProgetto .card-progetto .text {
    font-size: 1rem;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      #cardProgetto .card-progetto .text {
        font-size: 0.875rem; } }
  #cardProgetto .card-progetto a.expand-progetto {
    cursor: pointer;
    width: 120px;
    height: 30px;
    background-color: #34343C;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    display: block;
    position: absolute;
    right: 3px;
    bottom: -21px; }
    #cardProgetto .card-progetto a.expand-progetto.back-color {
      background-color: #3A78BD; }
    #cardProgetto .card-progetto a.expand-progetto span {
      margin-left: 45px;
      vertical-align: middle;
      position: relative; }
    #cardProgetto .card-progetto a.expand-progetto .first-icon {
      text-align: center;
      margin-top: 2px; }
      #cardProgetto .card-progetto a.expand-progetto .first-icon::before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 6px;
        left: -25px;
        background-image: url(../images/svg/plus.svg);
        background-size: 100%;
        background-repeat: no-repeat; }
    #cardProgetto .card-progetto a.expand-progetto .second-icon {
      display: none;
      text-align: left;
      margin-top: 2px; }
      #cardProgetto .card-progetto a.expand-progetto .second-icon::before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 11px;
        left: -25px;
        background-image: url(../images/svg/minus.svg);
        background-size: 100%;
        background-repeat: no-repeat; }
  #cardProgetto .card-progetto span {
    font-family: "roboto_bold_web"; }

.card-primary {
  border-left: 2px solid #3A78BD;
  padding-left: 15px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .card-primary {
      margin-bottom: 30px;
      padding-bottom: 16px; }
      #carousel-card-primary .card-primary {
        margin-bottom: 0px; } }
  #sectionPageVideo .card-primary {
    margin: 15px 0; }
  #sectionDeatailMultimedia .card-primary {
    padding-bottom: 0; }
    #sectionDeatailMultimedia .card-primary h2.title {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      font-family: "roboto_bold_web";
      font-size: 1.5rem;
      margin-bottom: 20px;
      line-height: 1.75rem;
      height: auto;
      color: #3A78BD;
      text-align: left;
      margin: 0;
      margin-bottom: 20px;
      max-width: 100%; }
      #sectionDeatailMultimedia .card-primary h2.title::after {
        display: none; }
      @media (max-width: 991.98px) {
        #sectionDeatailMultimedia .card-primary h2.title.mt {
          margin-top: 25px; } }
  #sectionOneDeepening .card-primary {
    border-color: #fff; }
    @media (max-width: 991.98px) {
      #sectionOneDeepening .card-primary {
        margin-bottom: 0px; } }
  .card-primary span.label-custom, .card-primary span.date {
    display: block;
    font-family: "roboto_bold_web";
    text-transform: uppercase; }
  .card-primary span.label-custom {
    color: #3A78BD;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    margin-bottom: 10px; }
    .card-primary span.label-custom img {
      width: auto;
      display: inline-block;
      margin-right: 10px; }
  .card-primary span.date {
    font-size: 0.875rem;
    margin-bottom: 10px; }
  #sectionOneDeepening .card-primary h3, #sectionOneDeepening
  .card-primary p, #sectionOneDeepening
  .card-primary a {
    color: #fff; }
  .card-primary h3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "roboto_bold_web";
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.75rem;
    height: 84px; }
    #sectionOneDeepening .card-primary h3 {
      -webkit-line-clamp: 2;
      height: 66px;
      line-height: 2.0625rem; }
    #carousel-card-primary .card-primary h3 {
      -webkit-line-clamp: 2;
      height: 56px;
      line-height: 1.75rem;
      margin-bottom: 15px; }
  .card-primary p {
    font-size: 0.875rem;
    line-height: 19px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical; }
    .card-primary p.description {
      font-family: "roboto_bold_web";
      margin-bottom: 10px;
      -webkit-line-clamp: 5;
      height: 80px; }
      #sectionOneDeepening .card-primary p.description {
        -webkit-line-clamp: 2;
        margin-bottom: 25px;
        height: 32px; }
    .card-primary p.summary {
      margin-bottom: 25px;
      -webkit-line-clamp: 6;
      height: 114px; }
      #sectionOneDeepening .card-primary p.summary {
        -webkit-line-clamp: 3;
        height: 48px; }
      #carousel-card-primary .card-primary p.summary {
        -webkit-line-clamp: 5;
        height: 90px;
        line-height: 1.125rem;
        margin-bottom: 22px; }
  .card-primary .description--summary {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: left !important;
    margin-bottom: 25px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
    .card-primary .description--summary p {
      font-size: 0.875rem;
      line-height: 1.125rem;
      height: 110px;
      display: contents; }
  .card-primary .home--desc {
    font-size: 0.875rem;
    line-height: 19px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical; }
    .card-primary .home--desc.description {
      font-family: "roboto_bold_web";
      margin-bottom: 10px;
      -webkit-line-clamp: 5;
      height: 95px; }
      .card-primary .home--desc.description p {
        font-family: "roboto_bold_web";
        margin-bottom: 10px;
        -webkit-line-clamp: 5;
        height: 95px; }
      #sectionOneDeepening .card-primary .home--desc.description {
        -webkit-line-clamp: 2;
        margin-bottom: 25px;
        height: 32px; }
    .card-primary .home--desc.summary {
      margin-bottom: 25px;
      -webkit-line-clamp: 5;
      height: 95px; }
      .card-primary .home--desc.summary p {
        -webkit-line-clamp: 5;
        height: 95px; }
      #sectionOneDeepening .card-primary .home--desc.summary {
        -webkit-line-clamp: 3;
        height: 48px; }
      #carousel-card-primary .card-primary .home--desc.summary {
        -webkit-line-clamp: 5;
        height: 90px;
        line-height: 1.125rem;
        margin-bottom: 22px; }
  .card-primary .box-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "roboto_bold_web"; }
    #carousel-card-primary .card-primary .box-action {
      justify-content: flex-start; }
    .card-primary .box-action a.linkButton:focus {
      background-color: #3A78BD !important;
      color: #fff !important; }
    #sectionOneDeepening .card-primary .box-action a.linkButton {
      border-color: #fff; }
      #sectionOneDeepening .card-primary .box-action a.linkButton:hover, #sectionOneDeepening .card-primary .box-action a.linkButton:focus {
        background-color: #fff !important;
        color: #3A78BD !important; }
    .card-primary .box-action a.linkButton:focus {
      background-color: #fff;
      color: #3A78BD;
      outline: none; }
    .card-primary .box-action a:focus {
      outline-color: #3A78BD; }
    #sectionOneDeepening .card-primary .box-action a:focus {
      outline-color: #fff; }
    .card-primary .box-action a.more {
      position: relative;
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #3A78BD;
      text-transform: uppercase;
      text-align: right;
      display: inline-flex;
      align-items: center;
      line-height: 1rem; }
      .card-primary .box-action a.more img {
        margin-left: 10px;
        width: 20px;
        height: auto; }
      .card-primary .box-action a.more:focus {
        outline: 2px solid #3A78BD; }

.card-contents {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #6E6E6E; }
  #sectionDeatailNews .card-contents {
    border: none;
    padding: 30px 0; }
    @media (max-width: 991.98px) {
      #sectionDeatailNews .card-contents {
        padding: 0; } }
  #sectionCarouselNews .card-contents {
    height: 200px; }
    #sectionCarouselNews .card-contents h4 {
      height: 50px;
      -webkit-line-clamp: 2;
      margin-bottom: 10px; }
    #sectionCarouselNews .card-contents .box-details .description {
      height: 38px;
      -webkit-line-clamp: 2;
      margin-bottom: 10px; }
    #sectionCarouselNews .card-contents .box-details span.date {
      display: inline-block; }
      #sectionCarouselNews .card-contents .box-details span.date::before {
        content: "-";
        display: inline-block; }
    #sectionCarouselNews .card-contents .box-details span.category {
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #3A78BD; }
    #sectionCarouselNews .card-contents .box-image {
      width: 125px;
      height: 160px; }
    #sectionCarouselNews .card-contents .box-image + .box-details {
      padding-left: 160px; }
  #sectionPageComunicati .card-contents {
    height: 360px;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border: none;
    margin-bottom: 30px;
    border-radius: 4px; }
    @media (max-width: 991.98px) {
      #sectionPageComunicati .card-contents {
        height: 334px; } }
  #sectionPageNews .card-contents {
    border-top: none;
    padding: 0;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      #sectionPageNews .card-contents {
        padding: 20px 0px;
        margin-bottom: 0px; } }
  .card-contents:last-child {
    border-bottom: 1px solid #6E6E6E; }
    #sectionPageNews .card-contents:last-child {
      border-bottom: 1px solid #969696 !important; }
      @media (max-width: 991.98px) {
        #sectionPageNews .card-contents:last-child {
          border-bottom: 1px solid #5C5C5C; } }
  .card-contents .box-image {
    width: 110px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    position: absolute; }
    #sectionPageNews .card-contents .box-image {
      box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
      width: 190px;
      height: 240px; }
      @media (max-width: 991.98px) {
        #sectionPageNews .card-contents .box-image {
          width: 122px;
          height: 152px; } }
    #sectionDeatailNews .card-contents .box-image {
      position: static;
      float: left;
      width: 350px;
      height: 442px;
      margin: 0px 30px 30px 0; }
      @media (max-width: 991.98px) {
        #sectionDeatailNews .card-contents .box-image {
          width: 270px;
          height: 341px; } }
      @media (max-width: 767.98px) {
        #sectionDeatailNews .card-contents .box-image {
          width: 350px;
          height: 442px;
          float: unset;
          margin: 0px auto;
          max-width: 100%;
          margin-bottom: 30px; } }
    #sectionDeatailNews.detailComunicati .card-contents .box-image {
      position: static;
      float: right;
      height: auto;
      width: auto;
      margin: 0px 0 30px 125px; }
      @media (max-width: 991.98px) {
        #sectionDeatailNews.detailComunicati .card-contents .box-image {
          display: none; } }
    .card-contents .box-image + .box-details {
      padding-left: 130px; }
      #sectionPageNews .card-contents .box-image + .box-details {
        padding-left: 220px;
        margin-bottom: 1em; }
        @media (max-width: 991.98px) {
          #sectionPageNews .card-contents .box-image + .box-details {
            padding-left: 140px; } }

.box-details {
  padding-left: 0px;
  height: 132px;
  margin-bottom: 1em; }
  .box-details .box-detail-header {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .box-details .box-detail-header {
        border-bottom: 1px solid #BEBEBE;
        order: -1; } }
    .box-details .box-detail-header .first-box {
      border-bottom: 1px solid #BEBEBE;
      width: 70%; }
      .box-details .box-detail-header .first-box.full-width {
        width: 45%; }
      @media (max-width: 991.98px) {
        .box-details .box-detail-header .first-box {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .box-details .box-detail-header .first-box {
          width: auto;
          border-bottom: none; } }
      .box-details .box-detail-header .first-box h3 {
        color: #3A78BD; }
    .box-details .box-detail-header .second-box {
      display: flex;
      align-items: flex-start; }
      @media (max-width: 767.98px) {
        .box-details .box-detail-header .second-box {
          width: auto; } }
      .box-details .box-detail-header .second-box .dropdown {
        line-height: 1; }
      .box-details .box-detail-header .second-box button {
        margin: 0;
        padding: 0;
        text-decoration: underline;
        font-family: "roboto_bold_web";
        margin-right: 40px; }
        .box-details .box-detail-header .second-box button img {
          margin-left: 7px; }
        .box-details .box-detail-header .second-box button:hover {
          text-decoration: none; }
        .box-details .box-detail-header .second-box button::after {
          content: none; }
        .box-details .box-detail-header .second-box button#buttonShare {
          margin-right: 0;
          padding-right: 30px;
          position: relative; }
          .box-details .box-detail-header .second-box button#buttonShare::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
            border: 0;
            background-image: url(../images/svg/share.svg); }
          .box-details .box-detail-header .second-box button#buttonShare[aria-expanded="true"]::after {
            background-image: url(../images/svg/share-full.svg); }
          .box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show {
            display: flex;
            z-index: 1;
            border: none;
            padding: 0;
            background-color: transparent;
            justify-content: flex-end; }
            .box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show a {
              padding: 0;
              width: 20px;
              margin: 8px 0 0 10px; }
              .box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show a:last-child {
                padding-right: 0; }
              .box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show a:focus {
                outline: 3px solid #3A78BD;
                box-shadow: none; }
  .box-details .detail--date {
    font-family: "roboto_bold_web";
    font-size: 14px;
    text-transform: uppercase; }
  #sectionDeatailMultimedia .box-details {
    height: auto; }
    @media (max-width: 767.98px) {
      #sectionDeatailMultimedia .box-details .box-detail-header {
        border-bottom: 0;
        margin-bottom: 0; } }
  #sectionDeatailNews .box-details {
    height: auto; }
    @media (max-width: 767.98px) {
      #sectionDeatailNews .box-details {
        display: flex;
        flex-direction: column; } }
  #sectionPageComunicati .box-details {
    height: auto; }
  #sectionPageNews .box-details {
    height: 240px; }
    @media (max-width: 991.98px) {
      #sectionPageNews .box-details {
        height: 152px; } }
  .box-details span.date {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
    margin: 8px 0px 15px;
    text-transform: uppercase; }
    #sectionPageNews .box-details span.date {
      margin: 6px auto; }
    #sectionPageComunicati .box-details span.date {
      margin: 0px 0px 10px 0px; }
  .box-details h4.title {
    height: 78px;
    font-family: "roboto_bold_web";
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    #sectionDeatailNews .box-details h4.title {
      height: auto;
      overflow: unset;
      display: block;
      font-size: 1.625rem;
      text-transform: initial;
      font-family: "roboto_regular_web";
      line-height: 1.875rem;
      margin-bottom: 35px; }
      @media (max-width: 991.98px) {
        #sectionDeatailNews .box-details h4.title {
          font-size: 1.25rem;
          line-height: 1.4375rem; } }
    #sectionPageNews .box-details h4.title,
    #sectionPageComunicati .box-details h4.title {
      -webkit-line-clamp: 4;
      height: 104px;
      font-family: "roboto_regular_web";
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        #sectionPageNews .box-details h4.title,
        #sectionPageComunicati .box-details h4.title {
          -webkit-line-clamp: 3;
          height: 78px;
          margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      #sectionPageComunicati .box-details h4.title {
        -webkit-line-clamp: 2;
        height: 52px;
        margin-bottom: 15px; } }
  .box-details .description {
    height: 60px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px; }
    .box-details .description p {
      margin-top: 16px; }
    #sectionDeatailNews .box-details .description {
      height: auto;
      overflow: unset;
      display: block;
      margin-bottom: 0px; }
    #sectionPageComunicati .box-details .description {
      height: 120px;
      line-height: 1.5rem;
      -webkit-line-clamp: 5; }
      @media (max-width: 991.98px) {
        #sectionPageComunicati .box-details .description {
          margin-bottom: 40px; } }
    @media (max-width: 991.98px) {
      #sectionPageNews .box-details .description {
        display: none; } }
  .box-details .box-action {
    text-align: right;
    line-height: 1rem; }
    #sectionPageNews .box-details .box-action {
      text-align: left; }
      @media (max-width: 991.98px) {
        #sectionPageNews .box-details .box-action {
          text-align: right; } }
    @media (max-width: 767.98px) {
      #sectionPageComunicati .box-details .box-action {
        text-align: left; } }
    .box-details .box-action a.more {
      position: relative;
      font-size: 0.875rem;
      font-family: "roboto_bold_web";
      color: #212529;
      text-transform: uppercase;
      text-align: right;
      display: inline-flex;
      align-items: center;
      line-height: 1rem; }
      .box-details .box-action a.more img {
        margin-left: 10px; }
      .box-details .box-action a.more:focus {
        outline: 2px solid #3A78BD; }

.card-map {
  width: 350px;
  position: relative;
  float: right;
  max-width: 550px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 25px 20px; }
  .card-map .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1; }
    .card-map .close img {
      width: 30px;
      height: 30px; }
  .card-map h3 {
    font-family: "roboto_bold_web";
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
    font-size: 1.125rem;
    line-height: 1.3125rem;
    text-transform: uppercase; }
  .card-map .thumb {
    width: 100%;
    height: 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px; }
  .card-map span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    margin-bottom: 6px; }
    .card-map span.location img {
      margin-right: 6px; }
  .card-map p {
    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 .trip {
    font-size: 0.875rem; }
    .card-map .trip a {
      color: #000000;
      text-decoration: underline; }
      .card-map .trip a:hover {
        text-decoration: none; }
    .card-map .trip img {
      margin-right: 6px; }
  .card-map .action {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .card-map .action span {
      margin-bottom: 0;
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      margin-right: 10px; }
    .card-map .action a {
      color: #000;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 1rem;
      font-family: "roboto_bold_web"; }
      .card-map .action a:hover {
        text-decoration: none; }

.card-link {
  text-decoration: none; }
  .card-link:hover {
    text-decoration: underline;
    color: #000000; }

.card-focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  height: 220px;
  background-color: #ccc;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .card-focus h3 {
    font-family: "roboto_bold_web";
    font-size: 1.125rem;
    color: #000000;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 12px;
    height: fit-content;
    width: 100%;
    margin-bottom: 0; }

body#cultura {
  /*   button.btn.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(127, 27, 45, .8); 
    } */ }
  body#cultura a.resources {
    padding: 5px 28px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #3A78BD;
    color: #fff;
    border-radius: 15px;
    text-transform: uppercase; }
    body#cultura a.resources:hover {
      text-decoration: underline; }
  body#cultura .btn:focus {
    outline: 2px solid #3A78BD;
    outline-offset: 2px;
    box-shadow: none; }
  body#cultura button.btn.btn-primary,
  body#cultura button.btn.btn-primary:active {
    height: 30px;
    border-radius: 25px;
    background-color: #3A78BD;
    border-color: #3A78BD;
    text-transform: uppercase;
    font-family: "roboto_bold_web"; }
  body#cultura button.btn.btn-primary:hover {
    background-color: #ffffff;
    border-color: #3A78BD;
    text-transform: uppercase;
    font-family: "roboto_bold_web";
    color: #3A78BD; }
  body#cultura #exp_elem_list,
  body#cultura #exp_elem_list_genere {
    box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24); }
  body#cultura input.form-control:focus,
  body#cultura #exp_button:focus,
  body#cultura #exp_button_genere:focus {
    box-shadow: 0 0 0 0.2rem #A0BCDA;
    outline: none; }
  body#cultura .btn-primary:not(:disabled):not(.disabled).active:focus,
  body#cultura .btn-primary:not(:disabled):not(.disabled):active:focus,
  body#cultura .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #A0BCDA;
    color: white; }
  body#cultura .btn-primary:not(:disabled):not(.disabled).active,
  body#cultura .btn-primary:not(:disabled):not(.disabled):active,
  body#cultura .show > .btn-primary.dropdown-toggle {
    height: 30px;
    border-radius: 25px;
    background-color: #3A78BD;
    border-color: #3A78BD;
    text-transform: uppercase;
    font-family: "roboto_bold_web"; }
  body#cultura button.cta,
  body#cultura a.cta {
    width: 206px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    text-decoration: none;
    transition: 0.3s; }
  body#cultura .general-menu {
    position: relative;
    margin-right: 20px; }
    body#cultura .general-menu span {
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #000000;
      position: relative;
      top: -6px;
      border-radius: 10px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      body#cultura .general-menu span::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        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#cultura .general-menu span::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000000;
        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#cultura .info_hero button {
    position: relative;
    padding: 0 20px; }
    body#cultura .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#cultura .info_hero button span.btn-more-hero {
      margin-bottom: 0;
      padding-left: 20px; }
  body#cultura .info_hero button.btn.btn-primary:hover span::before {
    background-image: url("../images/svg/mask_hover.svg");
    background-repeat: no-repeat;
    color: #3A78BD; }
  body#cultura .info_hero button.btn.btn-primary:active:hover {
    color: #ffffff; }
  body#cultura .info_hero button.btn.btn-primary:hover {
    color: #3A78BD; }
  body#cultura .info_hero button.btn.btn-primary:active span::before {
    background-image: url("../images/svg/mask.svg");
    background-repeat: no-repeat; }
  body#cultura .btn_map {
    font-family: "roboto_bold_web";
    font-size: 1rem;
    margin-top: 40px;
    color: #000;
    border: 3px solid #3A78BD;
    border-radius: 50px;
    padding: 10px 20px; }
    body#cultura .btn_map:hover, body#cultura .btn_map:focus {
      background-color: #3A78BD;
      border: 3px solid #3A78BD;
      outline: none;
      color: #fff !important;
      box-shadow: none; }
  body#cultura .info_hero {
    /* .btn.btn-primary:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.8) !important;

        } */ }
  body#cultura #boxFull .btn.btn-primary {
    position: absolute;
    width: auto;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    color: #000000;
    font-family: "roboto_bold_web";
    font-size: 1rem;
    text-transform: uppercase;
    padding: 4px 10px 4px 10px; }
    @media (max-width: 575.98px) {
      body#cultura #boxFull .btn.btn-primary {
        padding: 4px;
        width: 230px; } }
    body#cultura #boxFull .btn.btn-primary::before {
      content: "";
      background-image: url(../images/svg/start-travel.svg);
      background-size: 100%;
      width: 18px;
      height: 18px;
      position: relative;
      display: inline-block;
      margin-right: 5px;
      top: 3px; }
    body#cultura #boxFull .btn.btn-primary:hover {
      background: #3A78BD;
      color: white;
      opacity: 1; }
      body#cultura #boxFull .btn.btn-primary:hover::before {
        background-image: url(../images/svg/start-travel-white.svg); }
    body#cultura #boxFull .btn.btn-primary.travel {
      padding: 5px 15px;
      height: auto; }

#heroImage .none {
  display: none; }

#heroImage .button.secondary.stop {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-image: url(../images/svg/pause.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 30px;
  position: relative;
  display: none; }
  #heroImage .button.secondary.stop::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 120%;
    background-color: #ffffff;
    position: absolute;
    left: -15px; }
  #heroImage .button.secondary.stop.active {
    display: inline-block; }
  #heroImage .button.secondary.stop:focus {
    outline-color: #3A78BD;
    border: 1px solid;
    border-color: #3A78BD; }

#heroImage .button.secondary.play {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-image: url(../images/svg/play.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
  margin-left: 30px;
  position: relative; }
  #heroImage .button.secondary.play::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 120%;
    background-color: #ffffff;
    position: absolute;
    left: -15px; }
  #heroImage .button.secondary.play.active {
    display: inline-block; }
  #heroImage .button.secondary.play:focus {
    outline-color: #3A78BD;
    border: 1px solid;
    border-color: #3A78BD; }

.anchor__link_strong {
  color: #0758B2;
  text-decoration: underline;
  cursor: pointer;
  font-family: "roboto_bold_web"; }
  .anchor__link_strong:hover {
    color: #0758B2;
    text-decoration: underline; }

.anchor__link {
  color: #3A78BD;
  text-decoration: underline; }
  .anchor__link:hover {
    color: #3A78BD;
    text-decoration: underline; }

.anchor__link-dark {
  color: #000000;
  text-decoration: underline; }
  .anchor__link-dark:hover {
    color: #000000;
    text-decoration: underline; }

button.video {
  width: 100%;
  height: 393px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none; }
  @media (max-width: 767.98px) {
    button.video {
      height: 238px; } }
  button.video img {
    height: 60px;
    width: 60px;
    transition: all 0.3s; }
  button.video:hover img {
    transform: scale(1.2); }
  button.video:focus {
    outline: 2px solid #fff;
    outline-offset: -10px; }

.anchor--description {
  margin-bottom: 30px;
  color: #000;
  font-family: "roboto_bold_web";
  text-decoration: underline;
  display: block; }
  .anchor--description:hover {
    color: #000; }
  .anchor--description:focus {
    outline: 3px solid #000;
    display: inline-block; }

.rowHeight {
  height: 264px; }
  .rowHeight.height {
    height: auto; }
  .rowHeight.overflow {
    overflow: hidden; }
  .rowHeight .expand-info {
    visibility: hidden; }
    .rowHeight .expand-info p {
      margin-bottom: 24px; }
    .rowHeight .expand-info.visible {
      visibility: visible; }

.collapseButton {
  text-align: right;
  padding-right: 40px;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #000000;
  padding-bottom: 18px; }
  .collapseButton a {
    color: #3A78BD;
    font-family: "roboto_bold_web";
    text-transform: uppercase; }
    .collapseButton a:hover {
      text-decoration: none; }
  .collapseButton #expandButtonDetail {
    position: relative;
    text-decoration: underline; }
    .collapseButton #expandButtonDetail:hover {
      text-decoration: none; }
    .collapseButton #expandButtonDetail span {
      font-size: 14px; }

.exp::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -25px;
  width: 11px;
  height: 12px;
  background-image: url(../images/svg/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat; }

.coll {
  display: none;
  text-decoration: underline; }
  .coll::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -25px;
    width: 11px;
    height: 12px;
    background-image: url(../images/svg/arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat; }
  .coll:hover {
    text-decoration: none; }

.reverse .exp {
  display: none; }

.reverse .coll {
  display: inline-block; }

.text--anchor a {
  font-family: "roboto_bold_web";
  text-decoration: underline;
  color: #000000; }
  .text--anchor a:focus {
    outline: 3px solid #3A78BD; }

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

body#cultura .main_content h1 {
  text-align: center;
  font-size: 2rem;
  max-width: 620px;
  font-family: "roboto_regular_web";
  display: block;
  margin: auto; }
  body#cultura .main_content h1 span {
    font-family: "roboto_bold_web"; }
  body#cultura .main_content h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #3A78BD;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 60px; }

body#cultura .main_content.page h2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 40px; }
  body#cultura .main_content.page h2::after {
    margin: 0;
    margin-top: 15px; }

body#cultura .main_content.page p {
  line-height: 22px;
  margin-bottom: 30px; }

body#cultura .main_content.page a {
  color: #000;
  text-decoration: underline; }
  body#cultura .main_content.page a:hover {
    text-decoration: none; }

body#cultura .main_content h2 {
  text-align: center;
  font-size: 1.75rem;
  max-width: 745px;
  font-family: "roboto_regular_web";
  display: block;
  margin: auto;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    body#cultura .main_content h2 {
      margin-bottom: 30px;
      font-size: 1.5rem; } }
  body#cultura .main_content h2 span {
    font-family: "roboto_bold_web"; }
  body#cultura .main_content h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #3A78BD;
    /* margin: auto;
				margin-top: 12px;
				margin-bottom: 60px; */
    margin: 8px auto; }

body#cultura .main_content p {
  text-align: center; }

body#cultura .main_content.search h1 {
  text-align: left;
  margin: 0;
  font-size: 1.75rem; }
  @media (max-width: 991.98px) {
    body#cultura .main_content.search h1 {
      font-size: 1.5rem; } }
  body#cultura .main_content.search h1 span {
    font-family: "roboto_regular_web"; }
  body#cultura .main_content.search h1::after {
    content: none; }

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

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

@media (max-width: 991.98px) {
  .first-description {
    font-size: 0.875rem; } }

body#cultura {
  /* carousel 3 elementi con card */
  /* card 3 elementi con lightbox */ }
  body#cultura .cardButton, body#cultura #cardButtonSearch {
    overflow: hidden; }
  body#cultura #card-slideshow .owl-stage-outer {
    width: 102%; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura #card-slideshow .owl-stage-outer {
        width: 101%; } }
    @media (min-width: 1199.98px) {
      body#cultura #card-slideshow .owl-stage-outer {
        padding-left: .5rem; } }
  body#cultura #carousel-card-primary .owl-nav,
  body#cultura #carousel-card-primary-single-item .owl-nav,
  body#cultura #carousel-news .owl-nav {
    margin-top: 20px;
    text-align: right; }
    body#cultura #carousel-card-primary .owl-nav .owl-prev,
    body#cultura #carousel-card-primary-single-item .owl-nav .owl-prev,
    body#cultura #carousel-news .owl-nav .owl-prev {
      margin-right: 14px; }
    body#cultura #carousel-card-primary .owl-nav .owl-prev,
    body#cultura #carousel-card-primary .owl-nav .owl-next,
    body#cultura #carousel-card-primary-single-item .owl-nav .owl-prev,
    body#cultura #carousel-card-primary-single-item .owl-nav .owl-next,
    body#cultura #carousel-news .owl-nav .owl-prev,
    body#cultura #carousel-news .owl-nav .owl-next {
      background-color: #3A78BD;
      border-radius: 2px;
      height: 30px;
      width: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      body#cultura #carousel-card-primary .owl-nav .owl-prev svg path,
      body#cultura #carousel-card-primary .owl-nav .owl-next svg path,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-prev svg path,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-next svg path,
      body#cultura #carousel-news .owl-nav .owl-prev svg path,
      body#cultura #carousel-news .owl-nav .owl-next svg path {
        fill: #fff; }
      body#cultura #carousel-card-primary .owl-nav .owl-prev.disabled,
      body#cultura #carousel-card-primary .owl-nav .owl-next.disabled,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-prev.disabled,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-next.disabled,
      body#cultura #carousel-news .owl-nav .owl-prev.disabled,
      body#cultura #carousel-news .owl-nav .owl-next.disabled {
        background-color: rgba(58, 120, 189, 0.7);
        pointer-events: none; }
      body#cultura #carousel-card-primary .owl-nav .owl-prev:focus,
      body#cultura #carousel-card-primary .owl-nav .owl-next:focus,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-prev:focus,
      body#cultura #carousel-card-primary-single-item .owl-nav .owl-next:focus,
      body#cultura #carousel-news .owl-nav .owl-prev:focus,
      body#cultura #carousel-news .owl-nav .owl-next:focus {
        outline: 2px solid #3A78BD;
        outline-offset: 4px; }
  body#cultura #card-slideshow,
  body#cultura #full-carousel-home,
  body#cultura #card-slideshow-cultura,
  body#cultura #card-slideshow-image,
  body#cultura #card-slideshow-enti,
  body#cultura #card-slideshow-persons,
  body#cultura #card-slideshow-digital,
  body#cultura #card-slideshow-events-cultural,
  body#cultura #card-slideshow-itineraries,
  body#cultura #card-slideshow-resources {
    position: relative;
    margin-bottom: 30px;
    height: 480px; }
    @media (max-width: 991.98px) {
      body#cultura #card-slideshow,
      body#cultura #full-carousel-home,
      body#cultura #card-slideshow-cultura,
      body#cultura #card-slideshow-image,
      body#cultura #card-slideshow-enti,
      body#cultura #card-slideshow-persons,
      body#cultura #card-slideshow-digital,
      body#cultura #card-slideshow-events-cultural,
      body#cultura #card-slideshow-itineraries,
      body#cultura #card-slideshow-resources {
        margin-bottom: 20px !important; } }
    body#cultura #card-slideshow .card-place.overlay-image::before,
    body#cultura #full-carousel-home .card-place.overlay-image::before,
    body#cultura #card-slideshow-cultura .card-place.overlay-image::before,
    body#cultura #card-slideshow-image .card-place.overlay-image::before,
    body#cultura #card-slideshow-enti .card-place.overlay-image::before,
    body#cultura #card-slideshow-persons .card-place.overlay-image::before,
    body#cultura #card-slideshow-digital .card-place.overlay-image::before,
    body#cultura #card-slideshow-events-cultural .card-place.overlay-image::before,
    body#cultura #card-slideshow-itineraries .card-place.overlay-image::before,
    body#cultura #card-slideshow-resources .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; }
    @media (max-width: 991.98px) {
      body#cultura #card-slideshow,
      body#cultura #full-carousel-home,
      body#cultura #card-slideshow-cultura,
      body#cultura #card-slideshow-image,
      body#cultura #card-slideshow-enti,
      body#cultura #card-slideshow-persons,
      body#cultura #card-slideshow-digital,
      body#cultura #card-slideshow-events-cultural,
      body#cultura #card-slideshow-itineraries,
      body#cultura #card-slideshow-resources {
        margin-bottom: 30px; }
        body#cultura #card-slideshow .owl-buttons,
        body#cultura #full-carousel-home .owl-buttons,
        body#cultura #card-slideshow-cultura .owl-buttons,
        body#cultura #card-slideshow-image .owl-buttons,
        body#cultura #card-slideshow-enti .owl-buttons,
        body#cultura #card-slideshow-persons .owl-buttons,
        body#cultura #card-slideshow-digital .owl-buttons,
        body#cultura #card-slideshow-events-cultural .owl-buttons,
        body#cultura #card-slideshow-itineraries .owl-buttons,
        body#cultura #card-slideshow-resources .owl-buttons {
          display: none; } }
    @media (max-width: 991.98px) and (max-width: 767.98px) {
      body#cultura #card-slideshow .owl-buttons,
      body#cultura #full-carousel-home .owl-buttons,
      body#cultura #card-slideshow-cultura .owl-buttons,
      body#cultura #card-slideshow-image .owl-buttons,
      body#cultura #card-slideshow-enti .owl-buttons,
      body#cultura #card-slideshow-persons .owl-buttons,
      body#cultura #card-slideshow-digital .owl-buttons,
      body#cultura #card-slideshow-events-cultural .owl-buttons,
      body#cultura #card-slideshow-itineraries .owl-buttons,
      body#cultura #card-slideshow-resources .owl-buttons {
        display: block; } }
    @media (max-width: 767.98px) {
      body#cultura #card-slideshow .owl-pagination,
      body#cultura #full-carousel-home .owl-pagination,
      body#cultura #card-slideshow-cultura .owl-pagination,
      body#cultura #card-slideshow-image .owl-pagination,
      body#cultura #card-slideshow-enti .owl-pagination,
      body#cultura #card-slideshow-persons .owl-pagination,
      body#cultura #card-slideshow-digital .owl-pagination,
      body#cultura #card-slideshow-events-cultural .owl-pagination,
      body#cultura #card-slideshow-itineraries .owl-pagination,
      body#cultura #card-slideshow-resources .owl-pagination {
        display: none !important; } }
    body#cultura #card-slideshow .owl-prev,
    body#cultura #full-carousel-home .owl-prev,
    body#cultura #card-slideshow-cultura .owl-prev,
    body#cultura #card-slideshow-image .owl-prev,
    body#cultura #card-slideshow-enti .owl-prev,
    body#cultura #card-slideshow-persons .owl-prev,
    body#cultura #card-slideshow-digital .owl-prev,
    body#cultura #card-slideshow-events-cultural .owl-prev,
    body#cultura #card-slideshow-itineraries .owl-prev,
    body#cultura #card-slideshow-resources .owl-prev {
      position: absolute;
      top: calc(50% - 25px);
      font-size: 40px; }
    body#cultura #card-slideshow .owl-next,
    body#cultura #full-carousel-home .owl-next,
    body#cultura #card-slideshow-cultura .owl-next,
    body#cultura #card-slideshow-image .owl-next,
    body#cultura #card-slideshow-enti .owl-next,
    body#cultura #card-slideshow-persons .owl-next,
    body#cultura #card-slideshow-digital .owl-next,
    body#cultura #card-slideshow-events-cultural .owl-next,
    body#cultura #card-slideshow-itineraries .owl-next,
    body#cultura #card-slideshow-resources .owl-next {
      position: absolute;
      right: -40px;
      top: calc(50% - 25px);
      font-size: 40px; }
    body#cultura #card-slideshow .owl-nav .owl-prev,
    body#cultura #card-slideshow .owl-nav .owl-next,
    body#cultura #full-carousel-home .owl-nav .owl-prev,
    body#cultura #full-carousel-home .owl-nav .owl-next,
    body#cultura #card-slideshow-cultura .owl-nav .owl-prev,
    body#cultura #card-slideshow-cultura .owl-nav .owl-next,
    body#cultura #card-slideshow-image .owl-nav .owl-prev,
    body#cultura #card-slideshow-image .owl-nav .owl-next,
    body#cultura #card-slideshow-enti .owl-nav .owl-prev,
    body#cultura #card-slideshow-enti .owl-nav .owl-next,
    body#cultura #card-slideshow-persons .owl-nav .owl-prev,
    body#cultura #card-slideshow-persons .owl-nav .owl-next,
    body#cultura #card-slideshow-digital .owl-nav .owl-prev,
    body#cultura #card-slideshow-digital .owl-nav .owl-next,
    body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev,
    body#cultura #card-slideshow-events-cultural .owl-nav .owl-next,
    body#cultura #card-slideshow-itineraries .owl-nav .owl-prev,
    body#cultura #card-slideshow-itineraries .owl-nav .owl-next,
    body#cultura #card-slideshow-resources .owl-nav .owl-prev,
    body#cultura #card-slideshow-resources .owl-nav .owl-next {
      background-color: #ffffff;
      padding: 15px !important;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #3A3A3A;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      height: 50px;
      width: 50px; }
      body#cultura #card-slideshow .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow .owl-nav .owl-next.disabled,
      body#cultura #full-carousel-home .owl-nav .owl-prev.disabled,
      body#cultura #full-carousel-home .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-cultura .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-cultura .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-image .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-image .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-enti .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-enti .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-persons .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-persons .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-digital .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-digital .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-events-cultural .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-itineraries .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-itineraries .owl-nav .owl-next.disabled,
      body#cultura #card-slideshow-resources .owl-nav .owl-prev.disabled,
      body#cultura #card-slideshow-resources .owl-nav .owl-next.disabled {
        background-color: #cecece;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        pointer-events: none;
        opacity: 0.5; }
    body#cultura #card-slideshow .owl-nav .owl-prev,
    body#cultura #full-carousel-home .owl-nav .owl-prev,
    body#cultura #card-slideshow-cultura .owl-nav .owl-prev,
    body#cultura #card-slideshow-image .owl-nav .owl-prev,
    body#cultura #card-slideshow-enti .owl-nav .owl-prev,
    body#cultura #card-slideshow-persons .owl-nav .owl-prev,
    body#cultura #card-slideshow-digital .owl-nav .owl-prev,
    body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev,
    body#cultura #card-slideshow-itineraries .owl-nav .owl-prev,
    body#cultura #card-slideshow-resources .owl-nav .owl-prev {
      position: absolute;
      left: -70px; }
      @media (max-width: 1024px) {
        body#cultura #card-slideshow .owl-nav .owl-prev,
        body#cultura #full-carousel-home .owl-nav .owl-prev,
        body#cultura #card-slideshow-cultura .owl-nav .owl-prev,
        body#cultura #card-slideshow-image .owl-nav .owl-prev,
        body#cultura #card-slideshow-enti .owl-nav .owl-prev,
        body#cultura #card-slideshow-persons .owl-nav .owl-prev,
        body#cultura #card-slideshow-digital .owl-nav .owl-prev,
        body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev,
        body#cultura #card-slideshow-itineraries .owl-nav .owl-prev,
        body#cultura #card-slideshow-resources .owl-nav .owl-prev {
          left: -25px; } }
      @media (max-width: 575.98px) {
        body#cultura #card-slideshow .owl-nav .owl-prev,
        body#cultura #full-carousel-home .owl-nav .owl-prev,
        body#cultura #card-slideshow-cultura .owl-nav .owl-prev,
        body#cultura #card-slideshow-image .owl-nav .owl-prev,
        body#cultura #card-slideshow-enti .owl-nav .owl-prev,
        body#cultura #card-slideshow-persons .owl-nav .owl-prev,
        body#cultura #card-slideshow-digital .owl-nav .owl-prev,
        body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev,
        body#cultura #card-slideshow-itineraries .owl-nav .owl-prev,
        body#cultura #card-slideshow-resources .owl-nav .owl-prev {
          left: -15px; } }
      body#cultura #card-slideshow .owl-nav .owl-prev:focus,
      body#cultura #full-carousel-home .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-cultura .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-image .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-enti .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-persons .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-digital .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-events-cultural .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-itineraries .owl-nav .owl-prev:focus,
      body#cultura #card-slideshow-resources .owl-nav .owl-prev:focus {
        outline: -webkit-focus-ring-color auto 1px;
        outline-color: #3A78BD; }
    body#cultura #card-slideshow .owl-nav .owl-next,
    body#cultura #full-carousel-home .owl-nav .owl-next,
    body#cultura #card-slideshow-cultura .owl-nav .owl-next,
    body#cultura #card-slideshow-image .owl-nav .owl-next,
    body#cultura #card-slideshow-enti .owl-nav .owl-next,
    body#cultura #card-slideshow-persons .owl-nav .owl-next,
    body#cultura #card-slideshow-digital .owl-nav .owl-next,
    body#cultura #card-slideshow-events-cultural .owl-nav .owl-next,
    body#cultura #card-slideshow-itineraries .owl-nav .owl-next,
    body#cultura #card-slideshow-resources .owl-nav .owl-next {
      position: absolute;
      right: -70px; }
      @media (max-width: 1024px) {
        body#cultura #card-slideshow .owl-nav .owl-next,
        body#cultura #full-carousel-home .owl-nav .owl-next,
        body#cultura #card-slideshow-cultura .owl-nav .owl-next,
        body#cultura #card-slideshow-image .owl-nav .owl-next,
        body#cultura #card-slideshow-enti .owl-nav .owl-next,
        body#cultura #card-slideshow-persons .owl-nav .owl-next,
        body#cultura #card-slideshow-digital .owl-nav .owl-next,
        body#cultura #card-slideshow-events-cultural .owl-nav .owl-next,
        body#cultura #card-slideshow-itineraries .owl-nav .owl-next,
        body#cultura #card-slideshow-resources .owl-nav .owl-next {
          right: -25px; } }
      @media (max-width: 575.98px) {
        body#cultura #card-slideshow .owl-nav .owl-next,
        body#cultura #full-carousel-home .owl-nav .owl-next,
        body#cultura #card-slideshow-cultura .owl-nav .owl-next,
        body#cultura #card-slideshow-image .owl-nav .owl-next,
        body#cultura #card-slideshow-enti .owl-nav .owl-next,
        body#cultura #card-slideshow-persons .owl-nav .owl-next,
        body#cultura #card-slideshow-digital .owl-nav .owl-next,
        body#cultura #card-slideshow-events-cultural .owl-nav .owl-next,
        body#cultura #card-slideshow-itineraries .owl-nav .owl-next,
        body#cultura #card-slideshow-resources .owl-nav .owl-next {
          right: -15px; } }
      body#cultura #card-slideshow .owl-nav .owl-next:focus,
      body#cultura #full-carousel-home .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-cultura .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-image .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-enti .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-persons .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-digital .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-events-cultural .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-itineraries .owl-nav .owl-next:focus,
      body#cultura #card-slideshow-resources .owl-nav .owl-next:focus {
        outline: 2px solid;
        outline-color: #3A78BD; }
    body#cultura #card-slideshow .owl-dots,
    body#cultura #full-carousel-home .owl-dots,
    body#cultura #card-slideshow-cultura .owl-dots,
    body#cultura #card-slideshow-image .owl-dots,
    body#cultura #card-slideshow-enti .owl-dots,
    body#cultura #card-slideshow-persons .owl-dots,
    body#cultura #card-slideshow-digital .owl-dots,
    body#cultura #card-slideshow-events-cultural .owl-dots,
    body#cultura #card-slideshow-itineraries .owl-dots,
    body#cultura #card-slideshow-resources .owl-dots {
      text-align: center; }
      body#cultura #card-slideshow .owl-dots button,
      body#cultura #full-carousel-home .owl-dots button,
      body#cultura #card-slideshow-cultura .owl-dots button,
      body#cultura #card-slideshow-image .owl-dots button,
      body#cultura #card-slideshow-enti .owl-dots button,
      body#cultura #card-slideshow-persons .owl-dots button,
      body#cultura #card-slideshow-digital .owl-dots button,
      body#cultura #card-slideshow-events-cultural .owl-dots button,
      body#cultura #card-slideshow-itineraries .owl-dots button,
      body#cultura #card-slideshow-resources .owl-dots button {
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 2px solid #3A78BD;
        margin: 0 5px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px; }
    body#cultura #card-slideshow .owl-dot.active,
    body#cultura #full-carousel-home .owl-dot.active,
    body#cultura #card-slideshow-cultura .owl-dot.active,
    body#cultura #card-slideshow-image .owl-dot.active,
    body#cultura #card-slideshow-enti .owl-dot.active,
    body#cultura #card-slideshow-persons .owl-dot.active,
    body#cultura #card-slideshow-digital .owl-dot.active,
    body#cultura #card-slideshow-events-cultural .owl-dot.active,
    body#cultura #card-slideshow-itineraries .owl-dot.active,
    body#cultura #card-slideshow-resources .owl-dot.active {
      background-color: #212529; }
  body#cultura #full-carousel-home .owl-prev {
    left: 10px !important; }
    @media (max-width: 767.98px) {
      body#cultura #full-carousel-home .owl-prev {
        left: -15px !important; } }
  body#cultura #full-carousel-home .owl-next {
    right: 10px !important; }
    @media (max-width: 767.98px) {
      body#cultura #full-carousel-home .owl-next {
        right: -15px !important; } }
  body#cultura #carousel-card-primary,
  body#cultura #carousel-card-primary-single-item {
    height: auto;
    margin-bottom: 20px; }
  body#cultura #card-slideshow-cultura,
  body#cultura #card-slideshow-image,
  body#cultura #card-slideshow-enti,
  body#cultura #card-slideshow-persons,
  body#cultura #card-slideshow-digital,
  body#cultura #card-slideshow-events-cultural,
  body#cultura #card-slideshow-itineraries,
  body#cultura #card-slideshow-resources {
    height: auto; }
    body#cultura #card-slideshow-cultura .owl-stage-outer,
    body#cultura #card-slideshow-image .owl-stage-outer,
    body#cultura #card-slideshow-enti .owl-stage-outer,
    body#cultura #card-slideshow-persons .owl-stage-outer,
    body#cultura #card-slideshow-digital .owl-stage-outer,
    body#cultura #card-slideshow-events-cultural .owl-stage-outer,
    body#cultura #card-slideshow-itineraries .owl-stage-outer,
    body#cultura #card-slideshow-resources .owl-stage-outer {
      padding: 1rem 0; }
      body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item:focus span.locations,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a:focus span.locations,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item:focus span.locations {
        text-decoration: underline; }
      body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a .cardButton, body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a .cardButton,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a #cardButtonSearch,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch {
        border-radius: 5px;
        height: 327px;
        -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35); }
        body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a .cardButton .card-place, body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a .cardButton .card-place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a #cardButtonSearch .card-place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place {
          height: 327px; }
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place, body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a #cardButtonSearch .card-place .img-fixed__place,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place {
            height: 255px; }
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a .cardButton .card-place .card-footer, body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer {
            height: 72px;
            display: flex;
            padding: 20px 15px 0 15px; }
            body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations, body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-cultura .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-image .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-image .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item a #cardButtonSearch .card-place .card-footer .locations,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .card-footer .locations,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .card-footer .locations {
              align-items: flex-start;
              margin: 0;
              font-family: "roboto_bold_web";
              color: #000000;
              line-height: 1.1875rem;
              font-size: 0.875rem; }
  body#cultura #card-slideshow-image .owl-stage-outer,
  body#cultura #card-slideshow-enti .owl-stage-outer,
  body#cultura #card-slideshow-persons .owl-stage-outer,
  body#cultura #card-slideshow-digital .owl-stage-outer,
  body#cultura #card-slideshow-events-cultural .owl-stage-outer,
  body#cultura #card-slideshow-itineraries .owl-stage-outer,
  body#cultura #card-slideshow-resources .owl-stage-outer {
    padding: 1rem 0; }
    
    body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch,
    body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton,
    body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch {
      border-radius: 5px;
      height: 255px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton.vertical, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton.vertical,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .vertical#cardButtonSearch {
        height: 350px; }
      
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place,
      body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place {
        height: 255px;
        position: relative; }
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place.vertical,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place.vertical {
          height: 350px; }
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .expand,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .expand {
          background-color: #fff;
          width: 26px;
          height: 26px;
          border: 0;
          position: absolute;
          top: 8px;
          right: 16px;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          background-image: url(../images/svg/expand-black.svg);
          background-position: center;
          background-repeat: no-repeat; }
        
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place,
        body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place {
          height: 255px; }
          body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail,
          body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail {
            height: 350px;
            display: flex;
            align-items: flex-end; }
            body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a,
            body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a {
              font-family: "roboto_bold_web";
              color: #fff;
              text-decoration: underline;
              font-size: 1rem;
              margin: 0 0 20px 20px; }
              body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover, body#cultura #card-slideshow-image .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-enti .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-persons .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-digital .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-events-cultural .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-itineraries .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item .cardButton .card-place .img-fixed__place.plant-detail a:hover,
              body#cultura #card-slideshow-resources .owl-stage-outer .owl-item .img-item #cardButtonSearch .card-place .img-fixed__place.plant-detail a:hover {
                text-decoration: none; }
  body#cultura .card-slideshow-element {
    position: relative;
    background: #fff;
    -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);
    margin-bottom: 2em;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px; }
    body#cultura .card-slideshow-element h3 {
      font-family: "roboto_bold_web";
      font-size: 1.125rem;
      text-transform: uppercase;
      display: block;
      margin-top: 10px; }
    body#cultura .card-slideshow-element .label {
      background-color: #3A78BD;
      display: inline-block;
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      padding: 5px 10px;
      color: #fff;
      margin-top: 10px; }
    body#cultura .card-slideshow-element .post-img {
      position: relative;
      overflow: hidden; }
    body#cultura .card-slideshow-element .post-img img {
      width: 100%;
      height: auto; }
    body#cultura .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; }
    body#cultura .card-slideshow-element .card-slideshow-element:hover .over-layer {
      opacity: 1; }
    body#cultura .card-slideshow-element .post-link {
      margin: 0;
      padding: 0;
      position: relative;
      top: 45%;
      text-align: center; }
    body#cultura .card-slideshow-element .post-link li {
      display: inline-block;
      list-style: none;
      margin-right: 20px; }
    body#cultura .card-slideshow-element .post-link li a {
      color: #fff;
      font-size: 20px; }
    body#cultura .card-slideshow-element .post-link li a:hover {
      color: #ff8b3d;
      text-decoration: none; }
    body#cultura .card-slideshow-element .post-date {
      position: absolute;
      top: 10%;
      left: 4%; }
    body#cultura .card-slideshow-element .date {
      display: block;
      font-weight: bold;
      color: #000000;
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-top: 10px; }
      body#cultura .card-slideshow-element .date span {
        font-family: "roboto_bold_web"; }
    body#cultura .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; }
    body#cultura .card-slideshow-element .post-content {
      padding: 30px; }
    body#cultura .card-slideshow-element .post-title {
      margin: 0 0 15px 0; }
    body#cultura .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; }
    body#cultura .card-slideshow-element .post-title a:hover {
      text-decoration: none;
      color: #ff8b3d; }
    body#cultura .card-slideshow-element .post-description {
      font-size: 14px;
      line-height: 24px;
      color: #808080; }
    body#cultura .card-slideshow-element .read-more {
      color: #333;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      transition: color 0.20s linear; }
    body#cultura .card-slideshow-element .read-more:hover {
      text-decoration: none;
      color: #ff8b3d; }
    body#cultura .card-slideshow-element .read-more::after {
      content: "";
      position: absolute;
      width: 30%;
      display: block;
      border: 1px solid #ff8b3d;
      transition: all 0.30s ease; }
    body#cultura .card-slideshow-element .card-footer a.expand-button {
      width: 120px;
      height: 30px;
      background-color: #34343C;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      color: #ffffff;
      display: block;
      float: right;
      position: relative;
      margin-top: -25px; }
      body#cultura .card-slideshow-element .card-footer a.expand-button:focus {
        text-decoration: underline; }
    body#cultura .card-slideshow-element .card-footer p {
      text-align: left; }
      body#cultura .card-slideshow-element .card-footer p.description-evidence {
        margin-bottom: 8px; }
      body#cultura .card-slideshow-element .card-footer p.tr-p3 {
        margin-bottom: 10px; }
    body#cultura .card-slideshow-element .label {
      display: none; }
    body#cultura .card-slideshow-element p {
      display: none; }
    body#cultura .card-slideshow-element .more {
      display: none; }
    body#cultura .card-slideshow-element .extended .label {
      display: inline-block; }
    body#cultura .card-slideshow-element .extended p {
      display: block; }
    body#cultura .card-slideshow-element .extended a.more {
      display: block; }
    body#cultura .card-slideshow-element .location {
      display: none; }
    body#cultura .card-slideshow-element .extended .location {
      display: block; }
  body#cultura .card-slideshow-element.card-home h3 {
    font-family: "roboto_bold_web";
    font-size: 1.125rem;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    min-height: 55px; }
  body#cultura .card-slideshow-cultura-element .cardButton .card, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card {
    background: transparent;
    border: 0 #fff; }
    body#cultura .card-slideshow-cultura-element .cardButton .card .card-footer, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card .card-footer {
      padding: 0;
      height: auto;
      position: relative; }
      body#cultura .card-slideshow-cultura-element .cardButton .card .card-footer .tr-title, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card .card-footer .tr-title {
        font-size: 1.25rem;
        font-family: "roboto_bold_web";
        height: 46px;
        margin-top: 20px; }
      body#cultura .card-slideshow-cultura-element .cardButton .card .card-footer .location, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card .card-footer .location {
        font-size: 1rem;
        font-family: "roboto_regular_web";
        margin: 8px 0 2px 0;
        display: block; }
        body#cultura .card-slideshow-cultura-element .cardButton .card .card-footer .location::before, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card .card-footer .location::before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          background-image: url(../images/svg/location.svg);
          background-repeat: no-repeat;
          width: 15px;
          height: 20px; }
      body#cultura .card-slideshow-cultura-element .cardButton .card .card-footer p, body#cultura .card-slideshow-cultura-element #cardButtonSearch .card .card-footer p {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 25px;
        max-height: 80px;
        height: 80px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 10px; }
  body#cultura .expand-button span {
    margin-left: 45px;
    vertical-align: middle;
    position: relative; }
  body#cultura .first-icon {
    text-align: center;
    margin-top: 2px; }
    body#cultura .first-icon::before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: 6px;
      left: -25px;
      background-image: url(../images/svg/plus.svg);
      background-size: 100%;
      background-repeat: no-repeat; }
  body#cultura .second-icon {
    display: none;
    text-align: center;
    margin-top: 2px; }
    body#cultura .second-icon::before {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: 11px;
      left: -25px;
      background-image: url(../images/svg/minus.svg);
      background-size: 100%;
      background-repeat: no-repeat; }
  body#cultura .card-slideshow-element .read-more:hover:after {
    width: 100%; }
  @media only screen and (max-width: 479px) {
    body#cultura .card-slideshow-element .month {
      font-size: 14px; }
    body#cultura .card-slideshow-element .date {
      font-size: 14px; } }
  body#cultura .lightbox-slideshow-element {
    width: 350px;
    height: 350px; }

#full-carousel,
#collezioni-carousel {
  position: relative;
  display: flex;
  justify-content: center; }
  #full-carousel .owl-nav.disabled,
  #collezioni-carousel .owl-nav.disabled {
    display: inline;
    cursor: pointer;
    pointer-events: inherit !important; }
  #full-carousel .owl-pagination,
  #collezioni-carousel .owl-pagination {
    display: none; }
  #full-carousel .owl-next,
  #collezioni-carousel .owl-next {
    position: absolute;
    margin-top: -30px;
    top: 60%;
    transform: translateY(-50%);
    right: -64px;
    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; }
    @media (max-width: 991.98px) {
      #full-carousel .owl-next,
      #collezioni-carousel .owl-next {
        right: 0px; } }
    #full-carousel .owl-next.disabled,
    #collezioni-carousel .owl-next.disabled {
      background-color: #cecece;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      pointer-events: none;
      opacity: 0.5; }
  #full-carousel .owl-prev,
  #collezioni-carousel .owl-prev {
    position: absolute;
    margin-top: -30px;
    top: 60%;
    transform: translateY(-50%);
    left: -64px;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg/left-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; }
    @media (max-width: 991.98px) {
      #full-carousel .owl-prev,
      #collezioni-carousel .owl-prev {
        left: 0px; } }
    #full-carousel .owl-prev.disabled,
    #collezioni-carousel .owl-prev.disabled {
      background-color: #cecece;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      pointer-events: none;
      opacity: 0.5; }
  #full-carousel .item,
  #collezioni-carousel .item {
    width: 255px;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }

#collezioni-carousel {
  margin-bottom: 56px; }
  #collezioni-carousel a:hover .item span {
    text-decoration: underline; }
  #collezioni-carousel .item {
    width: 255px;
    height: 350px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
    #collezioni-carousel .item::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
    #collezioni-carousel .item span {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: left;
      padding: 0 20px;
      color: #ffffff;
      z-index: 1;
      font-family: "roboto_bold_web";
      background-color: rgba(0, 0, 0, 0.1); }
      @media (max-width: 991.98px) {
        #collezioni-carousel .item span {
          text-align: center; } }

#full-carousel-home {
  height: auto !important;
  overflow-x: hidden; }
  #full-carousel-home .owl-stage-outer {
    overflow: visible;
    padding: 15px 0;
    margin-top: -15px; }
  #full-carousel-home .item {
    height: auto;
    overflow: hidden; }
    #full-carousel-home .item a:focus {
      border: 5px solid #3a78bd;
      outline: none !important;
      display: block; }
    @media (max-width: 575.98px) {
      #full-carousel-home .item {
        height: 200px;
        background-size: cover; }
        #full-carousel-home .item img {
          height: 100%; } }
    #full-carousel-home .item img {
      border-radius: 4px; }
    @media (min-width: 992px) {
      #full-carousel-home .item {
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        #full-carousel-home .item:hover {
          transform: scale(1.1);
          overflow: visible; } }
    #full-carousel-home .item .carousel-p {
      position: absolute;
      bottom: 30px;
      text-align: center;
      right: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      color: white;
      font-family: "roboto_bold_web";
      font-size: 1.5rem;
      background: rgba(0, 0, 0, 0.4); }
      #full-carousel-home .item .carousel-p::after {
        content: "";
        width: 10%;
        display: block;
        margin: 5px auto;
        border: 2px solid white;
        transition: all 0.30s ease; }
  #full-carousel-home .owl-dots {
    position: relative;
    text-align: center; }
    #full-carousel-home .owl-dots button {
      width: 18px;
      height: 18px;
      background-color: transparent;
      border: 2px solid #3A78BD !important;
      margin: 0 5px;
      -webkit-border-radius: 9px;
      -moz-border-radius: 9px;
      border-radius: 9px; }
      #full-carousel-home .owl-dots button.active {
        background-color: #3A78BD !important; }
  #full-carousel-home .owl-nav .owl-prev {
    left: 10px;
    top: calc(50% - 50px);
    transform: translateY(-50%); }
  #full-carousel-home .owl-nav .owl-next {
    right: 10px;
    top: calc(50% - 50px);
    transform: translateY(-50%); }

#placeSlider .owl-nav {
  display: block; }

.img-fixed__place {
  height: 262px;
  max-height: 262px;
  object-fit: cover; }
  .img-fixed__place.plant-detail {
    max-height: 100%; }

@media (max-width: 991.98px) {
  body#cultura #searchComponent #switch {
    display: none; } }

body#cultura #searchComponent #switch #button-group:hover {
  text-decoration: none; }

body#cultura #searchComponent #switch #button-group:focus {
  outline: 3px solid #3A78BD; }

body#cultura #searchComponent #switch #button-group div.lista.icon-visualizzation-events-group {
  background-image: url(../images/svg/griglia_gray.svg);
  height: 40px;
  width: 40px;
  justify-content: center;
  background-repeat: no-repeat;
  display: flex;
  background-position: center top; }
  body#cultura #searchComponent #switch #button-group div.lista.icon-visualizzation-events-group.active {
    background-image: url(../images/svg/griglia_red.svg); }
  body#cultura #searchComponent #switch #button-group div.lista.icon-visualizzation-events-group p {
    padding-top: 24px;
    color: #212529;
    font-size: 10px;
    text-transform: uppercase; }

body#cultura #searchComponent #switch #button-list:hover {
  text-decoration: none; }

body#cultura #searchComponent #switch #button-list:focus {
  outline: 3px solid #3A78BD; }

body#cultura #searchComponent #switch #button-list .icon-visualizzation-events-list {
  background-image: url(../images/svg/lista_gray.svg);
  height: 40px;
  background-repeat: no-repeat;
  width: 40px;
  justify-content: center;
  background-position: center top;
  display: flex; }
  body#cultura #searchComponent #switch #button-list .icon-visualizzation-events-list.active {
    background-image: url(../images/svg/lista_red.svg); }
  body#cultura #searchComponent #switch #button-list .icon-visualizzation-events-list p {
    padding-top: 24px;
    color: #212529;
    font-size: 10px;
    text-transform: uppercase; }

body#cultura #searchComponent h2 {
  text-align: left;
  font-size: 38px;
  font-family: "sourcesanspro_bold";
  display: block;
  margin: auto; }

body#cultura #searchComponent .box__search {
  width: 100%;
  z-index: 100;
  height: 100px;
  background-color: #EFEFEF;
  top: 192px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body#cultura #searchComponent .box__search {
      height: 150px; } }
  @media (max-width: 575.98px) {
    body#cultura #searchComponent .box__search {
      height: 293px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    body#cultura #searchComponent .box__search {
      height: 293px; } }
  @media (max-width: 992px) {
    body#cultura #searchComponent .box__search {
      top: 102px; } }

body#cultura .separator-column {
  display: none; }
  body#cultura .separator-column:first-child {
    display: block; }
    .grid body#cultura .separator-column:first-child {
      margin-bottom: 20px; }
  body#cultura .separator-column hr {
    border-top: 1px solid #D4D4D4; }

body#cultura .first-type-card.list .separator-column {
  display: block; }

body#cultura .card-secondary {
  border-radius: 4px;
  color: #000;
  margin-bottom: 30px; }
  body#cultura .card-secondary .details {
    display: flex;
    font-size: 0.875rem;
    text-transform: uppercase; }
    body#cultura .card-secondary .details a {
      font-family: "roboto_bold_web";
      margin-right: 16px;
      position: relative;
      display: flex !important;
      align-items: center; }
      body#cultura .card-secondary .details a::before {
        content: '';
        display: flex;
        margin-right: 8px;
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/svg/details.svg); }
  body#cultura .card-secondary .description,
  body#cultura .card-secondary .action-box,
  body#cultura .card-secondary span.place,
  body#cultura .card-secondary span.category,
  body#cultura .card-secondary .details-box span.label {
    display: none; }
  body#cultura .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; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura .card-secondary .image-box {
        height: 210px; } }
  body#cultura .card-secondary .details-box {
    background-color: #fff;
    border-radius: 0px 0px 4px 4px; }
    body#cultura .card-secondary .details-box a {
      display: block;
      color: #000;
      text-decoration: underline; }
      body#cultura .card-secondary .details-box a h3 {
        font-size: 1rem;
        line-height: 1.3125rem;
        height: 63px;
        font-family: "roboto_bold_web";
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 23px;
        border-left: 0px !important;
        padding-left: 0px !important; }
        body#cultura .card-secondary .details-box a h3.tr--2 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          height: 45px;
          margin-bottom: 5px; }
      body#cultura .card-secondary .details-box a:hover {
        text-decoration: none; }
    body#cultura .card-secondary .details-box .target {
      background-color: #3A78BD;
      padding: 4px 20px 4px 20px;
      font-size: 14px;
      border-radius: 4px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "roboto_medium_web";
      overflow: hidden;
      text-overflow: ellipsis;
      display: flow-root;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-width: 100%;
      width: fit-content; }
    body#cultura .card-secondary .details-box hr {
      border-top: 2px solid #3A78BD;
      margin: unset;
      width: 80%; }
  body#cultura .card-secondary.list {
    display: inline-flex;
    box-shadow: none;
    margin: 5px auto; }
    body#cultura .card-secondary.list .details {
      justify-content: flex-end; }
    body#cultura .card-secondary.list .image-box {
      width: 160px;
      min-width: 160px;
      max-width: 160px;
      height: 160px;
      margin: 0; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        body#cultura .card-secondary.list .image-box {
          height: 160px; } }
    body#cultura .card-secondary.list .details-box {
      margin-left: 30px;
      padding: 0;
      background-color: transparent;
      margin-top: 21px;
      height: 100%; }
      body#cultura .card-secondary.list .details-box h3 {
        -webkit-line-clamp: 1;
        height: 21px;
        position: relative;
        margin-bottom: 8px; }
      body#cultura .card-secondary.list .details-box hr {
        margin-bottom: 18px;
        width: 30%; }
      body#cultura .card-secondary.list .details-box .description {
        display: block;
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin-bottom: 14px;
        height: 72px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }

body#cultura .switch-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  margin-top: 30px; }
  @media (max-width: 991.98px) {
    body#cultura .switch-box {
      display: none; } }
  body#cultura .switch-box .switch.button-visualizzation-events-grid {
    background-image: url(../images/svg/griglia_gray.svg);
    height: 40px;
    width: 40px;
    justify-content: center;
    background-repeat: no-repeat;
    display: flex;
    background-position: center top;
    margin-right: 20px; }
    body#cultura .switch-box .switch.button-visualizzation-events-grid.active {
      background-image: url(../images/svg/griglia_red.svg); }
    body#cultura .switch-box .switch.button-visualizzation-events-grid:focus {
      outline: 3px solid #3A78BD; }
  body#cultura .switch-box .switch.button-visualizzation-events-list {
    background-image: url(../images/svg/lista_gray.svg);
    height: 40px;
    background-repeat: no-repeat;
    width: 40px;
    justify-content: center;
    background-position: center top;
    display: flex; }
    body#cultura .switch-box .switch.button-visualizzation-events-list.active {
      background-image: url(../images/svg/lista_red.svg); }
    body#cultura .switch-box .switch.button-visualizzation-events-list:focus {
      outline: 3px solid #3A78BD; }
  body#cultura .switch-box .switch span {
    display: block;
    padding-top: 24px;
    color: #212529;
    font-size: 0.8rem;
    text-transform: uppercase; }
  body#cultura .switch-box .switch:focus {
    outline: 2px solid #3A78BD;
    box-shadow: none;
    outline-offset: 10px; }

body#cultura .breadcrumb {
  background-color: transparent;
  padding-left: 0; }
  body#cultura .breadcrumb li {
    font-size: 14px !important;
    color: #3A3A3A;
    font-family: "roboto_regular_web"; }
    body#cultura .breadcrumb li a {
      font-family: "roboto_bold_web";
      color: #3A3A3A;
      text-decoration: underline;
      font-size: 14px; }
      body#cultura .breadcrumb li a:focus {
        outline: 3px solid #3A78BD; }
  body#cultura .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 800; }

body#cultura .mt-map {
  margin-top: 140px; }
  @media (max-width: 575.98px) {
    body#cultura .mt-map {
      margin-top: 6rem; } }

.transition_breadcrumb {
  transition: all 0s ease 0s;
  opacity: 1; }

body#cultura {
  /* List */
  /* Grid */ }
  body#cultura #list {
    max-width: 760px;
    height: 260px;
    margin: auto;
    padding-bottom: 30px; }
    body#cultura #list .itemList {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #707070; }
    body#cultura #list .itemList:last-child {
      border-bottom: 0; }
    body#cultura #list .date {
      font-size: 0.875rem;
      text-transform: capitalize;
      padding-bottom: 10px;
      display: inline-block; }
    body#cultura #list .wrap_image {
      width: 220px;
      height: 260px;
      overflow: hidden;
      float: left;
      background-color: #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15); }
      @media (max-width: 991.98px) {
        body#cultura #list .wrap_image {
          width: 100%;
          height: auto; } }
    body#cultura #list img {
      width: 100%;
      height: auto; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        body#cultura #list img {
          height: 100%;
          width: auto; } }
    body#cultura #list .text {
      max-width: 520px;
      height: auto;
      float: right;
      padding: 0 40px 0 24px; }
      @media (max-width: 991.98px) {
        body#cultura #list .text {
          float: none;
          height: auto;
          padding: 0;
          width: 100%; } }
      body#cultura #list .text span {
        display: block; }
      body#cultura #list .text h3 {
        font-family: "sourcesanspro_bold";
        font-size: 1.25rem;
        text-transform: uppercase;
        display: block;
        margin: 0; }
      body#cultura #list .text .label {
        background-color: #3A78BD;
        display: inline-block;
        font-family: "roboto_bold_web";
        font-size: 0.875rem;
        text-transform: uppercase;
        padding: 2px 10px;
        margin: 10px 0;
        color: #fff; }
      body#cultura #list .text .location {
        font-family: "roboto_regular_web";
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        font-size: 0.875rem; }
        body#cultura #list .text .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; }
      body#cultura #list .text a.more {
        text-transform: uppercase;
        color: #000000;
        font-family: "roboto_bold_web";
        display: inline-block;
        margin-top: 15px;
        font-size: 0.875rem;
        float: right; }
        body#cultura #list .text a.more::after {
          content: "";
          display: inline-block;
          background-image: url(../images/svg/right-arrow.svg);
          width: 15px;
          height: 12px;
          margin-left: 10px; }

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: #3A78BD; }
            .webapp-search nav.pagination ul li.page a:hover::after {
              background: #763020; }
            .webapp-search-costa nav.pagination ul li.page a:hover::after {
              background: #093BEC; }
            .webapp-search-scuola nav.pagination ul li.page a:hover::after {
              background: #076A57; }
            .webapp-search-vie nav.pagination ul li.page a:hover::after {
              background: #B21A1A; }
            .webapp-search-campania-fotografica nav.pagination ul li.page a:hover::after {
              background: #991343; }
          nav.pagination ul li.page a:focus {
            outline: 1px solid #3A78BD; }
            .webapp-search nav.pagination ul li.page a:focus {
              outline: 1px solid #763020; }
            .webapp-search-costa nav.pagination ul li.page a:focus {
              outline: 1px solid #093BEC; }
            .webapp-search-scuola nav.pagination ul li.page a:focus {
              outline: 1px solid #076A57; }
            .webapp-search-vie nav.pagination ul li.page a:focus {
              outline: 1px solid #B21A1A; }
            .webapp-search-campania-fotografica nav.pagination ul li.page a:focus {
              outline: 1px solid #991343; }
        nav.pagination ul li.page.active a {
          border-radius: 100%;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #3A78BD;
          position: relative; }
          .webapp-search nav.pagination ul li.page.active a {
            color: #763020; }
          .webapp-search-costa nav.pagination ul li.page.active a {
            color: #093BEC; }
          .webapp-search-scuola nav.pagination ul li.page.active a {
            color: #076A57; }
          .webapp-search-vie nav.pagination ul li.page.active a {
            color: #B21A1A; }
          .webapp-search-campania-fotografica nav.pagination ul li.page.active a {
            color: #991343; }
          nav.pagination ul li.page.active a:hover {
            cursor: default; }
          nav.pagination ul li.page.active a:focus {
            outline: 1px solid #3A78BD; }
            .webapp-search nav.pagination ul li.page.active a:focus {
              outline: 1px solid #763020; }
            .webapp-search-costa nav.pagination ul li.page.active a:focus {
              outline: 1px solid #093BEC; }
            .webapp-search-scuola nav.pagination ul li.page.active a:focus {
              outline: 1px solid #076A57; }
            .webapp-search-vie nav.pagination ul li.page.active a:focus {
              outline: 1px solid #B21A1A; }
            .webapp-search-campania-fotografica nav.pagination ul li.page.active a:focus {
              outline: 1px solid #991343; }
          nav.pagination ul li.page.active a::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #3A78BD;
            left: 50%;
            transform: translate(-50%); }
            .webapp-search nav.pagination ul li.page.active a::after {
              background: #763020; }
            .webapp-search-costa nav.pagination ul li.page.active a::after {
              background: #093BEC; }
            .webapp-search-scuola nav.pagination ul li.page.active a::after {
              background: #076A57; }
            .webapp-search-vie nav.pagination ul li.page.active a::after {
              background: #B21A1A; }
            .webapp-search-campania-fotografica nav.pagination ul li.page.active a::after {
              background: #991343; }
      nav.pagination ul li.first, nav.pagination ul li.next {
        margin-right: 5px; }
      nav.pagination ul li:not(.page) a {
        border: 1px solid #3A78BD;
        border-radius: 4px;
        height: 25px;
        width: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        .webapp-search nav.pagination ul li:not(.page) a {
          border: 1px solid #763020; }
        .webapp-search-costa nav.pagination ul li:not(.page) a {
          border: 1px solid #093BEC; }
        .webapp-search-scuola nav.pagination ul li:not(.page) a {
          border: 1px solid #076A57; }
        .webapp-search-vie nav.pagination ul li:not(.page) a {
          border: 1px solid #B21A1A; }
        .webapp-search-campania-fotografica nav.pagination ul li:not(.page) a {
          border: 1px solid #991343; }
        nav.pagination ul li:not(.page) a span {
          font-size: 12px;
          color: #3A78BD; }
          .webapp-search nav.pagination ul li:not(.page) a span {
            color: #763020; }
          .webapp-search-costa nav.pagination ul li:not(.page) a span {
            color: #093BEC; }
          .webapp-search-scuola nav.pagination ul li:not(.page) a span {
            color: #076A57; }
          .webapp-search-vie nav.pagination ul li:not(.page) a span {
            color: #B21A1A; }
          .webapp-search-campania-fotografica nav.pagination ul li:not(.page) a span {
            color: #991343; }
        nav.pagination ul li:not(.page) a:hover, nav.pagination ul li:not(.page) a:focus {
          background: #3A78BD; }
          .webapp-search nav.pagination ul li:not(.page) a:hover, .webapp-search nav.pagination ul li:not(.page) a:focus {
            background: #763020; }
          .webapp-search-costa nav.pagination ul li:not(.page) a:hover, .webapp-search-costa nav.pagination ul li:not(.page) a:focus {
            background: #093BEC; }
          .webapp-search-scuola nav.pagination ul li:not(.page) a:hover, .webapp-search-scuola nav.pagination ul li:not(.page) a:focus {
            background: #076A57; }
          .webapp-search-vie nav.pagination ul li:not(.page) a:hover, .webapp-search-vie nav.pagination ul li:not(.page) a:focus {
            background: #B21A1A; }
          .webapp-search-campania-fotografica nav.pagination ul li:not(.page) a:hover, .webapp-search-campania-fotografica nav.pagination ul li:not(.page) a:focus {
            background: #991343; }
          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-size: cover;
  height: calc(100vh - 191px);
  width: 100%;
  position: relative; }
  .map-interaction .filter-map {
    position: absolute;
    top: 0;
    display: block;
    left: -470px;
    width: 470px;
    background-color: white;
    height: 100%;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
    padding: 20px 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: 476px; }
        .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: 1rem;
      font-family: "roboto_bold_web"; }
    .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: calc(100% - 200px);
      /* Scrollbar Firefox */
      scrollbar-color: white #C6C6C6;
      scrollbar-width: thin;
      /* Scrollbar Google Chrome */ }
      .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;
        margin-right: 15px;
        background-color: #F4f4f4;
        padding: 10px;
        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 #3A78BD;
                  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: #474747; }
              .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: #404040; }
              .map-interaction .filter-map .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; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] {
                background-color: #E1E8EF; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] img {
                  transform: rotate3d(0, 1, 1, 0deg); }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=false] {
                background-color: #F4F4F4; }
              .map-interaction .filter-map .box-accordion .accordionFilterMap .card .card-header button:focus {
                outline: 3px solid #3A78BD;
                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(/o/CulturaTema/images/jpg/cultura-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.eventi {
                  background: url(/o/CulturaTema/images/jpg/eventi-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.teatro {
                  background: url(/o/CulturaTema/images/jpg/teatro-img.jpg) no-repeat center; }
                .map-interaction .filter-map .box-accordion .accordionFilterMap .card .form-check label .image-sic.cinema {
                  background: url(/o/CulturaTema/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 #3A78BD;
                  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 {
      border-top: 1px solid #C6C6C6;
      margin-top: 10px;
      padding-top: 20px; }
      .map-interaction .filter-map .footer-filter .reset,
      .map-interaction .filter-map .footer-filter .applied {
        background-color: white;
        border: 1px solid #3A78BD;
        border-radius: 14px;
        padding: 6px 15px;
        text-transform: uppercase;
        margin-right: 15px;
        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 #3A78BD; }
      .map-interaction .filter-map .footer-filter .reset {
        color: black; }
      .map-interaction .filter-map .footer-filter .applied {
        background-color: #3A78BD;
        color: white;
        border: 1px solid #3A78BD; }
        .map-interaction .filter-map .footer-filter .applied.disabled {
          background-color: #717171;
          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: #3A78BD;
    padding: 5px 26px 5px 17px;
    position: absolute;
    left: 6px;
    border: none;
    color: white;
    border-radius: 15px;
    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 {
    padding-top: 35px; }
  .map-interaction.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.9; }
    @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); } }

.box-mappa {
  min-height: 640px;
  background-color: gray; }

#filterArea.page-map .search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #3A78BD;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    #filterArea.page-map .search-wrap {
      min-width: 956px;
      margin-right: 60px;
      margin-bottom: 0; } }
  #filterArea.page-map .search-wrap input {
    width: 100%;
    height: auto;
    border: 0;
    background-color: transparent; }
    #filterArea.page-map .search-wrap input:focus {
      box-shadow: 0 0 0 0.2rem #a0bcda;
      border-radius: 15px;
      outline: none; }
  #filterArea.page-map .search-wrap button {
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    width: 100px;
    background-color: #3A78BD;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #filterArea.page-map .search-wrap button:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.8);
      outline-color: #000; }

#filterArea.page-map .button {
  margin: 0; }
  #filterArea.page-map .button button {
    background-color: #fff;
    border: 1px solid #3A78BD;
    border-radius: 18px;
    padding: 3px 20px;
    color: #3A78BD;
    height: 30px;
    display: flex;
    align-items: center;
    min-width: 94px;
    margin-bottom: 0; }
    #filterArea.page-map .button button:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 8, 8, 0.8); }

#filterArea.page-map .button span {
  color: #3A78BD; }

.link_wrap {
  display: block;
  text-align: right; }
  @media (max-width: 575.98px) {
    .link_wrap {
      margin-bottom: 60px; } }
  @media (max-width: 768px) {
    .link_wrap {
      text-align: center; } }
  @media (max-width: 991.98px) {
    .link_wrap {
      margin-bottom: 60px; } }

.linkButton {
  height: 30px;
  border: 2px solid #3A78BD;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: 3px 20px;
  font-family: "roboto_bold_web";
  text-transform: uppercase; }
  .linkButton:hover {
    background-color: #3A78BD;
    color: #ffffff;
    text-decoration: none; }
    .webapp .linkButton:hover {
      background-color: #763020;
      color: #ffffff; }
  .linkButton:focus {
    outline: 3px solid #000; }
  .linkButton.light-cta {
    color: #3A78BD;
    font-family: "roboto_regular_web";
    border: 1px solid #3A78BD; }
    .linkButton.light-cta:hover {
      color: #ffffff; }
    .webapp .linkButton.light-cta {
      color: #763020;
      border: 1px solid #763020; }
      .webapp .linkButton.light-cta:hover {
        color: #ffffff; }
    .webapp-costa .linkButton.light-cta {
      color: #093BEC;
      border: 1px solid #093BEC; }
      .webapp-costa .linkButton.light-cta:hover {
        color: #ffffff; }
    .webapp-scuola .linkButton.light-cta {
      color: #076A57;
      border: 1px solid #076A57; }
      .webapp-scuola .linkButton.light-cta:hover {
        color: #ffffff; }
    .webapp-vie .linkButton.light-cta {
      color: #B21A1A;
      border: 1px solid #B21A1A; }
      .webapp-vie .linkButton.light-cta:hover {
        color: #ffffff; }
    .webapp-campania-fotografica .linkButton.light-cta {
      color: #991343;
      border: 1px solid #991343; }
      .webapp-campania-fotografica .linkButton.light-cta:hover {
        color: #ffffff; }

header a.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  pointer-events: none; }

.external-link {
  font-family: "roboto_regular_web";
  color: #000;
  text-decoration: underline;
  font-size: 0.875rem;
  margin-left: 10px; }
  .external-link:hover {
    color: #000;
    text-decoration: none; }

.sectionLink {
  margin-top: 70px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding: 20px 0;
  width: 100%; }
  .sectionLinka {
    color: #000;
    text-decoration: underline; }
    .sectionLinka:hover {
      text-decoration: none; }

#carouselPlaces .owl-carousel {
  position: relative; }
  #carouselPlaces .owl-carousel a {
    display: block; }
    #carouselPlaces .owl-carousel a:focus .card {
      outline-offset: -6px;
      outline: 2px solid white; }
  #carouselPlaces .owl-carousel a,
  #carouselPlaces .owl-carousel .card {
    position: relative;
    border-radius: 0px;
    height: 160px;
    max-height: 160px;
    width: 250px;
    max-width: 250px;
    border: none; }
    #carouselPlaces .owl-carousel a:hover,
    #carouselPlaces .owl-carousel .card:hover {
      cursor: pointer;
      text-decoration: none; }
    #carouselPlaces .owl-carousel a .card-header,
    #carouselPlaces .owl-carousel .card .card-header {
      text-align: left;
      position: absolute;
      width: 209px;
      height: auto;
      top: 30px;
      left: 0;
      background-color: #ffffff;
      border: none;
      z-index: 1;
      border-radius: 0; }
    #carouselPlaces .owl-carousel a .tag,
    #carouselPlaces .owl-carousel .card .tag {
      font-family: "titillium_bold_web";
      position: absolute;
      display: flex;
      align-items: center;
      /*justify-content: center;*/
      min-height: 39px;
      height: 39px;
      width: 209px;
      width: auto;
      text-align: left;
      background-color: #3A3A3A;
      left: 0;
      top: 84px;
      color: #ffffff;
      padding: 0 20px; }
    #carouselPlaces .owl-carousel a .card-body,
    #carouselPlaces .owl-carousel .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); }
    #carouselPlaces .owl-carousel a .card-footer,
    #carouselPlaces .owl-carousel .card .card-footer {
      position: absolute;
      background-color: #ffffff;
      border: none;
      padding-bottom: 46px;
      left: 0;
      bottom: 0;
      width: 100%;
      border-radius: 0;
      transition: .4s ease;
      height: auto;
      /*.tag {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 39px;
                height: 39px;
                min-width: 140px;
                width: 140px;
                text-align: left;
                background-color: #C00200;
                left: 0;
                bottom: 7px;
                color: #ffffff;
                border-radius: 0 19.5px 19.5px 0;
            }*/ }
      #carouselPlaces .owl-carousel a .card-footer::before,
      #carouselPlaces .owl-carousel .card .card-footer::before {
        content: '';
        position: absolute;
        left: 0;
        top: -33px;
        clip-path: polygon(100% 0, 0 100%, 100% 100%, 100% 0);
        -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%, 100% 0);
        background: #ffffff;
        height: 34px;
        width: 100%;
        background-size: cover; }
      #carouselPlaces .owl-carousel a .card-footer .title,
      #carouselPlaces .owl-carousel .card .card-footer .title {
        font-weight: 800;
        text-align: left;
        font-family: "titillium_regular_web";
        font-size: 28px;
        line-height: 36px;
        padding-top: 15px; }
      #carouselPlaces .owl-carousel a .card-footer .description,
      #carouselPlaces .owl-carousel .card .card-footer .description {
        text-align: left;
        display: inherit;
        font-size: 16px;
        font-family: "roboto_regular_web";
        margin-bottom: 23px; }
        #carouselPlaces .owl-carousel a .card-footer .description .tag-description,
        #carouselPlaces .owl-carousel .card .card-footer .description .tag-description {
          font-family: "titillium_bold_web";
          width: auto;
          min-width: 80px;
          height: 21px;
          background-color: #D30019;
          color: #ffffff;
          font-weight: 600;
          font-size: 14px;
          display: inline-block;
          align-items: center;
          margin-bottom: 16px;
          padding: 0 10px; }
      #carouselPlaces .owl-carousel a .card-footer .button-red,
      #carouselPlaces .owl-carousel .card .card-footer .button-red {
        display: inline;
        width: auto;
        margin-top: 50px; }
        #carouselPlaces .owl-carousel a .card-footer .button-red img,
        #carouselPlaces .owl-carousel .card .card-footer .button-red img {
          display: inline;
          width: auto; }
    #carouselPlaces .owl-carousel a .icon-locations,
    #carouselPlaces .owl-carousel .card .icon-locations {
      height: 40px;
      max-height: 40px; }
    #carouselPlaces .owl-carousel a a,
    #carouselPlaces .owl-carousel a span.text-locations-evidence,
    #carouselPlaces .owl-carousel .card a,
    #carouselPlaces .owl-carousel .card span.text-locations-evidence {
      font-size: 18px;
      color: #ffffff;
      font-family: "titillium_bold_web";
      text-transform: uppercase; }
      #carouselPlaces .owl-carousel a a:hover,
      #carouselPlaces .owl-carousel a span.text-locations-evidence:hover,
      #carouselPlaces .owl-carousel .card a:hover,
      #carouselPlaces .owl-carousel .card span.text-locations-evidence:hover {
        cursor: pointer;
        text-decoration: none; }
  #carouselPlaces .owl-carousel .owl-prev {
    position: absolute;
    left: -40px;
    top: calc(50% - 20px);
    font-size: 40px;
    width: 50px;
    height: 50px; }
  #carouselPlaces .owl-carousel .owl-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 20px);
    font-size: 40px;
    width: 50px;
    height: 50px; }
  #carouselPlaces .owl-carousel .owl-nav .owl-prev,
  #carouselPlaces .owl-carousel .owl-nav .owl-next {
    background-color: #ffffff;
    padding: 15px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3A3A3A;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }
    #carouselPlaces .owl-carousel .owl-nav .owl-prev.disabled,
    #carouselPlaces .owl-carousel .owl-nav .owl-next.disabled {
      background-color: #cecece;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      pointer-events: none;
      opacity: 0.5; }
  #carouselPlaces .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px; }
    @media (max-width: 1024px) {
      #carouselPlaces .owl-carousel .owl-nav .owl-prev {
        left: -15px; } }
    #carouselPlaces .owl-carousel .owl-nav .owl-prev:focus {
      outline: 2px solid;
      outline-color: #3A78BD; }
  #carouselPlaces .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px; }
    @media (max-width: 1024px) {
      #carouselPlaces .owl-carousel .owl-nav .owl-next {
        right: -15px; } }
    #carouselPlaces .owl-carousel .owl-nav .owl-next:focus {
      outline: 2px solid;
      outline-color: #3A78BD; }
  #carouselPlaces .owl-carousel .owl-dots {
    display: none; }

#carouselPlaces .hero-text {
  font-size: 20px;
  font-family: "roboto_regular_web"; }
  #carouselPlaces .hero-text span {
    font-family: "roboto_bold_web"; }

#filterProduction {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    #filterProduction {
      display: none; } }
  #filterProduction .row.filter {
    height: 57px; }
  #filterProduction .row .col-2,
  #filterProduction .row .col {
    border-radius: 4px;
    background-color: #f4f4f4; }
  #filterProduction .row .filter .col {
    margin-right: 0; }
    #filterProduction .row .filter .col.cities, #filterProduction .row .filter .col.avellino, #filterProduction .row .filter .col.benevento, #filterProduction .row .filter .col.caserta, #filterProduction .row .filter .col.napoli, #filterProduction .row .filter .col.salerno {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background-repeat: no-repeat;
      background-position: center 8px;
      cursor: pointer;
      background-position: 36%;
      border-bottom: 3px solid transparent;
      border-top: 3px solid transparent;
      transition: .2s; }
      #filterProduction .row .filter .col.cities:hover, #filterProduction .row .filter .col.cities:focus, #filterProduction .row .filter .col.avellino:hover, #filterProduction .row .filter .col.avellino:focus, #filterProduction .row .filter .col.benevento:hover, #filterProduction .row .filter .col.benevento:focus, #filterProduction .row .filter .col.caserta:hover, #filterProduction .row .filter .col.caserta:focus, #filterProduction .row .filter .col.napoli:hover, #filterProduction .row .filter .col.napoli:focus, #filterProduction .row .filter .col.salerno:hover, #filterProduction .row .filter .col.salerno:focus {
        background-color: #E1E8EF;
        text-decoration: none; }
      #filterProduction .row .filter .col.cities.active, #filterProduction .row .filter .col.avellino.active, #filterProduction .row .filter .col.benevento.active, #filterProduction .row .filter .col.caserta.active, #filterProduction .row .filter .col.napoli.active, #filterProduction .row .filter .col.salerno.active {
        border-bottom: 3px solid #3A78BD;
        border-radius: 0;
        color: #000000;
        background-color: rgba(58, 120, 189, 0.2); }
        #filterProduction .row .filter .col.cities.active p, #filterProduction .row .filter .col.avellino.active p, #filterProduction .row .filter .col.benevento.active p, #filterProduction .row .filter .col.caserta.active p, #filterProduction .row .filter .col.napoli.active p, #filterProduction .row .filter .col.salerno.active p {
          font-family: "roboto_bold_web";
          color: #3A78BD; }
      #filterProduction .row .filter .col.cities p, #filterProduction .row .filter .col.avellino p, #filterProduction .row .filter .col.benevento p, #filterProduction .row .filter .col.caserta p, #filterProduction .row .filter .col.napoli p, #filterProduction .row .filter .col.salerno p {
        margin-bottom: 0;
        font-size: .8rem; }
      #filterProduction .row .filter .col.cities p, #filterProduction .row .filter .col.avellino p, #filterProduction .row .filter .col.benevento p, #filterProduction .row .filter .col.caserta p, #filterProduction .row .filter .col.napoli p, #filterProduction .row .filter .col.salerno p {
        margin-bottom: 0;
        font-size: .8rem;
        color: #000000;
        margin-right: 7%; }
        #filterProduction .row .filter .col.cities p:hover, #filterProduction .row .filter .col.avellino p:hover, #filterProduction .row .filter .col.benevento p:hover, #filterProduction .row .filter .col.caserta p:hover, #filterProduction .row .filter .col.napoli p:hover, #filterProduction .row .filter .col.salerno p:hover {
          text-decoration: none; }
    #filterProduction .row .filter .col.cities {
      background-image: url(../images/svg/cities_b.svg);
      background-size: 16%;
      background-position: 36%; }
      #filterProduction .row .filter .col.cities p {
        margin-right: 20%; }
      #filterProduction .row .filter .col.cities.active {
        background-image: url(../images/svg/cities_w.svg); }
    #filterProduction .row .filter .col.avellino {
      background-image: url(../images/svg/avellino_b.svg);
      background-size: 7.5%;
      background-position: 30%; }
      #filterProduction .row .filter .col.avellino p {
        margin-right: 18%; }
      #filterProduction .row .filter .col.avellino.active {
        background-image: url(../images/svg/avellino_w.svg); }
    #filterProduction .row .filter .col.benevento {
      background-image: url(../images/svg/benevento_b.svg);
      background-size: 17%;
      background-position: 23%; }
      #filterProduction .row .filter .col.benevento.active {
        background-image: url(../images/svg/benevento_w.svg); }
    #filterProduction .row .filter .col.caserta {
      background-image: url(../images/svg/caserta_b.svg);
      background-size: 29%;
      background-position: 23%; }
      #filterProduction .row .filter .col.caserta.active {
        background-image: url(../images/svg/caserta_w.svg); }
    #filterProduction .row .filter .col.napoli {
      background-image: url(../images/svg/napoli_b.svg);
      background-size: 17%;
      background-position: 30%; }
      #filterProduction .row .filter .col.napoli p {
        margin-right: 17%; }
      #filterProduction .row .filter .col.napoli.active {
        background-image: url(../images/svg/napoli_w.svg); }
    #filterProduction .row .filter .col.salerno {
      background-image: url(../images/svg/salerno_b.svg);
      background-size: 19.5%;
      background-position: 30%; }
      #filterProduction .row .filter .col.salerno p {
        margin-right: 12%; }
      #filterProduction .row .filter .col.salerno.active {
        background-image: url(../images/svg/salerno_w.svg); }

#productionComponent label {
  margin-bottom: 0; }

#productionComponent .title_search {
  position: relative;
  display: inline-block; }
  @media (max-width: 991.98px) {
    #productionComponent .title_search {
      display: none; } }
  #productionComponent .title_search::before {
    content: "â€œ";
    position: absolute;
    top: 0;
    left: -20px; }
  #productionComponent .title_search::after {
    content: "â€�";
    position: absolute;
    top: 0;
    right: -20px; }

#productionComponent .box__search {
  padding: 20px 75px 0 75px;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    #productionComponent .box__search {
      padding: 20px 40px 0 40px; } }
  @media (max-width: 991.98px) {
    #productionComponent .box__search {
      display: none; } }
  #productionComponent .box__search .searchbox {
    width: 210px;
    float: left;
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      #productionComponent .box__search .searchbox {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      #productionComponent .box__search .searchbox #search_searchpage,
      #productionComponent .box__search .searchbox #multi-select-plugin1,
      #productionComponent .box__search .searchbox #multi-select-plugin2 {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      #productionComponent .box__search .searchbox #search_searchpage #multi-select-plugin2multi-select-label,
      #productionComponent .box__search .searchbox #search_searchpage #multi-select-plugin1multi-select-label,
      #productionComponent .box__search .searchbox #multi-select-plugin1 #multi-select-plugin2multi-select-label,
      #productionComponent .box__search .searchbox #multi-select-plugin1 #multi-select-plugin1multi-select-label,
      #productionComponent .box__search .searchbox #multi-select-plugin2 #multi-select-plugin2multi-select-label,
      #productionComponent .box__search .searchbox #multi-select-plugin2 #multi-select-plugin1multi-select-label {
        width: 100%;
        margin-right: 0; } }
  #productionComponent .box__search label {
    display: block;
    font-size: 0.875rem;
    font-family: "roboto_regular_web"; }
  #productionComponent .box__search input {
    width: 210px;
    border: 1px solid #757575;
    margin-right: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 10px 18px;
    color: #000000; }
  #productionComponent .box__search .multiselect label {
    display: block; }
  #productionComponent .box__search .multiselect span {
    width: 210px;
    border: 1px solid #757575;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 4px 20px;
    cursor: pointer; }
    #productionComponent .box__search .multiselect span::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%; }
  #productionComponent .box__search .multiselect input {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
    height: auto;
    float: right; }
  #productionComponent .box__search .multi-select {
    background-color: #ffffff;
    cursor: pointer; }
    #productionComponent .box__search .multi-select ul {
      padding: 10px; }
      #productionComponent .box__search .multi-select ul label {
        border: 1px solid #757575;
        margin: 5px;
        border-radius: 5px; }
        #productionComponent .box__search .multi-select ul label:hover {
          background: transparent; }
        #productionComponent .box__search .multi-select ul label:focus {
          background: transparent !important; }
  #productionComponent .box__search button.btn.btn-primary {
    width: 210px;
    height: 30px;
    padding: 0;
    border-radius: 25px;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      #productionComponent .box__search button.btn.btn-primary {
        width: 100%; } }

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

.modal {
  min-height: 100%; }
  .modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 576px) {
      .modal .modal-dialog {
        width: auto;
        margin: 1.75rem auto; } }
    @media (min-width: 576px) {
      .modal .modal-dialog {
        max-width: 700px; } }
  .modal .modal-header {
    position: relative;
    top: 30px;
    padding: 0;
    border: none; }
    .modal .modal-header .text-tag-event {
      display: flex;
      align-items: center;
      text-transform: uppercase;
      font-size: 18px;
      color: #ffffff;
      font-family: "titillium_bold_web";
      text-align: left;
      position: absolute;
      min-width: 139px;
      height: auto;
      top: 0;
      left: 0;
      border: none;
      z-index: 1;
      border-radius: 0;
      padding: 0.15rem 1.20rem; }
    .modal .modal-header .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 64px;
      background-color: rgba(0, 0, 0, 0.78);
      z-index: 1;
      margin: 0;
      height: 35px;
      cursor: pointer; }
      .modal .modal-header .close span {
        position: absolute;
        top: -5px;
        font-size: 40px;
        color: #fff;
        left: 40%;
        transform: translateX(-50%);
        border: none;
        font-weight: 400; }
  .modal .modal-body {
    padding: 20px; }
    .modal .modal-body hr {
      border-color: white; }
    .modal .modal-body h3 {
      font-family: "roboto_regular_web";
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 1.4375rem;
      margin-top: 11px;
      margin-bottom: 8px; }
    .modal .modal-body .wrapimage {
      height: 100%; }
      .modal .modal-body .wrapimage img {
        width: 100%; }
    .modal .modal-body .tag-description {
      background-color: #3A78BD;
      display: inline-block;
      padding: 5px 10px;
      color: white;
      font-size: 0.875rem;
      margin-top: 13px; }
    .modal .modal-body p {
      margin-bottom: 0; }

#filtersModal .modal-body {
  padding: 0 15px; }

#filtersModal form {
  margin: 0; }

#filtersModal .form-group {
  height: 40px;
  max-height: 40px;
  padding-bottom: 60px;
  cursor: pointer;
  margin-bottom: 20px !important; }
  @media (max-width: 991.98px) and (orientation: landscape) {
    #filtersModal .form-group {
      margin-bottom: 0px !important; } }
  #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; }

#filtersMapModal.modal .white {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #filtersMapModal.modal .white .modal-dialog {
    width: 100%;
    height: 88%; }
    @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: 30px;
          top: 20px;
          opacity: 1; }
          @media (max-width: 1199.98px) {
            #filtersMapModal.modal .white .modal-dialog .modal-content-white .head-modal button.close {
              right: 0;
              top: 5px; } }
      #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: #3A78BD !important;
          color: #ffffff !important;
          border-color: #ffffff !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: #ffffff !important;
            color: #3A78BD !important;
            border-color: #3A78BD !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: #ffffff;
          border-color: #3A78BD;
          color: #3A78BD;
          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 .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: #000000;
            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-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; }

#filtersMapModal .select-filter-modal {
  width: 100%;
  border-radius: 15px;
  height: 30px;
  border: 1px solid #3c3c3c; }

.form-radio:hover input ~ .checkmark {
  background: none; }

.form-radio input:checked ~ .checkmark {
  background-color: #fff; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-radio input:checked ~ .checkmark:after {
  display: block; }

.form-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff; }

@media (max-width: 1199.98px) {
  body#cultura .modal .white {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
    body#cultura .modal .white .modal-dialog {
      width: 100%;
      height: 88%; }
      body#cultura .modal .white .modal-dialog .modal-content-white {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 100% !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; }
        body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion {
          overflow-y: auto;
          /* Scrollbar Firefox */
          scrollbar-color: white #C6C6C6;
          scrollbar-width: thin;
          /* Scrollbar Google Chrome */ }
          body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion::-webkit-scrollbar {
            width: 8px;
            border-radius: 10px; }
          body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion::-webkit-scrollbar-track {
            background: #C6C6C6;
            border-radius: 4px; }
          body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion::-webkit-scrollbar-thumb {
            background-color: white;
            border: 3px solid transparent;
            border-radius: 9px;
            background-clip: content-box; }
          body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap {
            height: auto;
            margin-right: 0;
            background-color: white;
            padding: 10px;
            border-radius: 5px;
            max-height: 500px;
            overflow-y: scroll; }
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap.iphoneXHeight {
              max-height: 588px; } }
          @media (max-width: 1199.98px) and (max-width: 411px) {
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap {
              max-height: 504px; } }
          @media (max-width: 1199.98px) and (max-width: 375px) {
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap {
              max-height: 471px; } }
          @media (max-width: 1199.98px) and (max-width: 360px) {
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap {
              max-height: 436px; } }
          @media (max-width: 1199.98px) and (max-width: 320px) {
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap {
              max-height: 365px; } }

@media (max-width: 1199.98px) {
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check {
              padding: 10px; }
              body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li {
                list-style: none;
                position: relative;
                margin: 4px 0; }
                body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label {
                  font-family: "roboto_regular_web";
                  font-size: 0.875rem;
                  width: 100%;
                  cursor: pointer; }
                  body#cultura .modal .white .modal-dialog .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%); }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input {
                    opacity: 0; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:focus + .checkbox-custom {
                      outline: 3px solid #3A78BD;
                      outline-offset: 1px; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap ul.filter-check li label input:checked + .checkbox-custom {
                      background-color: #E3E2E2; }
                      body#cultura .modal .white .modal-dialog .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); }
                      body#cultura .modal .white .modal-dialog .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); }
            body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card {
              border: none;
              background: transparent;
              border-radius: 0px; }
              body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header {
                border: none;
                padding: 0; }
                body#cultura .modal .white .modal-dialog .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%; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button .label-filter {
                    font-size: 14px;
                    font-family: "roboto_bold_web";
                    color: #3C3C3C; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button.disabled {
                    opacity: .5; }
                  body#cultura .modal .white .modal-dialog .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; }
                  body#cultura .modal .white .modal-dialog .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; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] {
                    background-color: white; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=true] img {
                      transform: rotate3d(0, 1, 1, 0deg); }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button[aria-expanded=false] {
                    background-color: white; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .card-header button:focus {
                    outline: 3px solid #3A78BD;
                    outline-offset: -3px; }
              body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check {
                background-color: white;
                margin-bottom: 8px;
                padding: 0; }
                body#cultura .modal .white .modal-dialog .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; }
                  body#cultura .modal .white .modal-dialog .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; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.cultura {
                      background: url(../images/jpg/cultura-img.jpg) no-repeat center; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.eventi {
                      background: url(../images/jpg/eventi-img.jpg) no-repeat center; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.teatro {
                      background: url(../images/jpg/teatro-img.jpg) no-repeat center; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic.cinema {
                      background: url(../images/jpg/cinema-img.jpg) no-repeat center; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .image-sic::after {
                      content: '';
                      position: absolute;
                      right: -10px;
                      height: 100%;
                      width: 10px; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input {
                    opacity: 0;
                    cursor: pointer;
                    height: 0;
                    width: 0; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:checked + .checkbox-custom {
                      background-color: #E3E2E2; }
                      body#cultura .modal .white .modal-dialog .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); }
                      body#cultura .modal .white .modal-dialog .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); }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input:focus + .checkbox-custom {
                      outline: 3px solid #3A78BD;
                      outline-offset: 1px; }
                    body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label .form-check-input.general:checked + .checkbox-custom {
                      background-color: #E3E2E2; }
                      body#cultura .modal .white .modal-dialog .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); }
                      body#cultura .modal .white .modal-dialog .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); }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.sic .image-sic::after {
                    background-color: #3A77BC; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.eventi .image-sic::after {
                    background-color: #EC001D; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.spettacolo .image-sic::after {
                    background-color: #7F1B2D; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check label.cinema .image-sic::after {
                    background-color: #FC7F03; }
                  body#cultura .modal .white .modal-dialog .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%); }
                body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check:first-child {
                  margin-top: 5px; }
                body#cultura .modal .white .modal-dialog .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; }
                  body#cultura .modal .white .modal-dialog .modal-content-white .box-accordion .accordionFilterMap .card .form-check.general label {
                    font-family: "roboto_regular_web";
                    margin-left: 10px;
                    width: 100%; }
                    body#cultura .modal .white .modal-dialog .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%); }
        body#cultura .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; }
          body#cultura .modal .white .modal-dialog .modal-content-white .head-modal p {
            margin-bottom: 0;
            font-family: "roboto_bold_web";
            font-size: 16px;
            text-transform: uppercase; }
          body#cultura .modal .white .modal-dialog .modal-content-white .head-modal button.close {
            background-image: url(../images/svg/close_black.svg);
            width: 31px;
            height: 31px;
            background-size: 100%;
            margin-top: 14px;
            margin-right: 20px;
            position: absolute;
            right: 0;
            top: 0; }
        body#cultura .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; }
          body#cultura .modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-primary {
            min-width: 90px;
            height: 30px;
            border-radius: 25px;
            background-color: #3A78BD;
            border-color: #ffffff;
            text-transform: uppercase;
            font-family: "roboto_bold_web";
            padding: 0 20px; } }
          @media (max-width: 1199.98px) and (max-width: 991.98px) and (orientation: landscape) {
            body#cultura .modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-primary {
              margin-top: 0; } }

@media (max-width: 1199.98px) {
          body#cultura .modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary {
            min-width: 90px;
            height: 30px;
            border-radius: 25px;
            background-color: #ffffff;
            border-color: #3A78BD;
            color: #3A78BD;
            text-transform: uppercase;
            font-family: "roboto_bold_web";
            padding: 0 20px; } }
          @media (max-width: 1199.98px) and (max-width: 991.98px) and (orientation: landscape) {
            body#cultura .modal .white .modal-dialog .modal-content-white .modal-footer button.btn.btn-secondary {
              margin-top: 0; } }

@media (max-width: 1199.98px) {
          body#cultura .modal .white .modal-dialog .modal-content-white .modal-footer .saveFilter.disabled {
            background-color: #717171 !important;
            color: white;
            border: 1px solid #717171;
            pointer-events: none; }
        body#cultura .modal .white .modal-dialog .modal-content-white form {
          display: block;
          max-height: 80%; }
          body#cultura .modal .white .modal-dialog .modal-content-white form .form-group label {
            color: #000000;
            font-family: "roboto_bold_web";
            font-size: 14px; }
          body#cultura .modal .white .modal-dialog .modal-content-white form input {
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px; } }
          @media (max-width: 1199.98px) and (max-width: 991.98px) and (orientation: landscape) {
            body#cultura .modal .white .modal-dialog .modal-content-white form input {
              margin-bottom: 0; } }

@media (max-width: 1199.98px) {
          body#cultura .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; } }

.full-image {
  padding: 0 !important; }
  .full-image.show {
    display: flex !important;
    justify-content: center; }
  .full-image .modal-dialog {
    max-width: calc(100vw - 40px);
    width: auto;
    max-height: calc(100vh - 40px);
    margin: auto; }
    @media (max-width: 991.98px) {
      .full-image .modal-dialog {
        max-width: calc(100vw - 40px) !important;
        margin: auto !important;
        width: auto !important;
        max-height: calc(100vh - 40px) !important;
        height: auto !important; } }
    .full-image .modal-dialog .modal-content {
      max-width: 100%;
      max-height: calc(100vh - 40px); }
      @media (max-width: 991.98px) {
        .full-image .modal-dialog .modal-content {
          height: 100% !important;
          background: #fff !important;
          width: initial; } }
      .full-image .modal-dialog .modal-content .modal-image {
        margin: 0 auto;
        padding: 20px;
        max-height: 100%;
        max-height: calc(100vh - 40px); }
        .full-image .modal-dialog .modal-content .modal-image .box-image {
          max-height: 80vh; }
          .full-image .modal-dialog .modal-content .modal-image .box-image img {
            height: 100%;
            width: 100%;
            max-height: 80vh;
            max-width: 100%; }
            @media (max-width: 991.98px) {
              .full-image .modal-dialog .modal-content .modal-image .box-image img {
                min-height: 200px;
                min-width: 200px; } }
        .full-image .modal-dialog .modal-content .modal-image .description {
          max-width: fit-content;
          width: -moz-fit-content;
          font-family: "roboto_bold_web";
          font-size: 0.875rem;
          line-height: 121.5%;
          margin-top: 20px; }
      .full-image .modal-dialog .modal-content button.close-custom {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 30px;
        height: 30px;
        background: #ffffff;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: none; }
        .full-image .modal-dialog .modal-content button.close-custom::before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%) rotate(-45deg);
          width: 18px;
          height: 3px;
          background: #000000;
          border-radius: 30px;
          left: 50%; }
        .full-image .modal-dialog .modal-content button.close-custom::after {
          content: '';
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%) rotate(45deg);
          width: 18px;
          height: 3px;
          background: #000000;
          border-radius: 30px;
          left: 50%; }
  .full-image.video .modal-dialog {
    height: 95vh;
    width: 95vw; }
    .full-image.video .modal-dialog .modal-content {
      height: 100%;
      padding: 20px; }
      .full-image.video .modal-dialog .modal-content .modal-video {
        height: 100%; }
        .full-image.video .modal-dialog .modal-content .modal-video .box-video {
          height: 90%;
          background: #000; }
        .full-image.video .modal-dialog .modal-content .modal-video .description {
          margin-top: 20px;
          max-width: 100%;
          font-family: "roboto_bold_web";
          line-height: 121.5%; }

#validationModal .modal-dialog {
  max-width: 680px;
  position: relative; }
  #validationModal .modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 13px;
    height: 15px;
    background-image: url(../images/svg/close2.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; }
  #validationModal .modal-dialog .modal-content {
    height: 120px;
    padding: 0 50px; }
    @media (max-width: 991.98px) {
      #validationModal .modal-dialog .modal-content {
        text-align: center;
        background-color: #fff;
        height: auto; } }
    #validationModal .modal-dialog .modal-content .modal-body {
      padding-left: 0;
      padding-right: 0; }
    #validationModal .modal-dialog .modal-content p {
      margin-bottom: 0;
      margin-left: 20px;
      font-family: "roboto_regular_web";
      font-size: 1.125rem;
      line-height: 27px;
      color: #000; }
      @media (max-width: 991.98px) {
        #validationModal .modal-dialog .modal-content p {
          margin-left: 0; } }

@media (max-width: 575.98px) {
  body #filtersModal1 .modal-content form {
    padding-top: 30px; } }

@media (max-width: 575.98px) {
  body #filtersModal1 .modal-content form input,
  body #filtersModal1 .modal-content form select {
    margin-bottom: 20px !important; } }

@media (max-width: 575.98px) {
  body #filtersModal1 .modal-content form #calendarioMobile,
  body #filtersModal1 .modal-content form #calendarioMobile2 {
    width: 100% !important; } }

body #filtersModal1 .modal-content .modal-footer {
  padding: 0 20px; }
  body #filtersModal1 .modal-content .modal-footer button.btn.btn-primary {
    margin-top: 0;
    width: 100%; }

.modal-tappe {
  padding-right: 0px !important; }
  .modal-tappe .modal-header {
    border: 0px;
    padding: 16px 16px 0px 16px;
    position: initial; }
    .modal-tappe .modal-header h4 {
      font-size: 14px;
      font-weight: bold; }
  .modal-tappe .modal-body {
    padding: 16px; }
    .modal-tappe .modal-body img {
      width: 100%; }
  .modal-tappe .modal-footer {
    border: 0px;
    justify-content: flex-start; }
  .modal-tappe button.close {
    top: 15px !important;
    right: 12px !important;
    margin: 0 !important;
    padding: 0px;
    height: 19px !important;
    width: 19px !important;
    border-radius: 100%;
    position: absolute;
    background-color: transparent !important;
    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-content {
      background-color: #fff !important;
      height: auto !important;
      padding: 20px;
      border: 0px; } }

.cta--actions a {
  font-family: "roboto_regular_web";
  font-size: 14px;
  text-decoration: underline;
  margin-right: 1em;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 991.98px) {
    .cta--actions a {
      font-size: 12px; } }
  .cta--actions a.active {
    font-family: "roboto_bold_web";
    background-color: #CADBED;
    color: #2E2153;
    text-decoration: underline;
    padding: 2px 10px 2px 9px;
    border-radius: 4px; }

.custom-popover span {
  border-radius: 5px;
  background-color: #ffffff;
  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: #000000; }
    .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; }

#scopri {
  height: 73px;
  width: 100%;
  display: flex;
  justify-content: center; }
  @media (max-width: 991.98px) {
    #scopri {
      display: none; } }
  #scopri .row {
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 39px;
    width: 870px;
    padding: 8px; }
    @media (max-width: 991.98px) {
      #scopri .row {
        width: 700px; } }
    #scopri .row .col-3 {
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: 54px center;
      background-color: transparent;
      border: none;
      border-radius: 39px; }
      #scopri .row .col-3 span {
        margin-left: 35px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: left; }
        @media (max-width: 991.98px) {
          #scopri .row .col-3 span {
            font-size: .8rem; } }
      #scopri .row .col-3.active {
        background-color: #3A78BD;
        border-radius: 39px; }
        #scopri .row .col-3.active span {
          color: white; }
      #scopri .row .col-3.tutti {
        background-image: url(../images/svg/scopri-page/tutti.svg);
        background-position: 56px center; }
        @media (max-width: 991.98px) {
          #scopri .row .col-3.tutti {
            background-position: 43px center; } }
        #scopri .row .col-3.tutti.active {
          background-image: url(../images/svg/scopri-page/tutti-w.svg); }
      #scopri .row .col-3.ricostruzioni {
        background-image: url(../images/svg/scopri-page/ricostruzioni.svg);
        background-position: 20px center; }
        @media (max-width: 991.98px) {
          #scopri .row .col-3.ricostruzioni {
            background-position: 16px center; } }
        #scopri .row .col-3.ricostruzioni span {
          margin-left: 48px; }
        #scopri .row .col-3.ricostruzioni.active {
          background-image: url(../images/svg/scopri-page/ricostruzioni-w.svg); }
      #scopri .row .col-3.tour {
        background-image: url(../images/svg/scopri-page/tour.svg);
        background-position: 56px center; }
        @media (max-width: 991.98px) {
          #scopri .row .col-3.tour {
            background-position: 45px center; } }
        #scopri .row .col-3.tour.active {
          background-image: url(../images/svg/scopri-page/tour-w.svg); }
      #scopri .row .col-3.tred {
        background-image: url(../images/svg/scopri-page/3d.svg);
        background-position: 24px center; }
        #scopri .row .col-3.tred.active {
          background-image: url(../images/svg/scopri-page/3d-w.svg); }

#visualMap {
  height: 100vh;
  background-color: lightslategray;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  padding: 23px; }

/* styleint-disable */
#wrapper header,
#wrapper #header {
  /* .skipContent {
			position: absolute;
			top: -1000px;
			left: -1000px;
			padding: 10px;
			background-color: #162B45;
			color: $white;
			text-align: left;
			overflow: hidden;
			z-index: 100;
			text-transform: uppercase;
			cursor: pointer;
			margin-top: 5px;
		}

		a.skipContent:active, 
		a.skipContent:focus, 
		a.skipContent:hover {
			left: 0; 
			top: 0;
			width: auto; 
			height: auto; 
			overflow: visible; 
		}

		*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #wrapper header .accessibility,
  #wrapper #header .accessibility {
    position: absolute;
    left: -99999px;
    height: 10px;
    width: 10px; }
  #wrapper header #skip,
  #wrapper #header #skip {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
    list-style: outside none; }
  #wrapper header #skip li,
  #wrapper #header #skip li {
    list-style-type: none; }
  #wrapper header #skip a,
  #wrapper #header #skip a {
    position: absolute;
    left: -99999px;
    top: 30px; }
  #wrapper header #skip a:focus,
  #wrapper header #skip a:active,
  #wrapper #header #skip a:focus,
  #wrapper #header #skip a:active {
    position: relative;
    left: 0;
    z-index: 9999;
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 30px 45px;
    text-align: center;
    text-decoration: none;
    letter-spacing: -4px !important;
    font: bold 50px "Arial", "Freesans", sans-serif !important;
    /* color information, edit this to suit the colors of your layout */
    color: #AEAEFE;
    background: transparent url(transparent.png) repeat scroll 0 0;
    border: 1px dotted #ffb4db; }
  #wrapper header .header-firstnav,
  #wrapper #header .header-firstnav {
    height: 40px;
    transition: 0.5s;
    background-color: #ffffff; }
    #wrapper header .header-firstnav .brand-name,
    #wrapper #header .header-firstnav .brand-name {
      color: #000000;
      text-decoration: underline;
      font-family: "roboto_bold_web";
      font-size: 0.875rem; }
      #wrapper header .header-firstnav .brand-name:hover,
      #wrapper #header .header-firstnav .brand-name:hover {
        text-decoration: none; }
    #wrapper header .header-firstnav button.btn.dropdown-toggle,
    #wrapper #header .header-firstnav button.btn.dropdown-toggle {
      font-family: "roboto_bold_web"; }
      #wrapper header .header-firstnav button.btn.dropdown-toggle.dropdown-toggle::after,
      #wrapper #header .header-firstnav button.btn.dropdown-toggle.dropdown-toggle::after {
        display: none; }
      #wrapper header .header-firstnav button.btn.dropdown-toggle.dropdown-toggle[aria-expanded="true"] .fa-chevron-down,
      #wrapper #header .header-firstnav button.btn.dropdown-toggle.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 button.btn.dropdown-toggle.dropdown-toggle[aria-expanded="false"] .fa-chevron-down,
      #wrapper #header .header-firstnav button.btn.dropdown-toggle.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 .dropdown-menu div.d-flex a.dropdown-item,
    #wrapper #header .header-firstnav .dropdown-menu div.d-flex a.dropdown-item {
      display: flex; }
      #wrapper header .header-firstnav .dropdown-menu div.d-flex a.dropdown-item:hover,
      #wrapper #header .header-firstnav .dropdown-menu div.d-flex a.dropdown-item:hover {
        background-color: transparent;
        text-decoration: underline;
        cursor: pointer; }
      #wrapper header .header-firstnav .dropdown-menu div.d-flex a.dropdown-item::before,
      #wrapper #header .header-firstnav .dropdown-menu div.d-flex a.dropdown-item::before {
        content: url(../images/svg/double-arrow.svg);
        margin-right: 10px;
        display: block;
        height: 30px;
        margin-top: 2px; }
    #wrapper header .header-firstnav .brand-name a,
    #wrapper #header .header-firstnav .brand-name a {
      color: #000000;
      text-decoration: underline;
      font-family: "roboto_bold_web";
      font-size: 14px; }
    @media (max-width: 1199.98px) {
      #wrapper header .header-firstnav,
      #wrapper #header .header-firstnav {
        display: none; } }
    #wrapper header .header-firstnav .btn.btn-secondary,
    #wrapper #header .header-firstnav .btn.btn-secondary {
      background-color: transparent;
      border: 0; }
      #wrapper header .header-firstnav .btn.btn-secondary.dropdown-toggle::after,
      #wrapper #header .header-firstnav .btn.btn-secondary.dropdown-toggle::after {
        display: none; }
      #wrapper header .header-firstnav .btn.btn-secondary.dropdown-toggle[aria-expanded="true"] .fa-chevron-down,
      #wrapper #header .header-firstnav .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 .btn.btn-secondary.dropdown-toggle[aria-expanded="false"] .fa-chevron-down,
      #wrapper #header .header-firstnav .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 #leanguage .btn-secondary,
    #wrapper #header .header-firstnav #leanguage .btn-secondary {
      color: #000000;
      font-family: "roboto_bold_web";
      padding: 0;
      font-size: 14px; }
    #wrapper header .header-firstnav #leanguage bottom,
    #wrapper #header .header-firstnav #leanguage bottom {
      color: black; }
    #wrapper header .header-firstnav #user,
    #wrapper #header .header-firstnav #user {
      margin-left: 30px; }
      #wrapper header .header-firstnav #user svg g path,
      #wrapper #header .header-firstnav #user svg g path {
        fill: #000000; }
    #wrapper header .header-firstnav .flex-grow-1.bd-highlight .dropdown,
    #wrapper #header .header-firstnav .flex-grow-1.bd-highlight .dropdown {
      display: flex;
      align-items: center; }
      #wrapper header .header-firstnav .flex-grow-1.bd-highlight .dropdown .betaversion,
      #wrapper #header .header-firstnav .flex-grow-1.bd-highlight .dropdown .betaversion {
        width: 138px;
        height: 24px;
        background-image: url(../images/svg/beta-version.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 30px; }
        @media (max-width: 1199.98px) {
          #wrapper header .header-firstnav .flex-grow-1.bd-highlight .dropdown .betaversion,
          #wrapper #header .header-firstnav .flex-grow-1.bd-highlight .dropdown .betaversion {
            display: none; } }
  #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; }
      @media (min-width: 576px) {
        #wrapper header .header-secondnav .navbar .mobile-brand .betaversion,
        #wrapper #header .header-secondnav .navbar .mobile-brand .betaversion {
          display: none; } }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar .mobile-brand .betaversion,
        #wrapper #header .header-secondnav .navbar .mobile-brand .betaversion {
          margin-left: 0 !important; } }
      #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:focus,
        #wrapper #header .header-secondnav .navbar .navbar-brand:focus {
          outline: 5px solid #3a78bd; }
        #wrapper header .header-secondnav .navbar .navbar-brand img,
        #wrapper #header .header-secondnav .navbar .navbar-brand img {
          max-height: 50px;
          margin-right: 10px; }
          @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: "cormorant_garamond_regular";
          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; }
      @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 .footer-menu-mobile,
      #wrapper #header .header-secondnav .navbar .navbar-collapse .footer-menu-mobile {
        position: absolute;
        bottom: 80px; }
        #wrapper header .header-secondnav .navbar .navbar-collapse .footer-menu-mobile .brand-name,
        #wrapper #header .header-secondnav .navbar .navbar-collapse .footer-menu-mobile .brand-name {
          text-decoration: underline; }
        @media (max-width: 1199.98px) and (orientation: landscape) {
          #wrapper header .header-secondnav .navbar .navbar-collapse .footer-menu-mobile,
          #wrapper #header .header-secondnav .navbar .navbar-collapse .footer-menu-mobile {
            bottom: 40px; } }
      #wrapper header .header-secondnav .navbar .navbar-collapse .betaversion,
      #wrapper #header .header-secondnav .navbar .navbar-collapse .betaversion {
        display: block;
        margin-top: 10px;
        margin-left: 30px; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav,
        #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav {
          position: absolute;
          bottom: 30px; } }
  @media (max-width: 1199.98px) and (max-width: 1199.98px) and (orientation: landscape) {
    #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav,
    #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav {
      bottom: 0px; } }
      @media (max-width: 1199.98px) {
          #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage #dropdownMenuButton2,
          #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage #dropdownMenuButton2 {
            pointer-events: none; }
          #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu,
          #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu {
            position: relative !important;
            display: block !important;
            border: none; }
            #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu .dropdown-item,
            #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu .dropdown-item {
              display: inline !important; }
              #wrapper header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu .dropdown-item:first-child,
              #wrapper #header .header-secondnav .navbar .navbar-collapse #contentHeaderFirstnav #leanguage .dropdown-menu .dropdown-item:first-child {
                padding-left: 0; } }
      @media (max-width: 1199.98px) and (orientation: landscape) {
        #wrapper header .header-secondnav .navbar .navbar-collapse,
        #wrapper #header .header-secondnav .navbar .navbar-collapse {
          height: 100vh;
          overflow-y: scroll; } }
      #wrapper header .header-secondnav .navbar .dropdown,
      #wrapper #header .header-secondnav .navbar .dropdown {
        position: static !important; }
        #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu,
        #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu {
          padding: 40px 0;
          width: 100%;
          opacity: 0.96; }
          @media (max-width: 1199.98px) and (orientation: landscape) {
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .container,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .container {
              max-width: 100%; } }
          @media (max-width: 1199.98px) {
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu {
              border: none;
              padding-top: 0; } }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu h2,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu h2 {
            font-size: 1.375rem;
            font-family: "roboto_bold_web";
            line-height: 1.625rem;
            margin-bottom: 12px;
            color: #3A78BD; }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu p,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu p {
            font-size: 0.875rem;
            line-height: 1rem;
            color: #757575; }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a {
            color: #212529 !important;
            white-space: initial;
            text-decoration: none;
            display: flex;
            align-items: baseline;
            padding: 0px;
            margin-bottom: 20px;
            line-height: 1rem; }
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a svg,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a svg {
              margin-right: 8px; }
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a.disabled,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a.disabled {
              color: rgba(0, 0, 0, 0.5) !important;
              text-decoration: none; }
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a:hover,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a:hover {
              text-decoration: underline; }
          @media (max-width: 1199.98px) {
            #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu,
            #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu {
              border: none; }
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu a {
                background-color: #f4f4f4;
                margin: 0;
                width: 100%; }
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .p-mobile-0,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .p-mobile-0 {
                padding: 0; }
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .m-mobile-0,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .m-mobile-0 {
                margin: 0px; } }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu img,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu img {
            width: 100%;
            height: 166px; }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-right,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-right {
            border-right: 1px solid #BABABA !important; }
            @media (max-width: 1199.98px) {
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-right,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-right {
                border-right: none !important; } }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .box-image::before,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .box-image::before {
            content: '';
            height: 166px;
            position: absolute;
            left: 0;
            top: 0;
            border-left: 1px solid #BABABA; }
            @media (max-width: 1199.98px) {
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .box-image::before,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .box-image::before {
                content: none; } }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-left,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-left {
            border-left: 1px solid #BABABA !important; }
            @media (max-width: 1199.98px) {
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-left,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu .border-left {
                border-left: none !important; } }
          #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu hr,
          #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu hr {
            border-top: 1px solid #F1F1F1;
            margin-left: -15px;
            margin-right: -15px; }
            @media (min-width: 1200px) {
              #wrapper header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu hr,
              #wrapper #header .header-secondnav .navbar .dropdown .dropdown-menu.megamenu hr {
                margin-top: 0px;
                margin-left: 0px;
                margin-right: 0px; } }
      @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 ease-in-out;
          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: 1200px) {
      #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 #ffffff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: calc(100vh - 300px);
        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,
    #wrapper #header .header-secondnav #mainMenu li {
      margin-right: 40px; }
      #wrapper header .header-secondnav #mainMenu li .dropdown-toggle::after,
      #wrapper #header .header-secondnav #mainMenu li .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0;
        vertical-align: .255em;
        content: "";
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li,
        #wrapper #header .header-secondnav #mainMenu li {
          margin-right: 30px; } }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li,
        #wrapper #header .header-secondnav #mainMenu li {
          margin-right: 0px; } }
      #wrapper header .header-secondnav #mainMenu li:last-child,
      #wrapper #header .header-secondnav #mainMenu li:last-child {
        margin-right: 0px; }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li:first-child,
        #wrapper #header .header-secondnav #mainMenu li:first-child {
          margin-top: 20px; } }
      @media (max-width: 1199.98px) {
        #wrapper header .header-secondnav #mainMenu li:first-child a,
        #wrapper #header .header-secondnav #mainMenu li:first-child a {
          border-top: 1px solid #434343; } }
      #wrapper header .header-secondnav #mainMenu li a,
      #wrapper #header .header-secondnav #mainMenu li a {
        color: #ffffff;
        font-family: "roboto_regular_web";
        font-size: 0.875rem; }
        #wrapper header .header-secondnav #mainMenu li a:focus,
        #wrapper #header .header-secondnav #mainMenu li a:focus {
          outline: 5px solid #3a78bd; }
        #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: 1200px) {
          #wrapper header .header-secondnav #mainMenu li a.nav-link:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:after {
            content: "";
            position: relative;
            display: block;
            bottom: 0;
            height: 1px;
            width: 0%;
            border-bottom: 2px solid;
            transition: .3s ease-out; }
          #wrapper header .header-secondnav #mainMenu li a.nav-link:hover:after, #wrapper header .header-secondnav #mainMenu li a.nav-link:active:after, #wrapper header .header-secondnav #mainMenu li a.nav-link:focus:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:hover:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:active:after,
          #wrapper #header .header-secondnav #mainMenu li a.nav-link:focus:after {
            width: 100%; } }
    @media (max-width: 1199.98px) and (orientation: landscape) {
      #wrapper header .header-secondnav #mainMenu,
      #wrapper #header .header-secondnav #mainMenu {
        height: 150px; } }
    #wrapper header .header-secondnav #search,
    #wrapper #header .header-secondnav #search {
      margin-left: 60px;
      background-image: url(../images/svg/search.svg);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 0;
      background-size: 100% 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 {
        outline: 5px solid #3a78bd; }
    #wrapper header .header-secondnav #expandSearch,
    #wrapper #header .header-secondnav #expandSearch {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0px;
      z-index: -999;
      width: 100%;
      height: 88px;
      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: #ffffff;
        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.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 button.searchClose:focus,
        #wrapper #header .header-secondnav #expandSearch button.searchClose:focus {
          outline: 5px solid #3a78bd; }
      #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: #ffffff;
      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: #000000;
        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: #000000;
        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: #ffffff;
      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: #ffffff;
        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: #ffffff;
        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: 1200px) {
    #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: #000000 !important;
  height: auto; }

#wrapper.white .header-secondnav {
  background: #000000 !important;
  padding: 0; }

.betaversion {
  width: 138px;
  height: 24px;
  background-image: url(../images/svg/beta-version.svg);
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (max-width: 1199.98px) {
    .betaversion {
      display: none; } }

.navbar-collapse.collapse.show .betaversion {
  display: block;
  margin-top: 10px;
  margin-left: 30px; }
  @media (min-width: 1200px) {
    .navbar-collapse.collapse.show .betaversion {
      display: none !important; } }

.tag {
  font-size: 14px;
  font-family: "roboto_bold_web";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.0625rem;
  margin-bottom: 20px; }
  .tag .single-tag {
    display: inline-block;
    padding: 5px 10px; }
    .tag .single-tag:not(:last-child) {
      margin-right: 10px; }
    .tag .single-tag.other-events {
      background-color: #D20019; }
    .tag .single-tag.review-name {
      background-color: #3A3A3A; }
  .tag.collection {
    background: #3A78BD;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px; }

.tag-event-status {
  background: url(../images/svg/tag_event.svg) no-repeat;
  background-color: #3A3A3A !important;
  border-radius: 4px;
  font-size: 14px;
  height: 26px;
  width: 225.51px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "roboto_bold_web";
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 10px; }
  .tag-event-status img {
    margin: 0 10px; }

@media (max-width: 767.98px) {
  .desk-circle {
    display: none; } }

.mobile-circle {
  margin-top: -50px; }
  @media (min-width: 768px) {
    .mobile-circle {
      display: none; } }
  .mobile-circle p {
    margin-top: -50px !important; }
  .mobile-circle .box-chart .chart {
    width: 100%;
    margin-bottom: 0; }
    .mobile-circle .box-chart .chart img {
      height: 15px;
      top: 119px;
      left: 46%; }
      @media (max-width: 363px) {
        .mobile-circle .box-chart .chart img {
          left: 49%; } }
      @media (max-width: 360px) {
        .mobile-circle .box-chart .chart img {
          left: 41%; } }
      @media (min-width: 411px) {
        .mobile-circle .box-chart .chart img {
          left: 42%; } }
    .mobile-circle .box-chart .chart figcaption {
      padding: 125px 18px;
      font-size: .8rem;
      font-family: "roboto_bold_web";
      width: 100px; }
      @media (max-width: 363px) {
        .mobile-circle .box-chart .chart figcaption {
          width: 86px; } }
      @media (min-width: 411px) {
        .mobile-circle .box-chart .chart figcaption {
          width: 101px; } }
    .mobile-circle .box-chart .chart svg {
      left: 2%; }
      @media (max-width: 363px) {
        .mobile-circle .box-chart .chart svg {
          left: -16%; } }
      @media (min-width: 411px) {
        .mobile-circle .box-chart .chart svg {
          left: 2%; } }
  .mobile-circle .box-chart .chart[data-percent='60'] .outer {
    stroke-dashoffset: 386; }
  .mobile-circle .box-chart .chart[data-percent='75'] .outer {
    stroke-dashoffset: 361; }
  .mobile-circle .box-chart .chart[data-percent='90'] .outer {
    stroke-dashoffset: 307; }
  .mobile-circle .outer {
    stroke-width: 12px; }

.box-chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .box-chart {
      justify-content: flex-start; } }
  @media (max-width: 767.98px) and (orientation: landscape) {
    .box-chart {
      justify-content: flex-start; } }
  .box-chart p {
    font-family: "roboto_bold_web";
    font-size: 1.125rem; }
    @media (max-width: 991.98px) {
      .box-chart p {
        font-size: 1rem; } }
  .box-chart .chart {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 24px;
    text-align: center;
    width: 50%; }
    @media (max-width: 575.98px) {
      .box-chart .chart {
        margin-bottom: 70px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .box-chart .chart {
        width: 88%; } }

.chart figcaption {
  padding: 94px 58px;
  width: 100px;
  height: 50px;
  border-radius: 100px;
  line-height: 50px; }

.chart img {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  top: 55px;
  left: 45%; }
  @media (max-width: 575.98px) {
    .chart img {
      left: 41%; } }

/* END Container styles */
/* Colors for the circles and positions for the graphics */
.html {
  left: 23%; }

.html + svg .outer {
  stroke: #13273D; }

.css {
  left: 23%; }

.css + svg .outer {
  stroke: #3367A3; }

.javascript {
  max-width: 90px;
  max-height: 90px;
  left: 23%; }

.javascript + svg .outer {
  stroke: #3E7FC9; }

.node {
  width: 200px;
  height: 200px;
  top: 45px;
  left: 45px; }

.node + svg .outer {
  stroke: #83cd29; }

.chart svg {
  position: absolute;
  top: 0;
  left: 0; }

.outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px); }

.chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused; }

/* END Circle colors and graphic positions */
/* Set the initial values for the animation */
.chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s; }

.chart[data-percent='60'] .outer {
  stroke-dashoffset: 218;
  -webkit-animation: show25 2s;
  animation: show25 2s; }

.chart[data-percent='75'] .outer {
  stroke-dashoffset: 161;
  -webkit-animation: show25 2s;
  animation: show25 2s; }

.chart[data-percent='90'] .outer {
  stroke-dashoffset: 54;
  -webkit-animation: show25 2s;
  animation: show25 2s; }

/* END set initial animation values */
/* Keyframes for the initial animation */
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 0; } }

@keyframes show100 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 134; } }

@keyframes show75 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 124; } }

@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 267; } }

@keyframes show50 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 267; } }

@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 401; } }

@keyframes show25 {
  from {
    stroke-dashoffset: 537; }
  to {
    stroke-dashoffset: 401; } }

/* END Keyframes for the initial animation */
.box_select {
  display: flex;
  justify-content: flex-end;
  background-color: #F4F4F4;
  border-radius: 5px;
  height: 50px; }
  .box_select .dropdown_filter_custom {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 45px; }
    .box_select .dropdown_filter_custom svg {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.3s; }
      .box_select .dropdown_filter_custom svg path {
        fill: #3A78BD; }
    .box_select .dropdown_filter_custom.show svg {
      transform: translateY(-50%) rotate(180deg);
      transition: 0.3s;
      position: absolute;
      right: 0;
      top: 50%; }
    .box_select .dropdown_filter_custom .select__custom {
      width: 240px;
      border: none;
      background-color: transparent;
      padding: 0; }
      .box_select .dropdown_filter_custom .select__custom span.label {
        color: #3A78BD;
        font-family: "roboto_bold_web";
        font-size: 0.875rem;
        margin-bottom: 0;
        display: block;
        background-color: transparent;
        float: left;
        padding: 0;
        text-transform: inherit; }
      .box_select .dropdown_filter_custom .select__custom span.text {
        color: #404040;
        width: 90%;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left; }
    .box_select .dropdown_filter_custom:last-child {
      margin-right: 20px; }
    .box_select .dropdown_filter_custom::before {
      content: '';
      position: absolute;
      height: 75%;
      width: 1px;
      background-color: #3A78BD;
      left: -22.5px;
      top: 50%;
      transform: translateY(-50%);
      box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.25); }
    .box_select .dropdown_filter_custom .selectbox__custom {
      width: 315px;
      right: -17px;
      left: inherit !important;
      border: none;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
      z-index: 1;
      padding: 5px; }
      .box_select .dropdown_filter_custom .selectbox__custom .scroll.show {
        overflow-y: auto;
        max-height: 300px;
        scrollbar-color: #555 #f1f1f1;
        scrollbar-width: thin;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .box_select .dropdown_filter_custom .selectbox__custom .scroll.show::-webkit-scrollbar {
          width: 5px;
          border-radius: 100%; }
        .box_select .dropdown_filter_custom .selectbox__custom .scroll.show::-webkit-scrollbar-track {
          background: #f1f1f1;
          border-radius: 50px; }
        .box_select .dropdown_filter_custom .selectbox__custom .scroll.show::-webkit-scrollbar-thumb {
          background: #888;
          border-radius: 50px; }
        .box_select .dropdown_filter_custom .selectbox__custom .scroll.show::-webkit-scrollbar-thumb:hover {
          background: #555;
          border-radius: 50px; }
      .box_select .dropdown_filter_custom .selectbox__custom::before {
        content: '';
        position: absolute;
        top: -6px;
        right: 8px;
        height: 30px;
        width: 30px;
        background-color: white;
        transform: rotate(45deg);
        z-index: -1;
        overflow: visible; }
      .box_select .dropdown_filter_custom .selectbox__custom a {
        color: #212529;
        display: block;
        white-space: normal;
        padding-top: 10px;
        padding-bottom: 10px; }

#filterProductionMobile {
  background-color: #F4F4F4;
  padding: 20px 0; }
  #filterProductionMobile label {
    color: #3A78BD;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    display: block; }

#filterRoom2 {
  margin-bottom: 40px;
  background: #F4F4F4;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  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: 1199.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 #3A3A3A;
    margin-right: 20px; }
    @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: #3A78BD; }
    @media (max-width: 991.98px) {
      #filterRoom2 .btnCercaProtagonisti {
        margin-right: 0;
        width: 95px; } }
    #filterRoom2 .btnCercaProtagonisti:hover {
      background: transparent !important;
      color: #3A78BD !important;
      border: 2px solid #3A78BD; }
    #filterRoom2 .btnCercaProtagonisti:focus {
      color: #3A78BD;
      border: 2px solid #3A78BD;
      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: #3A78BD;
        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: #3A78BD;
    font-family: "roboto_bold_web";
    font-size: 14px; }
    #filterRoom2 button::after {
      top: 14px;
      right: 0; }
  #filterRoom2 ul {
    margin-top: 0.5em; }
    #filterRoom2 ul li {
      color: #000; }
      #filterRoom2 ul li.same-as-selected {
        color: #fff; }
      #filterRoom2 ul li:hover, #filterRoom2 ul li:focus {
        background: #3A78BD;
        border-radius: 0;
        color: #fff; }
  #filterRoom2 .select-hover li {
    color: #000; }
    #filterRoom2 .select-hover li:hover {
      background: #D20019;
      font-family: "roboto_bold_web"; }
  #filterRoom2 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.875rem; }
  #filterRoom2 ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.875rem; }
  #filterRoom2 :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.875rem; }
  #filterRoom2 :-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.875rem; }

@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: #7696BA; }
  .map-interaction.loading .box_spinner .spinner_custom_2 {
    animation: example infinite;
    animation-delay: 1s;
    animation-duration: 3s;
    background: #3267A4; }
  .map-interaction.loading .box_spinner .spinner_custom_3 {
    animation: example infinite, example3 infinite;
    animation-delay: 2s;
    animation-duration: 3s;
    background: #547EAF; }

.archive-box {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid #E5E5E5; }
  @media (max-width: 767.98px) {
    .archive-box {
      margin-bottom: 60px; } }
  .archive-box .archive-header {
    padding: 25px 30px;
    background-color: #E5E5E5;
    border-radius: 4px; }
    .archive-box .archive-header h2 {
      font-size: 1.625rem;
      display: flex;
      align-items: center;
      margin: 0; }
      @media (max-width: 991.98px) {
        .archive-box .archive-header h2 {
          font-size: 1.25rem; } }
      .archive-box .archive-header h2 img {
        margin-right: 15px; }
  .archive-box .archive-body {
    padding: 25px 30px; }
    @media (max-width: 767.98px) {
      .archive-box .archive-body {
        padding: 25px 15px 25px 15px; } }
    .archive-box .archive-body .scroll-box {
      max-height: 155px;
      overflow-y: auto;
      /* Scrollbar Firefox */
      scrollbar-color: white #C6C6C6;
      scrollbar-width: thin;
      /* Scrollbar Google Chrome */ }
      .archive-box .archive-body .scroll-box::-webkit-scrollbar {
        width: 8px;
        border-radius: 10px; }
      .archive-box .archive-body .scroll-box::-webkit-scrollbar-track {
        background: #C6C6C6;
        border-radius: 4px; }
      .archive-box .archive-body .scroll-box::-webkit-scrollbar-thumb {
        background-color: white;
        border: 3px solid transparent;
        border-radius: 9px;
        background-clip: content-box; }
      .archive-box .archive-body .scroll-box p {
        margin: 0;
        font-size: 0.875rem;
        line-height: 1.25rem;
        display: -webkit-box;
        height: 40px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        @media (max-width: 767.98px) {
          .archive-box .archive-body .scroll-box p {
            font-size: 0.75rem; } }
      .archive-box .archive-body .scroll-box span.text-size {
        display: inline-block;
        color: #929292;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-right: 10px; }
      .archive-box .archive-body .scroll-box a.resources {
        padding: 5px 28px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        background-color: #3A78BD;
        color: #fff;
        border-radius: 15px;
        text-transform: uppercase; }
        .archive-box .archive-body .scroll-box a.resources:hover {
          text-decoration: underline; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .full-image.show {
    align-items: center; }
    .full-image.show .modal-dialog {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: auto;
      margin: 0; }
      .full-image.show .modal-dialog .modal-content {
        height: auto; }
  button.modal-expand span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .modal.full-image.video {
    height: 100%; }
    .modal.full-image.video .modal-dialog {
      width: 100%; }
      .modal.full-image.video .modal-dialog .modal-content {
        height: 100%; }
  #cardNoCard .card-event .row .card-footer .description span.tr-p4 {
    display: block; }
  .tr-p5, .tr-p4, .tr-p3, .tr-p2, .tr-p1, .tr-title-2 {
    display: block; } }

.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;
    background-color: #EBF1F8 !important; }
    @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: 350px;
        text-align: center;
        display: inline-grid; } }
    .detail-search .search-tab-wrapper .search-tab li {
      width: 350px;
      text-align: center;
      display: inline-grid;
      background-color: #EBF1F8; }
      @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: 20px;
      border: 0;
      margin: 3px 2px 0px 2px;
      padding: 5px;
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */ }
      @media (max-width: 575.98px) {
        .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
          font-size: 15px;
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          bottom: 8px; } }
      @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 #3A78BD;
        background-color: #EBF1F8; }
        @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 #3A78BD; }
      .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 #3A78BD;
            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 #3A78BD;
          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 #3A78BD; } }
      @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 #3A78BD; }
        #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_web";
          font-size: 18px;
          color: #000;
          text-decoration: none; }
          #ricercaAvanzata .tab-content > .tab-pane .card-header a:focus {
            outline: 3px solid #3A78BD; }
          #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; }
      #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; }
      #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 .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_web";
      text-transform: uppercase;
      list-style: none;
      padding: 0.75em 1em;
      cursor: pointer;
      position: relative; }
      #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: #3A78BD;
        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::-webkit-details-marker {
      display: none; }
    #ricercaAvanzata .card-body details .content {
      padding: 50px 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 .custom-control-label {
        font-family: "roboto_medium_web";
        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%; } }

.tab--contents {
  background-color: #EBF1F8;
  padding-top: 40px;
  padding-bottom: 40px; }

/* 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, #cfe5fd, #73aff3, #85baf7, #3a81d3, #3A78BD);
  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 **/
body#cultura #iorestoacasa {
  margin-top: -30px;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    body#cultura #iorestoacasa {
      margin-top: 60px; } }
  body#cultura #iorestoacasa p.description {
    margin-top: -40px;
    margin-bottom: 30px;
    font-size: 1.25rem; }
    @media (max-width: 991.98px) {
      body#cultura #iorestoacasa p.description {
        margin-top: -10px;
        font-size: 1rem; } }
  body#cultura #iorestoacasa .link_wrap {
    margin-bottom: 0; }

body#cultura .home .evidence .date {
  float: left;
  text-align: right;
  font-family: "roboto_regular_web";
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 33px 0 40px; }
  @media (max-width: 991.98px) {
    body#cultura .home .evidence .date {
      display: none; } }
  body#cultura .home .evidence .date span {
    font-family: "roboto_bold_web";
    font-size: 1.75rem;
    display: block; }

body#cultura .home .evidence .date_mobile {
  display: none; }
  @media (max-width: 991.98px) {
    body#cultura .home .evidence .date_mobile {
      font-size: 0.875rem;
      text-transform: capitalize;
      padding-top: 20px;
      padding-bottom: 15px;
      display: inline-block; } }

body#cultura .home .evidence .wrap_image {
  width: 560px;
  height: 350px;
  overflow: hidden;
  float: left;
  background-color: #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body#cultura .home .evidence .wrap_image {
      width: 380px; } }
  @media (max-width: 991.98px) {
    body#cultura .home .evidence .wrap_image {
      width: 100%;
      height: auto; } }

body#cultura .home .evidence img {
  width: 100%;
  height: auto; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    body#cultura .home .evidence img {
      height: 100%;
      width: auto; } }

body#cultura .home .evidence .text {
  width: 410px;
  height: 100px;
  float: right;
  padding: 0 40px 0 24px; }
  @media (max-width: 991.98px) {
    body#cultura .home .evidence .text {
      float: none;
      height: auto;
      padding: 0;
      width: 100%; } }
  body#cultura .home .evidence .text span {
    display: block; }
  body#cultura .home .evidence .text h3 {
    font-family: "sourcesanspro_bold";
    font-size: 1.25rem;
    text-transform: uppercase;
    display: block;
    margin: 0; }
  body#cultura .home .evidence .text .label {
    background-color: #d64000;
    display: inline-block;
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 2px 10px;
    margin: 20px 0;
    color: #fff; }
  body#cultura .home .evidence .text .location {
    font-family: "roboto_regular_web";
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 0.875rem; }
    body#cultura .home .evidence .text .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; }
  body#cultura .home .evidence .text a.more {
    text-transform: uppercase;
    color: #000000;
    font-family: "roboto_bold_web";
    display: inline-block;
    margin-top: 25px;
    font-size: 0.875rem; }
    body#cultura .home .evidence .text a.more::after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/right-arrow.svg);
      width: 15px;
      height: 12px;
      margin-left: 10px; }

body#cultura #boxFull {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin: 40px 0 80px 0; }
  @media (max-width: 575.98px) {
    body#cultura #boxFull {
      height: 100%; } }
  body#cultura #boxFull h2 {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      body#cultura #boxFull h2 {
        margin-bottom: 12px; } }
  body#cultura #boxFull .content-image {
    position: relative;
    height: 478px;
    background: url(../images/jpg/vr.jpg) no-repeat center;
    background-size: cover; }
    @media (max-width: 575.98px) {
      body#cultura #boxFull .content-image {
        height: 292px; } }
  body#cultura #boxFull .overlayFull {
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 25%, black 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 25%, black 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 25%, black 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body#cultura #boxFull .wrap_image_full {
    overflow: hidden;
    width: auto;
    position: relative;
    height: auto; }
    @media (max-width: 991.98px) {
      body#cultura #boxFull .wrap_image_full {
        height: 309px; } }
  body#cultura #boxFull img {
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      body#cultura #boxFull img {
        height: 100%;
        max-width: max-content;
        width: auto; } }
  body#cultura #boxFull p {
    max-width: 892px;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      body#cultura #boxFull p {
        margin-bottom: 30px;
        padding: 0 15px; } }

body#cultura #map_homepage {
  position: relative;
  color: #000000;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    body#cultura #map_homepage {
      margin-bottom: 60px; } }
  body#cultura #map_homepage img {
    width: 100%;
    height: 100%; }
  body#cultura #map_homepage .overlay_map {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../images/jpg/mappa_homepage.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 480px; }
  body#cultura #map_homepage .wrap_image_map {
    overflow: hidden;
    width: auto;
    position: relative;
    height: auto; }
  @media (max-width: 991.98px) {
    body#cultura #map_homepage img {
      height: 100%;
      max-width: max-content;
      width: auto; } }
  body#cultura #map_homepage .info_map {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 920px; }
    @media (max-width: 991.98px) {
      body#cultura #map_homepage .info_map {
        width: 100%; } }
  body#cultura #map_homepage h2.title_boxmap {
    font-size: 2rem;
    color: #000000;
    font-family: "sourcesanspro_bold";
    margin-bottom: 14px; }
    @media (max-width: 991.98px) {
      body#cultura #map_homepage h2.title_boxmap {
        font-size: 1.5rem;
        margin-bottom: 40px; } }
  body#cultura #map_homepage .text-boxmap {
    font-size: 1.25rem;
    color: #000000;
    font-family: "roboto_regular_web";
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      body#cultura #map_homepage .text-boxmap {
        font-size: 1rem; } }
  body#cultura #map_homepage .btn_map {
    font-family: "roboto_bold_web";
    font-size: 0.875rem;
    color: #000;
    border: 3px solid #3A78BD;
    border-radius: 50px;
    padding: 0 18px;
    height: 30px;
    margin: 0px; }
    body#cultura #map_homepage .btn_map:hover {
      background-color: #3A78BD;
      border: 3px solid #3A78BD;
      color: #ffffff; }
  body#cultura #map_homepage .link_wrap {
    text-align: center; }

body#cultura .main_content.fondazione {
  margin-top: 150px; }
  @media (max-width: 768px) {
    body#cultura .main_content.fondazione {
      margin-top: 60px; } }
  body#cultura .main_content.fondazione h2 {
    max-width: 100%; }

body#cultura .card-slideshow-element .tag-description-red {
  background-color: #3A78BD;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "roboto_bold_web"; }
  body#cultura .card-slideshow-element .tag-description-red.cinema {
    background-color: #d64000; }
  body#cultura .card-slideshow-element .tag-description-red.teatro {
    background-color: #7f1b2d; }
  body#cultura .card-slideshow-element .tag-description-red.eventi {
    background-color: #ec001d; }

body#cultura .card-slideshow-element .tag-description-grey {
  background-color: #3a3a3a;
  display: inline-block;
  padding: 3px 10px;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "roboto_bold_web"; }

#heroImage {
  margin-bottom: 145px; }
  @media (max-width: 991.98px) {
    #heroImage {
      margin-bottom: 0px; } }

#cultura .main_content.first-full-slider {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    #cultura .main_content.first-full-slider {
      margin-bottom: 45px; } }
  @media (min-width: 768px) {
    #cultura .main_content.first-full-slider .box-full-carousel-home {
      padding: 0; } }
  #cultura .main_content.first-full-slider h2 {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      #cultura .main_content.first-full-slider h2 {
        margin-bottom: 30px; } }

#cultura #carouselPlaces h2 {
  margin-bottom: 0; }

#cultura #carouselPlaces .owl-carousel {
  margin-bottom: 30px; }

#card360 h2 {
  margin-bottom: 50px !important; }
  @media (max-width: 991.98px) {
    #card360 h2 {
      margin-bottom: 30px !important; } }

#card360 .link_wrap {
  margin-top: 60px; }

#sectionDeepening {
  background-color: #f4f4f4;
  padding: 60px 0;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    #sectionDeepening {
      margin: -60px 0 40px;
      padding: 40px 0; } }
  #sectionDeepening .link-detail a {
    font-family: "roboto_bold_web";
    text-transform: uppercase;
    line-height: 1rem;
    color: #3A78BD; }
  @media (max-width: 1199.98px) {
    #sectionDeepening.detail-page {
      margin-top: 0; } }
  #sectionDeepening .box-action .linkButton {
    text-decoration: none; }

#sectionOneDeepening {
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 80px;
  background-image: linear-gradient(rgba(58, 120, 189, 0.75), rgba(58, 120, 189, 0.75)), url("../images/png/bg_image.png"); }
  @media (max-width: 991.98px) {
    #sectionOneDeepening {
      margin-bottom: 60px; } }
  @media (max-width: 991.98px) {
    #sectionOneDeepening {
      margin: 40px 0px;
      padding: 40px 0; } }

#sectionBoxFullWidth {
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 80px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), white), url("../images/png/box_full.png"); }
  @media (max-width: 991.98px) {
    #sectionBoxFullWidth {
      margin-bottom: 60px; } }
  @media (max-width: 991.98px) {
    #sectionBoxFullWidth {
      margin: 40px 0px;
      padding: 40px 0; } }
  @media (min-width: 1200px) {
    #sectionBoxFullWidth .content {
      max-width: 905px; } }
  #sectionBoxFullWidth h3 {
    font-size: 2rem;
    font-family: "roboto_regular_web";
    margin-bottom: 15px;
    height: auto; }
  #sectionBoxFullWidth p {
    margin-bottom: 90px; }
  #sectionBoxFullWidth .linkButton {
    background-color: #3A78BD;
    color: #fff; }
    #sectionBoxFullWidth .linkButton:hover {
      background-color: #fff;
      color: #3A78BD; }
    #sectionBoxFullWidth .linkButton:focus {
      box-shadow: 0 0 0 0.2rem black !important; }

.contents {
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .contents {
      margin-bottom: 20px; } }
  .contents .box-contents {
    background: rgba(58, 120, 189, 0.1);
    border-radius: 8px;
    padding: 40px 20px 30px 30px; }
    @media (max-width: 991.98px) {
      .contents .box-contents {
        margin-bottom: 20px; } }
    .contents .box-contents h3 {
      color: #3A78BD;
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-family: "roboto_bold_web";
      margin-bottom: 20px; }
    .contents .box-contents .link_wrap {
      margin: 30px 0px 0px 0px; }
      @media (max-width: 991.98px) {
        .contents .box-contents .link_wrap {
          text-align: right; } }
      .contents .box-contents .link_wrap a:focus {
        outline: none;
        background-color: #3A78BD;
        color: #fff; }

#section-carousel-card-primary,
.main_content {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    #section-carousel-card-primary,
    .main_content {
      margin-bottom: 40px; } }

.img-containt--news {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px; }

#focus {
  margin-bottom: 90px; }
  #focus h2 {
    font-family: "roboto_bold_web";
    font-size: 1.75rem;
    color: #283443;
    margin-bottom: 8px;
    text-transform: uppercase; }
  #focus p {
    font-size: 1.25rem; }
  #focus .first {
    display: flex;
    flex-direction: column;
    padding: 46px 46px 46px 24px;
    position: relative; }
    #focus .first::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: #3A78BD; }
  #focus .card-focus {
    margin-bottom: 30px; }

@media (max-width: 767.98px) {
  #imgSearch {
    display: none; } }

#imgSearch .wallpaper__search {
  height: 300px;
  max-height: 300px;
  width: 100%; }

@media (min-width: 1200px) {
  #filterArea {
    display: none; } }

#filterArea p {
  margin-bottom: 0;
  margin-top: 5px; }
  #filterArea p span {
    font-size: 1.6rem; }

#filterArea .button {
  margin: 15px 0;
  display: flex;
  justify-content: center; }
  #filterArea .button button {
    background-color: #3A78BD;
    border: none;
    border-radius: 18px;
    padding: 3px 20px;
    color: white;
    height: 30px;
    display: flex;
    align-items: center;
    min-width: 170px; }
    #filterArea .button button:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.8);
      outline: none; }
  #filterArea .button img {
    margin-right: 10px;
    height: 16px; }
  #filterArea .button span {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem; }

#searchComponent label {
  margin-bottom: 0; }

#searchComponent .card__search {
  display: block; }
  #searchComponent .card__search:focus {
    outline: none;
    box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.46); }

#searchComponent .title_search {
  position: relative;
  display: inline-block; }
  @media (max-width: 991.98px) {
    #searchComponent .title_search {
      display: none; } }
  #searchComponent .title_search::before {
    content: "â€œ";
    position: absolute;
    top: 0;
    left: -20px; }
  #searchComponent .title_search::after {
    content: "â€�";
    position: absolute;
    top: 0;
    right: -20px; }

#searchComponent .box__search {
  padding: 20px 75px 0 75px;
  justify-content: center;
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    #searchComponent .box__search {
      padding: 20px 40px 0 40px; } }
  @media (max-width: 991.98px) {
    #searchComponent .box__search {
      display: none; } }
  #searchComponent .box__search .searchbox {
    width: 210px;
    float: left;
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      #searchComponent .box__search .searchbox {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      #searchComponent .box__search .searchbox #search_searchpage,
      #searchComponent .box__search .searchbox #multi-select-plugin1,
      #searchComponent .box__search .searchbox #multi-select-plugin2 {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      #searchComponent .box__search .searchbox #search_searchpage #multi-select-plugin2multi-select-label,
      #searchComponent .box__search .searchbox #search_searchpage #multi-select-plugin1multi-select-label,
      #searchComponent .box__search .searchbox #multi-select-plugin1 #multi-select-plugin2multi-select-label,
      #searchComponent .box__search .searchbox #multi-select-plugin1 #multi-select-plugin1multi-select-label,
      #searchComponent .box__search .searchbox #multi-select-plugin2 #multi-select-plugin2multi-select-label,
      #searchComponent .box__search .searchbox #multi-select-plugin2 #multi-select-plugin1multi-select-label {
        width: 100%;
        margin-right: 0; } }
  #searchComponent .box__search label {
    display: block;
    font-size: 0.875rem;
    font-family: "roboto_regular_web"; }
  #searchComponent .box__search input {
    width: 210px;
    border: 1px solid #757575;
    margin-right: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 10px 18px;
    color: #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  #searchComponent .box__search .multiselect {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    #searchComponent .box__search .multiselect label {
      display: block; }
    #searchComponent .box__search .multiselect span {
      width: 210px;
      border: 1px solid #757575;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      height: 30px;
      padding: 4px 20px;
      cursor: pointer; }
      #searchComponent .box__search .multiselect span::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%; }
    #searchComponent .box__search .multiselect input {
      width: auto;
      margin-right: 10px;
      margin-top: 5px;
      height: auto;
      float: right; }
  #searchComponent .box__search .multi-select {
    background-color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    #searchComponent .box__search .multi-select ul {
      padding: 15px;
      margin-top: 15px;
      overflow: initial; }
      #searchComponent .box__search .multi-select ul::before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute !important;
        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; }
      #searchComponent .box__search .multi-select ul label {
        border: 1px solid #757575;
        margin: 5px;
        border-radius: 5px; }
        #searchComponent .box__search .multi-select ul label:hover {
          background: transparent; }
        #searchComponent .box__search .multi-select ul label:focus {
          background: transparent !important; }
  #searchComponent .box__search button.btn.btn-primary {
    width: 210px;
    height: 30px;
    padding: 0;
    border-radius: 25px;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      #searchComponent .box__search button.btn.btn-primary {
        width: 100%; } }

#multi-select-plugin1 ul {
  margin-top: 12px; }

/* Filtri */
.filter {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .filter {
      justify-content: flex-start; } }
  .filter .dropdown-toggle {
    background-color: transparent;
    border: none;
    outline: none; }
  .filter .switch {
    display: flex; }
    .filter .switch .lista {
      height: 40px;
      width: 40px; }
    .filter .switch .griglia {
      height: 40px;
      width: 40px; }

#results {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  line-height: 0.1em;
  margin: 10px 0 20px; }
  #results span {
    background: #fff;
    padding: 0 20px; }

/* Multiselect */
* {
  box-sizing: border-box; }

.multi-select,
.multi-select-plugin {
  display: inline-block;
  position: relative; }
  .multi-select > span,
  .multi-select-plugin > span {
    border: none;
    background: none;
    position: relative;
    padding: .25em .5em;
    padding-right: 1.5em;
    display: block;
    border: solid 1px #000;
    cursor: default; }
    .multi-select > span > .chevron,
    .multi-select-plugin > span > .chevron {
      display: inline-block;
      transform: rotate(-90deg) scale(1, 2) translate(-50%, 0);
      font-weight: bold;
      font-size: .75em;
      position: absolute;
      top: .2em;
      right: .75em; }
  .multi-select > ul,
  .multi-select-plugin > ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto; }
    .multi-select > ul > li,
    .multi-select-plugin > ul > li {
      white-space: nowrap; }
      .multi-select > ul > li.selected > label,
      .multi-select-plugin > ul > li.selected > label {
        background-color: transparent; }
      .multi-select > ul > li.focused > label,
      .multi-select-plugin > ul > li.focused > label {
        background-color: transparent; }
      .multi-select > ul > li > label,
      .multi-select-plugin > ul > li > label {
        padding: .25em .5em;
        display: block; }
        .multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover,
        .multi-select-plugin > ul > li > label:focus,
        .multi-select-plugin > ul > li > label:hover {
          background-color: transparent; }
  .multi-select.in > ul,
  .multi-select-plugin.in > ul {
    display: block; }
  .multi-select-backdrop,
  .multi-select-plugin-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900; }

#totalElement {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  line-height: 0.1em;
  margin: 10px 0 20px; }
  @media (max-width: 991.98px) {
    #totalElement {
      display: none; } }
  #totalElement span {
    background: #fff;
    padding: 0 30px; }

#sistemaInformativo {
  margin-bottom: 3rem; }
  @media (max-width: 575.98px) {
    #sistemaInformativo {
      margin-bottom: 0; } }
  #sistemaInformativo .title__presentation {
    font-size: 25px;
    font-family: "roboto_bold_web"; }
    @media (max-width: 575.98px) {
      #sistemaInformativo .title__presentation {
        font-size: 18px; } }
  #sistemaInformativo .button__login {
    background-color: #3A78BD;
    border-color: #3A78BD;
    font-family: "roboto_regular_web" !important;
    width: 104px;
    text-transform: none !important; }
  #sistemaInformativo button {
    position: relative;
    padding: 0 20px; }
    #sistemaInformativo button span::before {
      content: "";
      background-image: url("../images/svg/accedi.svg");
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      position: absolute;
      display: inline-block;
      background-size: 100% 100%;
      margin-right: 10px;
      left: 15px; }
    #sistemaInformativo button span.btn-more-hero {
      margin-bottom: 0;
      padding-left: 20px; }
  #sistemaInformativo button.btn.btn-primary:hover span::before {
    background-image: url("../images/svg/accedi_hover.svg");
    background-repeat: no-repeat;
    color: #3A78BD; }
  #sistemaInformativo button.btn.btn-primary:active:hover {
    color: #ffffff; }
  #sistemaInformativo button.btn.btn-primary:hover {
    color: #3A78BD; }
  #sistemaInformativo button.btn.btn-primary:active span::before {
    background-image: url("../images/svg/accedi.svg");
    background-repeat: no-repeat; }
  #sistemaInformativo .hero-text {
    font-size: 20px;
    font-family: "roboto_regular_web"; }
    @media (max-width: 575.98px) {
      #sistemaInformativo .hero-text {
        font-size: 18px; } }
    #sistemaInformativo .hero-text span {
      font-family: "roboto_bold_web"; }
  #sistemaInformativo .box-chart:nth-child(1) figcaption {
    color: #13273D; }
  #sistemaInformativo .box-chart:nth-child(2) figcaption {
    color: #3367A3; }
  #sistemaInformativo .box-chart:nth-child(3) figcaption {
    color: #3E7FC9; }

@media (max-width: 575.98px) {
  #luoghiCultura {
    margin-top: 0; }
  #loginAcces {
    display: flex; }
  #loginAcces .text__paragraph {
    margin-right: 10px; } }

#detailsEvent p.detail-event {
  line-height: 2.1875rem;
  margin-top: 20px; }

#detailsEvent .border-custom {
  position: relative; }
  #detailsEvent .border-custom::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 220px;
    width: 2px;
    background-color: #747474; }
  #detailsEvent .border-custom .date {
    font-family: "roboto_bold_web";
    text-transform: uppercase; }
    #detailsEvent .border-custom .date .day {
      display: block;
      font-size: 2.5rem;
      line-height: 2.75rem;
      margin-bottom: 3px; }
    #detailsEvent .border-custom .date .mouth {
      display: block;
      font-size: 1.25rem;
      line-height: 1.5rem; }
    #detailsEvent .border-custom .date .article {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-right: 4px; }

.page p.detail-event {
  font-family: "roboto_regular_web";
  font-size: 1rem; }
  @media (max-width: 575.98px) {
    .page p.detail-event {
      font-size: 14px; } }

#dettagli_page {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #838383;
  text-align: center; }
  @media (max-width: 575.98px) {
    #dettagli_page {
      text-align: left; } }
  #dettagli_page span {
    font-family: "roboto_bold_web";
    font-size: 1.125rem;
    vertical-align: middle;
    margin-left: 24px; }
  #dettagli_page a {
    font-family: "roboto_bold_web";
    font-size: 1.125rem;
    vertical-align: middle;
    margin-left: 24px;
    color: #000000;
    text-decoration: underline; }

#cont_dettagli {
  margin: 10px 20px;
  display: inline-block; }
  @media (max-width: 575.98px) {
    #cont_dettagli {
      display: block; }
      #cont_dettagli img {
        height: 27px;
        width: auto; }
      #cont_dettagli span {
        font-size: 0.875rem; } }

.page_grey {
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 40px;
  min-height: 550px; }
  @media (max-width: 991.98px) {
    .page_grey {
      padding: 20px 0;
      margin-top: 20px; } }
  .page_grey p {
    text-align: left !important; }
  .page_grey h3 {
    font-size: 1.125rem;
    font-family: "roboto_bold_web";
    margin-bottom: 10px;
    text-transform: uppercase; }
  .page_grey h4 {
    font-size: 1rem;
    font-family: "roboto_bold_web";
    margin-bottom: 10px;
    text-transform: uppercase; }
  .page_grey.moreInfo {
    padding: 60px 0 30px 0; }
  .page_grey.reviews {
    padding-bottom: 0; }
    .page_grey.reviews .collapseButton {
      margin-bottom: 30px; }

.collapseButton {
  text-align: right;
  padding-right: 125px;
  margin-top: 30px; }
  .collapseButton a {
    color: #000000;
    font-family: "roboto_bold_web";
    text-transform: uppercase; }
    .collapseButton a:hover {
      text-decoration: none; }

.collapseButton.description {
  padding-right: 0; }

.label {
  background-color: #3A78BD;
  display: inline-block;
  font-family: "roboto_bold_web";
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 2px 10px;
  color: #fff; }

.occhiello {
  margin-bottom: 20px; }

#sectionCarouselNews {
  padding-bottom: 60px; }
  #sectionCarouselNews h3 {
    text-align: left;
    font-size: 1.75rem;
    font-family: "roboto_bold_web";
    display: block; }
    #sectionCarouselNews h3::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background-color: #3A78BD;
      margin: 8px 0 0 0; }

@media (min-width: 992px) {
  #sectionDeatailMultimedia .pl, #sectionCarouselNews .pl {
    padding-left: 65px; } }

#sectionDeatailMultimedia .pl h2, #sectionDeatailMultimedia .pl .intro, #sectionDeatailMultimedia .pl .summary, #sectionCarouselNews .pl h2, #sectionCarouselNews .pl .intro, #sectionCarouselNews .pl .summary {
  padding-right: 65px; }
  @media (max-width: 1199.98px) {
    #sectionDeatailMultimedia .pl h2, #sectionDeatailMultimedia .pl .intro, #sectionDeatailMultimedia .pl .summary, #sectionCarouselNews .pl h2, #sectionCarouselNews .pl .intro, #sectionCarouselNews .pl .summary {
      padding-right: 0; } }

#sectionDeepening.detail-page {
  padding-bottom: 0; }
  #sectionDeepening.detail-page h3.title {
    font-family: "roboto_bold_web";
    font-size: 1.75rem; }
  #sectionDeepening.detail-page span.subtitle {
    font-size: 1rem;
    font-family: "roboto_regular_web";
    line-height: 1.125rem; }
  #sectionDeepening.detail-page .description--summary {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: left !important;
    margin-bottom: 25px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
    #sectionDeepening.detail-page .description--summary p {
      font-size: 0.875rem;
      line-height: 1.125rem;
      height: 110px;
      display: contents; }

/* heroimage pagine interne */
.wrap_image_slim {
  height: 100%;
  position: relative; }
  .wrap_image_slim img {
    width: 100%;
    height: auto; }

.boxExpand span {
  position: relative; }

.boxExpand .exp:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/svg/arrow-down.svg);
  right: 15px;
  right: -25px;
  background-repeat: no-repeat; }

.boxExpand .coll:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/svg/arrow-down.svg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -25px;
  background-repeat: no-repeat; }

.boxExpand .boxExpand_title {
  display: block;
  margin-bottom: 35px; }

.boxExpand.first-schedule {
  border-top: 1px solid #bebebe;
  margin-top: 30px;
  padding-top: 30px; }

.coll {
  display: none; }

.reverse .exp {
  display: none; }

.reverse .coll {
  display: inline-block; }

.tags ul {
  list-style: none;
  padding: 0;
  margin-bottom: 80px; }
  .tags ul li {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000000;
    padding: 2px 10px;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .tags ul li {
        margin-bottom: 10px; } }
    .tags ul li a {
      color: #000000; }

.expand_section .intro {
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block; }

.detail .btn_general {
  float: right;
  margin-bottom: 80px;
  margin-top: 30px; }

.details .hide-ele,
.details .hide-ele2 {
  display: none; }
  .details .hide-ele.contents,
  .details .hide-ele2.contents {
    display: contents; }

.details #openDetails,
.details #openDetails2 {
  background-color: transparent;
  border: none; }

.details p {
  margin-bottom: 5px; }
  .details p strong {
    color: #000000; }

.details button.ticket {
  border: 1.5px solid #3A78BD;
  color: #3A78BD;
  background-color: transparent;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 0.875rem; }

.main_content.section-detail {
  margin-top: 60px; }

.main_content .mappa {
  height: 500px;
  background-color: cadetblue; }
  .main_content .mappa .card {
    position: relative;
    border: 0;
    width: auto;
    max-width: 550px;
    min-height: 372px;
    padding: 20px; }
    .main_content .mappa .card .card-header {
      background: transparent;
      padding: 0;
      margin-bottom: 12px;
      display: flex;
      justify-content: space-between;
      border: none; }
      .main_content .mappa .card .card-header h5 {
        margin: 0;
        font-family: "roboto_bold_web";
        text-align: left;
        max-height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .main_content .mappa .card .card-header a.close {
        cursor: pointer;
        opacity: 1; }
    .main_content .mappa .card .card-body {
      border-radius: 4px;
      padding: 0;
      height: 224px; }
    .main_content .mappa .card .card-footer {
      background: transparent;
      padding: 0;
      text-align: left; }
      .main_content .mappa .card .card-footer .row {
        margin-top: 15px; }
        .main_content .mappa .card .card-footer .row p {
          text-align: left !important;
          margin: 0; }
          .main_content .mappa .card .card-footer .row p.luogo {
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        .main_content .mappa .card .card-footer .row .percorso {
          margin-top: 10px; }
          .main_content .mappa .card .card-footer .row .percorso a {
            text-decoration: underline;
            font-size: 14px;
            color: #271D00; }
        @media (max-width: 575.98px) {
          .main_content .mappa .card .card-footer .row .pl-0 {
            padding-left: 15px !important; } }
        @media (max-width: 363px) {
          .main_content .mappa .card .card-footer .row .pl-0 {
            padding-left: 15px !important; }
          .main_content .mappa .card .card-footer .row .col-11 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%; } }
    .main_content .mappa .card::after {
      content: '';
      position: absolute;
      bottom: -10px;
      width: 20px;
      height: 20px;
      left: 70px;
      background: white;
      transform: rotate(45deg); }

.main_content .intro {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 15px; }
  .main_content .intro p {
    text-align: left !important; }

.main_content .summary p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left !important; }

.main_content .summary button.video {
  height: 570px;
  margin-bottom: 40px; }

.main_content .summary .img-right {
  float: right;
  margin: 0 0 0 30px; }
  @media (max-width: 991.98px) {
    .main_content .summary .img-right {
      margin-bottom: 20px; } }
  @media (max-width: 575.98px) {
    .main_content .summary .img-right {
      width: 100%;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .main_content .summary .img-right {
      max-width: 445px; } }

.main_content .summary .img-left {
  float: left;
  margin: 0 30px 0 0; }
  @media (max-width: 575.98px) {
    .main_content .summary .img-left {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .main_content .summary .img-left {
      margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .detail-icon {
    margin-bottom: 12px; } }

.lightbox .modal-content button.close {
  background-color: #000;
  background-image: url(../images/svg/close.svg);
  width: 30px;
  height: 30px;
  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; } }

.detail .card-footer {
  height: 125px; }
  .detail .card-footer .author {
    display: block;
    margin-top: 0;
    font-size: 0.875rem; }

.detail .cardClickable > a {
  color: #000000; }
  .detail .cardClickable > a:hover {
    text-decoration: none; }

.detail .date {
  font-family: "roboto_bold_web";
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px; }

/* bootstrap for extrasmall device */
@media (max-width: 363px) {
  .details .col,
  .details .col-1,
  .details .col-11 {
    padding-left: 10px;
    padding-right: 10px; } }

.main_content.detail.section-detail {
  margin-bottom: 80px; }
  .main_content.detail.section-detail .card-event .row .image-event.col-12 {
    height: 375px; }

/* scheda dettaglio progetto */
.details-project .boxExpand.first-schedule {
  border-top: 0;
  margin-top: 20px;
  padding-top: 25px; }

.col-image-custom .wr_img_det {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: -60px; }
  @media (max-width: 575.98px) {
    .col-image-custom .wr_img_det {
      margin-top: 0;
      margin-top: 0px; } }

.col-image-custom.detail-expand .expand-image {
  transform: translateY(20px); }
  .col-image-custom.detail-expand .expand-image button {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 1;
    background-image: url(../images/svg/maximize.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15)); }

.navigationDetailTab {
  text-align: center; }
  .navigationDetailTab .navElement {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
    height: 50px;
    border: 1px solid #707070;
    display: inline-block;
    font-family: "roboto_regular_web";
    font-size: 0.75rem;
    margin: 0 10px;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.15);
    padding-top: 3px; }
    @media (max-width: 991.98px) {
      .navigationDetailTab .navElement {
        margin-bottom: 15px; } }
    .navigationDetailTab .navElement.current {
      border: 2px solid #3A78BD;
      font-family: "roboto_bold_web";
      color: #3A78BD; }
    .navigationDetailTab .navElement span {
      display: block;
      font-size: 1rem;
      font-family: "roboto_bold_web"; }

body#cultura #progetto .link {
  margin-top: -44px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767.98px) {
    body#cultura #progetto .link .d-flex {
      flex-direction: column; } }
  body#cultura #progetto .link .d-flex a {
    color: #3A78BD; }
    body#cultura #progetto .link .d-flex a svg {
      font-size: .8rem;
      margin-bottom: 2px; }
  body#cultura #progetto .link h2 {
    margin-top: 50px;
    font-size: 1.2rem;
    font-family: "roboto_bold_web";
    text-align: center; }

body#cultura #progetto h3 {
  border-left: 2px solid #3A78BD;
  font-size: 1.1rem;
  padding-left: 10px; }

body#cultura #progetto .evidence {
  font-family: "roboto_bold_web";
  word-wrap: break-word; }

body#cultura #progetto .nav.nav-pills {
  justify-content: center;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    body#cultura #progetto .nav.nav-pills {
      flex-direction: column;
      align-items: center; } }
  body#cultura #progetto .nav.nav-pills li {
    width: 320px;
    margin-right: 50px;
    position: relative; }
    @media (max-width: 1199.98px) {
      body#cultura #progetto .nav.nav-pills li {
        width: 220px; } }
    @media (max-width: 991.98px) {
      body#cultura #progetto .nav.nav-pills li {
        margin-bottom: 50px;
        width: 100%; }
        body#cultura #progetto .nav.nav-pills li:last-child {
          margin-bottom: 0; } }
    body#cultura #progetto .nav.nav-pills li:not(:last-child)::after {
      content: '';
      position: absolute;
      right: -25px;
      background-color: #424242;
      top: 0;
      height: 100%;
      width: 1px; }
      @media (max-width: 991.98px) {
        body#cultura #progetto .nav.nav-pills li:not(:last-child)::after {
          bottom: -25px;
          height: 1px;
          width: 100%;
          top: inherit;
          left: 0;
          right: inherit; } }
    body#cultura #progetto .nav.nav-pills li a {
      color: #424242;
      font-family: "roboto_bold_web"; }
      body#cultura #progetto .nav.nav-pills li a.active {
        text-decoration: none;
        cursor: inherit; }
      body#cultura #progetto .nav.nav-pills li a:hover, body#cultura #progetto .nav.nav-pills li a.active {
        color: #3A78BD; }
    body#cultura #progetto .nav.nav-pills li.disabled {
      pointer-events: none; }
      body#cultura #progetto .nav.nav-pills li.disabled a {
        opacity: 0.4;
        color: #757474; }

body#cultura #progetto .tab-content h2 {
  font-family: "roboto_bold_web";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px; }

body#cultura #progetto #boxFull {
  margin: 40px 0; }
  body#cultura #progetto #boxFull .content-image {
    height: 368px;
    background: url(/o/CulturaTema/images/png/video.png) no-repeat center; }

body#cultura #progetto .nav-tabs {
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  body#cultura #progetto .nav-tabs li {
    width: 33.13%; }
    body#cultura #progetto .nav-tabs li.disabled {
      pointer-events: none; }
      body#cultura #progetto .nav-tabs li.disabled a {
        color: #767676; }
    @media (max-width: 575.98px) {
      body#cultura #progetto .nav-tabs li {
        width: 32%; } }
    body#cultura #progetto .nav-tabs li:first-child a:before {
      display: none; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura #progetto .nav-tabs li:first-child a span {
        margin-left: 15px; } }
    @media (max-width: 575.98px) {
      body#cultura #progetto .nav-tabs li:first-child {
        width: 35%; } }
    body#cultura #progetto .nav-tabs li a {
      color: #424442;
      font-size: 16px;
      padding: 9px 0;
      display: block;
      text-decoration: none;
      position: relative;
      height: 100%; }
      body#cultura #progetto .nav-tabs li a.active {
        background-color: #3A78BD;
        color: white;
        border-radius: 5px; }
      @media (max-width: 575.98px) {
        body#cultura #progetto .nav-tabs li a {
          padding: 12px 0; } }
      @media (min-width: 1200px) {
        body#cultura #progetto .nav-tabs li a {
          padding-left: 25px; } }
      @media (width: 320px) {
        body#cultura #progetto .nav-tabs li a {
          font-size: 14px; } }
      body#cultura #progetto .nav-tabs li a:before {
        content: "";
        height: 38px;
        width: 2px;
        background-color: #424242;
        position: absolute;
        left: 0;
        top: 2px;
        border-radius: 5px; }
        @media (min-width: 1200px) {
          body#cultura #progetto .nav-tabs li a:before {
            height: 58px;
            top: 4px; } }
        @media (max-width: 575.98px) {
          body#cultura #progetto .nav-tabs li a:before {
            top: 6px; } }
        @media (width: 320px) {
          body#cultura #progetto .nav-tabs li a:before {
            height: 36px; } }
    @media (max-width: 991.98px) {
      body#cultura #progetto .nav-tabs li {
        text-align: center; } }
    @media (min-width: 1200px) {
      body#cultura #progetto .nav-tabs li .mobile {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      body#cultura #progetto .nav-tabs li .mobile {
        margin-left: 15px; } }
    body#cultura #progetto .nav-tabs li .desktop {
      display: none; }
      @media (min-width: 1200px) {
        body#cultura #progetto .nav-tabs li .desktop {
          display: block; } }

body#cultura #accessibility h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "roboto_bold_web"; }

body#cultura #accessibility p a {
  font-size: 16px;
  line-height: 24px;
  font-family: "roboto_bold_web";
  text-decoration: underline;
  color: black; }

#collezioni {
  margin-top: 40px; }
  #collezioni a:hover .collage span {
    text-decoration: underline; }
  #collezioni a .collage {
    overflow: hidden;
    position: relative;
    border-radius: 5px; }
    #collezioni a .collage::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
      /* IE6-9 */ }
    #collezioni a .collage span {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: left;
      padding: 0 20px;
      color: #ffffff;
      z-index: 1;
      font-family: "roboto_bold_web";
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, black 100%);
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,000000+100&0+50,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, black 100%); }
      @media (max-width: 991.98px) {
        #collezioni a .collage span {
          text-align: center; } }
    #collezioni a .collage.item__1 {
      height: 350px; }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__1 {
          margin-bottom: 30px; } }
    #collezioni a .collage.item__2 {
      height: 450px; }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__2 {
          margin-bottom: 30px; } }
    #collezioni a .collage.item__3 {
      height: 250px; }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__3 {
          margin-top: -70px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__3 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__4 {
      height: 350px; }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__4 {
          margin-top: -70px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__4 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__4 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__5 {
      height: 250px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__5 {
          margin-top: -70px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__5 {
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__5 {
          margin-top: -170px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__5 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__6 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__6 {
          margin-top: 30px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__6 {
          margin-top: -170px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__6 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__6 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__7 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__7 {
          margin-top: -170px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__7 {
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__7 {
          margin-top: -270px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__7 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__8 {
      height: 250px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__8 {
          margin-top: -70px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__8 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__8 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__9 {
      height: 450px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__9 {
          margin-top: -170px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__9 {
          margin-top: -70px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__9 {
          margin-top: -170px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__9 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__10 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__10 {
          margin-top: 30px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__10 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__10 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__11 {
      height: 450px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__11 {
          margin-top: -170px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__11 {
          margin-top: -70px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__11 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__12 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__12 {
          margin-top: -170px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__12 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__12 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__13 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__13 {
          margin-top: -70px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__13 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__13 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__14 {
      height: 250px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__14 {
          margin-top: 30px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__14 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__14 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__15 {
      height: 350px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__15 {
          margin-top: -70px; } }
      @media (max-width: 991.98px) {
        #collezioni a .collage.item__15 {
          margin-top: 30px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__15 {
          margin-bottom: 30px;
          margin-top: 0px; } }
    #collezioni a .collage.item__16 {
      height: 450px; }
      @media (min-width: 992px) {
        #collezioni a .collage.item__16 {
          margin-top: -170px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #collezioni a .collage.item__16 {
          width: calc(33.3% - 20px);
          position: relative;
          left: 0;
          right: 0;
          margin: 0 auto;
          margin-top: -70px; } }
      @media (max-width: 767.98px) {
        #collezioni a .collage.item__16 {
          margin-top: -70px; } }
      @media (max-width: 575.98px) {
        #collezioni a .collage.item__16 {
          margin-bottom: 30px;
          margin-top: 0px; } }
  #collezioni .description-collection {
    margin-top: -30px;
    margin-bottom: 14px; }
    @media (max-width: 575.98px) {
      #collezioni .description-collection {
        margin-bottom: 0; } }

@media (max-width: 575.98px) {
  body#cultura .mobile__prefooter {
    margin-top: 0px !important; } }

body#cultura #login {
  font-family: "roboto_regular_web";
  margin-top: 40px;
  height: calc(100vh - 40px);
  background: url(../images/png/wallpaper_login.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    body#cultura #login {
      margin-top: 0px; } }
  @media (max-height: 600px) {
    body#cultura #login {
      height: 100%; } }
  body#cultura #login .box-login {
    margin-top: 80px;
    height: auto;
    width: 730px;
    background: #ffffff;
    text-align: center;
    padding: 20px 60px;
    background-color: #F5F5F5; }
    @media (max-width: 575.98px) {
      body#cultura #login .box-login {
        width: 90%;
        margin-top: 80px;
        padding: 0 50px; }
        body#cultura #login .box-login p.description {
          font-size: 14px; } }
    @media (max-width: 363px) {
      body#cultura #login .box-login {
        margin-top: 50px;
        padding: 0px 10px; }
        body#cultura #login .box-login img {
          display: none; } }
    @media (max-height: 600px) {
      body#cultura #login .box-login {
        padding: 0px 10px;
        margin-top: 100px;
        margin-bottom: 20px; }
        body#cultura #login .box-login img {
          display: none; } }
    body#cultura #login .box-login h1::after {
      margin-bottom: 20px; }
  body#cultura #login .form-group {
    margin-right: 0; }
    body#cultura #login .form-group .form-control {
      width: 100%; }

#siteMap {
  color: #000000; }
  #siteMap ul li {
    margin-top: 10px; }
  #siteMap a {
    color: #000000;
    text-decoration: underline; }
    #siteMap a.disabled {
      pointer-events: none;
      text-decoration: none;
      color: #8B8B8B; }
    #siteMap a:hover {
      text-decoration: none; }

#ioRestoaCasa {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    #ioRestoaCasa {
      margin-bottom: 0px; } }
  #ioRestoaCasa .description {
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: center; }
  #ioRestoaCasa .minstero {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      #ioRestoaCasa .minstero {
        margin-top: 0px; } }
  #ioRestoaCasa .cit {
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #3A78BD;
    font-family: "roboto_bold_web";
    font-size: 1.25rem; }
  #ioRestoaCasa .multi {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      #ioRestoaCasa .multi {
        display: none;
        margin-top: 0px; } }
  #ioRestoaCasa .multi1 {
    margin-top: 60px;
    width: 100%; }
    @media (min-width: 992px) {
      #ioRestoaCasa .multi1 {
        display: none; } }
    #ioRestoaCasa .multi1 img {
      width: 100%; }
  #ioRestoaCasa .multi2 {
    margin-top: 15px;
    width: 100%; }
    @media (min-width: 992px) {
      #ioRestoaCasa .multi2 {
        display: none; } }
    #ioRestoaCasa .multi2 img {
      width: 100%; }
  #ioRestoaCasa .box {
    margin-top: 60px;
    position: relative;
    padding: 40px 0; }
    @media (min-width: 1200px) {
      #ioRestoaCasa .box .col-6 {
        display: flex;
        align-items: center; } }
    #ioRestoaCasa .box::after {
      content: '';
      position: absolute;
      left: 50%;
      background-color: #878787;
      top: 0;
      width: 1px;
      height: 100%; }
      @media (max-width: 991.98px) {
        #ioRestoaCasa .box::after {
          left: 0;
          width: 100%;
          height: 1px; } }
    #ioRestoaCasa .box .box_image {
      display: inline-block;
      width: 223px;
      text-align: center; }
      @media (max-width: 991.98px) {
        #ioRestoaCasa .box .box_image {
          height: 120px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%; } }
      @media (max-width: 1199.98px) {
        #ioRestoaCasa .box .box_image {
          width: 100%; } }
      #ioRestoaCasa .box .box_image img {
        margin-bottom: 30px; }
        @media (max-width: 1199.98px) {
          #ioRestoaCasa .box .box_image img {
            margin-bottom: 0; } }
        @media (max-width: 575.98px) {
          #ioRestoaCasa .box .box_image img {
            width: 100%; } }
    #ioRestoaCasa .box a.cit {
      margin-top: 0;
      font-size: 1rem;
      text-align: left;
      margin-bottom: 30px;
      display: inline-block;
      margin-left: 50px; }
      @media (max-width: 1199.98px) {
        #ioRestoaCasa .box a.cit {
          display: block;
          text-align: center;
          margin-left: 0px;
          margin-top: 15px;
          font-size: 0.875rem; } }

.io-resto-a-casa {
  margin-top: -30px;
  margin-bottom: 30px;
  font-size: 1.25rem; }

.detail--partner .box-image {
  margin-right: 30px;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .detail--partner .box-image {
      margin-right: 0px;
      margin-bottom: 10px; } }
  .detail--partner .box-image .expand-image button {
    position: absolute;
    top: 4%;
    left: 44%;
    width: 30px;
    height: 30px;
    z-index: 1;
    background-image: url(../images/svg/maximize.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15)); }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .detail--partner .box-image .expand-image button {
        position: absolute;
        top: 4%;
        left: 52%; } }
    @media (max-width: 991.98px) {
      .detail--partner .box-image .expand-image button {
        position: absolute;
        top: 3%;
        left: 69%; } }
    @media (max-width: 575.98px) {
      .detail--partner .box-image .expand-image button {
        position: absolute;
        top: 2%;
        left: 82%; } }
    .detail--partner .box-image .expand-image button:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 92, 255, 0.8);
      outline: none; }
  .detail--partner .box-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 540px; }
    @media (max-width: 575.98px) {
      .detail--partner .box-image img {
        height: 345px; } }

.detail--partner .box--desc {
  padding-left: 5px; }
  @media (max-width: 575.98px) {
    .detail--partner .box--desc {
      margin-top: 2em; } }
  .detail--partner .box--desc .title--desc {
    font-size: 18px;
    font-family: "roboto_bold_web"; }
  .detail--partner .box--desc .desc--right {
    font-size: 16px;
    font-family: "roboto_regular_web";
    text-align: left !important;
    line-height: 20px;
    margin-bottom: 30px; }

.detail--partner .full--desc .title--full-desc {
  font-size: 18px;
  font-family: "roboto_bold_web"; }

.detail--partner .full--desc .desc--full-right {
  font-size: 16px;
  font-family: "roboto_regular_web";
  text-align: left !important;
  line-height: 20px;
  margin-bottom: 30px; }

.digitization .title--digitization {
  border-bottom: 1px solid #d1d1d1;
  line-height: 0.1em;
  margin: 10px 0 20px; }
  .digitization .title--digitization span {
    font-size: 22px;
    font-family: "roboto_bold_web";
    background-color: #ffffff;
    padding-right: 30px; }

.digitization .desc--full-right {
  font-size: 16px;
  font-family: "roboto_regular_web";
  text-align: left !important;
  line-height: 20px;
  margin-bottom: 30px; }

.digitization .search-results-card {
  margin-bottom: 30px; }
  .digitization .search-results-card .card-content {
    width: 100%; }
  .digitization .search-results-card .place--info {
    font-family: "roboto_regular_web";
    color: #676767; }
    .digitization .search-results-card .place--info .image--place {
      height: 17px;
      max-height: 17px;
      display: -webkit-inline-box;
      width: auto; }
    .digitization .search-results-card .place--info span {
      font-size: 12px; }
  .digitization .search-results-card .image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    display: table;
    position: relative;
    background-size: cover;
    border-radius: 3px; }
    @media (max-width: 991.98px) {
      .digitization .search-results-card .image {
        display: none; } }
  .digitization .search-results-card sup {
    font-size: 0.75rem;
    top: 0;
    color: #676767;
    margin-bottom: 5px; }
  .digitization .search-results-card h4 {
    font-family: "roboto_bold_web";
    color: #000;
    font-size: 1rem;
    min-height: 28px;
    margin-bottom: 6px; }
    .digitization .search-results-card h4.tr-p2 {
      line-height: 1.375rem;
      height: auto;
      max-height: 48px; }
    .digitization .search-results-card h4 a {
      color: #000;
      display: block;
      text-decoration: underline; }
      .digitization .search-results-card h4 a:hover {
        text-decoration: none; }
      .digitization .search-results-card h4 a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
  .digitization .search-results-card p {
    color: #676767;
    font-size: 1rem; }
  .digitization .search-results-card span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #676767;
    line-height: 0.875rem; }
    .digitization .search-results-card span.tr-p1 {
      line-height: 1rem;
      height: 16px; }
    .digitization .search-results-card span a {
      color: #000;
      text-decoration: underline; }
      .digitization .search-results-card span a:hover {
        text-decoration: none; }
      .digitization .search-results-card span a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
    .digitization .search-results-card span.author {
      font-size: 0.75rem;
      margin-bottom: 5px; }
    .digitization .search-results-card span.info, .digitization .search-results-card span.place {
      margin-bottom: 3px; }
    .digitization .search-results-card span.correlation, .digitization .search-results-card span.cod {
      margin-bottom: 11px; }
  @media (max-width: 575.98px) {
    .digitization .search-results-card .search-actions {
      padding-top: 10px; } }
  .digitization .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; }
    .digitization .search-results-card .search-actions a:hover {
      text-decoration: none; }
    .digitization .search-results-card .search-actions a::before {
      content: "";
      display: inline-block;
      margin-right: 8px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: -32px;
      top: 0px; }
    .digitization .search-results-card .search-actions a.dettaglio.disabled {
      opacity: 0.5; }
    .digitization .search-results-card .search-actions a.dettaglio::before {
      background-image: url("../images/svg/dettaglio.svg"); }
    .digitization .search-results-card .search-actions a.analitica.disabled {
      opacity: 0.5; }
    .digitization .search-results-card .search-actions a.analitica::before {
      background-image: url("../images/svg/analitica.svg"); }
  .digitization .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; }
  .digitization .search-results-card .tr-p2 {
    line-height: 21px;
    max-height: 40px;
    height: 40px; }

.digitization .place--total {
  color: #676767;
  font-family: "roboto_regular_web";
  font-size: 14px; }

.digitization .more-information {
  margin-top: 60px;
  padding: 25px 25px 10px 25px;
  box-shadow: 4px 4px 4px rgba(206, 206, 206, 0.884); }
  @media (max-width: 575.98px) {
    .digitization .more-information {
      margin-top: 2em;
      margin-bottom: 4em; } }
  .digitization .more-information .title--more-info {
    font-size: 20px;
    font-family: "roboto_bold_web";
    margin-bottom: 1em; }
  .digitization .more-information .list--detail {
    font-size: 16px; }
    .digitization .more-information .list--detail span {
      font-family: "roboto_bold_web"; }

.digitization .evidence--message {
  font-size: 20px;
  font-family: "roboto_regular_web";
  margin-bottom: 2em;
  line-height: 25px; }

.separator {
  border-bottom: 1px solid #c4d7eb;
  line-height: 0.1em;
  margin: 10px 0 20px; }

.box-map {
  height: 560px; }

.detail--place-culture h4 {
  text-transform: capitalize;
  font-size: 16px;
  font-family: "roboto_bold_web"; }

.detail--place-culture p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

.detail--place-culture img.detail {
  width: 18px;
  height: 18px; }

.detail--place-culture strong {
  font-family: "roboto_bold_web"; }

.info--label {
  font-size: 14px;
  font-family: "roboto_regular_web";
  color: #313131; }

#expandText.detail-search {
  background-color: #fff;
  padding: 20px 0 0 0;
  min-height: 390px; }
  #expandText.detail-search .box-image {
    float: right;
    width: 496px;
    height: 496px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -55px 0px 0px 30px;
    border-radius: 4px;
    max-width: 100%; }
    @media (max-width: 575.98px) {
      #expandText.detail-search .box-image {
        margin-bottom: 20px; } }
  #expandText.detail-search .expand-intro {
    position: relative;
    display: grid; }
    #expandText.detail-search .expand-intro::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #3A78BD;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        #expandText.detail-search .expand-intro::after {
          width: 100%; } }
    #expandText.detail-search .expand-intro ul {
      list-style: none;
      font-size: 0.875rem;
      padding-left: 0; }
  #expandText.detail-search span.label {
    padding: 4px 15px;
    background-color: rgba(210, 0, 25, 0.2);
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.75rem;
    border-radius: 10px;
    margin: 0 15px 20px 0; }
  #expandText.detail-search span.subtitle {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #3A78BD;
    font-family: "roboto_bold_web";
    margin-bottom: 4px; }
  #expandText.detail-search .expand-wrapper {
    cursor: pointer;
    display: flex; }
  #expandText.detail-search button.subtitle {
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #3A78BD;
    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::after {
      content: "";
      display: inline-block;
      background-image: url(../images/svg/arrow-expand.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 p.description, #expandText.detail-search p.other-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    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: 160px; }
    @media (min-width: 1200px) {
      #expandText.detail-search .rowHeight.overflow.troncate {
        height: 80px; } }
  #expandText.detail-search .collapseButton {
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 30px; }
    #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; }
  #expandText.detail-search .info--date {
    font-family: "roboto_regular_web";
    font-size: 14px; }
  #expandText.detail-search h4 {
    font-size: 20px;
    font-family: "roboto_bold_web";
    text-transform: inherit;
    margin-top: 10px; }
  #expandText.detail-search .static-chips {
    color: #000000;
    padding: 4px 6px 4px 10px;
    background-color: #CADBED;
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.875rem;
    line-height: 12px;
    margin: 0 15px 15px 0;
    min-width: 80px;
    display: inline-block;
    text-align: center; }
  #expandText.detail-search .evidence-blue {
    font-family: "roboto_bold_web";
    font-size: 16px;
    color: #3A78BD;
    margin-top: 20px; }
  #expandText.detail-search .description-detail {
    font-family: "roboto_regular_web";
    font-size: 14px; }

.services .title--section, .gallery--photo .title--section {
  font-family: "roboto_bold_web";
  font-size: 22px; }
  .services .title--section span, .gallery--photo .title--section span {
    background-color: #ffffff;
    padding-right: 1em; }

.services .result-section, .gallery--photo .result-section {
  font-family: "roboto_regular_web";
  font-size: 14px;
  color: #000000; }
  .services .result-section span, .gallery--photo .result-section span {
    background-color: #ffffff;
    padding-left: 1em; }

.services .box--info, .gallery--photo .box--info {
  border: 1px solid #D2D2D2;
  padding: 10px;
  text-align: center; }
  @media (min-width: 576px) {
    .services .box--info, .gallery--photo .box--info {
      margin-top: 1.5rem; } }
  @media (max-width: 575.98px) {
    .services .box--info, .gallery--photo .box--info {
      margin-top: 1.5rem; } }

@media (max-width: 575.98px) {
  #findHeritage .mobile-view {
    display: block !important; } }

@media (max-width: 575.98px) {
  #findHeritage .mobile-view .mobile-margin-t {
    margin-top: 1em;
    float: left !important; } }

#findHeritage .search-results h3 {
  font-family: "roboto_bold_web";
  font-size: 22px;
  color: #000000;
  position: relative;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.625rem; }
  #findHeritage .search-results h3::before {
    content: '';
    position: absolute;
    background-color: #C4D7EB;
    width: 15px;
    height: 35px;
    left: 0;
    top: 0;
    z-index: -1; }

#findHeritage .search-results .number-results {
  font-family: "roboto_regular_web";
  font-size: 14px;
  line-height: 2; }

#findHeritage .more {
  font-family: "roboto_bold_web";
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  text-align: right;
  border-bottom: 1px solid #3A78BD;
  padding-top: 10px;
  margin-bottom: 60px; }
  #findHeritage .more a {
    color: #ffffff;
    background-color: #3A78BD;
    padding: 2px 64px;
    text-transform: uppercase; }

#findHeritage .search-results-card {
  margin-bottom: 30px; }
  #findHeritage .search-results-card .card-content {
    width: 100%; }
  #findHeritage .search-results-card .image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    display: table;
    position: relative;
    background-size: cover; }
    @media (max-width: 991.98px) {
      #findHeritage .search-results-card .image {
        display: none; } }
    #findHeritage .search-results-card .image:hover::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 120px;
      height: 120px;
      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; }
  #findHeritage .search-results-card .detail--image {
    width: 162px;
    height: 120px;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      #findHeritage .search-results-card .detail--image {
        display: none; } }
  #findHeritage .search-results-card sup {
    font-size: 0.75rem;
    top: 0;
    color: #676767;
    margin-bottom: 5px; }
  #findHeritage .search-results-card h4 {
    font-family: "roboto_bold_web";
    color: #000000;
    font-size: 1rem;
    min-height: 28px;
    margin-bottom: 8px; }
    #findHeritage .search-results-card h4 a {
      color: #000000;
      text-decoration: underline; }
      #findHeritage .search-results-card h4 a:hover {
        text-decoration: none; }
      #findHeritage .search-results-card h4 a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
  #findHeritage .search-results-card p {
    color: #676767;
    font-size: 1rem; }
  #findHeritage .search-results-card span {
    font-family: "roboto_regular_web";
    font-size: 0.875rem;
    color: #676767; }
    #findHeritage .search-results-card span a {
      color: #000000;
      text-decoration: underline; }
      #findHeritage .search-results-card span a:hover {
        text-decoration: none; }
      #findHeritage .search-results-card span a:focus {
        outline: 2px solid #183e36;
        outline-offset: -3px;
        box-shadow: none; }
  @media (max-width: 575.98px) {
    #findHeritage .search-results-card .search-actions {
      padding-top: 10px; } }
  #findHeritage .search-results-card .search-actions a {
    font-family: "roboto_bold_web";
    color: #3A78BD;
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 48px;
    position: relative;
    font-size: 0.875rem; }
    #findHeritage .search-results-card .search-actions a:hover {
      text-decoration: none; }
    #findHeritage .search-results-card .search-actions a::before {
      content: "";
      display: inline-block;
      margin-right: 8px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: -32px;
      top: 3px; }
    #findHeritage .search-results-card .search-actions a.dettaglio::before {
      background-image: url("../images/svg/dettaglio.svg"); }
    #findHeritage .search-results-card .search-actions a.analitica::before {
      background-image: url("../images/svg/analitica.svg"); }
  #findHeritage .search-results-card .search-actions .correlati {
    margin-left: 8px;
    color: #000000; }
    #findHeritage .search-results-card .search-actions .correlati:focus {
      outline: 3px solid #3A78BD; }
  #findHeritage .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; }
  #findHeritage .search-results-card .tr-p2 {
    line-height: 21px;
    max-height: 40px;
    height: 40px; }

.header--mobile {
  padding: 10px 15px 10px 15px;
  background-color: #ffffff; }

.hero--mobile .bg--hero {
  height: 120px;
  max-height: 120px;
  width: 100%; }
  .hero--mobile .bg--hero .info--hero {
    text-align: left;
    padding: 30px 0px 0px 0px;
    position: absolute; }
    .hero--mobile .bg--hero .info--hero .title--mobile-page {
      font-size: 26px;
      color: #000;
      font-family: "mulish-regular";
      margin-bottom: 0px; }
    .hero--mobile .bg--hero .info--hero .description--mobile-page {
      font-size: 12px;
      font-family: "roboto_regular_web"; }

.contexts--ecosistema .cta--contexts {
  color: #000000;
  width: 100%;
  display: inline-block;
  font-family: "mulish-regular";
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border: none;
  background-color: #ffffff;
  text-align: left;
  padding: 18px 0px 18px 0px;
  border-left-style: solid;
  border-left-width: 12px;
  border-left-color: #3A78BD; }
  .contexts--ecosistema .cta--contexts.margin--b {
    margin-bottom: 15px; }
  .contexts--ecosistema .cta--contexts:focus {
    outline: 3px solid #3A78BD; }

.search-results .container-search {
  background-color: #3A78BD;
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-top: 40px; }
  .webapp .search-results .container-search {
    background-color: transparent; }
  .webapp-search .search-results .container-search {
    background-color: rgba(118, 48, 32, 0.7); }
  .webapp-search-costa .search-results .container-search {
    background-color: rgba(9, 59, 236, 0.7); }
  .webapp-search-scuola .search-results .container-search {
    background-color: rgba(7, 106, 87, 0.7); }
  .webapp-search-vie .search-results .container-search {
    background-color: rgba(178, 26, 26, 0.7); }
  .webapp-search-campania-fotografica .search-results .container-search {
    background-color: rgba(153, 19, 67, 0.7); }
  @media (max-width: 991.98px) {
    .search-results .container-search {
      background-color: transparent; } }
  .search-results .container-search .search-wrap {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 20px 20px 0 20px; }
    .webapp .search-results .container-search .search-wrap {
      padding: 0;
      margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .search-results .container-search .search-wrap {
        padding: 0; } }
    .search-results .container-search .search-wrap label {
      font-family: "roboto_regular_web";
      font-size: 14px;
      color: #4d4d4d; }
    .search-results .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: 45px; }
      .webapp .search-results .container-search .search-wrap input[type="search"] {
        margin-bottom: 0; }
      .search-results .container-search .search-wrap input[type="search"]:focus {
        outline: 3px solid #000; }
      .webapp .search-results .container-search .search-wrap input[type="search"],
      .webapp-search .search-results .container-search .search-wrap input[type="search"] {
        font-family: "roboto_regular_web";
        font-size: 2rem; }
    .webapp .search-results .container-search .search-wrap .search-lens, .webapp-search .search-results .container-search .search-wrap .search-lens {
      margin: 16px 0 0 20px; }
    .search-results .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; }
      .webapp .search-results .container-search .search-wrap .search-button {
        margin: 0;
        background-image: url("../images/svg/search-webapp.svg"); }
      .webapp-search .search-results .container-search .search-wrap .search-button {
        margin: 0; }
      .search-results .container-search .search-wrap .search-button:focus {
        outline: 3px solid #000; }

.content--slide-result h3 {
  font-family: "roboto_bold_web";
  font-size: 20px;
  margin-top: 20px; }
  .content--slide-result h3 .line {
    height: 1px;
    background: #D9D9D9;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15px; }
    .content--slide-result h3 .line::after {
      content: '';
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: auto;
      font-size: 14px;
      font-family: "roboto_regular_web";
      color: #8D8D8D;
      line-height: 1rem;
      background: #ffffff;
      padding-left: 20px; }

.content--slide-result .anchor--card a {
  font-size: 18px;
  font-family: "roboto_medium_web";
  color: #000000;
  text-decoration: underline;
  margin-top: 5px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
  margin-bottom: 5px; }
  .webapp .content--slide-result .anchor--card a,
  .webapp-search .content--slide-result .anchor--card a {
    text-decoration: none; }
    .webapp .content--slide-result .anchor--card a:hover,
    .webapp-search .content--slide-result .anchor--card a:hover {
      text-decoration: underline; }
  .content--slide-result .anchor--card a:focus {
    outline: 3px solid #3A78BD; }

.content--slide-result .target {
  background-color: #3A78BD;
  padding: 4px 20px 4px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "roboto_medium_web"; }

.results-total {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #fff;
  padding-left: 10px;
  color: #676767;
  font-size: 0.875rem;
  padding-right: 15px; }

.no-pl {
  padding-left: 0px;
  padding-right: 0px; }
  .no-pl .results-total-main {
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #fff;
    padding-left: 10px;
    color: #676767;
    font-size: 0.875rem;
    padding-right: 15px;
    padding-right: 0px; }

#ricercaGuidata h4 {
  font-family: "roboto_bold_web";
  font-size: 20px; }

#ricercaGuidata .m-switch-search {
  margin-bottom: 30px !important; }

#ricercaGuidata .container-search {
  background-color: #CADBED;
  background-repeat: no-repeat;
  padding-top: 40px; }
  @media (max-width: 991.98px) {
    #ricercaGuidata .container-search .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 991.98px) {
    #ricercaGuidata .container-search {
      background-color: transparent;
      background-repeat: no-repeat;
      padding-top: 0; } }
  #ricercaGuidata .container-search .search-wrap {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 20px 20px 0 20px; }
    @media (max-width: 991.98px) {
      #ricercaGuidata .container-search .search-wrap {
        padding-left: 0;
        padding-right: 0; } }
    #ricercaGuidata .container-search .search-wrap label {
      font-family: "roboto_regular_web";
      font-size: 14px;
      color: #000000; }
    #ricercaGuidata .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 #000000;
      margin-bottom: 30px; }
    #ricercaGuidata .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; }
  #ricercaGuidata .container-search.search-column {
    background-color: unset;
    padding-top: 0; }
    #ricercaGuidata .container-search.search-column .search-wrap {
      margin-bottom: 0;
      background-color: #ffffff;
      padding: 6px 6px 6px 0; }
      #ricercaGuidata .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; }
      #ricercaGuidata .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; }
  #ricercaGuidata .container-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.875rem !important;
    color: #8B8B8B !important; }
  #ricercaGuidata .container-search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.875rem !important;
    color: #8B8B8B !important; }
  #ricercaGuidata .container-search :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.875rem !important;
    color: #8B8B8B !important; }
  #ricercaGuidata .container-search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.875rem !important;
    color: #8B8B8B !important; }

#ricercaGuidata .filter-mobile {
  display: block;
  background-color: transparent;
  text-transform: uppercase;
  border: 0; }
  @media (min-width: 992px) {
    #ricercaGuidata .filter-mobile {
      display: none; } }
  #ricercaGuidata .filter-mobile svg {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  #ricercaGuidata .filter-mobile.expanded svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

#ricercaGuidata .tab-pane .filter-mobile-remove {
  margin-top: 0; }

@media (max-width: 991.98px) {
  #ricercaGuidata .search-mobile input {
    width: inherit;
    outline: none;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px; }
  #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; } }

#ricercaGuidata .filter-mobile-remove {
  display: none; }
  @media (max-width: 991.98px) {
    #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; } }
  #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) {
  #ricercaGuidata .mobile-number-filter {
    background: #CADBED;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 13px; }
  #ricercaGuidata .page-content .filter-wrap {
    padding: 0; }
    #ricercaGuidata .page-content .filter-wrap a {
      margin: 0 20px; }
    #ricercaGuidata .page-content .filter-wrap button {
      margin-left: 20px; }
  #ricercaGuidata .filter-wrap {
    display: none;
    background: #CADBED;
    padding: 20px;
    margin-top: 10px; }
    #ricercaGuidata .filter-wrap.show {
      display: block; } }

#ricercaGuidata .filter {
  display: block; }
  #ricercaGuidata .filter .filter-expand a[aria-expanded="true"] span svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  #ricercaGuidata .filter .filter--section {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    position: relative; }
    @media (max-width: 575.98px) {
      #ricercaGuidata .filter .filter--section {
        border-bottom: 1px solid #fff; } }
    #ricercaGuidata .filter .filter--section:last-child {
      border-bottom: 1px solid #d9d9d9; }
    #ricercaGuidata .filter .filter--section a {
      color: #000000; }
      #ricercaGuidata .filter .filter--section a:focus {
        outline: 3px solid #000000; }
    #ricercaGuidata .filter .filter--section h5 {
      font-family: "roboto_bold_web";
      font-size: 1rem;
      margin-bottom: 0; }
    #ricercaGuidata .filter .filter--section span {
      height: 6px; }
      #ricercaGuidata .filter .filter--section span svg {
        width: 12px;
        height: 12px;
        vertical-align: top;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #ricercaGuidata .filter .filter--section span.expand {
        border: none;
        background-color: transparent; }
    #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items {
      margin-bottom: 0;
      position: relative; }
      #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active {
        padding-left: 20px; }
        #ricercaGuidata .filter .filter--section .filter-content .filter-block .filter-items.expand-sub-items.active::before {
          content: "<";
          display: block;
          position: absolute;
          left: 0;
          top: -2px; }
    #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .d-block:first-child .filter-items,
    #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .selected:first-child .filter-items {
      margin-top: 0; }
    #ricercaGuidata .filter .filter--section .filter-content .filter-block .more-items .selected .filter-items span {
      font-family: "roboto_bold_web"; }
    #ricercaGuidata .filter .filter--section .filter-content .filter-items {
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative; }
      #ricercaGuidata .filter .filter--section .filter-content .filter-items.active .item,
      #ricercaGuidata .filter .filter--section .filter-content .filter-items.active .number {
        font-family: "roboto_bold_web"; }
      #ricercaGuidata .filter .filter--section .filter-content .filter-items:last-child {
        margin-bottom: 0; }
    #ricercaGuidata .filter .filter--section .filter-content .item,
    #ricercaGuidata .filter .filter--section .filter-content .number {
      color: #000000;
      font-family: "roboto_regular_web";
      font-size: 0.875rem;
      padding-right: 5px;
      line-height: 20px; }
    #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;
      word-break: break-all;
      width: 232px; }
    #ricercaGuidata .filter .filter--section .filter-content .more-element,
    #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; }
      #ricercaGuidata .filter .filter--section .filter-content .more-element:hover,
      #ricercaGuidata .filter .filter--section .filter-content .less-element:hover {
        text-decoration: none; }
    #ricercaGuidata .filter .filter--section .sub-item-filter {
      margin-top: 20px; }
      #ricercaGuidata .filter .filter--section .sub-item-filter a {
        font-size: 0.875rem;
        margin-bottom: 8px;
        width: 100%; }
        #ricercaGuidata .filter .filter--section .sub-item-filter a.active span {
          font-family: "roboto_bold_web"; }
      #ricercaGuidata .filter .filter--section .sub-item-filter.sub-item-show {
        display: block; }
      #ricercaGuidata .filter .filter--section .sub-item-filter .more-items .filter-items.active {
        padding-left: 0; }
        #ricercaGuidata .filter .filter--section .sub-item-filter .more-items .filter-items.active::before {
          display: none; }
  #ricercaGuidata .filter .event-filter {
    display: none; }
    #ricercaGuidata .filter .event-filter.show {
      display: block; }
    #ricercaGuidata .filter .event-filter .filter--section:first-child {
      border-top: 0; }
  #ricercaGuidata .filter .single-filter {
    border-bottom: 1px solid #d9d9d9; }

#ricercaGuidata .wrap-timeline {
  display: none; }
  #ricercaGuidata .wrap-timeline.show {
    display: block; }
  #ricercaGuidata .wrap-timeline .timeline {
    height: 230px;
    width: 100%;
    margin-top: 35px; }
    #ricercaGuidata .wrap-timeline .timeline img {
      width: 100%; }
    #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) {
        #ricercaGuidata .wrap-timeline .timeline .controller button {
          margin-right: 10px; } }
      #ricercaGuidata .wrap-timeline .timeline .controller button.zoom-in {
        background-image: url("../images/svg/zoom-in.svg"); }
      #ricercaGuidata .wrap-timeline .timeline .controller button.zoom-out {
        background-image: url("../images/svg/zoom-out.svg"); }
      #ricercaGuidata .wrap-timeline .timeline .controller button.refresh {
        background-image: url("../images/svg/refresh.svg"); }
    @media (min-width: 992px) {
      #ricercaGuidata .wrap-timeline .timeline .content .graph {
        margin: 0 50px; } }
    #ricercaGuidata .wrap-timeline .timeline .content .apply {
      width: auto;
      padding: 0 24px;
      height: 28px;
      border: 2px solid #3A78BD;
      border-radius: 14px;
      font-family: "roboto_bold_web";
      font-size: 0.875rem;
      line-height: 23px;
      text-align: center;
      text-transform: uppercase;
      color: #000000;
      background-color: #ffffff; }

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

@media (max-width: 991.98px) {
  #ricercaGuidata .filter-chips {
    display: none; } }

#ricercaGuidata .filter-chips ul {
  padding-left: 0; }
  #ricercaGuidata .filter-chips ul li {
    list-style: none; }
    #ricercaGuidata .filter-chips ul li.chips {
      color: #000000;
      padding: 4px 6px 4px 10px;
      background-color: #CADBED;
      height: 22px;
      -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; }
      #ricercaGuidata .filter-chips ul li.chips.filter-active {
        display: inline-block; }
      #ricercaGuidata .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;
        display: inline-flex; }

#ricercaGuidata .filter-chips.inline ul li.chips {
  display: inline-block; }

#ricercaGuidata .filter-chips span.chips {
  color: #000000;
  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; }
  #ricercaGuidata .filter-chips span.chips.filter-active {
    display: inline-block; }
  #ricercaGuidata .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;
    display: inline-flex; }

#ricercaGuidata #research:focus {
  box-shadow: 0 0 0 0.2rem #000000;
  outline: none; }

#ricercaGuidata .result-set h3 {
  font-family: "roboto_bold_web";
  font-size: 1.125rem;
  display: inline-block; }

#ricercaGuidata .result-set .accordionChips-expand {
  margin-bottom: 78px; }
  @media (max-width: 991.98px) {
    #ricercaGuidata .result-set .accordionChips-expand {
      margin-bottom: 0; } }
  #ricercaGuidata .result-set .accordionChips-expand.expanded {
    margin-bottom: 14px; }

#ricercaGuidata .result-set #accordionChips {
  display: none;
  margin-bottom: 60px; }
  #ricercaGuidata .result-set #accordionChips.expanded {
    display: block; }

#ricercaGuidata .result-set .search-column {
  margin-top: -14px; }
  @media (max-width: 991.98px) {
    #ricercaGuidata .result-set .search-column {
      display: none; } }
  #ricercaGuidata .result-set .search-column .search-wrap {
    padding: 0 6px 6px 0; }
    #ricercaGuidata .result-set .search-column .search-wrap input[type="search"] {
      padding-left: 0; }

@media (max-width: 991.98px) {
  #ricercaGuidata .result-set .filter {
    background: #CADBED;
    display: none;
    padding: 5px; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    #ricercaGuidata .result-set .filter.expanded {
      display: block; } }

@media (max-width: 991.98px) {
  #ricercaGuidata .result-set .filter .filter-header {
    padding: 20px 20px 0 20px; } }

#ricercaGuidata .result-set .filter .filter-header .filter-chips {
  display: none; }
  @media (max-width: 991.98px) {
    #ricercaGuidata .result-set .filter .filter-header .filter-chips {
      display: block !important; } }
  #ricercaGuidata .result-set .filter .filter-header .filter-chips .chips {
    border: 1px solid #14352F; }

@media (max-width: 991.98px) {
  #ricercaGuidata .result-set .filter .filter--section {
    padding: 20px !important; } }

.content-crediti {
  border-left: 1px solid #3A78BD;
  padding-left: 30px; }
  @media (max-width: 575.98px) {
    .content-crediti {
      padding-left: 15px; } }
  .content-crediti .heading-credits {
    font-family: "roboto_bold_web";
    color: #000000;
    font-size: 20px; }
    @media (max-width: 575.98px) {
      .content-crediti .heading-credits {
        font-size: 16px; } }
  .content-crediti .heading-subcontent-credits {
    font-family: "roboto_bold_web";
    color: #000000;
    font-size: 18px;
    margin-top: 60px; }
    @media (max-width: 575.98px) {
      .content-crediti .heading-subcontent-credits {
        font-size: 15px; } }
  .content-crediti .description-credits,
  .content-crediti .subcontent-credits {
    margin-top: 30px; }
    .content-crediti .description-credits p,
    .content-crediti .subcontent-credits p {
      font-family: "roboto_regular_web";
      color: #000000;
      font-size: 16px;
      padding-top: 0px; }
      .content-crediti .description-credits p.evidence,
      .content-crediti .subcontent-credits p.evidence {
        font-family: "roboto_bold_web";
        margin-bottom: 0px; }
  .content-crediti .mt--8 {
    margin-top: 80px; }

@media (max-width: 575.98px) {
  .content-crediti-tab {
    padding-left: 15px; } }

.content-crediti-tab .heading-credits {
  font-family: "roboto_bold_web";
  color: #000000;
  font-size: 20px; }
  @media (max-width: 575.98px) {
    .content-crediti-tab .heading-credits {
      font-size: 16px; } }

.content-crediti-tab .heading-subcontent-credits {
  font-family: "roboto_bold_web";
  color: #000000;
  font-size: 18px;
  margin-top: 60px; }
  @media (max-width: 575.98px) {
    .content-crediti-tab .heading-subcontent-credits {
      font-size: 15px; } }

.content-crediti-tab .description-credits,
.content-crediti-tab .subcontent-credits {
  margin-top: 30px; }
  .content-crediti-tab .description-credits .list-intern,
  .content-crediti-tab .subcontent-credits .list-intern {
    list-style: none;
    padding-left: 0px; }
    .content-crediti-tab .description-credits .list-intern li,
    .content-crediti-tab .subcontent-credits .list-intern li {
      padding-left: 0px;
      margin-left: 0px; }
  .content-crediti-tab .description-credits ul,
  .content-crediti-tab .subcontent-credits ul {
    padding-left: 0px; }
    .content-crediti-tab .description-credits ul .evidence,
    .content-crediti-tab .subcontent-credits ul .evidence {
      font-family: "roboto_bold_web"; }
    .content-crediti-tab .description-credits ul li,
    .content-crediti-tab .subcontent-credits ul li {
      margin-left: 20px; }
      .content-crediti-tab .description-credits ul li ::marker,
      .content-crediti-tab .subcontent-credits ul li ::marker {
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: start !important; }
  .content-crediti-tab .description-credits p,
  .content-crediti-tab .subcontent-credits p {
    font-family: "roboto_regular_web";
    color: #000000;
    font-size: 16px;
    padding-top: 0px; }
    .content-crediti-tab .description-credits p.evidence,
    .content-crediti-tab .subcontent-credits p.evidence {
      font-family: "roboto_bold_web";
      margin-bottom: 0px; }

.content-crediti-tab .mt--8 {
  margin-top: 80px; }

.webapp-banner {
  height: auto;
  background-color: #F2F2F2; }
  @media (min-width: 992px) {
    .webapp-banner {
      height: 540px; } }
  .webapp-banner .background {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 0 0 0 56px; }
    .webapp-banner .background .image {
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: auto;
      right: 0;
      top: 0; }
      @media (max-width: 991.98px) {
        .webapp-banner .background .image {
          display: none; } }
  .webapp-banner .title {
    font-size: 3rem;
    font-family: "roboto_bold_web"; }
    .webapp-banner .title::after {
      content: "";
      display: block;
      background-color: #763020;
      height: 4px;
      width: 65px;
      border-radius: 2px;
      margin: 32px 0; }
      .webapp-costa .webapp-banner .title::after {
        background-color: #093BEC; }
      .webapp-scuola .webapp-banner .title::after {
        background-color: #076A57; }
      .webapp-vie .webapp-banner .title::after {
        background-color: #B21A1A; }
      .webapp-campania-fotografica .webapp-banner .title::after {
        background-color: #991343; }

.webapp-search-card-link {
  text-decoration: none !important; }
  .webapp-search-card-link:hover {
    text-decoration: underline !important; }

.webapp-search .subtitle {
  font-family: "roboto_bold_web"; }

.webapp .sep {
  width: 100%;
  height: 1px;
  background-color: #BEBEBE;
  margin: 24px 0 16px 0; }

/*Inizio personalizzazione tema Gennaro Di Falco*/
.navbar {
  font-size: 16px !important; }

#wrapper {
  padding-top: 0em; }

.separation_link_footer li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0; }

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

#reviewEvent {
  clip-path: polygon(0 50px, 0 100%, 100% 100%, 100% 0); }

@media (min-width: 768px) {
  #reviewEvent {
    clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0); } }

@media (min-width: 1200px) {
  #reviewEvent {
    clip-path: polygon(0 150px, 0 100%, 100% 100%, 100% 0); } }

#heroImage {
  margin-bottom: 68px; }

@media (max-width: 1200px) {
  #heroImage {
    margin-bottom: -10px; } }

#heroImageCarousel .polygon {
  background: url(../images/png/polygon.png) no-repeat center; }

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

.card, .card-horizontal {
  box-shadow: none;
  margin-bottom: 0px !important; }

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

.portlet > .portlet-topper {
  /* z-index: 1000; 
		Tolto da Gennaro Di Falco dopo aver buttato il sangue sul dropdown
	*/ }

/* .portlet-content, .portlet-minimized .portlet-content-container {
    padding: 0px;
}  */
.row {
  margin-right: 0px;
  margin-left: 0px; }

.custom-select {
  height: none !important; }

.filter-icons a.button-visualizzation-events-group, .filter-icons a.button-visualizzation-events-list {
  display: inline-grid; }

.fixed-top {
  z-index: 950; }

.button-login {
  width: 361.33px;
  height: 60px;
  border-radius: 50px;
  background-color: #C00200;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  text-transform: uppercase;
  font-family: "titillium_bold_web";
  font-size: 24px; }

button[id*="_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet"] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 100%;
  height: 100%; }

.form-control:disabled,
.form-control[readonly] {
  background-color: white; }

.label-info, .badge-info {
  background-color: #3a87ad !important; }

/* Inizio CSS CALENDAR */
.my-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAQCAYAAACIoli7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MzJCRDU2NUE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MzJCRDU2NkE1MDIxMUUyOTY1Q0EwNTkxNEJDOUIwNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQzMkJENTYzQTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQzMkJENTY0QTUwMjExRTI5NjVDQTA1OTE0QkM5QjA0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Gcb3QAACh1JREFUeNrEWAtwVNUZ/u7d9yvZJBtMIC8eBhIKMkQIhqIBKirWwpSW0dahCir1gQhWg2XKjNRqR7AjQ6QjglBFRIW20KmC0KRYjRYMCZGHGEjIY0Oy2U32lX3d3Xv6nxuSbEJCQNvpn/n33POfxz33u9//uBGaBQFcMhgrpGYC6ddk+zfiZKgxsvOG4buJMGATNtzcq4l+WStbsGgpvOiELpgBWetGQGNCstSGkKwH1Ek04oVNFUZQsEAjedCg0iBRVivrP737CL+H8Na7f7lpRFa2cOfMqdUn9n3ARGc7NLEYJj62Qle6Z3/ZlATt82mINV4QVPV33HVXmK/1bRgPvst60vzXgJzZZ84UlOfnV1L/YvwhBxk7Q7quZ3zZLrvSivRy+PtR0Y8oUit2P7+aWm5TifxahErVPWfd/JRBQaNVjA2CIhsecEwIubHzB3+CQWNDNBCCyuiEC6NgpV3agkCszYWknBTInjAMFh20HAo1/QQFVM7Kw9aly7D1ze2iJEemhbu8Mzf++rkVNGMkaS7puKadb0yubGscp/Wa3rc0nNXVJ6RsJvsaUhmXt5oyZv36e4o//hi1tbUonjWrYNTs2QXxhywuL+8bmzevoG7dOu3gj8Po2MIVZGIcAw6TcPma0YV4JfXYEBiy/rbeqZcv+i1tEbIgagzgOAWMerT5MvDuXgfOH6vAsRoRgVAqHOp2TMrX4dYfFmLhVAHTRqtgkn0QQ3W0anZK+UsvzJe/qflxi2d04a3u9iJWdngUHd/I33KEyJEoqBE2mqCxGBCqq//p8idWvPh66Wa35ZlzUIcAnez3w+n14uwDD8CalYWo293vYePH+Fy+Jn58289HKu2rpbux9KF7EY4yfHroAHKL5iv2w/v2Ye7CBfBHBLRWHYJ54rzrCQcsDtx+YA4MAbyTqjsHLfLIrWWcChjwu/XHUVnuxrGDC2G2AdwnnKQNXwOLHnwFH4da8VnZBpg0ZqgcOgJMfKa+oqJkTDQMX3or3GF/khgJQ9TroDInQENq9rjItaNwqUWkeDoy0wtmTKYt/8XPpg4wZpADARTt2YOJx45Bo9PBlZEBy86dvQedPGkSxmZnw5SQAD6Xrxns6XWmYO+1x3e+n52D2WM3Y96w6F0F1F4wBwsBprBEv+0wIQO7Xj2HC0ercLbiEdi0zYgyAk1OgFUQccONwP5dyxELNMCQ5Cfq0YZpekgCpMZgENPvmIc5KckEm4gL7+9BrL0d1rFjYSGGGkePgyWX4qU1CQW3zVG5ztV+n25aQRpVGBojkFpWroTBaAQ/TpD6eput3xOZzWaKEjL43IEM3frHLZD8XtyQasXhdzbDbNTCJjN89tftvfaW8jd67fPyzP3jRBzThGGYKgwxrcceM2eyYDQNG9+8iAMfHsaRXY/AouV4qRAS9NCrmmkjKxBKwOQsM8X0iQhQkpK1IUiiBxq1+oLfaPJJXo8lEOyCJtGKScsfhTYpGYItFTUXG9DY2oqQw4UnFi5SGF/2zfkialQcUJ66V7PrFL5mQhwgXGRZZjv+8ALzBGPM4YuyA9s3sFMtIUW5/Xx7hNU0+RU7X7OM5bFlJxSQ2ODR+ArlIUy5HDjW04y+t5UrC9J5Vm5tYxkz/s5YF3WiESYzP2MRmbmp6+EH9vuZxM9N9iBz0ViUHbclsPuX/GJ2SUnJeX+LnUW6/MqzHTp6lL29dy9rtLewx598kpWsWcPuu+8+Fo1GlfG9+/bZn1q1Kk1JzHQSlUxHjBL7rkX5XL5mMBQks7WvY0vvZ3d4pW63j7Nfo/QDfYCbs3iGa6UORYMUP/92qhoYE4VsdNCoDEEyUYqnhBIDEmJ8hZYenKdmETH6468pWa3GJbvdHpKiTWpio4YSz7Hjx7Hu2Wdx9KOPkDkyHaWbNiE/Lw+LFy+makWlHCInOyc9MyOTJ3JRzcEhnCHHYtf0dCJtwrrp3Suvv/UGvO4uWBLN2L9/N7xeFzyedrS43+q1F401DQdaP+8Vrg1ppcRS3t+DDVQe9dhFqF3JiHTaIYaTyL2jYIld8IsGWCQRTB+GoCcgiU5q2QCD6KNFdQjrM1FVXeUYd+PYxg6nE+np6ZiYn48dO3Zg7dq1iEQi0Gq1KKeqh1h82T2BURkZQlpa2kzqHuJ1qEph3zCAPnVyDao8X6EgeQowANDlSx7mfo9t772NBQt+pmT5T468jgmFS5TxiqPvdderLO+Kfcnte2X71G9VzCvjulhfZaJFFjJSrCj7/DjCqgh0VN6EvSIsCUAXndxPvDxf1w5t4gjoY1qEnAYUfI8SpuokOlyIBIPhC06nSwHUZDIhNzcXoVAIRF7k5OQoLc83/E1eutSKpuYmRKToLZs3l6Zzhqo5QyPR6FVPfcJZg2lFN6Py80q+kbp2WzLwUEe/OZ2Ovr4YU11przqL/5XoRH3fvakwmjFdQtlH4/FC6VdY/dRNVKEYeMqAUR3EiSo9Vj56As2+MKwGMx68fySm5o+HSeDh6FLM7/fVu1zO3v24axcUFJDneZX+SkrgXq8PlZUnEKKKwGpNgM/rmaLT66Z1uzwxVBoC0JKqtTjpPtVd8sQ8YJKM+g3W5Ze/HpZ3f9r0kahk5aq41b/st1c8A3uYOQQrr0uyFwep+ujrG6HHip/YsPvlTmz+7dcovnMGZk4gt6cYKXQFMWuyAV98+iOcpfB6e9HzFBvvoS87J9XfynKZWFnfbLfzbwOlmpEkCauffhpejxenvjqF7KxsdPF6PByCz+PH6dOnKVRUW8eMGX1LN0MJ0MgQLl/dVgNb8YjuAj/qRFJhMmYVzkkv/3NZAV6jJPS4W/gWGLDr/Ua/mkQMzQM2T4dN58Q/DxbizuIKLLjtHax7bhqWPJaLVJMWPsXpzah3SWj3n6GQMKf7/wAmP6/65fq6uubGpsaOFntLuqPdARe5v4fY2emi1uej/OBmjjan3+V2tfi8voZYLFoXlaJnjQZDhZoJgi7GXX4IQPNN+Th9sJuhmKuCWM5w5pvqNiSLlfg/yhcLx2PEqA+QqhR/wX5jHirrdbIJI24A/lG9Gqt/U45NWz7Ey9s/BzQ3QpUQQajdjMS0NixdtQhFxTfTGzVQDc6rFJ/85Zdfem6ePr29dMuWdGKi5PV6Ov2BQFMoFL5INXqtx+upd3d21rXY7Y5AIMBvTp8FCJeXl/nVBKNFRa7Ag+xgsnH2K0p79+474Ix1IJWy5qgXuw40MPb8dwFkOFfngA0nY9zqQe1WnrQtzQRSBgwGEXs2zqUHmXvFvCCFLwP/Lw6PdhQLjVqFVIwSkCRFIgdPVp+sI66d7ury1Xrc7saGhkZ7OBziAEpxGotXYYQg/J4CReZwh3fdriqM2IQkrZN1mg/H9joY+4DMvSyt+eQlTL71uf8a+65VfvVw5nDh5Jpl58NHMK5FCT88diaSGi4DFYnTHvDkgTUyl/8IMABtKh8piZwIuwAAAABJRU5ErkJggg==);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px;
  margin-right: .5em;
  content: ' '; }

.icon-google {
  background-position: -52px 0; }

.icon-yahoo:before {
  background-position: -36px +4px; }

.icon-google:before {
  background-position: -52px 0; }

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

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

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #000000 !important;
  color: #ffffff !important; }

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

.breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  content: '';
  display: block !important;
  height: 4.6em !important;
  left: -3px !important;
  margin-top: -0.9em !important;
  padding: 0 !important;
  position: absolute !important;
  top: 60% !important;
  width: 1em !important; }

.map {
  width: 100%;
  height: 600px !important;
  margin-top: -18px !important;
  margin-bottom: -10px !important; }

#map {
  z-index: 0; }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 5px 0 0;
  border: none;
  text-align: center;
  width: 35px;
  height: 18px;
  font-family: "titillium_bold_web", Courier, monospace;
  font-size: 30px !important;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }
  .leaflet-container a.leaflet-popup-close-button:focus {
    box-shadow: none; }

.regular-text {
  font-family: "titillium_regular_web", Courier, monospace; }

.languageMobileDiv {
  border-top: 1px solid #bdb3b3;
  width: 100%; }

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

#buttonTop {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: background-color .3s, 
 opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px; }
  #buttonTop .icon-back-top {
    color: white;
    font-size: 26px; }

#buttonTop:hover {
  cursor: pointer;
  background-color: #333; }

#buttonTop:active {
  background-color: #555; }

#buttonTop.show {
  opacity: 1;
  visibility: visible; }

#filterMap {
  background-color: none !important; }

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

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

#leanguage {
  padding-bottom: 8px; }

div.yui3-widget.overlay.yui3-widget-positioned.yui3-widget-modal.yui3-widget-stacked,
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;
  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,
  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 #3a78bd !important;
        border-radius: 0; }

.btn-section {
  width: 40px; }

.leaflet-popup-content-wrapper {
  border-radius: 4px;
  padding: 0 0 1px 0; }

.leaflet-popup-content {
  margin: 0 26px 10px 0;
  width: 380px !important;
  display: flex;
  flex-direction: column;
  padding: 20px 16px 16px 16px; }
  @media (max-width: 575.98px) {
    .leaflet-popup-content {
      width: 325px !important; } }
  .leaflet-popup-content .card-popup-map {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 6px; }
    .leaflet-popup-content .card-popup-map button.button-popup-map {
      width: 280px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      background: none;
      border: none; }
      .leaflet-popup-content .card-popup-map button.button-popup-map span {
        width: 220px;
        font-size: 15px; }
        .leaflet-popup-content .card-popup-map button.button-popup-map span:focus {
          box-shadow: none;
          border-bottom: 2px solid #D64000; }
      .leaflet-popup-content .card-popup-map button.button-popup-map:focus {
        outline: none;
        box-shadow: none; }
    .leaflet-popup-content .card-popup-map .collapse.show .card-body-map {
      padding: 0 0 1.25rem 1.25rem; }
      .leaflet-popup-content .card-popup-map .collapse.show .card-body-map img {
        max-height: 130px; }
      .leaflet-popup-content .card-popup-map .collapse.show .card-body-map .info_hero button .btn-more-hero {
        font-size: 0.75rem; }
        .leaflet-popup-content .card-popup-map .collapse.show .card-body-map .info_hero button .btn-more-hero::before {
          left: 13px;
          margin-right: 0; }

.leaflet-container a.leaflet-popup-close-button {
  top: -11px; }

.leaflet-container a.leaflet-popup-close-button:focus {
  box-shadow: none !important; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  width: 380px; }
  @media (max-width: 575.98px) {
    .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
      width: 325px; } }

.info_hero_map button span::before {
  content: "";
  background-image: url(../images/svg/mask.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  left: 31px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map button span::before {
      left: 17px; } }

.info_hero_map button.btn.btn-primary:hover span::before {
  content: "";
  background-image: url(../images/svg/mask_hover_blue.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  left: 31px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map button.btn.btn-primary:hover span::before {
      left: 17px; } }

/*.info_hero_map_eng button span::before {
    content: "";
    background-image: url(../images/svg/mask.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    right: 92px;
   left: 31px;
}*/
.info_hero_map_eng button.btn.btn-primary:hover span::before {
  content: "";
  background-image: url(../images/svg/mask_hover_blue.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  right: 92px;
  left: 31px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map_eng button.btn.btn-primary:hover span::before {
      left: 17px; } }

.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:focus {
  box-shadow: none !important; }

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

@media (max-width: 991.98px) {
  body#cultura .modal-content form {
    display: block;
    padding-top: 20px; }
  body#cultura .modal-content button.close {
    z-index: 1;
    margin-top: 0px !important;
    top: 15px !important; }
  body#cultura #mappaGuestPortlet .modal-content {
    background-color: #fff !important; } }

@media (max-width: 575.98px) {
  body#teatro .breadcrumb {
    margin-top: 110px; } }

input#filtroData {
  width: 210px;
  border-radius: 20px;
  border: none;
  height: 30px;
  padding: 0 15px; }
  input#filtroData:focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 135, 149, 0.8); }

#searchComponent .box__search input {
  padding: 0 13px; }

body#teatro #map_homepage {
  margin-top: 0; }

@media (max-width: 991.98px) {
  #anchor__select {
    display: none; } }

@media (max-width: 991.98px) {
  body#cultura #searchComponent h2 {
    display: none; } }

#projectPage .text__evidence {
  font-family: "roboto_bold_web", "Calibri", "Arial", sans-serif; }

#heroProjectPage .wallpaper__project {
  height: 300px;
  max-height: 300px;
  width: 100%; }

#full-carousel .owl-item .item {
  max-height: 300px;
  max-width: 100%; }

#dettaglioSpettacoloPortlet nav {
  height: 100px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3px;
  margin-bottom: 20px; }
  @media screend and (max-width: 767.98px) {
    #dettaglioSpettacoloPortlet nav {
      height: 70px; } }

body#teatro #exp_elem_list, body#teatro #exp_elem_list_genere, .multi-select > ul, .multi-select-plugin > ul {
  max-height: 200px;
  overflow-y: scroll !important; }

.menucustom {
  max-width: none; }

.row-menucustom {
  width: 100%; }

@media (max-width: 991.98px) {
  #risultatiDIV .modal-dialog {
    max-width: calc(100vw - 10px);
    width: calc(100vw - 10px); } }

#risultatiDIV .modal-dialog .modal-content-white {
  position: relative; }
  #risultatiDIV .modal-dialog .modal-content-white .modal-body {
    position: absolute;
    width: 100%; }

@media screen and (max-width: 575.98px) {
  body#cultura form .form-group label {
    color: #fff;
    font-size: 0.85rem; } }

@media screen and (max-width: 768px) {
  body#cultura .mt-map {
    margin-top: 60px; } }

@media screen and (max-width: 578.98px) {
  body#cultura .mt-map {
    margin-top: 96px; } }

#filterMap {
  background: none;
  heigth: auto !important; }
  #filterMap aside.filter-map {
    margin-top: -20px;
    box-shadow: none;
    min-height: 523px;
    margin-top: 51px;
    padding-top: 20px;
    overflow-y: scroll; }
    #filterMap aside.filter-map.active-filter {
      width: 470px !important; }
      @media screen and (max-width: 575.98px) {
        #filterMap aside.filter-map.active-filter {
          width: 300px !important; } }
    @media screen and (min-width: 768px) {
      #filterMap aside.filter-map {
        height: 533px;
        max-height: 533px;
        overflow-x: hidden; } }
    #filterMap aside.filter-map .tag-filtri {
      margin: 0 25px 24px 30px; }
  #filterMap #expandFilter {
    width: 191px;
    padding: 8px 15px;
    display: flex;
    border-radius: 4%;
    color: white;
    height: 45px;
    margin-top: 50px;
    align-items: center;
    cursor: pointer;
    border-color: transparent;
    top: 138px;
    z-index: 8;
    position: absolute;
    top: 0px !important;
    right: -190px; }
    @media screen and (max-width: 768px) {
      #filterMap #expandFilter {
        top: 59px; } }
    @media screen and (max-width: 575.98px) {
      #filterMap #expandFilter {
        border-top-right-radius: 20px 20px;
        border-bottom-right-radius: 20px 20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: -52px;
        width: auto;
        top: 95px;
        overflow-x: hidden; } }

body#cultura .btn-primary:not(:disabled):not(.disabled).active,
body#cultura .btn-primary:not(:disabled):not(.disabled):active,
body#cultura .show > .btn-primary.dropdown-toggle {
  background-color: #3A78BD;
  border-color: #3A78BD; }

#warningModal .modal-header svg {
  width: 100%;
  height: 37px; }

#warningModal .modal-header button.close {
  opacity: 1;
  background-color: transparent; }
  #warningModal .modal-header button.close span {
    color: #000; }

#warningModal .modal-body {
  padding-bottom: 2.5rem; }
  #warningModal .modal-body p {
    margin-bottom: 1rem; }
    #warningModal .modal-body p::last-child {
      margin-bottom: 0; }

#filterMap .filter-map .tag-filtri #full-carousel-map .item .carousel-p,
#filterMap .filter-map .tag-province #full-carousel-map .item .carousel-p {
  bottom: -8%;
  width: 98%; }
  @media screen and (max-width: 768px) {
    #filterMap .filter-map .tag-filtri #full-carousel-map .item .carousel-p,
    #filterMap .filter-map .tag-province #full-carousel-map .item .carousel-p {
      bottom: -9%; } }

.info_hero_map_eng button span::before {
  content: "";
  background-image: url(/o/CulturaTema/images/svg/mask.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  right: 92px; }
  @media screen and (max-width: 575.98px) {
    .info_hero_map_eng button span::before {
      left: 17px; } }

/*.info_hero_map_eng button.btn.btn-primary:hover span::before {
	content: "";
    background-image: url(/o/CulturaTema/images/svg/mask_hover.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    right: 80px;
}*/
#full-carousel-home .owl-stage-outer {
  overflow: hidden; }

.modal-open .modal {
  overflow-y: scroll; }

body#cultura #cardSearch .card-event .row .card-footer .tr-title, body#cultura .tr-title {
  line-height: 26px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media screen and (max-width: 415px) {
  body#cultura .mt-2, .my-2 {
    right: 5px;
    padding: 0px; } }

#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: table;
      align-items: center; } }
  @media screen and (max-width: 415px) {
    #wrapper header .brand-mobile, #wrapper #header .brand-mobile {
      display: table;
      align-items: center; } }

.brand-mobile {
  display: table;
  padding: 20px 0; }
  @media screen and (min-width: 992px) {
    .brand-mobile {
      display: none; } }
  .brand-mobile .site_title {
    color: #000; }
    .brand-mobile .site_title span {
      color: #000; }

#brand {
  display: flex;
  align-items: center; }

#wrapper header .header-secondnav .navbar .navbar-toggler.button-close,
#wrapper #header .header-secondnav .navbar .navbar-toggler.button-close {
  display: block;
  position: absolute;
  right: 16px;
  top: 10px; }

@media screen and (max-width: 768px) {
  #mainMenu {
    flex-direction: column; } }

@media screen and (max-width: 415px) {
  #mainMenu {
    flex-direction: column; } }

.footer_menu_mobile {
  display: none;
  background: #ffffff;
  position: absolute;
  bottom: 60px;
  height: auto;
  border-top: 1px solid #bdb3b3;
  width: 93%; }
  @media screen and (max-width: 768px) {
    .footer_menu_mobile {
      display: block; } }
  @media screen and (max-width: 415px) {
    .footer_menu_mobile {
      display: block; } }
  .footer_menu_mobile #mobileLinkEcosistema {
    display: inline-block; }
  .footer_menu_mobile .languageMobileDiv {
    padding: 10px 0;
    border-top: 1px solid #bdb3b3;
    border-bottom: 1px solid #bdb3b3;
    width: 100%; }

.languageMobileDiv {
  border: none; }

@media screen and (max-width: 1440px) {
  body#cultura #map_homepage {
    height: 320px; } }

@media screen and (max-width: 1366px) {
  body#cultura #map_homepage {
    height: 340px; } }

@media screen and (max-width: 1280px) {
  body#cultura #map_homepage {
    height: 320px; } }

@media (max-width: 1280px) {
  .owl-prev {
    left: -55px !important; }
  /*.owl-next{right: -55px!important;}*/ }

body#cultura #wrapper header .brand-mobile .betaversion, body#cultura #wrapper #header .brand-mobile .betaversion {
  margin-left: 0px; }

.pdrOrdinamento {
  padding-right: 38px !important; }

@media screen and (min-width: 992px) {
  #wrapper header .navbar,
  #wrapper #header .navbar {
    padding: 0; } }

.box-chart {
  flex-direction: column;
  align-items: center; }

#collezioni .row-custom .column.first a .collage-image span, #collezioni .row-custom .column.second a .collage-image span, #collezioni .row-custom .column.third a .collage-image span, #collezioni .row-custom .column.fourth a .collage-image span {
  position: absolute; }

body#cultura #boxFull {
  margin: 0 0 80px 0 !important; }

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

@media screen and (max-width: 992px) {
  #collezioni-carousel .owl-prev {
    left: 0px !important; } }

@media screen and (min-width: 995px) {
  #collezioni-carousel .owl-next {
    right: -30px; } }

#heroSearchCultura .search-box.container {
  bottom: 18px !important; }

@media (max-width: 1024px) and (min-width: 575.98px) {
  #heroSearchCultura .search-box.container {
    bottom: 125px !important; } }

@media (max-width: 768px) and (min-width: 575.98px) {
  #heroSearchCultura .search-box.container {
    bottom: 0px !important; } }

@media (max-width: 575.98px) {
  #heroSearchCultura .search-box.container {
    height: 100px;
    bottom: 0px !important; } }

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

#collezioni-carousel .owl-next {
  right: -61px !important; }

body#cultura .tr-p4 {
  -webkit-line-clamp: 5; }

body#cultura #cardNoCard .card-event .row .button-details {
  padding-top: inherit; }

@media screen and (max-width: 991.98px) {
  body#cultura .col-image-custom .row {
    margin-left: -15px !important; } }

@media screen and (min-width: 995px) {
  #collezioni-carousel .owl-next {
    right: -61px !important; } }

@media (max-width: 991.98px) {
  #collezioni-carousel .owl-next {
    right: 0px !important; } }

@media (max-width: 1140px) {
  body#cultura .search-box {
    position: relative; } }

@media (max-width: 991.98px) {
  #full-carousel .owl-prev,
  #collezioni-carousel .owl-prev {
    left: 0px !important; } }

@media screen and (min-width: 576px) and (max-width: 1024px) {
  body#cultura #card-slideshow .owl-nav .owl-next, body#cultura #full-carousel-home .owl-nav .owl-next, body#cultura #card-slideshow-cultura .owl-nav .owl-next {
    right: -25px !important; } }

@media (max-width: 575.98px) {
  body#cultura #card-slideshow .owl-nav .owl-next, body#cultura #full-carousel-home .owl-nav .owl-next, body#cultura #card-slideshow-cultura .owl-nav .owl-next {
    right: -15px !important; } }

@media screen and (min-width: 576px) and (max-width: 1024px) {
  body#cultura #card-slideshow .owl-nav .owl-prev, body#cultura #full-carousel-home .owl-nav .owl-prev, body#cultura #card-slideshow-cultura .owl-nav .owl-prev {
    left: -25px !important; } }

@media (max-width: 575.98px) {
  body#cultura #card-slideshow .owl-nav .owl-prev, body#cultura #full-carousel-home .owl-nav .owl-prev, body#cultura #card-slideshow-cultura .owl-nav .owl-prev {
    left: -15px !important; } }

@media screen and (min-width: 576px) and (max-width: 1024px) {
  #carouselPlaces .owl-carousel .owl-nav .owl-prev {
    left: -25px !important; } }

@media (max-width: 575.98px) {
  #carouselPlaces .owl-carousel .owl-nav .owl-prev {
    left: -15px !important; } }

body#cultura #iorestoacasa {
  margin-top: 30px !important; }

.box_select .dropdown_filter_custom .select__custom span.label.no-border {
  border: none; }

.box_select #div_ordinamento_ricerca .selectbox__custom.dropdown-menu.show,
.box_select #div_categoria_ricerca .selectbox__custom.dropdown-menu.show {
  display: table; }

body#cultura #progetto .nav.nav-pills li a {
  font-size: 16px !important;
  font-family: "roboto_bold_web" !important; }

body#cultura #progetto .nav.nav-pills li.disabled a {
  opacity: 1 !important;
  color: #757474; }

body#cultura #progetto #boxFull {
  margin: 40px 0 !important; }

#selectCustom .custom-select, #selectCustomMobile .custom-select {
  box-shadow: none; }

.leaflet-container a.leaflet-popup-close-button {
  color: #000 !important; }

.leaflet-bar a.leaflet-disabled {
  color: #636363 !important; }

.map-interaction .filter-map {
  left: 0px !important; }

.map-interaction .button-filter-map {
  transition: left 0.1s ease-in-out; }

.map-interaction .filter-map .box-accordion .accordionFilterMap ul.filter-check li label {
  font-weight: 100; }

.disabled {
  pointer-events: none !important;
  text-decoration: none !important;
  color: #a4a4a4 !important; }

.map-interaction .filter-map .footer-filter .applied.disabled {
  color: white !important; }

#filterArea {
  padding-top: 0px !important;
  padding-bottom: 10px; }

#filterArea .button button {
  background-color: #3A78BD;
  border: none;
  border-radius: 18px;
  padding: 3px 20px;
  color: white;
  height: 30px;
  display: flex;
  align-items: center;
  min-width: 170px; }

#filterMap #expandFilter {
  width: 191px;
  padding: 8px 15px;
  display: flex;
  border-radius: 4%;
  color: white;
  height: 45px;
  margin-top: 50px;
  align-items: center;
  cursor: pointer;
  border-color: transparent;
  top: 138px;
  z-index: 8;
  position: absolute;
  top: 0px !important;
  right: -190px; }

@media (max-width: 991.98px) {
  #filterMap #expandFilter {
    display: none; }
  body#cultura .white .modal-dialog .modal-content-white form input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 0px;
    height: 30px; } }

.wh100 {
  width: 100%;
  height: 100%; }

.custom-select {
  box-shadow: none; }

#sectionPageComunicati .box-details .description p {
  margin: 0px; }

.box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show {
  box-shadow: none; }

@media (max-width: 991.98px) {
  .daterangepicker {
    z-index: 1050 !important; } }

@media (max-width: 767.9px) {
  body #wrapper .mt-no-hero {
    margin-top: 80PX; } }

@media (min-width: 768px) {
  body #wrapper .mt-no-hero {
    margin-top: 75px; } }

@media (min-width: 1200px) {
  body #wrapper .mt-no-hero {
    margin-top: 120px; } }

@media (min-width: 1440px) {
  body #wrapper .mt-no-hero {
    margin-top: 120px; } }

#sectionOneDeepening .card-primary div.summary {
  -webkit-line-clamp: 3;
  height: 48px;
  font-size: 0.875rem;
  line-height: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 25px; }

#sectionDeepening .card-primary div.summary {
  margin-bottom: 25px;
  -webkit-line-clamp: 6;
  height: 114px;
  font-size: 0.875rem;
  line-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical; }

.container--video {
  display: flex; }
  @media (max-width: 991.98px) {
    .container--video {
      padding-bottom: 15px; } }

@media (max-width: 991.98px) {
  #sectionOneDeepening {
    margin: 0px 0px !important; } }

.daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important; }

.daterangepicker .drp-calendar.right tbody {
  display: none !important; }

.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important; }

.daterangepicker .drp-calendar.right th.month {
  display: none !important; }

.daterangepicker .drp-calendar.right .calendar-table {
  background: transparent !important; }

.daterangepicker .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
  float: none !important; }

.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important; }

@media (min-width: 564px) {
  .daterangepicker {
    width: min-content; } }

.daterangepicker .drp-buttons .cancelBtn.btn.btn-sm.btn-default {
  border: 1px solid #3A78BD;
  border-radius: 20px;
  color: #3A78BD; }

.daterangepicker td.in-range {
  background-color: rgba(58, 120, 189, 0.1); }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #3A78BD; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: rgba(58, 120, 189, 0.1);
  border-color: transparent;
  color: inherit; }

body#cultura #progetto .nav-tabs li {
  margin-bottom: 0px !important; }

.iframe-home-mobile {
  height: 22vh;
  margin-top: 1em; }

.box-details .box-detail-header .second-box button#buttonShare + div.dropdown-menu.show {
  padding: 0.5rem 0 !important;
  padding-right: 5px !important; }

.pointer {
  cursor: pointer; }

body#cultura #footer #brand-footer h2 span {
  font-size: .80rem; }

@media (max-width: 1199.98px) {
  #wrapper header .header-secondnav #mainMenu li,
  #wrapper #header .header-secondnav #mainMenu li {
    margin-right: 15px !important; } }

@media (max-width: 1199.98px) {
  #wrapper header .header-secondnav #mainMenu li:last-child,
  #wrapper #header .header-secondnav #mainMenu li:last-child {
    margin-right: none !important; } }

@media (max-width: 767.98px) {
  body #wrapper.scroll-main main,
  body #wrapper.scroll-main #main {
    margin-top: 0px !important; } }

@media (max-width: 1199.98px) {
  body #wrapper {
    margin-top: 0px !important; } }

@media (max-width: 768px) {
  .iframe-home-mobile {
    height: 30vh;
    margin-top: 1em; } }

#sectionOneDeepening .card-primary .home--desc.description {
  margin-bottom: 10px !important;
  -webkit-line-clamp: 5 !important;
  height: 80px !important; }

#carousel-news.owl-carousel .owl-item img {
  width: auto !important; }

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

@media (max-width: 1199.98px) {
  .selectCustom,
  .selectCustomMobile {
    justify-content: start !important; } }

.card-primary .home--desc.summary {
  margin-bottom: 25px !important;
  -webkit-line-clamp: 5 !important;
  height: 95px !important; }

@media print {
  .noPrint {
    display: none; }
  .yesPrint {
    display: block !important; } }

@media (max-width: 575.98px) {
  .search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
    font-size: 16px !important;
    width: 70% !important; } }

.search-tab-wrapper .search-tab .search--nav-item .search--nav-link {
  font-size: 16px !important; }

@media (min-width: 1024px) and (max-width: 1024px) {
  .detail-search .search-tab-wrapper .search-tab li {
    width: 300px;
    text-align: center;
    display: inline-grid; } }

@media (min-width: 768px) and (max-width: 768px) {
  .detail-search .search-tab-wrapper .search-tab li {
    width: 230px;
    text-align: center;
    display: inline-grid; } }

@media (min-width: 1024px) and (max-width: 1024px) {
  .search-tab-wrapper .search-tab {
    border-bottom: none;
    background-color: #EBF1F8 !important; } }

@media (min-width: 768px) and (max-width: 768px) {
  .search-tab-wrapper .search-tab {
    border-bottom: none;
    background-color: #EBF1F8 !important; } }

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

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

#exp_elem_list_user li:hover {
  background: #3A78BD !important; }

.notsimpleuserlogged {
  margin-top: 50px; }

#exp_elem_list_user {
  width: 100px;
  right: auto;
  z-index: 10 !important; }

#exp_elem_list_user::before {
  right: 75px !important;
  top: -9px !important; }

.control-menu {
  position: sticky !important; }

@media (min-width: 576px) {
  .has-control-menu .affix, .has-control-menu #wrapper {
    margin-top: 0px !important; } }

.has-control-menu .affix, .has-control-menu #wrapper {
  margin-top: 0px !important; }

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

body.loading {
  overflow: hidden; }

body.loading .loader-cultura {
  display: block; }

.detail--partner .box--desc .desc--right p {
  text-align: left !important; }

.detail--partner .box-image .expand-image button {
  left: 0px !important; }

#carouselPlaces .owl-carousel a:focus .card {
  outline-offset: -6px;
  outline: 2px solid black !important; }

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

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

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

/* bootstrap-tagsinput.css file - add in local */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text; }

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit; }

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1; }

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777; }

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777; }

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none; }

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }