/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-mei-2017, 14:20:25
    Author     : MeesVerberne
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-mei-2017, 15:24:56
    Author     : MeesVerberne
*/
#usps {
  height: calc(100vh - 85px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
#usps .rotaid {
  width: 50%;
  top: 50%;
  padding-top: 100px;
  box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
}
#usps .rotaid img {
  max-width: 100%;
}
#usps .section {
  width: 50%;
  top: 50%;
  position: absolute;
  height: 300px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#usps .section #prev-usp {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -90px;
  width: 35px;
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#usps .section #prev-usp.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#usps .section #next-usp {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -90px;
  width: 35px;
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#usps .section #next-usp.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#usps .section .text {
  position: absolute;
  max-width: 355px;
  text-align: center;
  height: auto;
  top: calc(50% + 20px);
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#usps .section .text .image {
  max-width: 102px;
  margin-bottom: 20px;
}
#usps .section .text .title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
#usps .section .text .title .black {
  font-weight: 700;
}
#usps .section .text .rotaid {
  display: none;
}
#usps .section .text.fade-out {
  top: calc(50% - 10px);
  opacity: 0;
  visibility: visible;
  -webkit-transition-property: top, opacity, visibility;
  -moz-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#usps .section .text.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: top, opacity, visibility;
  -moz-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
@media all and (max-width: 1023px) {
  #usps {
    height: auto;
    position: static;
    padding-bottom: 50px;
  }
  #usps .rotaid {
    display: none;
  }
  #usps .section {
    position: static;
    padding-top: 50px;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #usps .section .text {
    padding: 0 20px;
    box-sizing: border-box;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: none;
    padding-top: 50px;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #usps .section .text .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #usps .section .text .info {
    max-width: 335px;
    margin: 0 auto;
  }
  #usps .section .text.active {
    padding-top: 0;
    padding-bottom: 0;
  }
  #usps .section .text .rotaid {
    display: block;
    padding-bottom: 0px;
    padding-top: 50px;
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    text-align: center;
  }
}
.rotaid-info {
  background: url(/assets/img/background-about.jpg) center center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 85px);
}
.rotaid-info .contentwrapper {
  position: relative;
  height: 100%;
}
.rotaid-info .contentwrapper .left {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 100%;
}
.rotaid-info .contentwrapper .left .item {
  top: calc(50% + 35px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .left .item.active {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.rotaid-info .contentwrapper .left .item img {
  max-width: 100%;
}
.rotaid-info .contentwrapper .right {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 300px;
}
.rotaid-info .contentwrapper .right #prev-about {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0px;
  width: 35px;
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  color: #00c584;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .right #prev-about.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .right #next-about {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0px;
  width: 35px;
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  color: #00c584;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .right #next-about.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .right .image {
  display: none;
}
.rotaid-info .contentwrapper .right .item {
  top: calc(50% + 20px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  width: 360px;
  font-size: 27px;
  color: #00c584;
  font-weight: 600;
}
.rotaid-info .contentwrapper .right .item.fade-out {
  top: calc(50% + 10px);
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rotaid-info .contentwrapper .right .item.active {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1023px) {
  .rotaid-info {
    height: auto;
  }
  .rotaid-info .contentwrapper .left {
    display: none;
  }
  .rotaid-info .contentwrapper .right {
    height: auto;
    display: block;
    width: 100%;
  }
  .rotaid-info .contentwrapper .right #prev-about,
  .rotaid-info .contentwrapper .right #next-about {
    display: none;
  }
  .rotaid-info .contentwrapper .right .item {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 50px;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .rotaid-info .contentwrapper .right .item p {
    max-width: 300px;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }
  .rotaid-info .contentwrapper .right .item.active {
    padding: 50px 0;
  }
  .rotaid-info .contentwrapper .right .image {
    display: block;
    text-align: center;
  }
  .rotaid-info .contentwrapper .right .image img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=rich_story.css.map */