/*
 *  Website & design by CreativeKing
 *  www.creativeking.nl
 */
/**** Fonts ****/
/**** Colors ****/
/**** Images ****/
/**** Spaces ****/
* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  background: #f0f0f0; }

.background {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

/****** Text styling *******/
h1, h2, h3, h4 {
  color: #1e5a82;
  font-weight: 700; }

h1, h2 {
  margin: 0;
  padding: 12px 20px;
  background: #ce2028;
  background: -moz-linear-gradient(45deg, #ce2028 11%, #d43b41 20%, #ce2028 100%);
  background: -webkit-linear-gradient(45deg, #ce2028 11%, #d43b41 20%, #ce2028 100%);
  background: linear-gradient(45deg, #ce2028 11%, #d43b41 20%, #ce2028 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2028', endColorstr='#ce2028',GradientType=1 );
  color: #fff;
  font-size: 17px; }

h3 {
  font-size: 16px; }

.timeline-col h1, .timeline-col h2 {
  margin: 0; }

.content h1, .content h2, .content h3, .content h4 {
  background: none; }

/****** Form styling *******/
input, textarea, select {
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #ebebeb; }
  input:focus, textarea:focus, select:focus {
    outline: none;
    border: 1px solid #1e5a82; }

textarea {
  min-height: 150px;
  margin-bottom: 12px;
  resize: vertical; }
  textarea:focus {
    outline: none;
    border: 1px solid #1e5a82; }

input[type=submit] {
  width: auto;
  padding: 5px 15px 7px 15px;
  background: #d12c34;
  color: #fff;
  font-weight: 600;
  border: 0; }
  input[type=submit]:hover {
    background: #ef2932; }

::-webkit-input-placeholder {
  color: #555;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  font-style: italic; }

:-ms-input-placeholder {
  color: #555;
  font-style: italic; }

/****** Basic styling *******/
article {
  margin-bottom: 15px;
  background: #fff; }
  article .content {
    padding: 20px; }

/* Header */
header {
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 15px; }
  header .logo {
    width: 100%; }
    header .logo a img {
      width: 100%; }
  header .search {
    display: none;
    position: absolute;
    width: 300px;
    top: 70px;
    right: 0; }
    header .search input[type=text] {
      width: auto;
      margin-right: 5px;
      padding: 5px 10px 7px 35px;
      -webkit-box-shadow: 1px 1px 3px -2px #000;
      box-shadow: 1px 1px 3px -2px #000;
      border: 0;
      background: url("../images/search.png") left center no-repeat #fff; }
    header .search input[type=submit] {
      background: #1e5a82; }
      header .search input[type=submit]:hover {
        background: #22638f; }
  @media (min-width: 405px) {
    header .logo {
      width: 50%; }
      header .logo a img {
        width: auto; } }
  @media (min-width: 768px) {
    header {
      height: 134px; }
      header .search {
        display: block; } }

/* Navigation */
nav {
  width: 100%;
  margin-bottom: 15px !important;
  border: 0; }
  nav .navbar-header {
    margin: 0 !important;
    background: #1e5a82; }
    nav .navbar-header .navbar-toggle {
      margin: 6px 15px 5px 0;
      background: #1e5a82; }
    nav .navbar-header .text {
      width: 40px;
      height: 15px;
      float: left;
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      line-height: 14px;
      text-transform: uppercase; }
    nav .navbar-header .icon-bars {
      width: 22px;
      height: 15px;
      margin-left: 15px;
      float: right; }
    nav .navbar-header .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #fff; }
  nav .navigation {
    width: 100%;
    min-height: 48px !important;
    padding: 0;
    background: #1e5a82; }
    nav .navigation ul {
      list-style: none; }
      nav .navigation ul li a {
        display: block;
        padding: 14px 20px;
        background: #1e5a82;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400; }
        nav .navigation ul li a:hover, nav .navigation ul li a:focus {
          background: #22638f;
          font-weight: 600; }
      nav .navigation ul li .dropdown-menu {
        padding: 0;
        background: #1e5a82;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        nav .navigation ul li .dropdown-menu li {
          width: 100%;
          float: none; }
          nav .navigation ul li .dropdown-menu li a {
            margin: 0;
            padding: 14px 20px 14px 35px;
            background: url("../images/arrowRight.png") left center no-repeat #1e5a82;
            color: #fff; }
            @media (max-width: 768px) {
              nav .navigation ul li .dropdown-menu li a {
                padding: 10px 20px 10px 35px !important; } }
            nav .navigation ul li .dropdown-menu li a:hover, nav .navigation ul li .dropdown-menu li a:focus {
              background: url("../images/arrowRight.png") left center no-repeat #22638f !important; }
      @media (min-width: 768px) {
        nav .navigation ul li li {
          float: left; } }
    nav .navigation .navbar-nav {
      margin: 0 !important; }
  nav .nav .open > a, nav .nav .open > a:focus, nav .nav .open > a:hover {
    background: #22638f; }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin: 0; }

/* Footer */
footer {
  margin-bottom: 15px;
  padding: 0 15px; }
  footer .footer {
    padding: 10px 0 2px 0px;
    background: #fff; }
    footer .footer .creator {
      display: none;
      text-align: right; }
      footer .footer .creator a {
        color: #151515; }
      @media (min-width: 768px) {
        footer .footer .creator {
          display: block; } }

/* Modules */
/******* INDEX ********/
.slider {
  display: none;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden; }
  @media (min-width: 420px) {
    .slider {
      display: block; } }
  @media (min-width: 585px) {
    .slider {
      height: 300px; } }
  .slider .action-button {
    position: absolute;
    width: 360px;
    height: 50px;
    margin-left: -180px;
    top: 20px;
    left: 50%;
    z-index: 150; }
    .slider .action-button a {
      display: none;
      width: 360px;
      height: 50px;
      padding: 7px 15px;
      background: #ce2028;
      color: #fff;
      border: 2px solid #fff;
      -webkit-box-shadow: 0px 0px 10px 0 #000;
      box-shadow: 0px 0px 10px 0 #000;
      font-size: 21px;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .slider .action-button a:hover {
        background: #ef2932; }
      @media (min-width: 420px) {
        .slider .action-button a {
          display: block; } }
  .slider .circle {
    display: none;
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 30px;
    z-index: 150; }
    .slider .circle a {
      display: block;
      width: 160px;
      height: 160px;
      -webkit-border-radius: 80px;
      -moz-border-radius: 80px;
      border-radius: 80px;
      background: #d12b33;
      color: #fff;
      bottom: 40px;
      z-index: 150;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none; }
      .slider .circle a:hover {
        background: #ef2932; }
    @media (min-width: 585px) {
      .slider .circle {
        display: block; } }
  .slider .circle-1 {
    left: 10px; }
    .slider .circle-1 a {
      padding: 50px 10px;
      font-size: 20px;
      line-height: 20px; }
      .slider .circle-1 a strong:first-child {
        font-size: 36px;
        font-weight: 700; }
      .slider .circle-1 a strong {
        font-size: 21px;
        font-weight: 700; }
    @media (min-width: 768px) {
      .slider .circle-1 {
        left: 50px; } }
    @media (min-width: 992px) {
      .slider .circle-1 {
        left: 75px; } }
    @media (min-width: 1200px) {
      .slider .circle-1 {
        left: 100px; } }
  .slider .circle-2 {
    left: 50%;
    margin-left: -80px !important; }
    .slider .circle-2 a {
      padding: 33px 10px;
      font-size: 25px;
      line-height: 25px; }
      .slider .circle-2 a strong:first-child {
        font-size: 36px;
        font-weight: 700; }
      .slider .circle-2 a .big {
        font-size: 60px;
        line-height: 55px; }
  .slider .circle-3 {
    right: 10px; }
    .slider .circle-3 a {
      padding: 45px 10px;
      font-size: 20px;
      line-height: 20px;
      font-weight: 600; }
      .slider .circle-3 a .big {
        font-size: 43px;
        line-height: 35px; }
    @media (min-width: 768px) {
      .slider .circle-3 {
        right: 50px; } }
    @media (min-width: 992px) {
      .slider .circle-3 {
        right: 75px; } }
    @media (min-width: 1200px) {
      .slider .circle-3 {
        right: 100px; } }
  .slider .circle-line {
    display: none;
    position: absolute;
    width: 100%;
    height: 11px;
    background: #1e5a82;
    left: 0;
    bottom: 107px;
    z-index: 100; }
    @media (min-width: 585px) {
      .slider .circle-line {
        display: block; } }
  .slider .slider-pattern {
    position: absolute;
    width: 100%;
    height: 300px;
    background: url("../images/patternImage.png") left top;
    z-index: 0; }
  .slider img {
    width: 100%; }
    @media (min-width: 585px) {
      .slider img {
        min-height: 300px; } }

/******* Tags ********/
.tags {
  width: 100%; }
  .tags h2 {
    display: inline-block;
    margin: 15px 0;
    padding: 7px 20px;
    background: #1e5a82;
    color: #fff;
    text-transform: uppercase; }
  .tags ul {
    width: 100%;
    margin: 0;
    list-style: none; }
    .tags ul li {
      float: left;
      margin: 0 15px 15px 0; }
      .tags ul li a {
        display: block;
        padding: 7px 20px;
        background: #d12c34;
        color: #fff;
        text-decoration: none;
        font-weight: 600; }
        .tags ul li a:hover {
          background: #ef2932; }

/******* Contact ********/
.employees {
  width: 100%; }
  .employees .employee-img {
    width: 100%;
    height: 210px; }
    .employees .employee-img img {
      width: 100%; }
  .employees .employee-name, .employees .employee-function {
    width: 100%;
    text-align: center; }
  .employees .employee-name {
    color: #1e5a82;
    font-weight: 600; }

/* Timeline */
.timeline-col, .button-col {
  margin-bottom: 15px; }
  .timeline-col .timeline-btn, .button-col .timeline-btn {
    display: block;
    margin: 0 0 15px 0;
    padding: 9px 20px;
    background: url("../images/arrowRight-2.png") right center no-repeat #555555;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none; }
    .timeline-col .timeline-btn:hover, .button-col .timeline-btn:hover {
      background: url("../images/arrowRight-2.png") right center no-repeat #d12c34; }
    @media (min-width: 992px) {
      .timeline-col .timeline-btn, .button-col .timeline-btn {
        margin: 0; } }
  .timeline-col .timeline-view-all, .button-col .timeline-view-all {
    background: url("../images/arrowRight-2.png") right center no-repeat #d12c34; }
    .timeline-col .timeline-view-all:hover, .button-col .timeline-view-all:hover {
      background: url("../images/arrowRight-2.png") right center no-repeat #ef2932; }
  .timeline-col h1, .timeline-col h2, .button-col h1, .button-col h2 {
    margin: 0; }
  @media (max-width: 992px) {
    .timeline-col, .button-col {
      margin-bottom: 15px !important; } }

@media (min-width: 768px) {
  .timeline-col-1, .timeline-col-2 {
    border-right: 1px dashed #a4a4a4; } }

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }

.cd-timeline {
  position: relative;
  padding: 2em 0; }
  .cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 32px;
    height: 100%;
    width: 4px;
    background: #d12c34; }

@media only screen and (min-width: 1170px) {
  .timeline-index::before {
    left: 32px !important;
    margin-left: 0; } }
@media only screen and (min-width: 1170px) {
  .timeline-index .cd-timeline-block {
    margin: 2em 0; }
    .timeline-index .cd-timeline-block:first-child {
      margin-top: 0; }
    .timeline-index .cd-timeline-block:last-child {
      margin-bottom: 0; } }
@media only screen and (min-width: 1170px) {
  .timeline-index .cd-timeline-title {
    width: 68px;
    height: 68px;
    left: 0;
    margin-left: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .cssanimations .timeline-index .cd-timeline-title.is-hidden {
      visibility: hidden; }
    .cssanimations .timeline-index .cd-timeline-title.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; } }
@media only screen and (min-width: 1170px) {
  .timeline-index .cd-timeline-content {
    margin-left: 80px; }
    .timeline-index .cd-timeline-content::before {
      content: '';
      position: absolute;
      top: 25px;
      right: 100%;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #ffffff; }
    .timeline-index .cd-timeline-content .cd-date {
      opacity: .7; }
    .cssanimations .timeline-index .cd-timeline-content.is-hidden {
      visibility: hidden; }
    .cssanimations .timeline-index .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  .timeline::before {
    left: 50% !important;
    margin-left: -2px; } }
@media only screen and (min-width: 1170px) {
  .timeline .cd-timeline-block {
    margin: 4em 0; }
    .timeline .cd-timeline-block:first-child {
      margin-top: 0; }
    .timeline .cd-timeline-block:last-child {
      margin-bottom: 0; } }
@media only screen and (min-width: 1170px) {
  .timeline .cd-timeline-title {
    width: 68px;
    height: 68px;
    left: 50%;
    margin-left: -34px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .cssanimations .timeline .cd-timeline-title.is-hidden {
      visibility: hidden; }
    .cssanimations .timeline .cd-timeline-title.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; } }
@media only screen and (min-width: 1170px) {
  .timeline .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }
    .timeline .cd-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: #ffffff; }
    .timeline .cd-timeline-content .cd-read-more {
      float: left; }
    .timeline .cd-timeline-content .cd-date {
      font-size: 16px;
      font-size: 1rem; }
    .cssanimations .timeline .cd-timeline-content.is-hidden {
      visibility: hidden; }
    .cssanimations .timeline .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; } }
@media (min-width: 1170px) {
  .timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
    .timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #ffffff; }
    .timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: left; }
    .timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block::after {
    clear: both;
    content: "";
    display: table; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }

.cd-timeline-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  padding: 19px 5px;
  border-radius: 50%;
  background: #1e5a82;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 10px;
  text-align: center; }
  .cd-timeline-title img {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #fff; }
  .cd-timeline-title .title-second {
    font-size: 14px; }

.cd-year {
  padding: 29px  5px; }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 85px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 5px -3px #666;
  box-shadow: 2px 2px 5px -3px #666; }
  .cd-timeline-content::after {
    clear: both;
    content: "";
    display: table; }
  .cd-timeline-content h2 {
    color: #1e5a82;
    margin: 0 0 15px;
    padding: 0;
    background: none; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: left;
    padding: 7px 15px 8px 15px;
    background: #d12c34;
    color: #fff; }
    .no-touch .cd-timeline-content .cd-read-more:hover {
      text-decoration: none;
      background-color: #ef2932; }
  .cd-timeline-content .cd-date {
    float: right;
    opacity: .7; }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 14px; }
    .cd-timeline-content p {
      font-size: 13px; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/*# sourceMappingURL=style.css.map */
