/*
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
*/
/*
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
  ---------------------------------------------------*/
#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;
  }
}
/*# sourceMappingURL=core-values.css.map */