/*
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
  ---------------------------------------------------*/
.two-column-text-image-block {
  color: #fff;
  padding: 100px 0;
}
.two-column-text-image-block .intro {
  position: relative;
}
.two-column-text-image-block .intro h2 {
  text-transform: uppercase;
  padding-bottom: 50px;
}
.two-column-text-image-block .intro .image {
  position: absolute;
  right: 0;
  top: -330px;
}
.two-column-text-image-block .text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.two-column-text-image-block .text .col_1,
.two-column-text-image-block .text .col_2 {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.two-column-text-image-block .text .col_1 ul,
.two-column-text-image-block .text .col_2 ul {
  list-style: none;
}
.two-column-text-image-block .text .col_1 ul li,
.two-column-text-image-block .text .col_2 ul li {
  margin-bottom: 40px;
  padding: 0 40px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.two-column-text-image-block .text .col_1 ul li:before,
.two-column-text-image-block .text .col_2 ul li:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  left: 0;
  top: -4px;
  border-radius: 50%;
}
.two-column-text-image-block .text .col_1 ul li:after,
.two-column-text-image-block .text .col_2 ul li:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: #fff;
  left: 12px;
  top: 8px;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .two-column-text-image-block .intro .image {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .two-column-text-image-block {
    padding: 50px 0;
  }
  .two-column-text-image-block .text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .two-column-text-image-block .text .col_1,
  .two-column-text-image-block .text .col_2 {
    width: 100%;
    padding-right: 0;
  }
  .two-column-text-image-block .text .col_1 ul li,
  .two-column-text-image-block .text .col_2 ul li {
    padding-right: 0;
  }
}
/*# sourceMappingURL=two_column_text_image_block.css.map */