@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #a5afbd;
  font: 400 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font: 600 33px/35px "Roboto Slab", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase; }
  h1 span {
    text-transform: none; }

h2, em {
  font: 400 26px/26px "Roboto Slab", sans-serif; color:#048db5;
  text-align: center; }

h3 {
  font: 400 48px/60px "Roboto Slab", sans-serif;
  text-align: center; }

h4 {
  font: 600 24px/36px "Roboto Slab", sans-serif;
  letter-spacing: 2.88px;
  text-transform: uppercase; }

h5 {
  font: 400 24px/28px "Roboto Slab", sans-serif; }
  h5 a:hover {
    color: #048db5; }
  h5 a:active {
    color: #ba354e; }
  h5.primary a:hover {
    color: #fff; }
  h5.primary a:active {
    color: #e6e6e6; }
  h5.primary-1 a:hover {
    color: #6b7b91; }
  h5.primary-1 a:active {
    color: #3f4957; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

em {
  display: block; }

strong {
  font-weight: 700; }

blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
blockquote q {
  display: inline-block;
  font-weight: 400;
  padding: 0 25px;
  position: relative;
  margin-top: 66px; }
blockquote span {
  position: absolute;
  font-size: 72px;
  line-height: 20px;
  left: 50%;
  margin-left: -10px;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif; }
blockquote span:first-child {
  top: -18px; }
blockquote span:last-child {
  bottom: -48px;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }
blockquote cite {
  display: inline-block;
  margin-top: 46px;
  font-weight: 400;
  letter-spacing: 0; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .index-list, * + .phone, * + h5 {
  margin-top: 48px; }

.row-off {
  margin-top: 13px; }

.index-list + h3, h2 + .owl-carousel, h2 + img, * + .mailform, p + h5 {
  margin-top: 0px; }

h4 + .btn-large-line, h5 + p, * + .btn-off-1, p + p, .row-off-1 {
  margin-top: 20px; }

.col-off {
  margin-top: 25px; }

.col-off-1, h2 + p, h2 + h5 {
  margin-top: 30px; }

* + .btn-off, img + h5, p + .email, * + .off {
  margin-top: 40px; }

p + .off {
  margin-top: 0; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #fff;
  position: relative; }
  .brand_name {
    overflow: hidden; }
  .brand_slogan {
    font: 400 24px/32px "Roboto Slab", sans-serif;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-top: 10px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #048db5;
  color: #fff; }

.bg-secondary {
  background: #e3e8ef; }

.bg-secondary-1 {
  background: #d2d8e1; }

[class*='bg-img'] {
  background-repeat: no-repeat;
  background-position: center bottom; }

.bg-img {
  background-image: url("../images/page-2_img06.jpg"); }

.bg-img-1 {
  background-image: url("../images/page-3_img05.jpg"); }

.bg-img-2 {
  background-image: url("../images/page-4_img05.jpg"); }

/*==================     Bg color    ======================*/
.bg-color {
  position: relative;
  z-index: 0; }
  .bg-color:before, .bg-color:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0; }
  .bg-color:before {
    background: #048db5;
    left: 0;
    right: 50%; }

/*==================    Colors    ======================*/
.primary {
  color: #e1f8ff; }

.primary-1 {
  color: #048db5; }

.secondary {
  color: #a5afbd; }

.default-1 {
  color: #fff; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn-small {
  display: inline-block;
  font: 700 14px/20px "Roboto Slab", sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative; }
  .btn-small:after, .btn-small:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 2px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-small:after {
    right: -20px; }
  .btn-small:before {
    left: -25px; }
  .btn-small:hover:after {
    right: -25px; }
  .btn-small:hover:before {
    left: -30px; }

.btn-large {
  display: inline-block;
  font: 700 14px/20px "Roboto Slab", sans-serif;
  letter-spacing: 2.1px;
  color: #fff;
  min-width: 140px;
  padding: 13px 5px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.btn-large-line a:after, .btn-large-line a:before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -2px;
  width: 39px;
  height: 4px; }
.btn-large-line a:after {
  right: -56px; }
.btn-large-line a:before {
  left: -59px; }

.btn-large__md {
  min-width: 238px;
  position: relative; }

/*==================    Buttons Background   ======================*/
.btn-bg-primary {
  background: #00a7e2; }
  .btn-bg-primary:hover {
    background: #00235d; }
  .btn-bg-primary:active {
    background: #00235d; }

.btn-bgline-primary:after, .btn-bgline-primary:before {
  background: #00a7e2; }

.btn-bg-default {
  background: #00a7e2; }
  .btn-bg-default:hover {
    background: #00235d; }
  .btn-bg-default:active {
    background: #4a5a71; }

.btn-bgline-secondary:after, .btn-bgline-secondary:before {
  background: #b7c1d0; }

.btn-clr-primary {
  color: #00a7e2; }
  .btn-clr-primary:after, .btn-clr-primary:before {
    background: #048db5; }
  .btn-clr-primary:active {
    color: #00235d; }
    .btn-clr-primary:active:after, .btn-clr-primary:active:before {
      background: #00235d; }

.btn-clr-default {
  color: #fff; }
  .btn-clr-default:after, .btn-clr-default:before {
    background: #fff; }
  .btn-clr-default:active {
    color: #f695a7; }
    .btn-clr-default:active:after, .btn-clr-default:active:before {
      background: #f695a7; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_right {
  float: right; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================    Center    ======================*/
.center {
  text-align: center; }

.radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/*========================   Menu   ==========================*/
.nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.sf-menu {
  display: table-row;
  height: 100%; }
  .sf-menu > li {
    display: table-cell;
    height: 100%; }

.sf-menu > li > a {
  display: table;
  width: 100%;
  height: 120px;
  padding: 40px 20px;
  font: 600 14px/20px "Roboto Slab", sans-serif;
  letter-spacing: 2.1px;
  color: #a5afbd;
  text-transform: uppercase;
  text-align: center; }
  .sf-menu > li > a span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #048db5;
  background: #e3e8ef; }
.sf-menu li + li {
  border-left: solid 1px #e3e8ef; }

.sf-menu ul {
  display: none;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 187px;
  margin-top: 1px;
  margin-left: 1px;
  padding: 20px 17px;
  background: #a5afbd;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #FFF;
  padding: 8px 6px 5px;
  text-transform: uppercase; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #048db5; }
.sf-menu ul li + li {
  border: none;
  margin-top: 10px; }

.sf-menu ul ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 120px;
  margin-top: -84px;
  margin-left: 1px;
  padding: 13px 20px;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #fff;
  padding: 8px 6px 5px; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #048db5; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #048db5;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .sf-menu > li > a {
    padding: 17px 20px;
    height: 75px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #048db5;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #a5afbd;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #FFF;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(206, 84, 107, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80048db5', endColorstr='#80048db5')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80048db5', endColorstr='#80048db5');
      zoom: 1; }
    .thumb:hover .thumb_overlay:before {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header .nav {
  background: #fff; }
header p + p {
  margin-top: 39px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding-top: 25px;
  padding-bottom: 25px; }

.well-1 {
  padding: 75px 0 125px; }

.well-2 {
  padding: 370px 0 50px; }

.well-3 {
  padding: 37px 0 80px; }
  .well-3__off {
    padding-bottom: 48px; }

.well-4 {
  padding: 53px 0 104px; }
  .well-4__off {
    padding-bottom: 20px; }
  .well-4__off-1 {
    padding-bottom: 53px; }

.well-5 {
  padding-top: 32px;
  padding-bottom: 32px; }

.well-6 {
  padding: 177px 0; }

/*==================  letter Spacing  ======================*/
.letter-sp {
  letter-spacing: 0.7px; }

/*==================      Indent     ======================*/
.indent-1 {
  padding: 0 200px; }

.indent-2 {
  padding: 0 100px; }

.indent-3 {
  padding: 0 60px; }

.indent-4 {
  padding: 0 10px; }

/*==================    Lines   ======================*/
[class*='line-top'] {
  position: relative;
  z-index: 0; }
  [class*='line-top']:before {
    position: absolute;
    content: '';
    width: 39px;
    height: 4px;
    left: 50%;
    margin-left: -18px;
    top: -22px;
    z-index: 1; }

[class*='line-bottom'] {
  position: relative;
  z-index: 0; }
  [class*='line-bottom']:before {
    position: absolute;
    content: '';
    width: 39px;
    height: 4px;
    left: 50%;
    margin-left: -18px;
    bottom: -49px;
    z-index: 1; }

.line-bottom__off:before {
  bottom: -34px; }

.line-bg-1:before {
  background: #df6d78; }

.line-bg-2:before {
  background: #b7c1d0; }

/*==================  Image  ======================*/
.img {
  position: relative;
  z-index: 0; }
  .img:before {
    position: absolute;
    content: '';
    background: url("http://www.jobat.be/extra/nocache/prijsweekend-nl.jpg");
    height: 100%;
	max-height:400px;
    width: 771px;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: -1; }
  .img:after {
    position: absolute;
    content: '';
    z-index: -2;
    top: 0;
    bottom: 0;
    background: #b7c1d0;
    width: 5000px;
    left: 100%; }

/*==================  Txt Wrap  ======================*/
.txt-wr div:first-child * {
  text-align: right; }
.txt-wr div:first-child p {
  padding-left: 50px; }
.txt-wr div:last-child * {
  text-align: left; }
.txt-wr div:last-child p {
  padding-right: 50px; }

.txt-wr-1 {
  font: 400 24px/42px "Roboto Slab", sans-serif; }
  .txt-wr-1 span {
    color: #048db5; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    display: inline-block;
    padding-top: 218px;
    z-index: 0; }
    .index-list li:before {
      position: absolute;
      content: counter(li,decimal-leading-zero) "/";
      counter-increment: li;
      font: 400 48px/50px "Roboto Slab", sans-serif;
      top: 0;
      left: 0;
      right: 0;
      width: 218px;
      height: 218px;
      padding-top: 52px;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      background: #b7c1d0;
      z-index: -1;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .index-list li p:first-child {
      position: absolute;
      top: 107px;
      left: 0;
      right: 0;
      z-index: 1;
      color: #fff;
      padding: 0 90px;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
    .index-list li:hover p:first-child {
      color: #b7c1d0; }
    .index-list li:hover:before {
      background: #f1f3f7;
      color: #b7c1d0; }
  .index-list li.grid_1:nth-child(12n + 13),
  .index-list li.grid_2:nth-child(6n + 7),
  .index-list li.grid_3:nth-child(4n + 5),
  .index-list li.grid_4:nth-child(3n + 4),
  .index-list li.grid_6:nth-child(2n + 3) {
    clear: left; }

.index-list__md li {
  width: 218px; }
  .index-list__md li p:first-child {
    padding: 0 10px; }
  .index-list__md li + li {
    margin-left: 18px; }

.index-list-1 {
  counter-reset: li; }
  .index-list-1 li {
    position: relative; }
    .index-list-1 li .cnt {
      padding-left: 80px; }
    .index-list-1 li:before {
      position: absolute;
      content: counter(li,decimal-leading-zero) "/";
      counter-increment: li;
      top: -9px;
      left: 5px;
      font: 400 48px/60px "Roboto Slab", sans-serif; }
  .index-list-1 li.grid_1:nth-child(12n + 13),
  .index-list-1 li.grid_2:nth-child(6n + 7),
  .index-list-1 li.grid_3:nth-child(4n + 5),
  .index-list-1 li.grid_4:nth-child(3n + 4),
  .index-list-1 li.grid_6:nth-child(2n + 3) {
    clear: left; }
  .index-list-1 li:nth-child(n+3):nth-child(-n+4) {
    margin-top: 33px; }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 15px;
  font: 400 24px/24px "Roboto Slab", sans-serif; }
  .marked-list li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    font: 400 24px/24px "Roboto Slab", sans-serif;
    color: #fff; }
  .marked-list li + li {
    margin-top: 18px; }
.marked-list a:hover {
  color: #e1f8ff;
  text-decoration: none; }
.marked-list a:active {
  text-decoration: underline; }

/*==================    Phone    ======================*/
.phone {
  text-transform: uppercase;
  letter-spacing: 2.1px;
  text-align: center;
  color: #a5afbd; }
  .phone a {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3.6px;
    display: inline-block;
    font-family: "Roboto Slab", sans-serif;
    margin-top: 8px; }
    .phone a:hover {
      color: #048db5;
      text-decoration: none; }
    .phone a:active {
      color: #00235d; }

.phone__md {
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  text-transform: none; }
  .phone__md a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.8px;
    font-weight: 600;
    margin-top: 0; }

/*==================    Item    ======================*/
.item {
  background: #fff;
  padding: 40px 20px 54px 30px; }
  .item p {
    font-weight: 300; }

.item__md p {
  font-weight: 700; }

.item__off {
  padding-bottom: 48px; }

.btn-box {
  text-align: center; }
  .btn-box a + a {
    margin-left: 20px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f1f3f7;
  font: 300 14px/20px "Roboto", sans-serif;
  letter-spacing: 0.35px;
  color: #b7c1d0; }
  footer h1, footer p, footer .phone__md {
    color: #b7c1d0; }
  footer .privacy, footer address {
    margin-top: 11px; }
  footer .privacy a:hover {
    text-decoration: none;
    color: #048db5; }
  footer .privacy a:active {
    text-decoration: underline; }
  footer .mail, footer address {
    font-weight: 400; }

/*================== Social List ======================*/
.social-list > li {
  display: inline-block; }
  .social-list > li a {
    font-size: 30px;
    line-height: 30px; }
    .social-list > li a:hover {
      color: #048db5; }
    .social-list > li a:active {
      color: #ba354e; }
.social-list li + li {
  margin-left: 20px; }

.mail a, .email {
  display: inline-block; }
  .mail a:hover, .email:hover {
    color: #048db5;
    text-decoration: none; }
  .mail a:active, .email:active {
    text-decoration: underline; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 970px) {
  .col-sm-6:nth-child(2n-1) {
    clear: both; }

  h5 {
    font-size: 20px;
    line-height: 24px; }

  .index-list li p:first-child {
    padding: 0 50px; }

  .index-list__md li p:first-child {
    padding: 0 10px; }

  .marked-list li {
    font-size: 18px;
    line-height: 18px; }
    .marked-list li:before {
      top: -6px; } }
@media (max-width: 939px) {
  h1 {
    font-size: 27px;
    line-height: 29px; }

  .indent-2 {
    padding: 0 50px; }

  blockquote q {
    padding: 0 10px; }

  .item {
    padding: 40px 20px 54px 20px; } }
@media (max-width: 767px) {
  h2, em {
    font-size: 26px;
    line-height: 26px;
	color: #048db5; }

  h3 {
    font-size: 33px;
    line-height: 45px; }

  .indent-1, .indent-2, .indent-3 {
    padding: 0; }

  [class*='well'] {
    padding: 50px 0; }

  .txt-wr div:first-child * {
    text-align: left; }
  .txt-wr div:first-child p {
    padding-left: 0; }
  .txt-wr div:last-child p {
    padding-right: 0; }

  .index-list li p:first-child {
    padding: 0 36%; }

  .index-list__md li {
    display: inline-block;
    width: 100%; }
    .index-list__md li + li {
      margin-left: 0;
      margin-top: 30px; }

  .index-list-1 li:nth-child(n+3):nth-child(-n+4) {
    margin-top: 20px; }
  .index-list-1 li:before {
    left: auto; }

  .btn-large {
    font-size: 12px; }

  .btn-large__md {
    min-width: 190px; }

  .bg-color:before {
    right: 0; }

  .img {
    padding-bottom: 335px; }

  .img:before, .img:after {
    left: 0;
    top: auto;
    height: 335px; }

  .img:after {
    width: 100%; }

  .img__md {
    padding-bottom: 210px; }
    .img__md:before, .img__md:after {
      height: 210px; }

  [class*="line-bottom"]:before {
    bottom: -20px; } }
@media (max-width: 479px) {
  h2, em {
    font-size: 26px;
    line-height: 26px;
	color:#048db5; }

  .txt-wr-1 {
    font-size: 18px;
    line-height: 30px; }

  .img {
    padding-bottom: 300px; }

  .img:before, .img:after {
    height: 300px; }

  .img__md {
    padding-bottom: 210px; }
    .img__md:before, .img__md:after {
      height: 210px; }

  .phone a {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 1.6px; }

  .btn-box a + a {
    margin-left: 10px; }

  .btn-large-line a:before, .btn-large-line a:after {
    width: 25px; }

  .btn-large-line a:before {
    left: -39px; }

  .btn-large-line a:after {
    right: -36px; }

  .index-list li p:first-child {
    padding: 0 29%; } }
/***FORMS***/

/*LIGHT REG FORM*/
.slide1, .slide2 {color:#0099ff; text-decoration:underline; cursor:pointer}
div.expand1, div.expand2{ display:none; padding:0px 0 0px 0 }
div.expand1 {padding:10px 0 0 0}
#optin-wrapper { margin:10px 0;  }
#optin-wrapper  {color:#999}
.optin   {font-size:1.0em; color:#999!important}
.privacy {font-size:0.7em; line-height:normal; margin-top:20px; color:#999}
.btn, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {-webkit-border-radius:0px;
-moz-border-radius: 0px;
border-radius: 0px;}
.form {margin:20px 0}
.form-horizontal {margin:20px 0}
label {font-size:1.1em; text-transform:uppercase}
label.checkbox {font-size:1em; text-transform:none}

.form-horizontal .controls {
margin-left: 100px;
}


.geslacht  {
text-transform: uppercase;
font-size: 1.1em;
}

.form-horizontal .control-label { width:auto}

.g-recaptcha > div > div {margin:0 auto}

/*LIGHT REG FORM*/


/*LIGHT 2 FULL REG FORM*/
.form-light2full .geslacht  {font-size: 1.0em;}
.form-light2full label {font-size:1.0em}
.form-horizontal .controls {margin-left: 180px;}
#form-bus {margin-left:0px}
#form-bus .controls {margin-left:80px}
.scrollbox_link {display:none}
/*LIGHT 2 FULL REG FORM*/

/*SCHIFTINGSVRAAG*/
.form-horizontal .schiftingsvraag {  padding:20px; margin:20px 0 }
.form-horizontal .schiftingsvraag .cta-button-red  { margin-top:-5px; }
.form-horizontal .schiftingsvraag .schifting_form {margin:20px 0 0px 0}
.schifting_optin {margin:20px 0; font-size:0.9em; color:#666}
/*SCHIFTINGSVRAAG*/ 