/*KLEUREN*/
body {
  font-family: 'Myriad Pro',Myriad,'Trebuchet MS',Arial,Helvetica,sans-serif;
}
@media (min-width: 992px) {
  body {
    background-image: url("img/bg.png");
  }
}

.site-content {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.content-col .news-url {
  display: block;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, a, span, ul, li {
  font-size: 12px;
  line-height: 1.5;
}

a {
  color: #cc6633;
}

/*!*PADDINGS*!
.pane {
  padding: 70px 0;
  position: relative;
  @media (max-width: 920px) { padding: 50px 0; }
  @media (max-width: 767.98px) { padding: 25px 0; }
}*/
/*h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;

  @media (max-width: 992px) {
    line-height: 3rem;
    font-size: 3rem;
  }
}*/
h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.contact-block .gform_wrapper .gfield {
  display: flex;
  margin-top: 0 !important;
  padding-right: 0 !important;
}
.contact-block .gform_wrapper .gfield label {
  width: 170px;
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  .contact-block .gform_wrapper .gfield label {
    width: 100px;
  }
}
.contact-block .gform_wrapper .gfield input[type=text], .contact-block .gform_wrapper .gfield textarea, .contact-block .gform_wrapper .gfield .ginput_container {
  width: 100%;
}
.contact-block .gform_wrapper .gfield textarea {
  height: 200px;
}
.contact-block .gform_wrapper .gfield .ginput_container_radio {
  margin-top: 0 !important;
}
.contact-block .gform_wrapper .gfield .gfield_radio {
  display: flex;
  margin: 0 !important;
}
.contact-block .gform_wrapper .gfield .gfield_radio label {
  width: unset;
  margin-left: 4px;
}
.contact-block .gform_wrapper .gfield .gfield_radio li {
  width: 40px;
  margin-bottom: 0;
}
.contact-block .gform_wrapper .gfield_error {
  padding-bottom: 30px !important;
  position: relative;
  margin-top: 4px !important;
}
.contact-block .gform_wrapper .gfield_error .validation_message {
  position: absolute;
  left: 0;
  bottom: 8px;
}
.contact-block .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: unset !important;
}
.contact-block .gform_footer {
  padding: 0 !important;
}
.contact-block .gform_footer .gform_button {
  background-color: #0099ff;
  height: 22px;
  border: none;
  padding: 2px 10px 4px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-size: 11px;
  line-height: 18px;
  display: flex !important;
  margin: 0 0 0 auto !important;
}
.contact-block .gform_footer .gform_button:hover {
  background-color: #000033;
}

.header .header-container {
  background-color: #000033;
  background-image: url("img/bg-header-new.jpg");
  background-size: 900px;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  height: 200px;
}
@media (max-width: 1199.98px) {
  .header .header-container {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .header .header-container {
    height: 280px;
    background-size: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media (max-width: 899.98px) {
  .header .header-container {
    background-size: 900px;
  }
}
.header .logo {
  display: flex;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  margin: auto 0 auto 20px;
  padding: 0;
}
.header .logo a {
  text-decoration: none;
}
.header .logo .site-title {
  color: rgba(0, 0, 0, 0);
}
.header .logo .img {
  width: 243px;
  height: 54px;
  background-image: url("img/logo.png");
  display: flex;
}
@media (max-width: 1199.98px) {
  .header .logo {
    margin: 20px auto auto 20px;
  }
}
@media (max-width: 991.98px) {
  .header .logo {
    margin-top: 50px;
  }
}
.header .subtitle {
  color: #ffffff;
  background-color: #cc6633;
  position: absolute;
  line-height: 39px;
  border-radius: 19.5px;
  font-size: 24px;
  padding: 0 20px;
  bottom: 0;
  left: 30%;
  font-weight: bold;
}
@media (max-width: 1399.98px) {
  .header .subtitle {
    left: 18%;
  }
}
@media (max-width: 1199.98px) {
  .header .subtitle {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .header .subtitle {
    width: 100%;
    border-radius: 0;
    bottom: unset;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .header .subtitle {
    font-size: 16px;
  }
}
.header .searchform {
  position: absolute;
  right: 20px;
  bottom: 5px;
  height: 20px;
}
.header .searchform label {
  display: none;
}
.header .searchform input[type=text] {
  position: absolute;
  bottom: 2px;
  right: 60px;
  width: 205px;
  height: 26px;
  padding: 2px 4px 2px 12px;
  line-height: 18px;
  border-radius: 13px;
  border: 2px inset black;
  color: #0099ff;
}
.header .searchform input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: #fff;
  font: 14px/32px 'Myriad Pro',Myriad,'Trebuchet MS',Arial,Helvetica,sans-serif;
  cursor: pointer;
}

.hamburger {
  display: none;
}

@media (max-width: 767.98px) {
  .hamburger {
    display: flex;
    width: 32px;
    height: 20px;
    z-index: 999;
    position: absolute;
    margin: auto 0 auto auto;
    left: 20px;
    bottom: 10px;
  }
  .hamburger .hamburger-stripe {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
  }
  .hamburger .hamburger_top-stripe {
    top: 0;
    transition: transform 150ms;
  }
  .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1.5px);
    transition: opacity 150ms;
  }
  .hamburger .hamburger_bottom-stripe {
    bottom: 0;
    transition: transform 150ms;
  }
  .hamburger.mobile-menu-open .hamburger_top-stripe {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: transform 150ms;
  }
  .hamburger.mobile-menu-open .hamburger_mid-stripe {
    top: calc(50% - 1px);
    opacity: 0;
    transition: opacity 150ms;
  }
  .hamburger.mobile-menu-open .hamburger_bottom-stripe {
    bottom: unset;
    top: calc(50% - 1px);
    transform: rotate(135deg);
    transition: transform 150ms;
  }
}
.nav-mobile {
  display: none;
}
.nav-mobile.mobile-menu-open .nav .menu {
  height: unset;
  opacity: 1;
  pointer-events: unset;
  margin: 20px 0;
}
.nav-mobile.mobile-menu-open .nav .menu .menu-item:last-of-type {
  margin-left: unset;
}

@media (max-width: 991.98px) {
  .nav-mobile {
    display: flex;
  }

  .nav-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav {
    margin: 28px 0;
  }
}
.nav .hamburger {
  display: none;
}
.nav .menu-header-menu-container {
  width: 100%;
}
.nav .menu {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .nav .menu {
    height: 0;
    opacity: 0;
    margin: 0 0 20px 0;
    pointer-events: none;
  }
}
.nav .menu-item {
  background-color: #0099ff;
  line-height: 20px;
  border-radius: 10px;
  margin: 4px;
}
.nav .menu-item a {
  line-height: 20px;
  color: #ffffff;
  padding: 0 12px;
  text-decoration: none;
}
.nav .menu-item:hover, .nav .menu-item.current_page_item {
  background-color: #000033;
}
.nav .menu-item:last-of-type {
  margin-left: auto;
  background-color: #cc6633;
}
.nav .menu-item:last-of-type:hover {
  background-color: #000033;
}

.sidebar-left {
  padding: 33px 20px 33px 20px;
}
.sidebar-left h3 {
  margin: 0;
  padding: 0 20px 0 0;
  font: 23px/24px 'Varela Round','Arial Rounded MT Bold','ArialRoundedMTBoldRegular',Arial,Helvetica,sans-serif;
  color: #cc6633;
}
.sidebar-left span {
  color: #000033;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.sidebar-left .testimonials {
  height: 444px;
  width: 100%;
  max-width: 300px;
  margin: 34px auto 0 auto;
}
.sidebar-left .testimonials img {
  opacity: 0;
  transition: opacity 300ms;
  width: 100%;
  max-width: 300px;
}
.sidebar-left .testimonials img.is-selected {
  opacity: 1;
  transition: opacity 300ms;
}
.sidebar-left .flickity-button, .sidebar-left .flickity-page-dots {
  display: none;
}
.sidebar-left .flickity-viewport {
  height: 100% !important;
}

.news-block {
  background-color: #0099ff;
  margin: 0 0 18px;
  font-size: 13px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 4px 5px 8px 20px;
}
.news-block h4 {
  color: #ffffff;
  padding-bottom: 4px;
  font-size: 13px;
  margin-bottom: 0;
}
.news-block a {
  padding: 0;
  color: #130e0f;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.news-block a:before {
  content: ' ';
  width: 20px;
  height: 100%;
  background-image: url("img/bg-button.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 0;
}
.news-block a:hover {
  color: #ffffff;
}
.news-block a.news-url {
  color: #ffffff;
}

.map {
  overflow: hidden;
}
.map .actual-map {
  position: relative;
  margin-top: -54px;
  margin-bottom: -54px;
}
.map .countries {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  padding-top: 2rem;
}
.map .country,
.map .selected-country {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.map .country h4,
.map .selected-country h4 {
  color: #0099ff;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.map .country a,
.map .selected-country a {
  color: #130e0f;
  width: max-content;
}
.map .selected-country {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 53px;
}
.map .selected-country h4 {
  color: #cc6633;
}

/*# sourceMappingURL=style.css.map */
