/*
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
  ---------------------------------------------------*/
.usp-block {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.usp-block.text-left-image-right h1 {
  text-align: left;
  margin-bottom: 45px;
  left: 0px;
  position: relative;
}
.usp-block.text-left-image-right .image {
  left: inherit;
  right: 0px;
  background-position-x: right;
}
.usp-block.text-left-image-right .usps {
  left: 0px;
}
.usp-block.text-left-image-right .usps .usp .title {
  padding-right: 0px;
}
.usp-block.text-left-image-right .usps .usp .description {
  text-align: left;
}
.usp-block.text-left-image-right .usps .usp .description.horizontal {
  display: inline-block;
  padding-right: 43px;
}
.usp-block.text-left-image-right .usps .usp .description.vertical {
  display: none;
}
.usp-block h1 {
  text-transform: uppercase;
  margin-bottom: 45px;
  left: 328px;
  position: relative;
}
.usp-block .image {
  height: 100%;
  max-height: 800px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
}
.usp-block .usps {
  color: #fff;
  left: 40%;
  width: 60%;
  z-index: 1;
  position: relative;
}
.usp-block .usps .usp {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.usp-block .usps .usp:last-child {
  padding-bottom: 0;
}
.usp-block .usps .usp .icon {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 36px;
  height: 70px;
  margin-right: 22px;
  transform: translateY(-23px);
}
.usp-block .usps .usp .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  margin-left: 1px;
  margin-top: 1px;
}
.usp-block .usps .usp .title {
  width: 190px;
  padding-right: 43px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
}
.usp-block .usps .usp .description {
  width: calc(100% - 96px - 43px - 190px);
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}
.usp-block .usps .usp .description .readmore {
  margin-top: 47px;
}
@media all and (max-width: 1280px) {
  .usp-block.text-left-image-right .usps {
    padding-left: 30px;
    direction: inherit;
  }
  .usp-block.text-left-image-right .usps h1 {
    left: 0px;
  }
  .usp-block.text-left-image-right .usps .usp .description.horizontal {
    display: none;
  }
  .usp-block.text-left-image-right .usps .usp .description.vertical {
    display: inline-block;
  }
  .usp-block.text-left-image-right .image {
    right: calc((100% - 1280px) / 3);
  }
  .usp-block .image {
    left: calc((100% - 1280px) / 3);
  }
  .usp-block .usps {
    left: 50%;
    width: 50%;
  }
  .usp-block .usps h1 {
    left: 0px;
  }
  .usp-block .usps .usp .icon,
  .usp-block .usps .usp .title {
    margin-right: 12px;
    line-height: 1.1;
  }
  .usp-block .usps .usp .title {
    width: auto;
  }
  .usp-block .usps .usp .description {
    transform: translateY(-10px);
    display: block;
    width: calc(100% -  30px );
  }
}
@media all and (max-width: 720px) {
  .usp-block {
    padding: 50px 0;
  }
  .usp-block.text-left-image-right .usps {
    padding-left: 0px;
  }
  .usp-block.text-left-image-right .usps h1 {
    left: 0px;
  }
  .usp-block .image {
    display: none;
  }
  .usp-block .usps {
    left: auto;
    width: 100%;
    margin: 0;
  }
  .usp-block .usps h1 {
    left: 0px;
  }
  .usp-block .usps .usp .icon,
  .usp-block .usps .usp .title {
    margin-right: 12px;
    line-height: 1.1;
  }
  .usp-block .usps .usp .icon {
    width: 50px;
    height: 50px;
  }
  .usp-block .usps .usp .icon img {
    width: 30px;
  }
  .usp-block .usps .usp .title {
    width: calc(100% - 80px);
    font-size: 18px;
    padding-right: 0px;
    margin-bottom: 40px;
    margin-top: -3px;
  }
  .usp-block .usps .usp .description {
    transform: translateY(-10px);
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=usp_block.css.map */