.MySlider img {
  cursor: wait;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

#SliderBackground {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -moz-transition: all 0.6s ease-out;
  /* WebKit */
  -webkit-transition: all 0.6s ease-out;
  /* Opera */
  -o-transition: all 0.6s ease-out;
  /* Standard */
  transition: all 0.6s ease-out;
}
#SliderBackground .imgArea {
  display: inline-block;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  position: relative;
  background-blend-mode: darken;
  transition: 3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 90px);
}
#SliderBackground .imgArea #prev, #SliderBackground .imgArea #next {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
#SliderBackground .imgArea #next {
  right: 0;
}
#SliderBackground .imgArea #prev {
  left: 0;
}
#SliderBackground .imgArea img {
  padding-top: 5px;
  max-height: 100%;
  margin: auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: all 0.5s ease-out;
  /* WebKit */
  -webkit-transition: all 0.5s ease-out;
  /* Opera */
  -o-transition: all 0.5s ease-out;
  /* Standard */
  transition: all 0.5s ease-out;
}
#SliderBackground .minSlide {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 5ms ease;
  text-align: center;
  -moz-transition: all 0.5s ease-out;
  /* WebKit */
  -webkit-transition: all 0.5s ease-out;
  /* Opera */
  -o-transition: all 0.5s ease-out;
  /* Standard */
  transition: all 0.5s ease-out;
}
#SliderBackground .minSlide:hover {
  -moz-transition: all 0.3s ease-out;
  /* WebKit */
  -webkit-transition: all 0.3s ease-out;
  /* Opera */
  -o-transition: all 0.3s ease-out;
  /* Standard */
  transition: all 0.3s ease-out;
}
#SliderBackground .minSlide .miniSliderImgArea {
  padding: 2px 5px;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  height: 60px;
  background: black;
}
#SliderBackground .minSlide .miniSliderImgArea:after {
  content: "";
  min-width: 50vw;
  position: relative;
  left: 0;
  top: 0;
}
#SliderBackground .minSlide .miniSliderImgArea:before {
  content: "";
  min-width: calc(50vw - 32px);
  position: relative;
  right: 0;
  top: 0;
}
#SliderBackground .minSlide .indicator {
  width: 100%;
  color: #cccccc;
  font-size: 9px;
}
#SliderBackground .minSlide .indicator span {
  font-size: 9px;
}
#SliderBackground .minSlide img {
  margin: 2px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: inline-block;
  object-fit: cover;
  opacity: 0.5;
}
#SliderBackground .minSlide .activeMinSliderImg {
  border: 1px solid white;
  height: 52px;
  width: 52px;
  min-width: 52px;
  margin: 1px;
  opacity: 1;
}
#SliderBackground .sliderButtons {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
}
#SliderBackground .sliderButtons span {
  cursor: pointer;
}
#SliderBackground .sliderButtons span svg {
  width: 20px;
  height: 20px;
  fill: #cccccc;
}
#SliderBackground .sliderButtons span:hover svg {
  fill: white;
}

#SliderBackground.stepTwo {
  background: black;
}
#SliderBackground.stepTwo .minSlide {
  margin-bottom: -60px;
}
#SliderBackground.stepTwo .imgArea {
  height: 100%;
}
#SliderBackground.stepTwo .imgArea img {
  padding-top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
#SliderBackground.stepTwo .minSlide {
  background: rgba(0, 0, 0, 0.8);
}

.freez {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.SliderInfoArea {
  -moz-transition: all 0.6s ease-out;
  /* WebKit */
  -webkit-transition: all 0.6s ease-out;
  /* Opera */
  -o-transition: all 0.6s ease-out;
  /* Standard */
  transition: all 0.6s ease-out;
  position: absolute;
  top: 0;
  right: -15%;
  width: 15%;
  min-width: 240px;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
}
.SliderInfoArea .SliderInfoText {
  padding-top: 100px;
  color: white;
  width: calc(100% - 20px);
  margin: 0 10px;
  text-align: left;
}
.SliderInfoArea .SliderInfoText p:last-of-type {
  height: 50%;
  overflow: auto;
  font-size: 12px;
}
.SliderInfoArea .SliderPlan {
  margin-top: 20px;
}
.SliderInfoArea .SliderPlan img {
  width: calc(100% - 20px);
  margin: 0 10px;
  height: auto;
  background-size: cover;
}

.SliderInfoAreaActive {
  right: 0;
}

@media only screen and (max-width: 800px) {
  #SliderBackground .imgArea {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #SliderBackground .imgArea img {
    width: 100%;
    height: auto;
  }

  #SliderBackground.stepTwo .imgArea {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #SliderBackground.stepTwo .imgArea img {
    width: 100%;
    height: auto;
  }

  .SliderInfoArea {
    right: -100%;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .SliderInfoArea .SliderInfoText {
    position: relative;
    top: auto;
    margin-top: 50px;
    padding-top: 30px;
  }
  .SliderInfoArea .SliderInfoText p:last-of-type {
    overflow-y: auto;
    height: 40%;
  }
  .SliderInfoArea .SliderPlan img {
    width: 70%;
    height: auto;
    margin: auto;
    max-height: 30%;
  }

  #SliderBackground .sliderButtons {
    display: flex;
    align-items: center;
    top: 0;
    right: 5px;
  }
  #SliderBackground .sliderButtons span {
    padding: 10px 5px;
  }
  #SliderBackground .sliderButtons span svg {
    width: 25px;
    height: auto;
    fill: #fff;
  }
  #SliderBackground .sliderButtons span:hover svg {
    fill: #fff;
  }

  .SliderInfoAreaActive {
    right: 0;
  }
}
@media only screen and (max-height: 800px) {
  #SliderBackground .imgArea {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #SliderBackground .imgArea img {
    width: 100%;
    height: auto;
  }

  #SliderBackground.stepTwo .imgArea {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #SliderBackground.stepTwo .imgArea img {
    width: 100%;
    height: auto;
  }

  .SliderInfoArea {
    right: -100%;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
  }
  .SliderInfoArea .SliderInfoText {
    width: 70%;
    position: relative;
    top: auto;
    margin-top: 50px;
    padding-top: 30px;
  }
  .SliderInfoArea .SliderInfoText p:last-of-type {
    overflow-y: auto;
    height: 50%;
  }
  .SliderInfoArea .SliderPlan {
    width: 30%;
    position: relative;
  }
  .SliderInfoArea .SliderPlan img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: auto;
    margin: auto;
  }

  #SliderBackground .sliderButtons {
    display: flex;
    align-items: center;
    top: 0;
    right: 5px;
  }
  #SliderBackground .sliderButtons span {
    padding: 10px 5px;
  }
  #SliderBackground .sliderButtons span svg {
    width: 25px;
    height: auto;
    fill: #fff;
  }
  #SliderBackground .sliderButtons span:hover svg {
    fill: #fff;
  }

  .SliderInfoAreaActive {
    right: 0;
  }
}

/*# sourceMappingURL=MySlider.css.map */
