.mistify {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.mistify__slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: 56%;
  background-position: top right;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

.mistify__slide img {
  display: none;
}

.mistify__slide--active {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mistify__slide-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mistify__slide-title, .mistify__info-title {
  margin: 0;
  color: #404040;
  font-size: 4.7rem;
  opacity: 1;
  padding-right: 15%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 700;
}

.mistify__slide-description, .mistify__info-description {
  margin: 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 29px;
  font-family: 'Raleway', sans-serif;
  margin-top: 16px;
}

.mistify__info-more {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.mistify__info-more {
  opacity: 1;
  font-size: 1.6rem;
  font-family: 'gt_walsheimlight', 'Roboto', sans-serif;
  margin: 31px 0 0 0;
}

.mistify__slide-timestamp {
  display: none;
}

.mistify__info-container {
  max-width: 30%;
  position: absolute;
  left: 7%;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.TopSliderDepartments {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #00a95b;
  border-radius: 6px;
  position: relative;
  margin-right: 21px;
  transition: 0.4s ease all;
}

.TopSliderDepartmentIcon, .TopSliderDepartmentMore {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s ease all;
  font-size: 10px;
  color: #00a95b;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.TopSliderDepartmentMore {
  width: 98%;
}

.TopSliderDepartmentMore p {
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1px;
}

.TopSliderDepartmentMore i {
  font-size: 16px;
  transform: translateY(8px);
}
.TopSliderDepartments:hover {
  cursor: pointer;
  background: #00a95b;
}

.TopSliderDepartmentIcon img {
  transition: 0.4s ease all;
}

.TopSliderDepartments:hover .TopSliderDepartmentIcon img {
  transform: translateX(-45px)
}

.TopSliderDepartments:hover .TopSliderDepartmentMore {
  color: #f0f5f9;
}

.mistify__info {
  display: none;
}

.mistify__info a {
  text-decoration: none;
}

.mistify__info--active {
  display: block;
}

.mistify__info--active .mistify__info-title {
  -webkit-animation: slideinleft .3s;
  animation: slideinleft .3s;
}

.mistify__mask-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mistify__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.mistify__mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  min-width: 100%;
  min-height: 100%;
}

.mistify__mask--active {
  -webkit-animation: fadingout 5s ease-in;
  animation: fadingout 5s ease-in;
}

.mistify__mask--active img {
  -webkit-animation: mistzooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: mistzooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mistify__mask--playing {
  opacity: 1;
  -webkit-animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mistify__arrows {
  display: inline-block;
  width: 50px;
  height: 100px;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 5;
  margin: -50px 0 0 -50px;
}

.mistify__arrows a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 16px;
}

.mistify__arrows .mistify__arrows--prev:hover, .mistify__arrows .mistify__arrows--prev.mistify__arrows--active {
  color: #0760fe;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.mistify__arrows .mistify__arrows--next:hover, .mistify__arrows .mistify__arrows--next.mistify__arrows--active {
  color: #0760fe;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.mistify__dots-container {
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style-type: none;
  z-index: 5;
  text-align: left;
}

.mistify__dots-container--hover .mistify__dots--active {
  padding-right: 90px;
}

.mistify__dots-container--hover .mistify__dots--active::after {
  width: 40px;
  background-color: transparent;
}

.mistify__dots-container--hover .mistify__dots--active span {
  opacity: 1;
  transform: translateX(-29px);
  color: #00a95b;
}

.mistify__dots-container--hover .mistify__dots--hover {
  padding-right: 90px;
}

.mistify__dots-container--hover .mistify__dots--hover::after {
  width: 55px;
  background-color: #00a95b;
}

.mistify__dots-container--hover .mistify__dots--hover span {
  opacity: 1;
  transform: translateX(-29px);
}

.mistify__dots {
  position: relative;
  display: block;
  width: 160px;
  padding: 0 90px 0 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: right;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.mistify__dots::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-left: 0;
  background-color: transparent;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.mistify__dots span {
  display: inline-block;
  position: relative;
  top: -13px;
  opacity: 1;
  font-size: 18px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #989898;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  transform: translateX(-29px);
}

.mistify__dots--active {
  padding-right: 90px;
}

.mistify__dots--active::after {
  width: 55px;
  background-color: #00a95b;
}

.mistify__dots--active span {
  opacity: 1;
  transform: translateX(-29px);
  color: #00a95b;
}

@media (max-width: 1400px) {
  .mistify__slide-title, .mistify__info-title {
    font-size: 4.2rem;
  }
}

@media (max-width: 767px) {
  .mistify__info-container {
    max-width: 80%;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    left: 50px;
    margin-left: 0;
    padding-right: 20px;
  }
  .mistify__info--active {
    display: block;
  }
  .mistify__info--active .mistify__info-title {
    -webkit-animation: none;
    animation: none;
  }
  .mistify__slide-title, .mistify__info-title {
    font-size: 2.4rem;
  }
  .mistify__slide-description, .mistify__info-description {
    font-size: 1.4rem;
    font-family: 'gt_walsheimlight', 'Roboto', sans-serif;
    margin-bottom: 5px;
  }
  .mistify__mask--active img {
    -webkit-animation: mobilemistzooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: mobilemistzooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mistify__arrows {
    left: 0;
    margin-left: 0;
  }
  .mistify__arrows .mistify__arrows--prev:hover {
    color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mistify__arrows .mistify__arrows--next:hover {
    color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .mistify__dots-container {
    right: 0;
    bottom: -15%;
    margin: 0 15px 0 0;
  }
}

@-webkit-keyframes mistzooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}

@keyframes mistzooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mobilemistzooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}

@keyframes mobilemistzooming {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes slideinleft {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes fadingout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadingout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}