/*
 *  Website & design by CreativeKing
 *  www.creativeking.nl
 */
/**** Fonts ****/
/**** Colors ****/
/**** Images ****/
/**** Spaces ****/
/****** External fonts *******/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: "AvenirNextLTPro-Bold";
  font-weight: lighter;
  src: url("../fonts/AvenirNextLTPro-Bold.eot?") format("eot"), url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg"); }
* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #696969;
  background: #f4f4f4; }

/****** Text styling *******/
h1, h2, h3, h4 {
  color: #696969;
  font-weight: 600; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

.heading-bar {
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  background: #1f2a5b;
  font-size: 14px; }

/****** Form styling *******/
form {
  margin-top: 15px; }
  @media (min-width: 992px) {
    form {
      margin-top: 0; } }

input, textarea, select {
  width: 100%;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #ebebeb; }

select {
  background: url("../images/select-arrow.jpg") right center no-repeat #fff;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */ }

textarea {
  min-height: 150px; }

input[type=submit] {
  display: inline-block;
  width: auto;
  background: #cf2129;
  color: #fff;
  font-weight: 700; }
  input[type=submit]:hover {
    background: #f6222a;
    color: #fff; }

.success-message, .error-message {
  padding: 10px 15px;
  margin-bottom: 10px; }

.success-message {
  background: #64cd37;
  color: #fff; }

.error-message {
  background: #f53c3c !important;
  color: #fff; }

/****** Basic DIV styling *******/
.left {
  float: left; }

.right {
  float: right; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.clear {
  clear: both; }

/****** Basic element styling *******/
.btn {
  color: #fff;
  background: #cf2129; }
  .btn:hover {
    background: #1f2a5b; }

/* Header */
header {
  width: 100%;
  margin: 15px 0 5px 0; }
  @media (min-width: 992px) {
    header {
      margin: 35px 0; } }
  header .logo {
    width: 100%; }
    @media (min-width: 410px) {
      header .logo {
        width: auto; } }

/* Navigation */
nav {
  position: relative;
  width: 100%;
  min-height: 46px !important;
  margin-top: 20px;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
  border: 0 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }
  @media (min-width: 992px) {
    nav {
      margin-top: 15px; } }
  nav .navbar-header {
    background: #1f2a5b; }
    nav .navbar-header .navbar-toggle {
      margin: 9px 0 9px 15px;
      padding: 5px 9px 5px 6px;
      background: #f00;
      float: left; }
    nav .navbar-header .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 3px; }
    nav .navbar-header .text {
      width: 40px;
      height: 15px;
      float: left;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 14px; }
    nav .navbar-header .icon-bars {
      width: 22px;
      height: 15px;
      margin-top: 1px;
      margin-left: 9px;
      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 {
    min-height: 46px !important;
    padding: 0;
    background: #1f2a5b; }
    nav .navigation ul {
      list-style: none; }
      nav .navigation ul li a {
        display: block;
        padding: 13px 20px;
        color: #fff;
        text-decoration: none;
        border-left: 2px solid #1f2a5b; }
        @media (min-width: 768px) {
          nav .navigation ul li a {
            border: 0;
            border-bottom: 2px solid #1f2a5b; } }
        nav .navigation ul li a:hover, nav .navigation ul li a:focus {
          background: #1f2a5b;
          color: #f00;
          border-left: 2px solid #f00; }
          @media (min-width: 768px) {
            nav .navigation ul li a:hover, nav .navigation ul li a:focus {
              border: 0;
              border-bottom: 2px solid #f00; } }
      nav .navigation ul li .dropdown-menu {
        position: static !important;
        float: none !important;
        padding: 0;
        background: #1f2a5b;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        @media (min-width: 768px) {
          nav .navigation ul li .dropdown-menu {
            position: absolute !important; } }
        nav .navigation ul li .dropdown-menu li {
          width: 100%;
          float: none; }
          nav .navigation ul li .dropdown-menu li a {
            margin: 0;
            padding: 7px 20px 7px 30px;
            background: #1f2a5b;
            color: #fff;
            text-transform: none;
            border: 0;
            border-left: 2px solid #1f2a5b; }
            nav .navigation ul li .dropdown-menu li a:hover, nav .navigation ul li .dropdown-menu li a:focus {
              background: #1f2a5b;
              color: #f00;
              border: 0;
              border-left: 2px solid #f00; }
      @media (min-width: 768px) {
        nav .navigation ul li li {
          float: left; } }
    nav .navigation .navbar-nav {
      margin: 0; }
      @media (min-width: 768px) {
        nav .navigation .navbar-nav {
          margin: 0; } }
    nav .navigation .navbar-right {
      padding: 12px 15px 0 15px; }
  nav .nav .open > a, nav .nav .open > a:focus, nav .nav .open > a:hover {
    background: #1f2a5b;
    color: #f00;
    border-left: 2px solid #f00; }
    @media (min-width: 768px) {
      nav .nav .open > a, nav .nav .open > a:focus, nav .nav .open > a:hover {
        border: 0;
        border-bottom: 2px solid #f00; } }
  nav .social-media {
    position: absolute;
    top: 10px;
    right: 0; }
    @media (min-width: 768px) {
      nav .social-media {
        right: 15px; } }
    nav .social-media a {
      margin-left: 2px; }

/* Footer */
footer {
  margin: 20px 0;
  padding: 15px;
  background: #fdfdfd;
  text-align: left; }
  footer p {
    margin: 0;
    padding: 0; }
  footer .col-md-4, footer .col-md-8 {
    padding: 0 20px; }
  @media (min-width: 768px) {
    footer .footer-right {
      text-align: right; } }

/* Modules */
.index-section, .content-section, .contact-section, .redirect-section {
  background: #fdfdfd; }
  .index-section .content, .content-section .content, .contact-section .content, .redirect-section .content {
    padding: 15px 20px; }

.index-section {
  position: relative;
  max-height: 519px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .index-section {
      max-height: 328px; } }
  @media (min-width: 992px) {
    .index-section {
      max-height: 429px; } }
  @media (min-width: 1200px) {
    .index-section {
      max-height: 519px; } }
  .index-section .blocks {
    width: 100%;
    background: #fff;
    font-family: "AvenirNextLTPro-Bold", Sans-Serif;
    font-weight: bold; }
    @media (min-width: 768px) {
      .index-section .blocks {
        position: absolute;
        top: 0;
        bottom: 0;
        background: none; } }
    .index-section .blocks .item {
      width: 50%;
      float: left; }
      @media (min-width: 768px) {
        .index-section .blocks .item {
          width: 25%; } }
      .index-section .blocks .item a {
        display: block;
        height: 182px;
        padding: 15px;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        text-align: center; }
        @media (min-width: 768px) {
          .index-section .blocks .item a {
            height: 164px;
            padding: 15px;
            font-size: 15px; } }
        @media (min-width: 992px) {
          .index-section .blocks .item a {
            height: 215px;
            padding: 20px;
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .index-section .blocks .item a {
            height: 260px;
            font-size: 24px; } }
        .index-section .blocks .item a .icon, .index-section .blocks .item a .title {
          display: block; }
        .index-section .blocks .item a .icon {
          height: auto;
          margin: 30px 0 7px 0; }
          @media (min-width: 992px) {
            .index-section .blocks .item a .icon {
              margin: 45px 0 7px 0; } }
          @media (min-width: 1200px) {
            .index-section .blocks .item a .icon {
              margin: 60px 0 7px 0; } }
          .index-section .blocks .item a .icon img {
            width: auto; }
            @media (min-width: 768px) {
              .index-section .blocks .item a .icon img {
                width: 50px; } }
            @media (min-width: 1200px) {
              .index-section .blocks .item a .icon img {
                width: auto; } }
        .index-section .blocks .item a .arrow {
          display: inline-block;
          margin-left: 2px; }
          .index-section .blocks .item a .arrow img {
            height: 15px; }
            @media (min-width: 768px) {
              .index-section .blocks .item a .arrow img {
                height: auto; } }
        .index-section .blocks .item a:hover, .index-section .blocks .item a:focus {
          text-decoration: none; }
    .index-section .blocks .item-1, .index-section .blocks .item-2, .index-section .blocks .item-5, .index-section .blocks .item-6 {
      background: rgba(31, 42, 91, 0.7); }
      .index-section .blocks .item-1:hover, .index-section .blocks .item-2:hover, .index-section .blocks .item-5:hover, .index-section .blocks .item-6:hover {
        background: rgba(31, 42, 91, 0.8); }
      @media (min-width: 768px) {
        .index-section .blocks .item-1, .index-section .blocks .item-2, .index-section .blocks .item-5, .index-section .blocks .item-6 {
          margin-right: 25%; } }
    .index-section .blocks .item-3, .index-section .blocks .item-4, .index-section .blocks .item-7, .index-section .blocks .item-8 {
      background: rgba(207, 33, 40, 0.7); }
      .index-section .blocks .item-3:hover, .index-section .blocks .item-4:hover, .index-section .blocks .item-7:hover, .index-section .blocks .item-8:hover {
        background: rgba(207, 33, 40, 0.8); }
      @media (min-width: 768px) {
        .index-section .blocks .item-3, .index-section .blocks .item-4, .index-section .blocks .item-7, .index-section .blocks .item-8 {
          margin-left: 25%; } }
    .index-section .blocks .item-1, .index-section .blocks .item-3, .index-section .blocks .item-5, .index-section .blocks .item-7 {
      border-right: solid 2px #f4f4f4; }
      @media (min-width: 768px) {
        .index-section .blocks .item-1, .index-section .blocks .item-3, .index-section .blocks .item-5, .index-section .blocks .item-7 {
          border: 0; } }
  .index-section .background {
    display: none;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .index-section .background {
        display: block; } }

.redirect-section .redirect-block-1 {
  width: 100%;
  background: #1f2a5b; }
.redirect-section .redirect-block-2 {
  width: 100%;
  background: #cf2129;
  text-align: center; }
.redirect-section .redirect-header {
  position: relative;
  width: 100%; }
  .redirect-section .redirect-header .redirect-title {
    display: inline-block;
    width: 100%;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 768px) {
      .redirect-section .redirect-header .redirect-title {
        position: absolute; } }
    .redirect-section .redirect-header .redirect-title .icon, .redirect-section .redirect-header .redirect-title .title {
      display: block; }
    .redirect-section .redirect-header .redirect-title .icon {
      margin: 15px 0 7px 0; }
      .redirect-section .redirect-header .redirect-title .icon img {
        width: 50px; }
      @media (min-width: 1200px) {
        .redirect-section .redirect-header .redirect-title .icon img {
          width: auto; } }
  .redirect-section .redirect-header .header-image {
    display: none;
    width: 100%;
    height: 120px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .redirect-section .redirect-header .header-image {
        display: inline-block; } }
    @media (min-width: 992px) {
      .redirect-section .redirect-header .header-image {
        height: auto; } }
.redirect-section .redirect-content {
  width: 100%;
  padding: 20px;
  color: #fff; }
.redirect-section .redirect-description {
  width: 100%;
  padding: 30px 20px 15px 20px;
  color: #fff;
  font-size: 24px;
  text-align: center; }
.redirect-section .redirect-btn {
  display: inline-block;
  margin-bottom: 40px;
  padding: 15px 17px 15px 30px;
  background: #1f2a5b;
  color: #fff;
  font-size: 26px;
  font-weight: 700; }
  .redirect-section .redirect-btn .arrow {
    display: inline-block;
    margin-left: 10px; }
  .redirect-section .redirect-btn:hover {
    text-decoration: none;
    background: #0000d2;
    color: #fff; }

.form-switch {
  display: none; }

.contactform_select {
  margin-bottom: 15px; }

#map_canvas {
  width: 100%;
  height: 115px;
  overflow: hidden;
  margin-bottom: 20px; }
  #map_canvas img {
    width: 100%; }

.calculate-tool-iframe, .rate-tool-iframe {
  width: 100%;
  min-height: 300px;
  padding: 15px;
  border: 0 !important; }

.calculate-tool-iframe {
  height: 2555px; }
  @media (min-width: 992px) {
    .calculate-tool-iframe {
      height: 2300px; } }
  @media (min-width: 1200px) {
    .calculate-tool-iframe {
      height: 1525px; } }

.rate-tool-iframe {
  height: 2040px; }

/*# sourceMappingURL=style.css.map */
