/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* UTILITIES ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
a.gallery {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  line-height: 0;
}

.zoom {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.zoom img {
  width: auto;
  margin-top: calc(50% - 17px);
}

a.gallery:hover .zoom {
  opacity: 1;
}

video {
  margin: 20px 0;
}

.shareDetails {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  display: block;
  z-index: 11;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.shareDetails ul li {
  display: inline-block;
}
.shareDetails.visible {
  opacity: 1;
  pointer-events: auto;
}
.shareDetails div {
  height: 100%;
  width: 100%;
}
.shareDetails .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 70px;
  line-height: 80px;
  padding: 0;
  width: 70px;
  margin: 0 10px;
}
.shareDetails .btn i {
  font-size: 32px;
  line-height: 72px;
}
.shareDetails .btn img {
  margin-top: 5px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* DOWNLOAD ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  flex-direction: column;
}
.download a {
  border: 1px solid #EA0029;
  color: #EA0029;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 50%;
  padding: 0 10px 0 0;
  text-align: left;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.download a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 3px 10px;
}
.download a span.ico-dwl {
  background: -webkit-linear-gradient(bottom, #B90029, #EA0029);
  background: -moz-linear-gradient(bottom, #B90029, #EA0029);
  background: -ms-linear-gradient(bottom, #B90029, #EA0029);
  background: -o-linear-gradient(bottom, #B90029, #EA0029);
  background: linear-gradient(bottom, #B90029, #EA0029);
  color: #FFFFFF;
  margin-right: 10px;
}
.download a span i {
  font-size: 20px;
}
.download a:hover {
  background: #E2E6EB;
}

/* ---------------------------------------------------------------------------------------------------- */
/* COOKIE --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.ce-banner {
  position: fixed;
  width: 300px;
  height: auto;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 999;
  bottom: 15px;
  left: 15px;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px;
  font-size: clamp(12px, 4vw, 14px);
}
.ce-banner h1 {
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(16px, 4vw, 20px);
  color: #E2E6EB;
  margin: 0 0 15px 0;
}
.ce-banner p {
  color: #FFFFFF;
  padding: 20px 0;
  font-size: clamp(12px, 4vw, 14px);
}
.ce-banner a.btn-act, .ce-banner a.btn-read {
  display: inline-block;
  background-color: #EA0029;
  font-weight: 900;
  color: #FFFFFF;
  padding: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
  /*&.ce-accept {
    width: calc(50% - 35px);
    margin: 15px 5px 5px 0;
    float: left;
    text-align: center;
  }

  &.ce-disable {
    width: calc(50% - 35px);
    margin: 15px 0 5px 5px;
    float: left;
    text-align: center;
  }*/
  /*&.cookie-details {
    width: calc(100% - 30px);
    margin: 5px 0;
    float: left;
    text-align: center;
  }*/
}
.ce-banner a.btn-act:hover, .ce-banner a.btn-read:hover {
  background-color: #B90029;
}
.ce-banner a.cookielink {
  padding: 0;
  margin: 0;
  background: none;
  color: #DADEE3;
  font-weight: 700;
}
.ce-banner a.cookielink:hover {
  background: none;
  color: #EA0029;
}

#cookieModal {
  background: rgba(0, 0, 0, 0.7);
}

#cookieContainer {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#cookieContainer #cookieHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: auto;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #000000;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#cookieContainer #cookieHeader a {
  font-size: 12px;
  text-transform: uppercase;
  background: #EA0029;
  color: #FFFFFF;
  padding: 8px 13px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#cookieContainer #cookieHeader a:hover {
  background: #FFFFFF;
  color: #EA0029;
}
#cookieContainer #cookieBody {
  float: left;
  padding: 20px;
  width: calc(100% - 40px);
  overflow: auto;
  min-height: calc(100% - 156px);
  background: #FFFFFF;
}
#cookieContainer #cookieBody h1 {
  font-size: clamp(18px, 4vw, 30px);
  line-height: clamp(28px, 4vw, 40px);
  margin-bottom: clamp(10px, 4vw, 20px);
}
#cookieContainer #cookieBody p {
  font-size: clamp(13px, 4vw, 14px);
}
#cookieContainer #cookieBody p.notice {
  border-bottom: 1px solid #E2E6EB;
  margin-bottom: clamp(10px, 4vw, 20px);
  padding-bottom: clamp(10px, 4vw, 20px);
}
#cookieContainer #cookieBody a.acceptAll,
#cookieContainer #cookieBody a.disableAll {
  font-size: 12px;
  text-transform: uppercase;
  background: #EA0029;
  color: #FFFFFF;
  padding: 8px 13px;
  margin-right: 10px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  float: left;
}
#cookieContainer #cookieBody a.acceptAll:hover,
#cookieContainer #cookieBody a.disableAll:hover {
  background: #000000;
}
#cookieContainer #cookieBody .opt {
  float: left;
  width: 100%;
  margin-top: clamp(10px, 4vw, 20px);
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 100px;
  grid-template-rows: auto auto;
  grid-template-areas: "titolo input" "descrizione input";
  column-gap: 10px;
}
#cookieContainer #cookieBody .opt h3 {
  grid-area: titolo;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(16px, 4vw, 18px);
  padding-bottom: clamp(5px, 4vw, 10px);
  margin-bottom: 0;
  border-right: 1px solid #DADEE3;
}
#cookieContainer #cookieBody .opt p {
  grid-area: descrizione;
  border-right: 1px solid #DADEE3;
}
#cookieContainer #cookieBody .opt input {
  grid-area: input;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: calc(35% - 15px);
}
#cookieContainer #cookieBody .opt input.input-choice {
  width: 65px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-position 0.4s ease, background-color 0.4s ease;
  -moz-transition: background-position 0.4s ease, background-color 0.4s ease;
  -ms-transition: background-position 0.4s ease, background-color 0.4s ease;
  -o-transition: background-position 0.4s ease, background-color 0.4s ease;
  transition: background-position 0.4s ease, background-color 0.4s ease;
  background-color: #E2E6EB;
  background-image: url("/library/pagination/icon/close-input.svg");
  background-repeat: no-repeat;
  background-position: top 3px left 4px;
  background-size: 24px 24px;
}
#cookieContainer #cookieBody .opt input.input-choice:checked {
  background-color: #1C8DD7;
  background-position: top 3px left 36px;
  background-image: url("/library/pagination/icon/ok-input.svg");
}
#cookieContainer #cookieFooter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  padding: 20px;
  width: calc(100% - 40px);
  background-color: #000000;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#cookieContainer #cookieFooter a {
  font-size: 12px;
  text-transform: uppercase;
  background: #EA0029;
  color: #FFFFFF;
  padding: 8px 13px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#cookieContainer #cookieFooter a:hover {
  background: #FFFFFF;
  color: #EA0029;
}

