/* Fonts */

@font-face {
  font-family: 'icomoon';
  src:
    url('/includes/fonts/icomoon/icomoon.ttf?fczfbs') format('truetype'),
    url('/includes/fonts/icomoon/icomoon.woff?fczfbs') format('woff'),
    url('/includes/fonts/icomoon/icomoon.svg?fczfbs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




















/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

address {
  font-style:normal;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  xx_font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

p {
  margin: 0 0 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fluid {
    padding-left:30px;
    padding-right:30px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    width: 1280px;
  }
}

.row {
  margin-left:-15px;
  margin-right:-15px;
}

@media (min-width: 768px) {
  .row {
    margin-left:-30px;
    margin-right:-30px;
  }
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-left:30px;
    padding-right:30px;

  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


@media (min-width: 1340px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}



@media (min-width: 768px) {

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-left:30px;
    padding-right:30px;
  }

}



.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
 content:"\ea40";
}
.carousel-control .icon-next:before {
  content:"\ea3c";

}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.pager:after,
.modal-footer:after {
  clear: both;
}



/* no-gutter class rules */

.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"],
[class^="col-"].no-gutter,
[class*=" col-"].no-gutter {
  padding-right:0;
  padding-left:0;
}

.row.no-gutter-l > [class^="col-"],
.row.no-gutter-l > [class*=" col-"],
[class^="col-"].no-gutter-l,
[class*=" col-"].no-gutter-l {
  padding-left:0;
}

.row.no-gutter-r > [class^="col-"],
.row.no-gutter-r > [class*=" col-"],
[class^="col-"].no-gutter-r,
[class*=" col-"].no-gutter-r {
  padding-right:0;
}










body {
  xx_font-family:Arial, Helvetica, sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-size:15px;
  line-height:1.6;
  xx_color:#292728;
  color:#001f32;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  xx_font-family:dinmedium, Helvetica, sans-serif;
  font-family: 'DM Sans', sans-serif;
  xx_text-transform: uppercase;
}

h1 {
  xx_font-family:dinlight, dinregular, Helvetica, sans-serif;
  font-family: 'DM Sans', sans-serif;
  xx_color:#292728;
  color:#00d880;
  font-size:28px;
  line-height:28px;
  font-weight:100;
  margin:0 0 18px 0;
  padding:0;
}

h2, .h2 {
  font-size:23px;
  font-weight:100;
}

h3, .h3 {
  font-size:18px;
}

h4, .h4 {
  font-size:17px;
}

h5, .h5 {
  font-size:0.83em;
  margin-bottom:5px;
}

.sidebar h2 {
  font-size:18px;
}

.sidebar h3 {
  font-size:14px;
}

.sidebar h4 {
  font-size:14px;
}

h1 span, h2 em, h3 span {
  font-size:14px;
  color:#666;
}

h1 em {
  display:block;
  font-style:normal;
  font-size:0.7em;
  line-height:1.4em;
  color:#666;
}

a, a:hover, a:focus, .lnk {
  color:#292728;
  text-decoration:underline;
}

a:hover, .lnk:hover {
  color:#aaa;
}

.lnk {
  cursor:pointer;
}

.lnk-disabled {
  color:#aaa;
  text-decoration:none;
  cursor:auto;
}

.intro {
  font-weight:700;
}



.btn {
  display:inline-block;
  margin-bottom:0;
  vertical-align:middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  xx_font-family:dinmedium, Helvetica, sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-size:17px;
  xx_color:#333;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}





.btn a, a.btn {
  text-decoration:none;
}

.btn-arrow {
  position:relative;
  padding:4px 40px 7px 17px;
  background-color:#414042;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  -ms-border-radius:0;
  border-radius:0;
  color:#fff;
}

.btn-arrow:after {
  display:block;
  position:absolute;
  content:'';
}

.btn-arrow:after {
  width:30px;
  height:100%;
  top:0;
  right:0;
}

.btn-arrow:after {
  height:100%;
  font-family:'icomoon';
  content:'\ea3c';
  width:30px;
  top:0;
  right:0;
  padding-top:5px;
  text-align:center;
}

.btn-arrow:hover {
  background-color:#5a5a5b;
  color:#eee;
}

img {
  max-width:100%;
}

main ul {
  padding-left:20px;
  list-style:none;
}

main ul li:before {
  float:left;
  width:20px;
  margin-left:-20px;
  padding-top:7px;
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
  font-size:0.80em;
  color:#b6254d;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
  content:'\ea3c';
}

.menu-sidebar-disabled ul li:before {
  color:#aaa;
}

.btn-arrow-boxed {
  padding:0;
  border:0;
  border-radius:0;
  background-color:#00d880;
}

.btn-arrow-boxed a, .btn-arrow-boxed input {
  display:inline-block;
  position:relative;
  width:100%;
  padding:7px 40px 7px 40px ;
  border-radius:0;
  xx_background:#fff;
  background-color:#00d880;
  xx_border:2px solid #414042;
  border:0;
  xx_margin:0 0 1px;
  margin:0;
  xx_font-family:dinmedium,arial,sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-size:15px;
  font-weight:400;
  xx_color:#333;
  color:#fff;
  white-space:normal;
  text-decoration:none;
  xx_-webkit-transition:all 0.4s ease-in-out;
  xx_-moz-transition:all 0.4s ease-in-out;
  xx_-o-transition:all 0.4s ease-in-out;
  xx_transition:all 0.4s ease-in-out;
}

.btn-arrow-boxed input {
  display:block;
}

.btn-arrow-boxed a:before, .btn-arrow-boxed a:after, .btn-arrow-boxed input:before, .btn-arrow-boxed input:after {
  display:block;
  position:absolute;
  content:'';
}

.btn-arrow-boxed a:before, .btn-arrow-boxed input:before {
  width:30px;
  height:100%;
  xx_border-left:2px solid #414042;
  top:0;
  right:0;
}

.btn-arrow-boxed a:after, .btn-arrow-boxed input:after {
  height:100%;
  width:30px;
  top:0;
  right:10px;
  padding-top:7px;
  font-family:'icomoon';
  content:'\ea3c';
  text-align:center;
}

.btn-arrow-boxed a:hover, .btn-arrow-boxed a:focus, .btn-arrow-boxed input:hover, .btn-arrow-boxed input:focus {
  xx_background-color:#efefef;
  background-color:#0a9640;
}

.btn-arrow-boxed-back a, .btn-arrow-boxed-back input {
  padding:3px 20px 3px 40px;
}

.btn-arrow-boxed-back a:before, .btn-arrow-boxed-back input:before {
  border-left:0;
  border-right:2px solid #414042;
  left:0;
  right:auto;
}

.btn-arrow-boxed-back a:after, .btn-arrow-boxed-back input:after {
  left:2px;
  right:auto;
  content:'\ea40';
}

.btn-arrow-boxed-blank input {
  xx_padding:7px 40px 7px 40px;
}

.ani {
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

/* Header */

header {
  xx_background-color:#292728;
  padding-top:18px;
  padding-bottom:5px;
  color:#fff;
}

.logo {
  max-width:100%;
  margin:7px 12px 0 0;
}

header ul {
  list-style:none;
  padding-left:0;
  margin-left:0;
}

header nav ul > li {
  display:inline-block;
}

header ul a, header ul a:hover, header ul a:focus {
  color:#fff;
  text-decoration:none;
}

header ul .active > a, header ul .active > a:hover, header ul .active > a:focus, header ul a:hover {
  color:#a8a8a8;
}

.menu-service {
	position: relative;
  margin-right:-1px;
  padding-right:0;
}

.menu-service > ul {
	position:relative;
  display:none;
  margin-bottom:7px;
  padding-top:6px;
  padding-right:23px;
  text-align:right;
  border-right:1px solid #504e4f;
}

.menu-service li {
  padding:2px 4px 5px 7px;
}

.menu-service a, .menu-service a:hover, .menu-service a:focus {
  color:#a8a8a8;
  text-decoration:none;
}

.menu-service .active > a, .menu-service .active > a:hover, .menu-service .active > a:focus, .menu-service > a:hover {
  color:#fff;
}

.flag-uk, .flag-nl {
  padding:0;
}

.flag-uk { background:url(/i/elements/denf-uk.png) right 7px no-repeat; }
.flag-nl { background:url(/i/elements/denf-nl.png) right 7px no-repeat; }

.flag-uk > a, .flag-nl> a {
  content:'\00a0';
  padding:0 0 0 16px;
}

.winkelwagen {
  padding:0 4px 0 14px;
}

.winkelwagen span {
  display:inline-block;
  width:43px;
  height:16px;
}

.subnav-service {
	position:absolute;
	min-width:200px;
	width:auto;
	top:35px;
  margin-left:-20px;
  padding:10px 20px 10px 20px;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	background-color:#fff;
	border-radius:0 0 8px 0;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
  z-index:100;
}

.menu-service > ul > li:hover > .subnav-service {
	opacity:1;
	visibility:visible;
	overflow:visible;
}

.subnav-service > div {
  display:block;
	width:100%;
  text-align:left;
}

.subnav-service.ra {
  right:0;
  margin-right:5px;
}

.subnav-service.ra > div {
  text-align:right;
}

.subnav-service > div a {
  color:#272727;
}

.subnav-service > div a:hover {
  color:#666;
}

.menu-main {
	position: relative;
  position: static !important;
	z-index: 500;
  display:none;
  margin-top:1px;
  padding-top:23px;
  padding-bottom:0;
}

.menu-main > ul {
  margin-bottom:0;
  margin-left:-7px;
}

.menu-main > ul > li {
  padding-bottom:10px;
}

.menu-main > ul > li > a, .menu-main > ul > li > .mnlnk {
	position: relative;
	display: block;
	z-index: 510;
  xx_font-family:dinmedium, Helvetica, sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-size:17px;
  line-height:24px;
  font-weight:100;
  border-left:1px solid #545253;
  padding:4px 3px 7px 7px;
}

.menu-main > ul > li > .mnlnk:hover {
  color:#a8a8a8;
}

.menu-main li:first-child a {
  border:0;
}

.zoeken {
  margin-top:20px;
  margin-bottom:8px;
  padding-top:3px;
  text-align:right;
  font-size:17px;
}

.zoeken input {
  width:100%;
  text-align: right;
  border:1px solid #504e4f;
  height:36px;
  padding:4px 21px 3px 3px!important;
  background:transparent;
  font-size:17px;
}

.zoeken input::-webkit-input-placeholder {
  color:#fff;
}

.zoeken input:-moz-placeholder {
  color: #fff;
}

.zoeken input::-moz-placeholder {
  color:#fff;
}

.zoeken input:-ms-input-placeholder {
  color:#fff;
}

.zoeken input:focus {
  border:1px solid #504e4f;
  border-width:1px;
  outline: 0;
}

header nav .active > a {
  color:#a7a9ac;
}





/* Reset */
.nav, .nav a, .nav ul, .nav li, .nav div, .nav form, .nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position:relative;
	display:block;
	z-index:510;
	padding:0 20px;
	line-height:54px;
	font-size: 13px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	background: #372f2b;
	border-left: 1px solid #4b4441;
	border-right: 1px solid #312a27;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a { background: #4b4441; }

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}


/* Menu Dropdown */

.nav-dropdown {
	position:absolute;
  left:0;
  width:100%;
  padding-top:34px;
  padding-bottom:40px;
  margin-top:10px;
  z-index:101;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	background:#fff;
  border-top:5px solid #292728;
  border-bottom:2px solid #292728;
}

.menu-service .nav-dropdown {
	border-radius:0 0 3px 3px;
}

.nav-dropdown > .container {
  padding:0 !important;
}

.menu-main > ul > li:hover > div {
	opacity:1;
	visibility:visible;
	overflow:visible;
}

/* Menu Content Styles */
.menu-main .nav-column {
	float:left;
	width:100%;
	padding:0 30px;
  border-left:1px solid #292728;
}

.menu-main .nav-columns-1 .nav-column {
	width:100%;

}

.menu-main .nav-columns-2 .nav-column {
	width:50%;
}

.menu-main .nav-columns-3 .nav-column {
	width:33.3%;
}

.menu-main .nav-columns-4 .nav-column {
	width:25%;
}

.menu-main .nav-column h3, .menu-main .nav-column h3 a {
	margin:0 0 15px 0;
  min-height:40px;
	font-size:20px;
	font-weight:100;
	line-height:20px;
  color:#272727;
	text-transform:uppercase;
}

.menu-main .nav-column li {
	display:block;
}

.menu-main .nav-column li a {
	display:block;
  color:#272727;
  padding:0 0 0 20px;
}

.menu-main .nav-column li a:before {
  float:left;
  margin-left:-20px;
  padding-top:7px;
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
  font-size:0.80em;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
  content:'\ea3c';
}

.menu-main .nav-column li a:hover {
  color:#666;
}

.col-menu-text p {
  padding-bottom:20px;
}

.col-menu-text p, .col-menu-text p a {
  color:#292728;
  font-size:1.1em;
	line-height:1.3;
}

.col-menu-text p > span {
  float:left;
  width:20px;
  padding-top:1px;
  padding-right:5px;
}

.col-menu-text p span span {
  font-weight:700;
}

.col-menu-text p > a {
  display:block;
  padding-left:30px;
}

.col-menu-text div {
  padding-top:40px;
}

.col-menu-text div.menu-extra {
  padding-top:10px;
}

.col-menu-text div.menu-extra h3 {
  min-height:0;
  padding-bottom:5px;
}

/* Mobile menu */

.hdr-menu {
  float:right;
  width:40px;
  margin:5px 15px 15px 0;
  padding:7px 0;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  border-radius:3px;
  cursor:pointer;
}

.hdr-menu:hover {
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.hdr-menu div {
  display:block;
  width:100%;
  height:3px;
  margin:5px 0;
  background-color:#fff;
}

.hdr-menu ul {
  display:none;
}

.hdr-menu-ul {
  display:none;
  padding:20px 0 20px 0;
}

.hdr-menu-ul-on {
  display:block;
  line-height:1.4;
}

.hdr-menu-ul > li {
  border-bottom:1px solid #504e4f;
  padding:7px 5px;
  font-size:17px;
}

.hdr-menu-ul > li h3 {
  margin:0;
  padding-left:0;
  xx_font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:1.4;
  font-weight:100;
  text-transform:none;
}

.hdr-menu-ul li div div div div, .hdr-menu-ul .subsubs {
  display:none;
}

.hdr-menu-ul > li > div {
  padding:10px 0 10px 20px;
}

.hdr-menu-ul div a {
  display:block;
  padding:8px 0 11px 0;
}









.icon-driehoek:before {
  content:"\e601";
}

.icon-machine:before {
  content:"\e602";
}

.icon-process:before {
  content:"\e603";
}

.icon-culture:before {
  content:"\e600";
}

.icon-elearning:before {
	content:"\e901";
}

.icon-veiligheidskunde:before {
  content:"\e900";
}

.menu-service li.icon-winkelwagen {
  vertical-align:text-top;
  padding-top:1px;
  padding-left:20px;
}

.icon-winkelwagen span:before {
  content:"\e93a";
}









.menu-main .nav-machine {
  border-color:#fbb040;
}

.menu-main .nav-process {
  border-color:#f57b20;
}

.menu-main .nav-culture {
  border-color:#ab0634;
}

.menu-main .nav-machine h3, .menu-main .nav-machine h3 a {
  color:#e89418;
}

.menu-main .nav-process h3, .menu-main .nav-process h3 a {
  color:#f57b20;
}

.menu-main .nav-culture h3, .menu-main .nav-culture h3 a {
  color:#ab0634;
}

.menu-main .btn-arrow-boxed {
  width:100%;
  margin-top:20px;
}

.menu-main .nav-machine .btn-arrow-boxed a, .menu-main .nav-machine .btn-arrow-boxed a:before {
  border-color:#fbb040;
  color:#e89418;
}

.menu-main .nav-process .btn-arrow-boxed a, .menu-main .nav-process .btn-arrow-boxed a:before {
  border-color:#f57b20;
  color:#f57b20;
}

.menu-main .nav-culture .btn-arrow-boxed a, .menu-main .nav-culture .btn-arrow-boxed a:before {
  border-color:#ab0634;
  color:#ab0634;
}

main {
  margin-top:35px;
}

.main-row {
  margin-top:35px;
}

.breadcrumbs {
  margin-top:-23px;
  margin-bottom:35px;
  font-size:12px;
  text-transform:lowercase;
}

.breadcrumbs a {
  color:#292728;
  text-decoration:none;
}

/* Footer */

footer {
  margin-top:50px;
  padding-top:30px;
  xx_border-top:4px solid #292728;
  border-top:1px solid #001f32;
}

footer > .container > div {
  padding-bottom:30px;
}

footer p {
  text-align:center;
}

footer p span {
  padding:0 5px;
  font-weight:700;
}

footer nav ul {
  list-style:none;
  padding-left:20px;
}

footer a, footer a:hover, footer a:focus {
  color:#272727;
  text-decoration:none;
}

footer nav a:before {
  float:left;
  width:20px;
  margin-left:-18px;
  padding-top:7px;
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
  font-size:0.80em;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
  content:'\ea3c';
}

.social-sharing {
  clear:both;
  padding-left:0;
  margin-top:25px;
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.social-sharing h4 {
  display:inline-block;
  margin-right:6px;
}

.social-sharing a {
  display:inline-block;
  width:45px;
  height:25px;
  margin-bottom:6px;
  padding:4px 0 0 6px;
  font-size:17px;
  color:#fff;
  cursor:pointer;
  text-decoration:none;
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.social-sharing .linkedin { background-color:#0177b5; }
.social-sharing .facebook { background-color:#3e64ad; }
.social-sharing .twitter { background-color:#5ea9dd; }
.social-sharing .pinterest { background-color:#cc2127; }
.social-sharing .googleplus { background-color:#cd3627; }

.social-sharing a:hover {
  filter:grayscale(0%);
  -webkit-filter:grayscale(0%);
}

.social-sharing .linkedin:before { content: "\eac9"; }
.social-sharing .facebook:before { content: "\ea8c"; }
.social-sharing .twitter:before { content: "\ea91"; }
.social-sharing .pinterest:before { content: "\ead0"; }
.social-sharing .googleplus:before { content: "\ea88"; }


.inline-copyright {
  margin:30px 0;
  padding-top:35px;
  padding:20px 20px;
  background-color:#eeeeef;
  -moz-border-radius:0 0 20px 0;
  -webkit-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0;
  font-size:13px;
}

.inline-copyright h4 {
  margin:0 0 15px 0;
  font-size:16px;
  line-height:1.3em;
  text-transform:none;
}

.inline-copyright ul li:before {
  color:#9a9a9a;
}

@media (min-width: 480px) {
  .inline-copyright {
    float:right;
    width:200px;
    margin:0 0 30px 30px;
  }
}

@media (min-width: 600px) {
  .inline-copyright {
    width:250px;
  }
}





.semapp {
  padding-right:45px;
  background:url(/i/elements/menu/service2/semapp.png) right 2px no-repeat
}

.nieuwsbrief input, .nieuwsbrief .btn {
  width:100%;
  margin-top:16px;
}

.nieuwsbrief input {
  border:2px solid #cdcdcd;
  margin-top:25px;
  padding:7px 6px;
}

.nieuwsbrief .btn {
  background-color:#292728;
}

.nieuwsbrief .btn:hover {
  background-color:#5a5a5b;;
}

.nieuwsbrief p {
  margin:5px 0 0 0;
}

.kiwa {
  margin:10px 10px 10px 0;
  width:50px;
}






















/* Overzicht diensten binnen pijler */

.diensten {
  margin-top:50px;
  padding:0;
}

.diensten > li {
  border-bottom:1px solid #292728;
  padding-bottom:15px;
}

.diensten > li:before {
  content:none !important;
}

.diensten li li a {
	display:block;
}

.diensten > li > a, .diensten li li a, a.nolink {
  text-decoration:none;
}

.diensten h2 {
  font-size:130%;
}

.diensten .machine {
  border-color:#fbb040;
}

.diensten .process {
  border-color:#f57b20;
}

.diensten .culture {
  border-color:#ab0634;
}

.diensten .icon-mpc {
  display:block;
  margin:5px auto 20px auto;
  text-align:center;
  float:left;
  margin:5px 20px 20px 0;
  font-size:76px;
  line-height:84px;
}

.diensten > li:hover .icon-mpc {
  font-size:76px;
}

.dienst-toelichting {
  padding-top:10px;
}

.diensten .machine h2, .diensten .machine .dienst-toelichting, .diensten .machine li:before, .diensten .machine .more a, .diensten .machine li a:hover, .diensten .icon-machine {
  color:#e89418;
}

.diensten .process h2, .diensten .process .dienst-toelichting, .diensten .process li:before, .diensten .process .more a, .diensten li .process a:hover, .diensten .icon-process {
  color:#f57b20;
}

.diensten .culture h2, .diensten .culture .dienst-toelichting, .diensten .culture li:before, .diensten .culture .more a, .diensten li .culture a:hover, .diensten .icon-culture {
  color:#ab0634;
}

.diensten h4, .diensten .more {
  clear:both;
  margin-top:20px;
}

/* Overzicht diensten en trainingen binnen pijler */

.diensten-trainingen {
  margin-top:50px;
  margin-bottom:50px;
}

.diensten-trainingen .icon-mpc {
  display:block;
  margin:5px auto 20px auto;
  font-size:70px;
  line-height:120px;
  text-align:center;
}

.diensten-trainingen li a {
	display:block;
  text-decoration:none;
}

.diensten-trainingen.machine h2, .diensten-trainingen.machine li:before, .diensten-trainingen.machine li a:hover, .diensten-trainingen.machine .icon-machine {
  color:#e89418;
}

.diensten-trainingen.process h2, .diensten-trainingen.process li:before, .diensten-trainingen.process li a:hover, .diensten-trainingen.process .icon-process {
  color:#f57b20;
}

.diensten-trainingen.culture h2, .diensten-trainingen.culture li:before, .diensten-trainingen.culture li a:hover, .diensten-trainingen.culture .icon-culture {
  color:#ab0634;
}

.diensten-trainingen h5 {
  margin-bottom:0;
  line-height:1.5em;
}

.diensten-trainingen ul {
  margin-bottom:5px;
}

.tbl-diensten {
  display:block;
  width:100%;
  margin-top:25px;
}

.tbl-diensten tr {
  display:block;
}

.tbl-diensten td {
  display:block;
  vertical-align:top;
  padding:8px 10px 15px 10px;
}

.tbl-diensten tr:first-child td {
  color:#fff;
  font-weight:700;
}

.tbl-diensten tr td:first-child {
  padding-right:25px;
  padding-bottom:0;
  font-weight:700;
}


.tbl-machine {
  border-top:1px solid #fbb040;
}

.tbl-machine tr:first-child td {
  background-color:#fbb040;
}

.tbl-machine td {
  border-bottom:1px solid #feebcf;
}


.tbl-proces {
  border-top:1px solid #f57b20;
}

.tbl-proces tr:first-child td {
  background-color:#f57b20;
}

.tbl-proces td {
  border-bottom:1px solid #fcdec7;
}


.tbl-cultuur {
  border-top:1px solid #ab0634;
}

.tbl-cultuur tr:first-child td {
  background-color:#ab0634;
}

.tbl-cultuur td {
  border-bottom:0 solid #eac1cc;
}

@media (min-width: 768px) {

  .tbl-diensten {
    display:table;
  }

  .tbl-diensten tr {
    display:table-row;
  }

  .tbl-diensten td {
    display:table-cell;
    padding-bottom:8px;
    border-bottom-width:1px;
  }

  .tbl-diensten tr td:first-child {
    padding-bottom:8px;
  }

}






/* Sidebar menu's */

.sidebar {
  padding-top:100px;
}

.menu-sidebar {
  margin-top:20px;
  margin-bottom:70px;
}

.menu-sidebar h2 {
  font-size:135%;
  padding:0 0 15px 0;
}

.menu-sidebar h3 {
  font-size:115%;
}

.menu-sidebar .machine h3 { color:#e89418; }
.menu-sidebar .process h3 { color:#f57b20; }
.menu-sidebar .culture h3 { color:#ab0634; }

/* Paginanummering */

.pagination {
  display: inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius: 4px;
}

.pagination > li {
  display:inline;
}

.pagination li:before {
  content:none !important;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #545355;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left:0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #545355;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #545355;
  border-color: #545355;
  cursor: default;
}























/* Tabs */

.nav-tabs {
  display:block;
  height:42px;
  border-bottom:0;
  margin-bottom:80px;
  padding:0;
  line-height:20px;
}

.nav-tabs:before {
  display:table;
  height:0;
  width:1px;
}

.nav-tabs:after {
  display:block;
  content:' ';
  display:table;
}

.nav-tabs > li {
  display:block;
  float:left;
  position:relative;
  line-height:19px;
}

.nav-tabs li:before {
  content:'';
}

.nav-tabs > li > a {
  display:block;
  position:relative;
  border:0;
  padding:10px 10px;
  border-radius:4px;
  line-height:20px;
  text-decoration:none;
}

.nav-tabs > li > a:hover {
  border-color:#eee #eee #cbcbcc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color:#cbcbcc;
  border:0;
  color:#fff;
  cursor:default;
}








/* Boxes */

.box {
  margin-bottom:50px;
}

.box h4 {
  font-size:160%;
  text-transform:uppercase;
}

/* Nieuws */

.box-nieuws h2, .box-agenda h2 {
  font-size:24px;
  line-height:23px;
  margin-top:21px;
  margin-bottom:1px;
}

.box-nieuws ul, .box-agenda ul, .box-downloads ul {
  display:table;
  width:100%;
  padding:0;
  margin-bottom:15px;
}

.box-agenda ul {
  border-top:1px solid #d4d4d4;
}

.box-nieuws li, .box-agenda li, .box-downloads li {
  display:table-row;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.box-nieuws li > span, .box-nieuws li a,
.box-agenda li > span, .box-agenda li a,
.box-downloads li > span, .box-downloads li a {
  display:table-cell;
  padding:1px 6px 14px 14px;
  border-bottom:1px solid #d4d4d4;
  border-top:15px solid #fff;
  xx_font-family:'dinmedium',arial;
  font-size:17px;
  line-height:22px;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.box-nieuws li > span,
.box-agenda li > span,
.box-downloads li > span {
  padding:1px 12px 14px 4px;
}

.box-nieuws li:hover, .box-agenda li:hover, .box-downloads li:hover {
  background-color:#eee;
}

.box-nieuws li:hover > span, .box-nieuws li:hover a,
.box-agenda li:hover > span, .box-agenda li:hover a,
.box-downloads li:hover > span, .box-downloads li:hover a {
  border-bottom:1px solid #eee;
  border-top:15px solid #eee;
}

.box-nieuws li > span span, .box-agenda li > span span, .box-downloads li > span span {
  xx_font-family:'dinblack',arial;
}

.box-nieuws li a, .box-nieuws li a:hover, .box-nieuws li a:focus,
.box-agenda li a, .box-agenda li a:hover, .box-agenda li a:focus ,
.box-downloads li a, .box-downloads li a:hover, .box-downloads li a:focus {
  color:#272727;
  text-decoration:none;
  border-left:1px solid #d4d4d4;
}

.box-nieuws li:before, .box-agenda li:before, .box-downloads li:before {
  content:none !important;
}

.box.box-nieuws {
  padding-left:0;
}

.box-downloads li p {
  font-size:85%;
}



/* Referenties */

.box-referentie {
  background-color:#e6e7e8;
  text-align:center;
  padding:7px 15px 35px;
  margin:0 -30px;
  -moz-border-radius:0 0 20px 0;
  -webkit-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0;
}

.box-referentie h4 {
  text-align:center;
  margin-bottom:40px;
}

/* Content menu */

.box-contextmenu ul {
  padding-left:0;
}

.box-contextmenu > ul > li {
  padding:3px 0 3px 20px;
  font-size:90%;
  border-left:1px solid #eee;
}

.box-contextmenu ul ul {
  padding-top:5px;
  padding-bottom:15px;
}

.box-contextmenu li:last-child ul {
  padding-bottom:5px;
}

.box-contextmenu > ul li:before {
  content:none !important;
}

.box-contextmenu > ul > li:hover {
  border-left:1px solid #888;
}

.box-contextmenu > ul > li.active {
  border-left:1px solid #333;
}

.box-contextmenu h3, .box-contextmenu h4 {
  margin:0;
}

.box-contextmenu li li {
   padding:1px 0 1px 10px;
}

.box-contextmenu a {
  text-decoration:none;
  color:#888;
}

.box-contextmenu li:hover > a, .box-contextmenu li.active > a {
  color:#000;
}



.box-contextmenu-subs > ul > li {
  padding:3px 0 3px 0;
}

.box-contextmenu-subs > ul > li > h3, .box-contextmenu-subs > ul > li > h4 {
  padding-left:20px;
}

.box-contextmenu-subs > ul > li {
  padding:3px 0 3px 0;
}

.box-contextmenu-subs li li {
  margin-left:-1px;
  padding:1px 0 5px 30px;
  border-left:1px solid #eee;
}

.box-contextmenu-subs > ul > li:hover, .box-contextmenu-subs > ul > li.active {
  border-left:1px solid #eee;
}

.box-contextmenu-subs > ul > li li:hover {
  border-left:1px solid #888;
}

.box-contextmenu-subs > ul > li li.active {
  border-left:1px solid #333;
}







/* Formulieren */

.tbl-form, .tbl-form tr, .tbl-form tr th, .tbl-form tr td {
  display:block;
  overflow:hidden;
}

.tbl-form table { display:table; }
.tbl-form table tr { display:table-row; }
.tbl-form table tr th, .tbl-form table tr td { display:table-cell; }

.tbl-form {
  margin-top:15px;
}

.tbl-form > tr, .tbl-form > * > tr {
  margin-bottom:15px;
}

.tbl-form td {
  vertical-align:top;
}

.tbl-form > tr > td, .tbl-form > * > tr > td {
  padding:3px 0 5px 0;
}

.tbl-form > tr > td:first-child, .tbl-form > * > tr > td:first-child {
  padding:7px 15px 5px 0;
  font-weight:700;
}

.frm-confirm .tbl-form > tr > td:nth-child(2), .frm-confirm .tbl-form > * > tr > td:nth-child(2) {
  padding-top:7px;
}

.tbl-form h3 {
  padding:30px 0 10px 0;
  margin:0;
}

.frm-required-marker {
  padding:0 0 0 10px;
}

.tbl-form input[type=text], .tbl-form input[type=email], .tbl-form input[type=password], .tbl-form textarea, .tbl-form select {
  width:100%;
  border:1px solid #a9a9a9;
  border-radius:2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tbl-form input[type=text]:focus, .tbl-form input[type=email]:focus, .tbl-form input[type=password]:focus, .tbl-form textarea:focus, .tbl-form select:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.tbl-form input[type=text], .tbl-form input[type=email], .tbl-form input[type=password], .tbl-form textarea {
  height:30px;
  padding:2px 6px;
}

.tbl-form textarea {
  height:auto;
}

.tbl-form select {
  height:30px;
  padding:5px 6px;
}

.tbl-form select.disabled {
  background-color:#ebebe4;
  color:#b8b8b8;
}

.tbl-form input[type=checkbox] {
  margin:10px 0 10px 0;
}

.checkbox-lbl {
  margin-top:-29px;
  margin-left:30px;
}

.checkbox-lbl-2 {
  margin-top:4px;
  margin-bottom:20px;
  margin-left:30px;
}

.captcha-txt {
  margin-top:4px;
}

.captcha-imgs {
  padding:10px 0;
}

#captcha-img {
  border:1px solid #a9a9a9;
  margin-right:5px;
}

.captcha-refresh-img {
  cursor:pointer;
}

.captcha-case, .captcha-input {
  margin-top:5px;
}

.form-spacer {
  height:30px;
  min-height:30px;
}

.tbl-form > * > tr > td.form-textline {
  font-weight:100;
}

.form-footnote {
  margin:25px 0;
}

.form-buttons {
  margin:25px 0;
  padding:5px 0;
  overflow:hidden;
}

.form-buttons .btn-arrow-boxed {
  clear:none;
  float:right;
  min-width:100px;
  text-align:right;
}

.form-buttons .btn-arrow-boxed:first-child {
  margin-left:5px;
}

.form-buttons .btn-arrow-boxed-back {
  text-align:left;
}

.tbl-form .frm-error {
  color:red;
}

.frm-error-msg {
  color:red;
}

.frm-error-msg p {
  margin:0 0 5px 0;
}

.f-error-field .login_label {
  color:red;
}

.f-error-field input {
  border:1px solid red !important;
}

.mt2 {
  margin-top:10px;
}

.val-txt {
  padding-top:4px;
}

.tbl-radio td {
  padding:5px 10px 0 0;
}

.tbl-radio td input {
  margin-top:5px;
}

.tbl-radio span {
  padding:0 20px 0 0;
}

.frm-msg-error {
  color:red;
}

.tbl-form > tr > td.td-frm-confirm-field {
  padding-top:7px;
}

.tbl-form tr td input[type="radio"] {
  margin-top:5px;
  float:left;
}

.tbl-form tr td:nth-child(2) span {
  display:inline-block;
  float:left;
  margin-top:4px;
  line-height:1em;
  padding:0 20px 0 8px;
}




.inline-contact {
  width:100%;
  margin-top:70px;
}

.inline-contact .col-sm-12 {
  width:100%;
}

.inline-contact > div > div {
  position:relative;
  float:left;
  width:100%;
  min-height:1px;
  padding:15px 10px 10px 20px;
  background-color:#e6e7e8;
  text-align:left;
}

  .inline-contact-left input, .inline-contact-left textarea, .inline-contact-left select, .inline-contact-left .btn {
    width:95%;
    margin:0 0 10px 0;
  }

  .inline-contact-left input, .inline-contact-left textarea, .inline-contact-left select {
    padding:2px 5px;
  }

  .inline-contact-left textarea {
    height:144px;
  }

.inline-contact > div.inline-contact-left input[type=text] {
  width:35%;
}

.frm-inline-contact-privacy {
  margin-bottom:10px;
}

.inline-contact .f-err {
  border-color:red;
}

.inline-contact .inline-contact-right {
  padding-top:35px;
  -moz-border-radius:0 0 20px 0;
  -webkit-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0;
}

.inline-contact h4 {
  margin:0 0 15px 0;
  font-size:20px;
  line-height:1.3em;
  text-transform:none;
}

.inline-contact p {
  font-size:22px;
  font-weight:700;
  color:#797577;
}



@media (min-width: 768px) {

  .inline-contact {
    display:table;
  }

  .inline-contact .col-sm-12 {
    display:table-row !important;
  }

  .inline-contact > div > div {
    display:table-cell;
    position:static;
    float:none;
  }

  .frm-inline-contact-1, .frm-inline-contact-2 {
    float:left;
    width:50%;
  }

  .inline-contact .inline-contact-left {
    width:65%;
    border-right:10px solid #fff;
  }

  .inline-contact .inline-contact-right {
    width:35%;
    padding-top:15px;
    border-left:10px solid #fff;;
  }

}



.cta {
  min-height:150px;
  margin-bottom:50px;
  background:url(/i/home/film.jpg) no-repeat center center;
  background-size:cover;
  overflow:hidden;
}

.bg-zwart {
  min-height:130px;
  margin:200px -30px 0 -30px;
  padding:15px 30px 25px 30px;
  background-color:rgba(0,0,0,0.6);
}

.cta, .bg-zwart {
  -moz-border-radius:0 0 20px 0;
  -webkit-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0;
}

.cta h3, .cta p, .cta span {
  margin:0;
  color:#fff;
}

.cta h3 {
  font-size:1.4em;
  line-height:1.3em;
  font-weight:100;
}

.cta p {
  margin:0 0 15px 0;
}

.cta span {
  font-size:1.1em;
  line-height:1.3em;
  font-weight:700;
}

.zwart h3, .zwart p, .zwart span { color:#000; }
.geel h3, .geel p, .geel span { color:#fbb040; }
.oranje h3, .oranje p, .oranje span { color:#f57b20; }
.rood h3, .rood p, .rood span { color:#ab0634; }

.cta form {
  overflow:hidden;
}

.cta input[type=text], .cta .btn {
  float:left;
  height:36px;
  margin:0;
  line-height:30px;
  padding:3px 8px;
}

.cta input[type=text] {
  width:62.5%;
  border:0;
}

.radio-mailphone {
  float:left;
  margin-bottom:20px;
  color:#fff;
}

.radio-mailphone input, .radio-mailphone div {
  float:left;
  margin-right:25px;
}

.radio-mailphone input {
  margin-top:5px;
  margin-right:10px;
}

.cta .btn {
  width:36.5%;
  padding:3px 8px 1px 8px;
  background-color:#e4b633;
  -moz-border-radius:0 4px 4px 0;
  -webkit-border-radius:0 4px 4px 0;
  -ms-border-radius:0 4px 4px 0;
  border-radius:0 4px 4px 0;
  color:#87670e;
  text-align:center;
  text-transform:uppercase;
}

.cta-quote input[type=text], .cta-quote textarea, .cta-quote select {
  width:100%;
  margin-bottom:5px;
}

.cta .frm-inline-contact-privacy {
  clear:both;
  margin-top:0;
  margin-bottom:10px;
  color:#fff;
}

.cta .frm-inline-contact-privacy a {
  color:#fff;
}

.cta-quote textarea {
  height:80px;
  padding:3px 8px;
}

.cta-quote select {
  display:inline-block !important;
  float:left;
  margin:0;
  line-height:30px;
  padding:8px 8px;
  margin-top:-7px;
  margin-bottom:15px;
}

.cta-quote select option {
  margin:0;
}

.cta-quote .btn {
  width:100%;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
}

.cta-err {
  background-color:#ffd3d3;
}


@media (min-width: 992px) AND (max-width: 1199px) {

  .cta-call input[type=radio] { clear:both; }
  .cta-call input[type=text], .cta-call .btn { width:49.0%; }

}

.scroll-cta-quote, .scroll-cta-call {
  float:right;
  width:185px;
  margin:5px 0 10px 10px;
  padding:120px 15px 15px 15px;
  border:1px solid #efefef;
  background-size: auto;
  background-size:100%;
  -moz-border-radius:0 0 20px 0;
  -webkit-border-radius:0 0 20px 0;
  -ms-border-radius:0 0 20px 0;
  border-radius:0 0 20px 0;
  cursor:pointer;
}

.scroll-cta-quote .btn, .scroll-cta-call .btn {
  width:100%;
  padding:3px 8px 1px 8px;
  background-color:#e4b633;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
  font-size:90%;
  color:#6e591e;
  text-align:center;
  text-transform:uppercase;
}

@media (min-width: 992px) {

  .scroll-cta-quote, .scroll-cta-call {
    display:none;
  }

}









@media (min-width: 768px) {

  .tbl-form { display:table; }
  .tbl-form tr { display:table-row; }
  .tbl-form tr th, .tbl-form tr td { display:table-cell; }

  .tbl-form tr { margin-bottom:10px; }
  .tbl-form tr td.tbl-hd { padding-bottom:30px; }

  .frm-required-marker {
    float:right;
  }

  .tbl-form input[type=text], .tbl-form input[type=email], .tbl-form input[type=password], .tbl-form textarea, .tbl-form select {
    width:auto;
  }

}


/* Responsive behaviour */

@media (min-width: 768px) {

  h1 {
    font-size:44px;
    line-height:44px;
  }

  .zoeken {
    padding-right:0;
    padding-left:0;
  }

  .zoeken input {
    border-top:1px solid #292728;
    border-left:1px solid #292728;
  }

  .diensten > li {
    border-bottom:0;
    border-left:1px solid #292728;
  }

  .diensten .icon-mpc {
    display:block;
    float:none;
    margin:5px auto 20px auto;
    font-size:106px;
    line-height:120px;
  }

  .diensten > li:hover .icon-mpc {
    font-size:116px;
  }

  .dienst-toelichting {
    padding-top:0;
  }

  .diensten .machine h2, .diensten .machine .dienst-toelichting, .diensten .machine li:before, .diensten .machine .more a, .diensten .machine li a:hover, .diensten .icon-machine {
    color:#e89418;
  }

  .diensten .process h2, .diensten .process .dienst-toelichting, .diensten .process li:before, .diensten .process .more a, .diensten li .process a:hover, .diensten .icon-process {
    color:#f57b20;
  }

  .diensten .culture h2, .diensten .culture .dienst-toelichting, .diensten .culture li:before, .diensten .culture .more a, .diensten li .culture a:hover, .diensten .icon-culture {
    color:#ab0634;
  }

}


@media (min-width: 992px) {

  .menu-service ul {
    display:block;
  }

  .menu-main {
    display:block;
  }

  .hdr-menu {
    display:none;
  }

  .hdr-menu-ul-on {
    display:none;
  }

  .sidebar {
    margin-top:-20px;
    padding-top:0;
  }

  .nav-tabs {
    margin-bottom:50px;
    border-bottom:1px solid #cbcbcc;
  }

  .nav-tabs > li > a {
    margin-right:2px;
    border:1px solid transparent;
    padding:10px 15px;
    border-radius:4px 4px 0 0;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color:#fff;
    border:1px solid #cbcbcc;
    border-bottom-color:#fff;
    color:#555;
  }

}


@media (min-width: 1340px) {

  .menu-main > ul > li > a {
    padding:4px 6px 7px 11px;
  }

  .diensten-trainingen .icon-mpc {
    margin-top:20px;
    font-size:96px;
  }

}




/* Nicely formatted tables */

.tbl-2cols-striped {
  margin:15px 0;
  border:1px solid #e6b341;
}

.tbl-2cols-striped td, .tbl-2cols-striped th {
  width:50%;
  padding:10px 10px;
  text-align:left;
  vertical-align:top;
  font-size:85%;
  border-right:1px solid #e6b341;
}

.tbl-2cols-striped th {
  padding:15px;
  background-color:#e6b341;
  color:#fff;
}

.tbl-2cols-striped tr:nth-child(odd) td {
  background-color:#f7edd5;
}

@media (min-width: 480px) {

  .tbl-2cols-striped td, .tbl-2cols-striped th {
    font-size:100%;
    padding:10px 15px;
  }

}




.tbl-striped {
  margin:25px 0;
  border:1px solid #a3a3a3;
}

.tbl-striped td, .tbl-striped th {
  width:31%;
  padding:10px 10px;
  text-align:left;
  vertical-align:top;
  font-size:85%;
  border-right:1px solid #a3a3a3;
}

.tbl-striped td:nth-child(1), .tbl-striped th:nth-child(1) {
  width:7%;
}

.tbl-striped th {
  padding:15px;
  background-color:#a3a3a3;
  color:#fff;
}

.tbl-striped tr:nth-child(odd) td {
  background-color:#eaeaea;
}

@media (min-width: 480px) {

  .tbl-striped td, .tbl-striped th {
    font-size:100%;
    padding:10px 15px;
  }

}

.tbl-striped .red, .tbl-striped-red tr td:nth-child(2), span.red {
  color:#b64c5b;
}

.tbl-striped .green, .tbl-striped-green tr td:nth-child(2), span.green {
  color:#268f41;
}













.tbl-program, .tbl-program-compact {
  margin:15px 0;
}

.tbl-program td, .tbl-program th {
  padding:10px 10px;
  text-align:left;
  vertical-align:top;
  font-size:85%;
  border-bottom:1px solid #e6b341;
}

.tbl-program th {
  padding:15px;
  background-color:#e6b341;
  color:#fff;
}

.tbl-program tr td:nth-child(1) {
  width:30px;
  font-weight:700;
}

.tbl-program tr td:nth-child(2) {
  width:200px;
  font-weight:700;
}

.tbl-program tr td:nth-child(4) {
  width:180px;
  text-align:center;
}

.tbl-program td img {
  margin-bottom:10px;
  border:1px solid #ddd;
  border-radius:5px;
}

.tbl-program .tbl-program-yellow {
  color:#e6b341;
}

.tbl-program ul {
  margin-top:10px;
}

@media (min-width: 480px) {

  .tbl-program td, .tbl-program th {
    font-size:100%;
    padding:10px 15px;
  }

}




.tbl-program-compact td {
  padding:2px 10px;
  text-align:left;
  vertical-align:top;
  font-weight:700;
}

.tbl-program-compact .tbl-program-yellow {
  color:#e6b341;
}

.tbl-program-compact ul {
  margin-top:10px;
}

@media (min-width: 480px) {

  .tbl-program-compact td {
    padding:2px 15px;
  }

}













#avg {
  max-width:440px;
}

.modal-logo, #avg h2, .modal-btn-holder, .modal-prefs {
  text-align:center;
}

.modal-logo {
  padding:10px 0 10px;
}

.modal-logo img {
  width:200px;
}

#avg h2 {
  font-size:18px;
}

.modal-btn-holder {
  padding:20px 0 10px;
}

.modal-prefs {
}

#avg table {
  margin-top:30px;
  display:none;
}

#avg table td {
  vertical-align:top;
  padding-right:15px;
}

#avg table input {
  margin-top:5px;
}

#avg table h3 {
  margin:0;
  font-size:1em;
}



/* Popup dialogs : start */

.overlay {
  position:absolute;
  width:100%;
  min-height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:#000;
  display:none;
  text-align:center;
  opacity:0.7;
  -moz-opacity:0.7;
  filter:alpha(opacity=70);
  z-index:1031;
}

.ol-pop {
  position:absolute;
  position:fixed;
  width:350px;
  max-width:100%;
  height:auto !important;
  background-color:#fff;
  padding:3px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -ms-border-radius:2px;
  border-radius:2px;
  z-index:1032;
  -webkit-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.3);
}

.ol-hdr {
  background-color:#292728;
  padding:2px 10px 5px 15px;
  -moz-border-radius:2px 2px 0 0;
  -webkit-border-radius:2px 2px 0 0;
  -ms-border-radius:2px 2px 0 0;
  border-radius:2px 2px 0 0;
  overflow:hidden;
  line-height:1.8em;
  color:#fff;
  font-weight:700;
}

.ol-hdr-lbl {
  float:left;
  padding:3px 5px 0 0;
}

.ol-hdr-close {
  float:right;
  font-size:1.4em;
  cursor:pointer;
}

.ol-body {
  padding:15px;
}

.ol-body tr td input[type="radio"] {
  margin-top:5px;
  float:left;
}

.ol-body tr td:nth-child(2) span {
  display:inline-block;
  float:left;
  margin-top:4px;
  line-height:1em;
  padding:0 20px 0 8px;
}

/* Popup dialogs : end */