/*
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
  ---------------------------------------------------*/
.comparisonTablesBlock {
  padding: 80px 0;
  color: #fff;
}
.comparisonTablesBlock .pagetitle {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.comparisonTablesBlock .introText {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.comparisonTablesBlock .tableBlock {
  background: #fff;
  color: #4d4d4f;
  padding: 50px;
  border: 5px solid #00c584;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 82, 54, 0.9);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 82, 54, 0.9);
  box-shadow: 0px 5px 30px 0px rgba(0, 82, 54, 0.9);
}
.comparisonTablesBlock .tableBlock .extraCols {
  margin-top: 50px;
}
.comparisonTablesBlock .tableBlock .navigator {
  display: none;
}
.comparisonTablesBlock .tableBlock .col {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 100px);
}
.comparisonTablesBlock .tableBlock .col.description {
  width: 300px;
}
.comparisonTablesBlock .tableBlock .col.big {
  width: calc(100% - 300px);
}
.comparisonTablesBlock .tableBlock .col.big img {
  max-width: 100%;
}
.comparisonTablesBlock .tableBlock .col .intro {
  height: 290px;
  border-bottom: 2px solid #00c584;
  text-align: center;
  position: relative;
}
.comparisonTablesBlock .tableBlock .col .intro .image {
  max-height: 220px;
  max-width: 100%;
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}
.comparisonTablesBlock .tableBlock .col .intro .title {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.comparisonTablesBlock .tableBlock .col .optionResp {
  display: none;
}
.comparisonTablesBlock .tableBlock .col .check {
  width: 100%;
  text-align: center;
}
.comparisonTablesBlock .tableBlock .col .check .fa-check {
  color: #00c584;
}
.comparisonTablesBlock .tableBlock .col .check .fa-times {
  color: #c52424;
}
.comparisonTablesBlock .tableBlock .col .buttons {
  text-align: center;
  margin-top: 30px;
}
.comparisonTablesBlock .tableBlock .col .buttons .btn.green:hover {
  border: 2px solid #00c584;
  color: #00c584;
}
@media all and (max-width: 1023px) {
  .comparisonTablesBlock .tableBlock .cols .col {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .comparisonTablesBlock .tableBlock .cols .col.description {
    display: none;
  }
  .comparisonTablesBlock .tableBlock .cols .col .optionResp {
    display: block;
    text-align: left;
  }
  .comparisonTablesBlock .tableBlock .cols .col .optionResp.title {
    margin-top: 20px;
  }
  .comparisonTablesBlock .tableBlock .cols .col .optionResp.title:first-child {
    margin-top: 0;
  }
  .comparisonTablesBlock .tableBlock .cols .col .optionResp.row {
    margin-bottom: 5px;
  }
  .comparisonTablesBlock .tableBlock .cols .col .optionResp .check {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
  }
  .comparisonTablesBlock .tableBlock .cols .col .check {
    display: none;
  }
  .comparisonTablesBlock .tableBlock .cols .col .buttons {
    text-align: left;
  }
  .comparisonTablesBlock .tableBlock .extraCols .col {
    width: 33.3333%;
  }
  .comparisonTablesBlock .tableBlock .extraCols .col.big {
    width: 66.6666%;
  }
}
@media all and (max-width: 900px) {
  .comparisonTablesBlock .tableBlock {
    padding: 50px 20px;
  }
}
@media all and (max-width: 767px) {
  .comparisonTablesBlock .tableBlock .navigator {
    display: block;
    position: absolute;
    width: calc(100% - 80px);
    height: 200px;
  }
  .comparisonTablesBlock .tableBlock .navigator .nextoption.hidden,
  .comparisonTablesBlock .tableBlock .navigator .prevoption.hidden {
    opacity: 0.3;
  }
  .comparisonTablesBlock .tableBlock .navigator .nextoption i,
  .comparisonTablesBlock .tableBlock .navigator .prevoption i {
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .comparisonTablesBlock .tableBlock .navigator .prevoption {
    display: block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    font-size: 42px;
    top: 58px;
    color: #939598;
  }
  .comparisonTablesBlock .tableBlock .navigator .prevoption i {
    left: 0;
  }
  .comparisonTablesBlock .tableBlock .navigator .nextoption {
    display: block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    font-size: 42px;
    top: 58px;
    color: #939598;
  }
  .comparisonTablesBlock .tableBlock .navigator .nextoption i {
    right: 0;
  }
  .comparisonTablesBlock .tableBlock .colWrapper {
    white-space: nowrap;
    overflow: hidden;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols {
    position: relative;
    left: 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;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols .col {
    width: 100%;
    padding: 0;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols .col .intro {
    height: auto;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols .col .intro .image {
    width: 190px;
    max-height: none;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols .col .intro .title {
    position: static;
    margin: 20px 0;
  }
  .comparisonTablesBlock .tableBlock .colWrapper .cols .col .buttons {
    margin-bottom: 50px;
  }
  .comparisonTablesBlock .tableBlock .extraCols .col {
    width: 100% !important;
  }
  .comparisonTablesBlock .tableBlock .extraCols .col.description {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=comparison_table_block.css.map */