@media all and (max-width: 767px) {
  #cookieModal {
    background: rgba(255, 255, 255, 0.9);
  }
  #cookieContainer {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-height: 480px;
  }
  #cookieContainer #cookieHeader {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #cookieContainer #cookieBody {
    padding: 10px;
    width: calc(100% - 20px);
    min-height: calc(100% - 116px);
  }
  #cookieContainer #cookieBody .opt {
    grid-template-columns: auto 70px;
  }
  #cookieContainer #cookieBody .opt h3, #cookieContainer #cookieBody .opt p {
    padding-right: 10px;
  }
  #cookieContainer #cookieFooter {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
@media all and (max-width: 580px) {
  .ce-banner {
    width: auto;
    right: 5px;
  }
}
#footerbr {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MODAL BOX ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.modalOverlay {
  background-color: rgba(255, 255, 255, 0.65);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.modal {
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  width: 350px;
  margin: 0 auto;
  margin-top: calc(50vh - 175px);
}
.modal header {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.modal .column {
  margin-bottom: 0;
}
.modal .head {
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.modal .head h1 {
  font-size: 22px;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}
.modal .modal_content {
  padding: 15px 0;
  text-align: center;
}
.modal .footer {
  padding-top: 10px;
  border-top: 1px solid #000000;
}
.modal .btn {
  padding: 8px 15px;
  font-size: 14px;
}
.modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal ul li {
  float: none;
  display: inline-block;
  padding: 0 5px;
}

.modal-container {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.modal-container .modal {
  width: 600px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #DADEE3;
  margin-top: 0;
}
.modal-container .modal header {
  border-bottom: 1px solid #DADEE3;
  padding: 10px;
  margin: 0 !important;
  height: auto;
  min-height: 40px;
}
.modal-container .modal header h3 {
  color: #636B73;
  width: calc(100% - 60px);
  float: left;
}
.modal-container .modal header .closedwl, .modal-container .modal header .closeModal, .modal-container .modal header .close, .modal-container .modal header .closeT, .modal-container .modal header .closeM {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #EA0029;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  text-align: center;
  display: inline-block;
  float: right;
}
.modal-container .modal header .closedwl:hover, .modal-container .modal header .closeModal:hover, .modal-container .modal header .close:hover, .modal-container .modal header .closeT:hover, .modal-container .modal header .closeM:hover {
  background: #EA0029;
}
.modal-container .modal header .closedwl img, .modal-container .modal header .closeModal img, .modal-container .modal header .close img, .modal-container .modal header .closeT img, .modal-container .modal header .closeM img {
  width: 12px;
  margin-top: 9px;
}
.modal-container .modal .modal-content {
  padding: 20px 10px;
  width: calc(100% - 20px);
}
.modal-container .modal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.modal-container .modal ul li {
  width: 100%;
  float: left;
  display: inline-block;
}
.modal-container .modal ul li a {
  color: #636B73;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  background: #FFFFFF;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  padding: 10px;
}
.modal-container .modal ul li a:hover {
  background: #F7F8F9;
}
.modal-container .modal ul li a img {
  padding: 8px 6px;
  margin-right: 15px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.modal-container.visible {
  opacity: 1;
  pointer-events: auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1023px) {
  .download a {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* EXPLORER ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body, h1, h2, h3, h4, h5, h6, p, li, td, span, strong, b {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
}
.onlyIE,
.chromeframe {
  display: none;
}

.ie-9 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  text-align: center;
  align-items: center;
  padding-top: 25%;
}

.ie-9 img {
  width: 160px;
  margin: 0 auto;
  display: block;
}

.ie-9 h1 {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=grk.custom.layout.css.map */
