#home-slider {
  position: relative;
  height: 100vh;
  min-height: 600px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #home-slider {
    height: 0;
    min-height: 400px;
    padding-top: 66%;
  }
}
#home-slider .scroll-down {
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 0.6em;
}
@media screen and (max-width: 992px) {
  #home-slider .scroll-down {
    display: none;
  }
}
#home-slider .scroll-down #chevron {
  font-size: 1.5em;
}
#home-slider .slide {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-slider .slide .image {
  position: absolute;
  top: 25%;
  left: 100%;
  width: 40%;
  height: 400px;
  -webkit-animation-name: slide-out-image;
          animation-name: slide-out-image;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#home-slider .slide .text {
  position: absolute;
  top: 50%;
  left: -100%;
  -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 120px;
  -webkit-animation-name: slide-out-text;
          animation-name: slide-out-text;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 1600px) {
  #home-slider .slide .text {
    padding: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .slide .text {
    padding: 60px;
  }
}
@media screen and (max-width: 992px) {
  #home-slider .slide .text {
    padding: 30px;
  }
}
#home-slider .slide .text .title {
  display: inline-block;
  font-size: 3rem;
  line-height: 0.8em;
}
@media screen and (max-width: 1200px) {
  #home-slider .slide .text .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #home-slider .slide .text .title {
    font-size: 2rem;
  }
}
#home-slider .slide .text .link {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  #home-slider .slide .text .link {
    width: 100%;
    text-align: right;
  }
}
#home-slider .slide.active .image {
  -webkit-animation-name: slide-in-image;
          animation-name: slide-in-image;
}
#home-slider .slide.active .text {
  -webkit-animation-name: slide-in-text;
          animation-name: slide-in-text;
}
#home-slider .slide.show {
  display: block;
}
#home-slider .controls {
  position: absolute;
  bottom: 120px;
  left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1600px) {
  #home-slider .controls {
    left: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .controls {
    bottom: 120px;
    left: 60px;
  }
}
@media screen and (max-width: 992px) {
  #home-slider .controls {
    display: none;
  }
}
#home-slider .controls .link {
  margin-right: -1px;
  padding: 30px 45px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 2;
}
#home-slider .controls .link.default {
  display: none !important;
}
#home-slider .controls .link.active {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #4d4d4d !important;
  z-index: 1;
}
#home-slider .controls .link.active span {
  color: #b3b3b3;
}
@media screen and (max-width: 992px) {
  #home-slider .controls .link {
    padding: 20px 35px;
  }
}
#home-slider .next-prev {
  position: absolute;
  right: 120px;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1600px) {
  #home-slider .next-prev {
    right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .next-prev {
    bottom: 120px;
    right: 60px;
  }
}
@media screen and (max-width: 992px) {
  #home-slider .next-prev {
    left: 30px !important;
    bottom: 60px;
  }
}
@media screen and (max-width: 540px) {
  #home-slider .next-prev {
    bottom: 33px;
  }
}
#home-slider .next-prev .link {
  margin-right: -1px;
  padding: 21px 40px;
}
@media screen and (min-width: 1600px) {
  #home-slider .next-prev .link {
    padding: 24px 45px;
  }
}
@media screen and (max-width: 1200px) {
  #home-slider .next-prev .link {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #home-slider .next-prev .link {
    display: block;
    padding: 21px 35px;
  }
}
@media screen and (max-width: 540px) {
  #home-slider .next-prev .link {
    padding: 7px 25px;
  }
  #home-slider .next-prev .link i {
    font-size: 28px;
  }
}
#home-slider .next-prev .link .tag {
  position: relative;
  top: 0;
}
#home-slider .next-prev .link i {
  font-size: 42px;
}
@-webkit-keyframes slide-in-image {
  0% {
    top: 25%;
    left: 100%;
    width: 40%;
    height: 50%;
  }
  50% {
    top: 25%;
    left: 35%;
    width: 45%;
    height: 50%;
  }
  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@keyframes slide-in-image {
  0% {
    top: 25%;
    left: 100%;
    width: 40%;
    height: 50%;
  }
  50% {
    top: 25%;
    left: 35%;
    width: 45%;
    height: 50%;
  }
  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes slide-in-text {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-in-text {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide-out-image {
  0% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  50% {
    top: 25%;
    left: 35%;
    width: 45%;
    height: 50%;
  }
  100% {
    top: 25%;
    left: 100%;
    width: 40%;
    height: 50%;
  }
}
@keyframes slide-out-image {
  0% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  50% {
    top: 25%;
    left: 35%;
    width: 45%;
    height: 50%;
  }
  100% {
    top: 25%;
    left: 100%;
    width: 40%;
    height: 50%;
  }
}
@-webkit-keyframes slide-out-text {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slide-out-text {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
