﻿body.Attrazioni #Content .noUi-target {
  border: unset;
  box-shadow: unset;
}
body.Attrazioni #Content .noUi-horizontal .noUi-handle {
  top: 22px;
  right: -22px;
  z-index: 101;
  color: white;
  width: 35px;
  border: unset;
  background: unset;
  box-shadow: unset;
  text-align: center;
  transform: translateX(-50%);
}
body.Attrazioni #Content .noUi-horizontal .noUi-handle::after {
  display: none;
}
body.Attrazioni #Content .noUi-horizontal .noUi-handle:before {
  content: " ";
  display: block;
  width: 35px;
  height: 30px;
  background-color: orange;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-bottom: 10px;
}
body.Attrazioni #Content .noUi-horizontal .noUi-tooltip {
  color: white;
  bottom: -38px;
  border: unset;
  margin-left: 12px;
  background: unset;
}
body.Attrazioni #Content div.HeightFilter {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 673px;
  margin: 0 auto;
}
@media only screen and (max-width: 759px) {
  body.Attrazioni #Content div.HeightFilter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.Attrazioni #Content div.HeightFilter h2.Label {
  text-align: center;
  color: #1f8fcf !important;
  border-bottom: none;
  margin-bottom: 0px;
  min-height: 50px;
  margin-top: 0;
}
body.Attrazioni #Content div.HeightFilter h2.Label .Highlighted {
  color: #ff9900;
}
body.Attrazioni #Content div.HeightFilter div.Meter {
  padding-top: 10px;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Measure {
  height: 40px;
  background: url(../Media/Layout/meter.svg);
  background-position-x: -5px;
  cursor: pointer;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend {
  display: flex;
  padding-top: 25px;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(1) {
  border-top: 20px solid #1f8fcf;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(1):before {
  background-color: #1f8fcf;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(2) {
  border-top: 20px solid #0054a5;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(2):before {
  background-color: #0054a5;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(3) {
  border-top: 20px solid #003851;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(3):before, body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(3):after {
  background-color: #003851;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(3):after {
  left: 100% !important;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div {
  text-align: center;
  padding-top: 10px;
  color: #003851;
  position: relative;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:before, body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2px;
  height: 80px;
}
body.Attrazioni #Content div.HeightFilter div.Meter div.Legend div p {
  margin-top: 0;
  margin-bottom: 0;
}
body.Attrazioni #Content div.AttractionFilters {
  margin-bottom: 10px;
}
@media only screen and (min-width: 760px) {
  body.Attrazioni #Content div.AttractionFilters {
    display: flex;
    justify-content: space-between;
  }
}
body.Attrazioni #Content div.AttractionFilters a.Button {
  width: calc(33% - 40px);
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 759px) {
  body.Attrazioni #Content div.AttractionFilters a.Button {
    width: 100%;
    display: block;
  }
}
body.Attrazioni #Content h2 {
  font-weight: bold !important;
  text-align: center;
  text-transform: none !important;
}
body.Attrazioni #Content .AttractionList {
  padding: 0 25px;
  position: relative;
}
body.Attrazioni #Content .AttractionList .Attraction {
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 20px;
}
body.Attrazioni #Content .AttractionList .Attraction a img {
  display: block;
  width: 100% !important;
  height: unset !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body.Attrazioni #Content .AttractionList .Attraction a span {
  border-top: 1px solid white;
  margin: 0 !important;
  background: #588725;
  padding: 15px 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.Attrazioni #Content .AttractionList .Attraction a:hover {
  text-decoration: none !important;
}
body.Attrazioni #Content .AttractionList .Attraction div.Text {
  margin-top: 5px;
}
body.Attrazioni #Content .AttractionList::after {
  content: " ";
  display: block;
  clear: both;
}
body.Attrazioni #Content .Arrow {
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 50px;
  height: 50px;
}
body.Attrazioni #Content .Arrow:focus {
  outline: 0;
}
body.Attrazioni #Content .Arrow.Right {
  right: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
body.Attrazioni #Content .Arrow.Right i {
  left: 28px;
}
body.Attrazioni #Content .Arrow.Left {
  left: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
