﻿/* ----- DESIGN BY DEBUGGED ----- */
/* more info at www.debugged.be */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

1.  CSS Reset             
2.  Global Grid
3.  Mobile Grid
4.  Extra Classes
5.  LESS prefixes
6.  Site styles
7.  Media queries

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
1.  CSS Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/
============================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*
2.  Global Grid
============================================================================================*/
.container {
  margin: auto;
  width: 100%;
  max-width: 960px;
}
.one {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 4.25%;
}
.two {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 10.5%;
}
.three {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 16.75%;
}
.four {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 23%;
}
.five {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 29.25%;
}
.six {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 35.5%;
}
.seven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 41.75%;
}
.eight {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 48%;
}
.nine {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 54.25%;
}
.ten {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 60.5%;
}
.eleven {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 66.75%;
}
.twelve {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 73%;
}
.thirteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 79.25%;
}
.fourteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 85.5%;
}
.fifteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 91.75%;
}
.sixteen {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
}
.one-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 31.333333%;
}
.two-third {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  width: 64.666666%;
}
/*
3.  Mobile Grid
============================================================================================*/
@media only screen and (max-width: 719px) {
  .container {
    width: 100%;
  }
  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve,
  .thirteen,
  .fourteen,
  .fifteen,
  .sixteen,
  .one-third,
  .two-third {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*
4.  Extra classes
============================================================================================*/
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img.scale {
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*selection color*/
::selection {
  background: #005dab;
  color: #fff;
}
::-moz-selection {
  background: #005dab;
  color: #fff;
}
/*enable touch if possible*/
canvas {
  -ms-touch-action: double-tap-zoom;
}
/*
5.  LESS prefixes
============================================================================================*/
/*
PLUGINS
============================================================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
/*
6.  Site styles
============================================================================================*/
#consent_blackbar {
  background: #005dab;
  color: white;
}
#consent_blackbar #truste-consent-track {
  background: #005dab !important;
  padding: 15px 0;
}
#consent_blackbar #truste-consent-track #truste-consent-content {
  max-width: 960px !important;
}
#consent_blackbar #truste-consent-track #truste-consent-content #truste-consent-text {
  width: calc(100% - 40px) !important;
  text-align: center;
  margin: 0 20px 15px 20px !important;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons {
  width: calc(100% - 40px) !important;
  margin: 0 20px !important;
  text-align: center;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons button {
  background: white;
  padding: 5px 10px;
  border: none 0px;
  cursor: pointer;
  margin-bottom: 5px;
  color: black;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons button:hover {
  color: black;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons a {
  color: white;
}
#consent_blackbar #truste-consent-track #truste-consent-content .truste-consent-buttons a:hover {
  color: white;
}
html {
  background: #2c98d2;
  height: 100%;
}
body {
  font-family: 'Gill Sans W01 Book';
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  overflow-x: hidden;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmM5OGQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-linear-gradient(top, #ffffff 40%, #ffffff 40%, #2c98d2 100%);
  background: -ms-linear-gradient(top, #ffffff 40%, #ffffff 40%, #2c98d2 100%);
  background: linear-gradient(to bottom, #ffffff 40%, #ffffff 40%, #2c98d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#2c98d2', GradientType=0);
  height: 100%;
}
form#aspnetForm {
  height: 100%;
}
.cookiebar {
  background: #222222;
  width: 100%;
  display: block;
  padding: 8px 0;
}
.cookiebar p {
  color: #ffffff;
  padding-top: 4px;
  font-family: 'Gill Sans W01 Book';
}
.cookiebar a {
  color: #ffffff;
}
.cookiebar a:hover {
  color: #005dab;
}
.cookiebar .header_btn {
  text-align: center;
  display: block;
  padding: 4px 5px;
  background: #005dab;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Gill Sans W01 Book';
}
.cookiebar .header_btn:hover {
  color: #ffffff;
  background: #004178;
}
.page {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  background: url(../images/head.png) no-repeat top right;
  background-size: contain;
  min-height: calc(100%-150px);
  /*height footer + space between footer and content*/
}
header {
  padding: 0 20px;
}
header.home {
  text-align: center;
}
header.home .logo {
  float: none;
  margin-top: 40px;
}
header .logo {
  float: left;
  display: inline-block;
  padding: 16px 0;
}
header menu {
  float: right;
  display: inline-block;
  padding: 24px 0;
}
header menu .top {
  text-align: right;
  margin-bottom: 18px;
}
header menu .top a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 1px 1px 0 #005dab;
}
header menu .top a:after {
  content: '|';
  padding-left: 4px;
  color: white;
}
header menu .top a:last-child:after {
  display: none;
}
header menu .top a:hover {
  color: #45aaff;
}
header menu .top a.active {
  text-decoration: underline;
}
header menu .top .lang {
  margin-left: 6px;
  top: 2px;
  display: inline-block;
  position: relative;
  width: 130px;
  text-align: left;
}
header menu .top .lang .selected {
  padding: 4px 10px;
  cursor: pointer;
}
header menu .top .lang .selected:hover a {
  color: #abd9ff !important;
}
header menu .top .lang .selected:hover:after {
  color: #abd9ff;
}
header menu .top .lang .selected img {
  display: inline-block;
  width: 20px;
  margin: 2px 10px -2px 0;
}
header menu .top .lang .selected a:hover {
  color: white;
}
header menu .top .lang .selected:after {
  content: url(/images/arrow.png);
  position: absolute;
  right: 6px;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header menu .top .lang ul {
  display: none;
  background: #005dab;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}
header menu .top .lang ul li {
  display: block;
  text-align: left;
  color: white;
}
header menu .top .lang ul li a {
  padding: 4px 10px;
  display: block;
}
header menu .top .lang ul li a img {
  display: inline-block;
  width: 20px;
  margin: 2px 10px -2px 0;
}
header menu .top .lang ul li a:hover {
  color: white;
  background: #004178;
}
header menu .top select {
  background: none;
  border: none;
  font-family: 'Gill Sans W01 Book';
  color: white;
  outline: none;
  font-weight: 300;
  cursor: pointer;
}
header menu .top select .be {
  background: url(../images/be.png) no-repeat left center;
}
header menu .top .search {
  display: inline-block;
}
header menu .top .search input[type="text"] {
  width: 100px;
  border: none;
  vertical-align: middle;
  background: #d4e4f2;
  height: 20px;
  padding: 0 4px;
  outline: none;
  font-size: 11px;
  /*margin-right: -4px;*/
}
header menu .top .search input[type="submit"] {
  border: none;
  background: url(../images/search.png) no-repeat center center;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  outline: none;
}
header menu nav a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 0 #005dab;
  padding: 5px 10px;
  font-size: 18px;
}
header menu nav a:hover {
  color: #abd9ff;
}
header menu nav a.active {
  background: #005dab;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
}
header .toggle {
  background: url(../images/nav.png) no-repeat;
  width: 30px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 36px;
  display: none;
  cursor: pointer;
}
.main {
  background: #005dab;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.main .lang-img {
  display: block;
  width: 100%;
  height: auto;
}
.main .select-country {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  display: block;
  font-size: 20px;
  margin-top: 30px;
}
.main .language {
  background: #ffffff;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main .language a {
  background: #fafafa;
  display: table-cell;
  padding: 20px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
}
.main .language a:last-child {
  border-right: none;
}
.main .language a figure img {
  display: block;
  margin: 12px auto;
  max-width: 100%;
  height: auto;
}
.main .language a:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.main a {
  color: #333;
}
.main a:hover {
  color: #005dab;
}
.main aside {
  width: 25%;
  background: #005dab;
  display: inline-block;
  float: left;
  box-shadow: 1px 0 0 0 white;
  position: relative;
  z-index: 1;
}
.main aside .side-toggle {
  color: white;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid white;
  display: none;
}
.main aside .side-toggle:after {
  content: '\25bc';
  float: right;
  color: white;
}
.main aside .type {
  display: block;
}
.main aside a {
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #006eca;
}
.main aside a:hover {
  background: #004c8c;
}
.main aside a.active.pink {
  background: #dc5b97;
}
.main .content {
  width: 75%;
  display: inline-block;
  float: left;
}
.main .content .slider .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main .content .slider .owl-controls .owl-dots {
  text-align: center;
}
.main .content .slider .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #005dab;
  display: inline-block;
  margin: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .content .slider .owl-controls .owl-dots .owl-dot:hover {
  background: #0079de;
}
.main .content .slider .owl-controls .owl-dots .owl-dot.active {
  background: white;
}
.main .content .map {
  width: 100%;
  height: 280px;
}
.main .content .small {
  width: 33.333333%;
  float: left;
  display: inline-block;
}
.main .content .small .frame {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.main .content .small img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.main .content .small:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.main .content .medium {
  width: 66.666666%;
  float: left;
  display: inline-block;
}
.main .content .medium .frame {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.main .content .medium img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.main .content .medium:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.main .content .large {
  width: 99.999999%;
  float: left;
  display: inline-block;
}
.main .content .large .frame {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.main .content .large img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.main .content .large:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.main .content .global {
  background: white;
  padding: 0 0 25px 0;
}
.main .content .product-title {
  background: #fafafa;
}
.main .content article {
  padding: 30px 30px 30px 30px;
}
.main .content article .title {
  margin-bottom: 20px;
}
.main .content article .title h1 {
  font-size: 34px;
  color: #005dab;
  line-height: 40px;
  float: left;
  position: relative;
  padding-bottom: 6px;
}
.main .content article .title h1:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0079de;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.main .content article .title h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0079de;
  width: 100%;
  height: 1px;
}
.main .content article .title.pink h1:before {
  background: #e585b2;
}
.main .content article .title.pink h1:after {
  background: #e585b2;
}
.main .content article .options {
  float: right;
  padding: 0;
}
.main .content article .options div,
.main .content article .options a {
  display: inline-block;
  padding-left: 8px;
}
.main .content article .options .share {
  position: relative;
  cursor: pointer;
  top: 6px;
}
.main .content article .options .share img {
  display: none;
}
.main .content article .options .share .share-popup {
  display: block;
}
.main .content article .options .share .share-popup div {
  width: 128px;
}
.main .content article .options .share .share-popup a {
  display: inline-block;
  float: left;
  padding: 0;
  opacity: 1;
}
.main .content article .options .share .share-popup a img {
  display: block;
}
.main .content article .options .share .share-popup a:hover {
  opacity: 0.8;
}
.main .content article h2 {
  font-size: 28px;
  color: #005dab;
  line-height: 40px;
  display: block;
  position: relative;
  padding: 20px 0 6px 0;
}
.main .content article .intro {
  font-size: 18px;
  line-height: 25px;
}
.main .content article p {
  padding: 6px 0 8px 0;
}
.main .content article strong,
.main .content article b {
  font-weight: bold;
}
.main .content article i,
.main .content article em {
  font-style: italic;
}
.main .content article .half {
  width: 50%;
  display: inline;
  float: left;
}
.main .content article .half figure {
  display: block;
  text-align: center;
}
.main .content article .half figure img {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  margin: auto;
  display: block;
}
.main .content article .half table {
  margin-top: 10px;
}
.main .content article .half table tr:nth-of-type(2n+2) {
  background: #eee;
}
.main .content article .half table tr td {
  padding: 5px;
}
.main .content article .detail-footer {
  border-top: 1px solid #eeeeee;
  margin-top: 25px;
  padding-top: 15px;
}
.main .content article .detail-footer .social {
  float: right;
}
.main .content article .detail-footer .social a {
  display: inline-block;
  opacity: 1;
}
.main .content article .detail-footer .social a:hover {
  opacity: 0.8;
}
.main .content .contact {
  display: inline-block;
  padding: 0 30px 30px 30px;
}
.main .content .contact .validation_error {
  background: #e43838;
  padding: 10px 2%;
  width: 96%;
  margin-bottom: 20px;
}
.main .content .contact .validation_error ul {
  display: none;
}
.main .content .contact h2 {
  float: left;
  color: #005dab;
  font-size: 18px;
  line-height: 24px;
  padding: 3px 0;
  display: block;
  width: 100%;
}
.main .content .contact table {
  width: 100%;
}
.main .content .contact table td {
  padding: 5px 0;
  vertical-align: top;
}
.main .content .contact table td span {
  padding-bottom: 6px;
  display: block;
}
.main .content .contact table td input[type="text"] {
  border: 1px solid #999999;
  padding: 8px 2%;
  width: 96%;
  outline: none;
  margin-bottom: 5px;
}
.main .content .contact table td textarea {
  border: 1px solid #999999;
  padding: 8px 2%;
  min-width: 96%;
  max-width: 96%;
  outline: none;
  vertical-align: top;
  margin-bottom: 5px;
  min-height: 100px;
}
.main .content .contact table td input[type="submit"] {
  margin-top: 0;
}
.main .content .contact table td .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  padding-bottom: 10px;
}
.main .content .contact table td .checkbox:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.main .content .contact table td .checkbox:not(#IE8) input[type=checkbox] {
  display: none;
}
.main .content .contact table td .checkbox:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 30px;
  color: #005dab;
  border: 1px solid #005dab;
}
.main .content .no-filter {
  padding: 30px;
}
.main .content .filter {
  border-top: 1px solid #eeeeee;
  background: #f8f8f8;
}
.main .content .filter .head {
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  padding-left: 30px;
}
.main .content .filter .head:before {
  content: '+';
  padding-right: 10px;
  font-size: 26px;
  vertical-align: middle;
  font-weight: bold;
}
.main .content .filter .head:hover {
  color: #005dab;
  background: #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .content .filter .content-kenmerken {
  display: inline-block;
  float: left;
  padding: 30px;
}
.main .content .filter .kenmerken {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.main .content .filter .kenmerken tbody tr td {
  padding: 0 0 5px 0;
}
.main .content .filter .kenmerken tbody tr td label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  padding-bottom: 10px;
}
.main .content .filter .kenmerken tbody tr td:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.main .content .filter .kenmerken tbody tr td:not(#IE8) input[type=checkbox] {
  display: none;
}
.main .content .filter .kenmerken tbody tr td:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 30px;
  color: #005dab;
  border: 1px solid #005dab;
}
.main .content .products a {
  width: 33.333333%;
  display: inline-block;
  float: left;
  background: white;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #005dab;
  text-decoration: none;
}
.main .content .products a .frame {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.main .content .products a .frame:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  background: #005dab;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main .content .products a img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}
.main .content .products a:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  z-index: 99;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.main .content .products a:hover .frame:after {
  opacity: 0.2;
}
.main .content .products a figcaption {
  border-top: 1px solid #005dab;
  margin: 0 20px;
  text-align: center;
  color: #005dab;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.main .content .extra-products {
  padding: 16px 30px;
  border-top: 10px solid #eeeeee;
  margin-top: -10px;
}
.main .content .extra-products h2 {
  float: left;
  color: #005dab;
  font-size: 18px;
  line-height: 24px;
  padding: 3px 0;
}
.main .content .button {
  color: white;
  background: #005dab;
  -webkit-border-radius: 10px;
  border-radius: 18px;
  text-decoration: none;
  padding: 6px 24px;
  font-size: 16px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
}
.main .content .button.pink {
  background: #dc5b97;
}
.main .content .button:hover {
  background: #005dab;
}
.main .content .accordion {
  margin-top: 20px;
}
.main .content .accordion h2 {
  font-size: 28px;
  color: #005dab;
  line-height: 40px;
  position: relative;
  padding: 20px 0 6px 0;
  display: block;
}
.main .content .accordion a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #888888;
  padding: 10px 0;
  padding-right: 10px;
}
.main .content .accordion a:after {
  content: '\25b6';
  float: right;
  color: #444444;
}
.main .content .accordion a:hover {
  padding-right: 0;
  color: #005dab;
}
.main .content .accordion a:hover:after {
  color: #005dab;
}
footer {
  padding: 90px 0 0 0;
  color: #aaaaaa;
  line-height: 20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a {
  color: #aaaaaa;
  text-decoration: none;
}
footer a:hover {
  color: white;
}
footer .bottom-bar {
  background: #222222;
  padding: 20px 0;
  text-align: right;
  color: #AAAAAA;
  font-size: 12px;
  font-weight: 700;
}
footer .bottom-bar ul {
  text-align: left;
  float: left;
}
footer .bottom-bar ul li {
  display: inline;
  padding-right: 30px;
}
.lang-footer {
  padding: 10px 0;
  text-align: right;
  color: white;
  font-size: 14px;
}
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  background: #222222;
  display: none;
  overflow-y: auto;
}
.drawer menu .lang .selected {
  position: relative;
}
.drawer menu .lang .selected:before {
  content: 'Language';
  color: white;
  display: block;
  border-bottom: 1px solid black;
  padding: 10px;
  text-transform: uppercase;
}
.drawer menu .lang .selected:after {
  content: '\25bc';
  position: absolute;
  right: 10px;
  color: white;
  top: 10px;
  cursor: pointer;
}
.drawer menu .lang .selected a {
  display: none;
}
.drawer menu .lang ul {
  display: none;
}
.drawer menu .lang ul li a {
  display: block;
  padding: 6px 10px;
  color: white;
  text-decoration: none;
}
.drawer menu .lang ul li a img {
  max-width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
}
.drawer menu .lang ul li a.lang-active {
  background: #004178;
}
.drawer menu .search {
  padding: 20px;
  border-bottom: 1px solid #111111;
  position: relative;
}
.drawer menu .search input[type="text"] {
  width: 96%;
  padding: 0 2%;
  height: 26px;
  border: none;
  background: #bbcfe0;
  -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.drawer menu .search input[type="submit"] {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  height: 26px;
  background: url(../images/search.png) no-repeat center center;
  width: 26px;
  cursor: pointer;
}
.drawer menu nav a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #111111;
}
.drawer menu nav a.active {
  background: #004178;
}
/*PAGING*/
ul.pager {
  width: 98%;
  margin: 10px 1% 0 1%;
  border-top: 1px solid #005dab;
  padding-top: 15px;
  float: left;
}
ul.pager li {
  display: inline-block;
  *display: block;
  zoom: 1;
  float: left;
}
ul.pager li a {
  text-decoration: none;
  color: #005dab;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 20px;
  text-shadow: 1px 1px 0 white;
}
ul.pager li a:hover {
  color: dark(#005dab, 10);
  font-weight: bold;
}
ul.pager li a.active {
  color: dark(#005dab, 10);
  font-weight: bold;
}
/*
7.  Media queries
============================================================================================*/
@media only screen and (max-width: 960px) {
  body {
    background: none;
  }
  .page {
    background: url(../images/head.png) no-repeat top right #1a96d3;
    min-height: auto;
  }
  footer {
    border-top: 1px solid white;
    margin-top: 0;
    padding: 30px 20px 0 20px;
  }
  footer .bottom-bar {
    margin: 30px -20px 0 -20px;
  }
  .lang-footer {
    padding: 10px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .page {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }
  .page.open {
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  header menu {
    display: none;
  }
  header .toggle {
    display: block;
  }
  .main aside {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
  }
  .main aside .side-toggle {
    display: block;
  }
  .main aside .type {
    display: none;
  }
  .main .content {
    display: block;
    float: none;
    width: 100%;
  }
  footer.open {
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  .drawer.open {
    display: block;
  }
  .lang-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 770px) {
  .cookiebar {
    text-align: center;
    position: fixed;
    bottom: 0;
  }
  .cookiebar .header_btn {
    width: 90%;
    margin-left: 3%;
    margin-top: 20px;
  }
  .main .language {
    display: block;
    width: 100%;
  }
  .main .language a {
    width: 25%;
    display: inline;
    float: left;
    padding: 0;
    border: none;
  }
  .main .language a figure {
    padding: 20px;
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
  footer {
    padding-top: 0;
  }
  footer h2 {
    padding-top: 30px;
  }
  footer .sixteen {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .cookiebar {
    text-align: center;
    position: fixed;
    bottom: 0;
  }
  .cookiebar .header_btn {
    width: 90%;
    margin-left: 3%;
    margin-top: 20px;
  }
  .main .language {
    display: block;
    width: 100%;
  }
  .main .language a {
    width: 50%;
    display: inline;
    float: left;
    padding: 0;
    border: none;
  }
  .main .language a figure {
    padding: 20px;
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
  .main .content .small {
    width: 50%;
  }
  .main .content .large,
  .main .content .medium {
    width: 100%;
  }
  .main .content .global .products a {
    width: 50%;
  }
  .main .content article .half {
    display: block;
    width: 100%;
    float: none;
  }
  .main .content article .half figure {
    margin-top: 20px;
  }
  .main .content article .title h1 {
    float: none;
    text-align: center;
  }
  .main .content article .title .options {
    display: block;
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  .main .content article .detail-footer .button {
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 16px;
  }
  .main .content article .detail-footer .social {
    float: none;
    display: block;
    text-align: center;
  }
  .main .content .extra-products h2 {
    text-align: center;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .main .content .extra-products .button {
    display: block;
    text-align: center;
    float: none;
  }
  .kenmerken tbody tr td {
    display: block;
  }
}