.parallax-slider {
  padding: 40px 20px 40px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-position .4s ease-in-out;
  -moz-transition: background-position 0.4s ease-in-out;
  -o-transition: background-position 0.4s ease-in-out;
  -ms-transition: background-position 0.4s ease-in-out;
  transition: background-position .4s ease-in-out;
}
.parallax-slider:hover .ps-arrows-prev:before {
  -webkit-animation: slide-left-fixed 0.1s ease-in-out;
  animation: slide-left-fixed 0.1s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.parallax-slider:hover .ps-arrows-next:before {
  -webkit-animation: slide-right-fixed 0.1s ease-in-out;
  animation: slide-right-fixed 0.1s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.parallax-slider .ps-text-wrapper {
  width: 55%;
  float: right;
}
.ps-slide {
  display: none;
}
.ps-slide .ps-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
  padding: 30px;
  margin-top: 30px;
  font-family: 'Roboto Slab', serif;
}
.ps-slide .ps-intro {
  float: right;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 28px;
}
.ps-slide .ps-image {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 45%;
}
.ps-slide .ps-readmore {
  float: left;
  margin: 30px;
}
.ps-slide-current {
  display: block;
}
.ps-arrows {
  font-family: "FontAwesome";
  vertical-align: middle;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 90px;
  right: 10%;
}
.ps-arrows .ps-arrows-prev:before,
.ps-arrows .ps-arrows-next:before {
  position: absolute;
  bottom: 10%;
  margin-top: -25px;
  opacity: 0;
}
.ps-arrows .ps-arrows-prev:before {
  color: #fff;
  content: "\f104";
  left: -15px;
  padding: 10px 15px;
  border-radius: 2px;
}
.ps-arrows .ps-arrows-next:before {
  color: #fff;
  content: "\f105";
  left: 30px;
  padding: 10px 15px;
  border-radius: 2px;
}
.ps-arrows .ps-arrows-prev:hover::before,
.ps-arrows .ps-arrows-next:hover::before {
  background: rgba(255,255,255,0.12);
}
.parallax-slider:hover .ps-arrows-prev:before,
.parallax-slider:hover .ps-arrows-next:before {
  opacity: 1;
}
.ps-slide-current .ps-title,
.ps-slide-current .ps-intro,
.ps-slide-current .ps-readmore {
  opacity: 1;
}
.ps-slide-current .ps-image {
  opacity: 1;
}
.ps-dots {
  display: none;
  text-align: center;
}
.ps-slide.ps-slide-fromright .ps-intro {
  -webkit-animation: slide-bottom .2s linear .2s both;
  -moz-animation: slide-bottom .2s linear .2s both;
  -o-animation: slide-bottom .2s linear .2s both;
  animation: slide-bottom .2s linear .2s both;
}
.ps-slide.ps-slide-fromright .ps-readmore {
  -webkit-animation: slide-bottom .1s linear .5s both;
  -moz-animation: slide-bottom .1s linear .5s both;
  -o-animation: slide-bottom .1s linear .5s both;
  animation: slide-bottom .1s linear .5s both;
}
.ps-slide.ps-slide-fromright .ps-image img {
  -webkit-animation: fade .4s linear 0.2s both;
  -moz-animation: fade .4s linear 0.2s both;
  -o-animation: fade .4s linear 0.2s both;
  animation: fade .4s linear 0.2s both;
}
.ps-slide.ps-slide-fromleft .ps-intro {
  -webkit-animation: slide-top .2s linear .2s both;
  -moz-animation: slide-top .2s linear .2s both;
  -o-animation: slide-top .2s linear .2s both;
  animation: slide-top .2s linear .2s both;
}
.ps-slide.ps-slide-fromleft .ps-readmore {
  -webkit-animation: slide-top .1s linear .5s both;
  -moz-animation: slide-top .1s linear .5s both;
  -o-animation: slide-top .1s linear .5s both;
  animation: slide-top .1s linear .5s both;
}
.ps-slide.ps-slide-fromleft .ps-image img {
  -webkit-animation: fade .4s linear 0.2s both;
  -moz-animation: fade .4s linear 0.2s both;
  -o-animation: fade .4s linear 0.2s both;
  animation: fade .4s linear 0.2s both;
}
.ps-slide.ps-slide-toleft .ps-intro {
  -webkit-animation: slide-top .2s linear 1s both;
  -moz-animation: slide-top .2s linear 1s both;
  -o-animation: slide-top .2s linear 1s both;
  animation: slide-top .2s linear 1s both;
}
.ps-slide.ps-slide-toleft .ps-readmore {
  -webkit-animation: slide-bottom .1s linear 1.5s both;
  -moz-animation: slide-bottom .1s linear 1.5s both;
  -o-animation: slide-bottom .1s linear 1.5s both;
  animation: slide-bottom .1s linear 1.5s both;
}
.ps-slide.ps-slide-toleft .ps-image img {
  -webkit-animation: fade .4s linear 0.2s both;
  -moz-animation: fade .4s linear 0.2s both;
  -o-animation: fade .4s linear 0.2s both;
  animation: fade .4s linear 0.2s both;
}
