﻿/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("FontAwesome/WebFonts/fa-regular-400.woff2") format("woff2"), url("FontAwesome/WebFonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

body:not(.CMS) div.Gallery div.Images > img {
  display: none;
}
body:not(.CMS) div.Gallery div.Images div.Image {
  overflow: hidden;
  position: relative;
}
body:not(.CMS) div.Gallery div.Images div.Image img {
  display: block;
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
}
body:not(.CMS) div.Gallery.LightBox {
  position: fixed;
  padding: 10vh 10vw !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.95);
}
body:not(.CMS) div.Gallery.LightBox div.Images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body:not(.CMS) div.Gallery.LightBox div.Images div.Image {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  opacity: 0 !important;
  transition: opacity 1s linear;
}
body:not(.CMS) div.Gallery.LightBox div.Images div.Image.Current {
  opacity: 1 !important;
}
body:not(.CMS) div.Gallery.LightBox div.Dots {
  position: fixed;
  bottom: 5vh;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
}
body:not(.CMS) div.Gallery.LightBox div.Dots a.Dot {
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  float: left;
  top: 0;
  margin-right: 10px;
  transition: opacity 1s linear;
  opacity: 0.3 !important;
}
body:not(.CMS) div.Gallery.LightBox div.Dots a.Dot:last-child {
  margin-right: 0;
}
body:not(.CMS) div.Gallery.LightBox div.Dots a.Dot.Current {
  opacity: 1 !important;
}
body:not(.CMS) div.Gallery.LightBox a.Close {
  position: fixed;
  top: 10px;
  right: 10px;
}
body:not(.CMS) div.Gallery.LightBox a.Close i {
  color: var(--color-accent);
  font-size: 32px;
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) div.Gallery.LightBox {
    display: none !important;
  }
}
@media only screen and (min-width: 760px) {
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images {
    margin-top: -30px;
    margin-left: -30px;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image {
    margin-top: 30px;
    margin-left: 30px;
    float: left;
    width: calc(25% - 30px);
    height: 200px;
    cursor: pointer;
    opacity: 1 !important;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image img {
    transition: all 300ms linear;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image::before {
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: opacity 300ms linear;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image::after {
    z-index: 1;
    font-size: 30px;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    background: white;
    transition: opacity 300ms linear;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -0.125em;
    content: "\+";
    line-height: 60px;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image:hover img {
    width: 110% !important;
    height: 120% !important;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image:hover::before {
    opacity: 0.3;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image:hover::after {
    opacity: 0.6;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images::after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Dots {
    display: none;
  }
}
@media only screen and (min-width: 760px) and (max-width: 999px) {
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image {
    width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 759px) {
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: black;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Images div.Image {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Dots {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Dots a.Dot {
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background-color: white;
    float: left;
    top: 0;
    margin-right: 10px;
    border: solid 1px var(--color-accent);
  }
  body:not(.CMS) div.Gallery:not(.LightBox) div.Dots a.Dot:last-child {
    margin-right: 0;
  }
}

body.CMS div.Gallery h2 {
  border-bottom: dashed 1px red;
  margin-bottom: 0 !important;
}
body.CMS div.Gallery div.Images {
  border-bottom: dashed 1px red;
}
body.CMS div.Gallery div.Images img {
  height: 100px !important;
  width: unset !important;
  max-width: 100%;
  margin: 0 1px 1px 0;
  border: solid 1px white;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/FontAwesome/regular.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/FontAwesome/_variables.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/Gallery.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/_Library.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/_Mixins.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA,cCgCwB;ED/BxB;;AAIF;AAAA;EAEE;;;AEjBU;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,SCeK;EDdL;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EAtEJ;IAuEQ;;;AAKJ;EACI;IACI;IACA;;EAEA;IACI,YC9EI;ID+EJ,aC/EI;IDgFJ;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IEjJxB,aHIsB;IGHtB;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IF0IwB;;EAIA;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAKZ;IACI;IACA;IACA;;EAIR;IACI;;;AAIR;EAEQ;IACI;;;AAKZ;EACI;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAIR;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;;;AAWpB;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA%22%7D */