body.Attrazioni #Content .Arrow.Left i {
  right: 28px;
}
body.Attrazioni #Content .Arrow i {
  top: 50%;
  color: white;
  position: absolute;
  font-size: 25px;
  transform: translate(0, -50%);
}
body.Attrazioni #Content .AllSlidesVisible .Arrow {
  display: none;
}
body.Attrazioni #Content .SectionList section {
  padding: 30px 0;
  position: relative;
}
body.Attrazioni #Content .SectionList section h2 {
  color: #ca0c55 !important;
}
body.Attrazioni #Content .SectionList section a > span, body.Attrazioni #Content .SectionList section .Arrow {
  background-color: #ca0c55;
}
body.Attrazioni #Content .SectionList section:nth-child(even) {
  background-image: linear-gradient(120deg, #ddd 0%, white 80%);
}
body.Attrazioni #Content .SectionList section:nth-child(even)::after {
  content: " ";
  display: block;
  position: absolute;
  width: 780px;
  top: 100%;
  left: 0;
  z-index: 1;
  background: url(../Media/Layout/OmbraSxAttrazioni.png) no-repeat;
  height: 30px;
  max-width: 100%;
}
body.Attrazioni #Content .SectionList section:nth-child(odd) {
  background-image: linear-gradient(150deg, white 0%, white 20%, #ddd 100%);
}
body.Attrazioni #Content .SectionList section:nth-child(odd)::after {
  content: " ";
  display: block;
  position: absolute;
  width: 780px;
  top: 100%;
  right: 0;
  z-index: 1;
  background: url(../Media/Layout/OmbraDxAttrazioni.png) no-repeat;
  height: 30px;
  max-width: 100%;
}
body.Attrazioni #Content .SectionList section.Violet h2 {
  color: #ca0c55 !important;
}
body.Attrazioni #Content .SectionList section.Violet a > span, body.Attrazioni #Content .SectionList section.Violet .Arrow {
  background-color: #ca0c55 !important;
}
body.Attrazioni #Content .SectionList section.Violet a > span:hover, body.Attrazioni #Content .SectionList section.Violet .Arrow:hover {
  background-color: #ff9900 !important;
}
body.Attrazioni #Content .SectionList section.Blue h2 {
  color: #1f8fcf !important;
}
body.Attrazioni #Content .SectionList section.Blue a > span, body.Attrazioni #Content .SectionList section.Blue .Arrow {
  background-color: #1f8fcf !important;
}
body.Attrazioni #Content .SectionList section.Blue a > span:hover, body.Attrazioni #Content .SectionList section.Blue .Arrow:hover {
  background-color: #ff9900 !important;
}
body.Attrazioni #Content .SectionList section.Green h2 {
  color: #588725 !important;
}
body.Attrazioni #Content .SectionList section.Green a > span, body.Attrazioni #Content .SectionList section.Green .Arrow {
  background-color: #588725 !important;
}
body.Attrazioni #Content .SectionList section.Green a > span:hover, body.Attrazioni #Content .SectionList section.Green .Arrow:hover {
  background-color: #ff9900 !important;
}
body.Attrazioni #Content .SectionList section.NoRows {
  display: none;
}

body.CMS section tr:first-of-type th {
  height: 50px;
  vertical-align: middle;
  border: dashed 1px red;
}
body.CMS section td {
  vertical-align: top;
}
body.CMS section td:not(:last-of-type) {
  border-right: dashed 1px red;
}
body.CMS section td img {
  height: 100px !important;
  width: unset !important;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  border: solid 1px white;
}
body.CMS section td img:first-of-type {
  margin-top: 0px;
}
body.CMS section td p {
  text-align: center;
  margin: 20px 0 !important;
  height: 100px;
}

/*# 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/Attrazioni.scss%22,%22file:///C:/Progetti/Magicland/FrontEnd/Content/Theme/_Library.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAII;EACI;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OCvCD;;AD2CP;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI,kBCzEN;;AD6EF;EACI;;AAEA;EACI,kBChFX;;ADoFG;EACI;;AAEA;EACI,kBCvFP;;AD0FG;EACI;;AAIR;EACI;EACA;EACA,OClGH;EDmGG;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAOpB;EACI;;AAEA;EAHJ;IAIQ;IACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;IACA;;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,YCjKN;EDkKM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAIR;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,OCvLY;EDwLZ,QCxLY;;AD0LZ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAKJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,kBCxPD;;AD2PH;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAMR;EACI;;AAGJ;EACI;;AAEA;EACI;;AAMR;EACI;;AAGJ;EACI;;AAEA;EACI;;AAKZ;EACI;;;AAUb;EACC;EACA;EACA;;AAIF;EACC;;AAEA;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAIF;EACC;EACA;EACA%22%7D */