/*******************/
/*** SITE LAYOUT ***/
/*******************/
/*** MIXINS ***/
/**********************/
/*** GENERAL MIXINS ***/
/**********************/
/* BORDER-RADIUS */
/* TRANSITION */
/* GRADIENT */
/*** VARIABLES ***/
/*******************/
/*** BREAKPOINTS ***/
/*******************/
/*************/
/*** FONTS ***/
/*************/
@font-face {
  font-family: "OpenSans-Bold-webfont";
  src: url("../font/OpenSans-Bold-webfont.eot");
  src: url("../font/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold-webfont.woff") format("woff"), url("../font/OpenSans-Bold-webfont.ttf") format("truetype"), url("../font/OpenSans-Bold-webfont.svg#OpenSans-Bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "OpenSans-Light-webfont";
  src: url("../font/OpenSans-Light-webfont.eot");
  src: url("../font/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light-webfont.woff") format("woff"), url("../font/OpenSans-Light-webfont.ttf") format("truetype"), url("../font/OpenSans-Light-webfont.svg#OpenSans-Light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "opensans-semibold-webfont";
  src: url("../font/opensans-semibold-webfont.eot");
  src: url("../font/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-semibold-webfont.woff") format("woff"), url("../font/opensans-semibold-webfont.ttf") format("truetype"), url("../font/opensans-semibold-webfont.svg#opensans-semibold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icon-font";
  src: url("../font/icon-font.eot");
  src: url("../font/icon-font.eot?#iefix") format("embedded-opentype"), url("../font/icon-font.woff") format("woff"), url("../font/icon-font.ttf") format("truetype"), url("../font/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }
/*****************************/
/*** GENERAL COLORSETTINGS ***/
/*****************************/
/*** UTILITIES ***/
.addSidePadding {
  padding: 0 1em; }

.extraTopMargin {
  margin-top: 2em; }

.extraBottomMargin {
  margin-bottom: 1em; }

/* RESPONSIVE YOUTUBE */
.responsive-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em; }
  .responsive-video iframe,
  .responsive-video object,
  .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* RESPONSIVE BANNER */
.responsive-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em; }

.overview-clamp-p-3 .responsive-banner {
  margin-bottom: 4em; }

/* RESPONSIVE SOUNDCLOUD */
.responsive-soundcloud {
  width: 100%;
  position: relative; }

/* VISIBILITY CLASSES NIEUW */
.smallAndUpBlock {
  display: none; }
  @media (min-width: 479px) {
    .smallAndUpBlock {
      display: block; } }

.mediumAndUpBlock {
  display: none; }
  @media (min-width: 600px) {
    .mediumAndUpBlock {
      display: block; } }

.largeAndUpBlock {
  display: none; }
  @media (min-width: 922px) {
    .largeAndUpBlock {
      display: block; } }

.extraLargeAndUpBlock, .extraLargeOnlyBlock {
  display: none; }
  @media (min-width: 1080px) {
    .extraLargeAndUpBlock, .extraLargeOnlyBlock {
      display: block; } }

.smallOnlyBlock {
  display: none; }
  @media (min-width: 479px) {
    .smallOnlyBlock {
      display: block; } }
  @media (min-width: 600px) {
    .smallOnlyBlock {
      display: none; } }

.mediumOnlyBlock {
  display: none; }
  @media (min-width: 600px) {
    .mediumOnlyBlock {
      display: block; } }
  @media (min-width: 922px) {
    .mediumOnlyBlock {
      display: none; } }

.largeOnlyBlock {
  display: none; }
  @media (min-width: 922px) {
    .largeOnlyBlock {
      display: block; } }
  @media (min-width: 1080px) {
    .largeOnlyBlock {
      display: none; } }

.extraSmallAndDownBlock, .extraSmallOnlyBlock {
  display: block; }
  @media (min-width: 479px) {
    .extraSmallAndDownBlock, .extraSmallOnlyBlock {
      display: none; } }

.smallAndDownBlock {
  display: block; }
  @media (min-width: 600px) {
    .smallAndDownBlock {
      display: none; } }

.mediumAndDownBlock {
  display: block; }
  @media (min-width: 922px) {
    .mediumAndDownBlock {
      display: none; } }

.largeAndDownBlock {
  display: block; }
  @media (min-width: 1080px) {
    .largeAndDownBlock {
      display: none; } }

.smallAndUpInline {
  display: none; }
  @media (min-width: 479px) {
    .smallAndUpInline {
      display: inline; } }

.mediumAndUpInline {
  display: none; }
  @media (min-width: 600px) {
    .mediumAndUpInline {
      display: inline; } }

.largeAndUpInline {
  display: none; }
  @media (min-width: 922px) {
    .largeAndUpInline {
      display: inline; } }

.extraLargeAndUpInline, .extraLargeOnlyInline {
  display: none; }
  @media (min-width: 1080px) {
    .extraLargeAndUpInline, .extraLargeOnlyInline {
      display: inline; } }

.smallOnlyInline {
  display: none; }
  @media (min-width: 479px) {
    .smallOnlyInline {
      display: inline; } }
  @media (min-width: 600px) {
    .smallOnlyInline {
      display: none; } }

.mediumOnlyInline {
  display: none; }
  @media (min-width: 600px) {
    .mediumOnlyInline {
      display: inline; } }
  @media (min-width: 922px) {
    .mediumOnlyInline {
      display: none; } }

.largeOnlyInline {
  display: none; }
  @media (min-width: 922px) {
    .largeOnlyInline {
      display: inline; } }
  @media (min-width: 1080px) {
    .largeOnlyInline {
      display: none; } }

.extraSmallAndDownInline, .extraSmallOnlyInline {
  display: inline; }
  @media (min-width: 479px) {
    .extraSmallAndDownInline, .extraSmallOnlyInline {
      display: none; } }

.smallAndDownInline {
  display: inline; }
  @media (min-width: 600px) {
    .smallAndDownInline {
      display: none; } }

.mediumAndDownInline {
  display: inline; }
  @media (min-width: 922px) {
    .mediumAndDownInline {
      display: none; } }

.largeAndDownInline {
  display: inline; }
  @media (min-width: 1080px) {
    .largeAndDownInline {
      display: none; } }

/* CLEAR FIX */
.clearfix {
  float: none;
  clear: both; }

/* Text alignment */
.textAlignLeft {
  text-align: left; }

.textAlignCenter {
  text-align: center; }

.textAlignRight {
  text-align: right; }

/* Color txt */
.colorTxt {
  color: #00D078; }

/*** SUSY ***/
/*** BASE ***/
/* 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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-text-size-adjust: none;
  position: relative;
  height: 100%;
  overflow-x: hidden; }

/*
html:before
{
    content: "";
    z-index:-1;
    background: url(../img/bg01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0.1;
}
*/
body {
  font-family: "OpenSans-Light-webfont", Arial;
  color: #231F20;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans-Bold-webfont", Arial;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.25; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.375em; }

strong, b, .bold {
  font-family: "OpenSans-Bold-webfont", Arial;
  font-weight: normal; }

img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease; }

iframe {
  max-width: 100%; }

figure {
  margin: 0;
  position: relative;
  overflow: hidden; }
  figure.circle img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*
    width:75%;
    margin:0 12.5%;
    */ }
  figure.avatar img {
    max-width: 50%; }
    @media (min-width: 922px) {
      figure.avatar img {
        max-width: 100%; } }

blockquote {
  padding: 1em 1.5em;
  background: #f3f3f3;
  color: #231F20;
  font-style: italic; }

a {
  color: #231F20; }
  a:hover figure img {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3); }

article a {
  text-decoration: none; }
  article a:hover {
    text-decoration: underline; }

article figure {
  margin: 0 0 1em 0; }

article header, article p {
  margin-bottom: 1em; }

article p.flagPubdate {
  width: 60%;
  float: left; }
  article p.flagPubdate span {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    width: 1.2em;
    line-height: 1.2em; }
  article p.flagPubdate time {
    display: inline;
    margin: 0;
    width: auto; }

.overview-clamp-p-3 article p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.overview-clamp-p-3 article ul.rating {
  list-style-type: none;
  float: right; }
  .overview-clamp-p-3 article ul.rating li {
    float: left;
    width: 1.3em;
    font-size: 1.1em;
    color: #00D078; }

time {
  display: block;
  width: 100%;
  font-size: 0.75em;
  color: #999;
  font-family: "OpenSans-Light-webfont", Arial;
  margin: 1em 0; }

.hidden {
  display: none; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
  text-align: center;
  line-height: 100%;
  font-size: 54px;
  font-weight: bold; }
  #overlay .overlayContainer {
    width: 200px;
    left: 50%;
    position: fixed;
    margin-left: -105px;
    font-size: 0.3em;
    background-color: #fff;
    top: 50%;
    border-radius: 5px;
    padding: 5px;
    opacity: 1;
    text-align: center; }
    #overlay .overlayContainer img {
      width: auto;
      left: 42px;
      position: relative; }

a.fancybox_image h3 {
  overflow: hidden;
  text-overflow: ellipsis; }

.sourceNt {
  clear: both;
  margin-bottom: 1em; }

/*** THIRD PARTY CSS (waarvan sommige stijlen later worden overschreven) ***/
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ffffff&bgTextureHeader=23_fine_grain.png&bgImgOpacityHeader=15&borderColorHeader=d4d1bf&fcHeader=453821&iconColorHeader=b83400&bgColorContent=eceadf&bgTextureContent=23_fine_grain.png&bgImgOpacityContent=10&borderColorContent=d9d6c4&fcContent=1f1f1f&iconColorContent=222222&bgColorDefault=f8f7f6&bgTextureDefault=23_fine_grain.png&bgImgOpacityDefault=10&borderColorDefault=cbc7bd&fcDefault=654b24&iconColorDefault=b83400&bgColorHover=654b24&bgTextureHover=23_fine_grain.png&bgImgOpacityHover=65&borderColorHover=654b24&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=eceadf&bgTextureActive=23_fine_grain.png&bgImgOpacityActive=15&borderColorActive=d9d6c4&fcActive=140f06&iconColorActive=8c291d&bgColorHighlight=f7f3de&bgTextureHighlight=23_fine_grain.png&bgImgOpacityHighlight=15&borderColorHighlight=b2a266&fcHighlight=3a3427&iconColorHighlight=3572ac&bgColorError=b83400&bgTextureError=23_fine_grain.png&bgImgOpacityError=68&borderColorError=681818&fcError=ffffff&iconColorError=fbdb93&bgColorOverlay=6e4f1c&bgTextureOverlay=16_diagonal_maze.png&bgImgOpacityOverlay=20&opacityOverlay=60&bgColorShadow=000000&bgTextureShadow=16_diagonal_maze.png&bgImgOpacityShadow=40&opacityShadow=60&thicknessShadow=5px&offsetTopShadow=0&offsetLeftShadow=-10px&cornerRadiusShadow=18px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat;
  color: #1f1f1f; }

.ui-widget-content a {
  color: #1f1f1f; }

.ui-widget-header {
  border: 1px solid #d4d1bf;
  background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
  color: #453821;
  font-weight: bold; }

.ui-widget-header a {
  color: #453821; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cbc7bd;
  background: #f8f7f6 url(images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat;
  font-weight: bold;
  color: #654b24; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #654b24;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #654b24;
  background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat;
  font-weight: bold;
  color: #ffffff; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d9d6c4;
  background: #eceadf url(images/ui-bg_fine-grain_15_eceadf_60x60.png) 50% 50% repeat;
  font-weight: bold;
  color: #140f06; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #140f06;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #b2a266;
  background: #f7f3de url(images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat;
  color: #3a3427; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #3a3427; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400 url(images/ui-bg_fine-grain_68_b83400_60x60.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_b83400_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_b83400_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_8c291d_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_3572ac_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px; }

.ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.ui-corner-top {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.ui-corner-right {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.ui-corner-left {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.ui-corner-all {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* Overlays */
.ui-widget-overlay {
  background: #6e4f1c url(images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png) 50% 50% repeat;
  opacity: .60;
  filter: Alpha(Opacity=60); }

.ui-widget-shadow {
  margin: 0 0 0 -10px;
  padding: 5px;
  background: #000000 url(images/ui-bg_diagonal-maze_40_000000_10x10.png) 50% 50% repeat;
  opacity: .60;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px; }

                                                                                                                                                                                                                                                                  /*
* jQuery UI Resizable 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*
* jQuery UI Selectable 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

                                                             /*
* jQuery UI Autocomplete 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

                                                   /*
* jQuery UI Tabs 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar 1.8.6
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*** FONT-AWESOME ***/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=4.4.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

/*** LIVESEARCH ***/
/*
.live-search-wrap {
	position: relative;
*/
input[type=text] {
  width: 100%; }

div.live-search {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 99;
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 8px #231f20; }
  div.live-search h2 {
    font-weight: bold;
    padding: 10px 10px 5px; }
  div.live-search ul {
    margin: 0;
    list-style: none; }
    div.live-search ul li {
      border-top: 1px solid #999;
      height: 56px;
      overflow: hidden;
      /*
      				&:nth-child(odd) a {
      					background: rgba($lightGrey, .8);
      				}
      */ }
      div.live-search ul li.active {
        background-color: #ddd; }
      div.live-search ul li a {
        display: block;
        padding: 5px 10px;
        color: inherit;
        text-decoration: none; }
        div.live-search ul li a:hover {
          font-weight: bold; }
        div.live-search ul li a .searchThumb {
          float: left;
          width: 85px;
          height: 45px;
          background-position: center;
          background-size: cover;
          margin-right: 5px; }
        div.live-search ul li a img {
          /*
          						width: 20px;
          						height: 20px;
          */
          float: left;
          height: 45px;
          width: auto;
          margin-right: 10px;
          vertical-align: middle; }
  div.live-search nav {
    padding: 5px 10px; }
    div.live-search nav a {
      float: left;
      color: inherit;
      text-decoration: none; }
      div.live-search nav a[rel=next] {
        float: right; }

div.live-search:empty {
  height: 0;
  box-shadow: none; }

/*** LAYOUT ***/
/* Changing Susy default global settings */
/* Makes border-box properties */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.wrap {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -74px; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 922px) {
    .wrap {
      margin-bottom: -50px; } }

.wrap:after {
  content: "";
  display: block; }

.footerWrap, .wrap:after {
  height: 74px;
  position: relative;
  z-index: 1;
  /* Benodigd voor mapView */ }
  @media (min-width: 922px) {
    .footerWrap, .wrap:after {
      height: 50px; } }

.footerWrap {
  background: #231F20; }

.footer .footerTxt {
  padding: 13px 0;
  line-height: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #898989;
  font-size: 0.8125em;
  font-family: "OpenSans-Bold-webfont", Arial; }
  .footer .footerTxt a {
    display: inline-block;
    color: #898989;
    text-decoration: none;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease; }
    .footer .footerTxt a:hover {
      color: #d9d9d9; }

.innerWrap {
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  position: relative; }
  .innerWrap:after {
    content: " ";
    display: block;
    clear: both; }
  .innerWrap.noPaddingOnMobile {
    padding: 0; }
    @media (min-width: 922px) {
      .innerWrap.noPaddingOnMobile {
        padding: 0 1em; } }

.content {
  padding-top: 4em;
  /* Uitzondering MapView */ }
  @media (min-width: 922px) {
    .content {
      padding-top: 15.5em; } }
  .content.contentMapView {
    padding-top: 8em; }

/****************/
/* Grid Layouts */
/****************/
.col {
  margin-bottom: 2em;
  position: relative; }
  .col p {
    line-height: 1.5; }
  @media (min-width: 922px) {
    .col.uploaderWrap {
      margin-bottom: 0; } }
  .col.removeBottomMargin {
    margin-bottom: 0; }

.col-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.col-8 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .col-8 {
      width: 65.71429%;
      float: left;
      margin-right: 2.85714%; } }

.col-4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .col-4 {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; }
      .col-4.even {
        width: 48.57143%;
        float: right;
        margin-right: 0; }
      .col-4.odd {
        clear: right; } }
  @media (min-width: 922px) {
    .col-4 {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
      .col-4.even {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; }
      .col-4.odd {
        clear: none; }
      .col-4.last-of-three {
        width: 31.42857%;
        float: right;
        margin-right: 0; }
      .col-4.first-of-three {
        clear: both; } }

.col-6 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .col-6 {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; }
      .col-6.even {
        width: 48.57143%;
        float: right;
        margin-right: 0; }
      .col-6.odd {
        clear: right; } }

.innerCols-8 .col-4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .innerCols-8 .col-4 {
      width: 47.82609%;
      float: left;
      margin-right: 4.34783%; }
      .innerCols-8 .col-4.last {
        width: 47.82609%;
        float: right;
        margin-right: 0; } }

.innerCols-12 .col-5-in-a-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .innerCols-12 .col-5-in-a-row {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
      .innerCols-12 .col-5-in-a-row.last-of-three {
        width: 31.42857%;
        float: right;
        margin-right: 0; }
      .innerCols-12 .col-5-in-a-row.first-of-three {
        clear: right; } }
  @media (min-width: 922px) {
    .innerCols-12 .col-5-in-a-row {
      width: 17.71429%;
      float: left;
      margin-right: 2.85714%; }
      .innerCols-12 .col-5-in-a-row.last-of-three {
        width: 17.71429%;
        float: left;
        margin-right: 2.85714%; }
      .innerCols-12 .col-5-in-a-row.first-of-three {
        clear: none; }
      .innerCols-12 .col-5-in-a-row.last-of-five {
        width: 17.71429%;
        float: right;
        margin-right: 0; }
      .innerCols-12 .col-5-in-a-row.first-of-five {
        clear: right; } }
@media (min-width: 479px) {
  .innerCols-12 .col-5-in-a-row:nth-last-of-type(-n+2) {
    display: block; } }
@media (min-width: 600px) {
  .innerCols-12 .col-5-in-a-row:nth-last-of-type(-n+2) {
    display: none; } }
@media (min-width: 922px) {
  .innerCols-12 .col-5-in-a-row:nth-last-of-type(-n+2) {
    display: block; } }

.col-list {
  list-style-type: none; }
  .col-list li {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 1em;
    position: relative; }
    .col-list li a {
      display: block;
      color: #231F20;
      text-decoration: none; }
      .col-list li a:hover p {
        text-decoration: underline; }
    .col-list li figure {
      display: table-cell;
      width: 21.7391%; }
    .col-list li .col-list-txt {
      display: table-cell;
      font-family: "OpenSans-Light-webfont", Arial;
      vertical-align: middle;
      width: 73.91307%;
      padding-left: 4.34783%; }
      .col-list li .col-list-txt p {
        font-family: "OpenSans-Bold-webfont", Arial; }
        .col-list li .col-list-txt p.addLabel {
          position: relative;
          padding-right: 4em; }
    .col-list li .calendar-stack, .col-list li .listIcon {
      float: left;
      position: relative;
      display: inline-block;
      width: 40px;
      height: 1em; }
      .col-list li .calendar-stack .fa-calendar-o, .col-list li .calendar-stack .calendar-day, .col-list li .listIcon .fa-calendar-o, .col-list li .listIcon .calendar-day {
        position: absolute;
        font-size: 42px; }
      .col-list li .calendar-stack .fa-wechat, .col-list li .calendar-stack .fa-comments, .col-list li .listIcon .fa-wechat, .col-list li .listIcon .fa-comments {
        position: absolute;
        font-size: 35px; }
      .col-list li .calendar-stack .calendar-day, .col-list li .listIcon .calendar-day {
        top: 1.8em;
        width: 1.375em;
        height: 0.75em;
        font-family: sans-serif;
        font-size: 0.8em;
        font-weight: 700;
        line-height: 0.57143em;
        text-align: center;
        width: 38px;
        text-transform: uppercase; }
      .col-list li .calendar-stack .flag-icon, .col-list li .listIcon .flag-icon {
        top: 0.8em;
        height: 1em;
        line-height: 0.57143em;
        width: 38px; }
  .col-list.wetgevingHome li a i {
    float: left; }
  .col-list.wetgevingHome li a div {
    float: left;
    width: 95%; }
    .col-list.wetgevingHome li a div p {
      font-size: 0.8em; }
  .col-list.pilots li {
    margin-bottom: 0.5em; }
    .col-list.pilots li figure {
      width: 10%; }
  .col-list.col-list-xl li {
    float: left;
    display: block; }
    .col-list.col-list-xl li a:hover h2 {
      text-decoration: underline; }
    .col-list.col-list-xl li a:hover p {
      text-decoration: none; }
    .col-list.col-list-xl li figure {
      float: left;
      display: block;
      width: 100%;
      margin-bottom: 1em; }
      @media (min-width: 479px) {
        .col-list.col-list-xl li figure {
          width: 35.299%; } }
      @media (min-width: 600px) {
        .col-list.col-list-xl li figure {
          width: 100%; } }
      @media (min-width: 922px) {
        .col-list.col-list-xl li figure {
          width: 35.299%; } }
    .col-list.col-list-xl li .col-list-txt {
      float: left;
      display: block;
      vertical-align: baseline;
      width: 100%;
      padding-left: 0; }
      @media (min-width: 479px) {
        .col-list.col-list-xl li .col-list-txt {
          width: 61.499%;
          padding-left: 3.199%; } }
      @media (min-width: 600px) {
        .col-list.col-list-xl li .col-list-txt {
          width: 100%;
          padding-left: 0; } }
      @media (min-width: 922px) {
        .col-list.col-list-xl li .col-list-txt {
          width: 61.499%;
          padding-left: 3.199%; } }
      .col-list.col-list-xl li .col-list-txt h2 {
        font-size: 1.25em;
        margin-bottom: 0.73em; }
        @media (min-width: 479px) {
          .col-list.col-list-xl li .col-list-txt h2 {
            line-height: 25px; } }
        @media (min-width: 600px) {
          .col-list.col-list-xl li .col-list-txt h2 {
            line-height: 30px; } }
        @media (min-width: 922px) {
          .col-list.col-list-xl li .col-list-txt h2 {
            line-height: 25px; } }
      .col-list.col-list-xl li .col-list-txt p {
        font-family: "OpenSans-Light-webfont", Arial; }
  .col-list.col-list-reacties li {
    padding: 1em 0 2em;
    border-bottom: 3px solid #f3f3f3; }
    .col-list.col-list-reacties li .col-list-txt p {
      font-family: "OpenSans-Light-webfont", Arial; }
    .col-list.col-list-reacties li:last-child {
      border-bottom: none; }

/*
.forum .col-list li .col-list-txt {
	padding-left:0;
}
*/
#postItemsContainer .col-list-txt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.col-features {
  width: 100%;
  float: left;
  list-style-type: none;
  margin-bottom: 3em; }
  .col-features li {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    line-height: 28px; }
    .col-features li .col-features-label {
      float: left;
      width: 33.333%; }
      @media (min-width: 600px) {
        .col-features li .col-features-label {
          width: 100%; } }
      @media (min-width: 922px) {
        .col-features li .col-features-label {
          width: 33.333%; } }
      .col-features li .col-features-label p {
        font-family: "OpenSans-Bold-webfont", Arial;
        text-transform: uppercase;
        font-size: 0.875em; }
    .col-features li .col-features-content {
      float: right;
      width: 66.666%; }
      .col-features li .col-features-content p {
        font-size: 0.875em;
        padding-left: 1em; }
      .col-features li .col-features-content .btnWrap {
        margin-top: 1em;
        padding-left: 1em; }
        .col-features li .col-features-content .btnWrap .btn {
          float: right; }
      .col-features li .col-features-content .imgWrap {
        width: 50%;
        padding-left: 1em;
        padding-bottom: 1em; }
      @media (min-width: 600px) {
        .col-features li .col-features-content {
          width: 100%; }
          .col-features li .col-features-content p {
            padding-left: 0; }
          .col-features li .col-features-content .btnWrap {
            padding-left: 0; }
          .col-features li .col-features-content .imgWrap {
            padding-left: 0; } }
      @media (min-width: 922px) {
        .col-features li .col-features-content {
          width: 66.666%; }
          .col-features li .col-features-content p {
            padding-left: 1em; }
          .col-features li .col-features-content .btnWrap {
            padding-left: 1em; }
          .col-features li .col-features-content .imgWrap {
            padding-left: 1em; } }
    .col-features li blockquote {
      font-size: 0.875em;
      margin: 1em 0; }

.sidebarBlock {
  clear: both; }
  @media (min-width: 600px) {
    .sidebarBlock .col-list li a figure {
      width: 100%;
      display: block;
      margin-bottom: 0.5em; } }
  @media (min-width: 1080px) {
    .sidebarBlock .col-list li a figure {
      display: table-cell;
      width: 21.7391%;
      margin-bottom: auto; } }
  @media (min-width: 600px) {
    .sidebarBlock .col-list li a .col-list-txt {
      width: 100%;
      padding-left: 0;
      display: block; } }
  @media (min-width: 1080px) {
    .sidebarBlock .col-list li a .col-list-txt {
      display: table-cell;
      width: 73.91307%;
      padding-left: 4.34783%; } }

.formField .col-4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 922px) {
    .formField .col-4 {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
      .formField .col-4.last-of-three {
        width: 31.42857%;
        float: right;
        margin-right: 0; } }
.formField .col-8 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 922px) {
    .formField .col-8 {
      width: 65.71429%;
      float: left;
      margin-right: 2.85714%; }
      .formField .col-8.last {
        width: 65.71429%;
        float: right;
        margin-right: 0; } }

.activatieLinks .col-4, .socialMediaLinks .col-4 {
  text-align: center;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .activatieLinks .col-4, .socialMediaLinks .col-4 {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
      .activatieLinks .col-4.last-of-three, .socialMediaLinks .col-4.last-of-three {
        width: 31.42857%;
        float: right;
        margin-right: 0; } }

/* Standaard content pagina's */
.col-maincontent-standard {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .col-maincontent-standard {
      width: 65.71429%;
      float: left;
      margin-right: 2.85714%; } }
  @media (min-width: 600px) {
    .col-maincontent-standard.col-maincontent-standard-right {
      width: 65.71429%;
      float: right;
      margin-right: 0; } }

.col-sidebar-standard {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .col-sidebar-standard {
      width: 31.42857%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 600px) {
    .col-sidebar-standard.col-sidebar-standard-left {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; } }

.sidebarBlock {
  margin-bottom: 3em; }
  .sidebarBlock.lesserMargin {
    margin-bottom: 1em; }
  .sidebarBlock time {
    font-size: 1.0em;
    display: inline;
    margin-left: 0.5em; }
  .sidebarBlock.addActions .btn {
    float: none;
    display: inherit;
    margin: 0.5em 0; }
    .sidebarBlock.addActions .btn span {
      display: inline; }
      @media (min-width: 600px) {
        .sidebarBlock.addActions .btn span {
          display: none; } }
      @media (min-width: 922px) {
        .sidebarBlock.addActions .btn span {
          display: inline; } }

/* Verhouding op drone vergelijkingspagina's */
.col-3 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 922px) {
    .col-3 {
      width: 22.85714%;
      float: left;
      margin-right: 2.85714%; }
      .col-3.last {
        width: 22.85714%;
        float: right;
        margin-right: 0; } }

.col-9 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 922px) {
    .col-9 {
      width: 74.28571%;
      float: left;
      margin-right: 2.85714%; }
      .col-9.last {
        width: 74.28571%;
        float: right;
        margin-right: 0; } }

.extraMargin {
  margin-top: 10px; }

.eventMargin {
  margin: 0.25em 0; }

.col-list-txt span.flag-icon {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  width: 1.2em;
  line-height: 1.2em; }
.col-list-txt time {
  display: inline;
  margin: 0;
  width: auto; }

.col-list-txt p {
  margin-bottom: 0.5em; }

.mentionWrap {
  background-color: #EFEFEF;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative; }
  .mentionWrap a {
    text-decoration: none;
    font-size: 0.8em; }
    .mentionWrap a:hover {
      text-decoration: underline; }
  .mentionWrap i {
    position: absolute;
    top: 0.7em; }
  .mentionWrap i:nth-child(1) {
    right: 0.5em;
    cursor: pointer; }
  .mentionWrap i:nth-child(2) {
    left: 0.5em; }

p.itemType {
  font-size: 0.75em;
  color: #999;
  display: inline;
  margin-left: 2em; }
  p.itemType .fa {
    font-size: 1.25em;
    margin-right: 0.5em; }
    p.itemType .fa.fa-arrows {
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      transform: rotate(20deg); }

a.downloadManual {
  text-decoration: none; }
  a.downloadManual:hover {
    text-decoration: underline; }
  a.downloadManual span {
    margin-left: 10px; }

table.sidebarCompanySpecs tr th {
  text-align: left;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px; }

.blockGrid {
  float: left;
  margin-bottom: 1.5em; }
  .blockGrid .col {
    margin-bottom: 0.5em; }
  @media (min-width: 600px) {
    .blockGrid article figure {
      margin: 0 0 0.5em 0; } }
  @media (min-width: 922px) {
    .blockGrid article figure {
      margin: 0 0 0.75em; } }

/*** MODULES ***/
.back-to-top {
  font-size: 4em;
  display: none;
  vertical-align: middle;
  text-align: center;
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  color: #231F20;
  cursor: pointer;
  z-index: 999;
  opacity: 0.2; }
  .back-to-top:hover {
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    opacity: 1;
    color: #231F20; }
  @media (min-width: 600px) {
    .back-to-top {
      bottom: 1em;
      right: 1em; } }

.mapViewIframe, #mapsContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 109px;
  bottom: 0;
  z-index: 0;
  height: -moz-calc(100% - 183px);
  height: -webkit-calc(100% - 183px);
  height: -o-calc(100% - 183px);
  height: calc(100% - 183px); }
  @media (min-width: 922px) {
    .mapViewIframe, #mapsContainer {
      height: -moz-calc(100% - 159px);
      height: -webkit-calc(100% - 159px);
      height: -o-calc(100% - 159px);
      height: calc(100% - 159px); } }

.markerWindow {
  background-color: white;
  width: 240px;
  padding: 5px; }
  .markerWindow img {
    width: 100%; }
  .markerWindow h2 {
    margin: 4px 0px; }
  .markerWindow a.btn {
    display: block; }

.img[src="http://www.google.com/intl/en_us/mapfiles/close.gif"] {
  display: none; }

.markerMapWrap {
  margin-top: -1em;
  position: relative; }
  .markerMapWrap a {
    cursor: pointer; }
  .markerMapWrap div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #000;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-weight: bold;
    text-transform: uppercase; }
    .markerMapWrap div i {
      font-size: 22px; }
    .markerMapWrap div span {
      padding-left: 10px;
      text-transform: uppercase; }

.col.col-4.odd.last-of-three .markerMapWrap {
  margin-top: 1em;
  float: left; }

/* ALERT MESSAGES */
.alertWrap {
  position: fixed;
  bottom: -101px;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #ffffff;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  .alertWrap.active {
    bottom: 0; }
  .alertWrap.alertCorrect {
    background: #00D078;
    text-shadow: 1px 1px 0 #00b669; }
  .alertWrap.alertError {
    background: #FF1B1B;
    text-shadow: 1px 1px 0 #ff0101; }
  .alertWrap .alert {
    float: left;
    height: 100px;
    position: relative;
    padding: 0 1.5em;
    width: 100%; }
    .alertWrap .alert .alertIcon {
      float: left;
      display: block;
      height: 100px;
      line-height: 100px;
      vertical-align: middle;
      font-size: 3em; }
      .alertWrap .alert .alertIcon .fa {
        display: inline-block; }
    .alertWrap .alert .alertClose {
      position: absolute;
      top: 0.75em;
      right: 0.75em;
      text-decoration: none;
      color: #ffffff; }
      @media (min-width: 922px) {
        .alertWrap .alert .alertClose {
          top: 0;
          height: 100px;
          line-height: 100px;
          vertical-align: middle;
          right: 3em; } }
      .alertWrap .alert .alertClose .alertCloseTxt {
        display: none; }
        @media (min-width: 922px) {
          .alertWrap .alert .alertClose .alertCloseTxt {
            display: inline;
            padding: 0 0.5em 0 0; } }
      .alertWrap .alert .alertClose:hover .alertCloseTxt {
        text-decoration: underline; }
    .alertWrap .alert .alertTxt {
      padding: 0 1.5em 0 2em;
      margin: 14px 0;
      height: 72px;
      overflow: hidden; }
      .alertWrap .alert .alertTxt p {
        height: 72px;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        font-size: 0.75em; }
        @media (min-width: 479px) {
          .alertWrap .alert .alertTxt p {
            font-size: 0.875em; } }
        @media (min-width: 600px) {
          .alertWrap .alert .alertTxt p {
            font-size: 1em; } }
        @media (min-width: 922px) {
          .alertWrap .alert .alertTxt p {
            font-size: 1.125em; } }
        @media (min-width: 1080px) {
          .alertWrap .alert .alertTxt p {
            font-size: 1.25em; } }
      @media (min-width: 600px) {
        .alertWrap .alert .alertTxt {
          padding: 0 6em 0 2em; } }
    @media (min-width: 600px) {
      .alertWrap .alert {
        padding: 0 2em; } }
    @media (min-width: 922px) {
      .alertWrap .alert {
        padding: 0 3em; } }

.page-header {
  margin: 0.5em 0 1em; }
  .page-header.page-header-center {
    text-align: center; }
    .page-header.page-header-center p {
      width: 100%;
      margin: 0 auto 2em; }
      @media (min-width: 600px) {
        .page-header.page-header-center p {
          width: 75%; } }

.stdTxt {
  margin-bottom: 0; }
  @media (min-width: 922px) {
    .stdTxt {
      margin-bottom: 3em; } }
  .stdTxt h2 {
    line-height: 1.75;
    margin-top: 1.25em;
    margin-bottom: 0.50em; }
  .stdTxt h3 {
    font-size: 1em;
    margin-top: 20px; }
  .stdTxt p {
    line-height: 1.5;
    margin-bottom: 1.5em; }
    .stdTxt p.sourceNt {
      color: #898989;
      font-style: italic; }
      .stdTxt p.sourceNt a {
        color: #898989; }
    .stdTxt p .imageNote {
      clear: both;
      margin-top: -1em;
      width: 100%;
      display: block;
      font-style: italic;
      font-size: 0.785em; }
  .stdTxt a {
    text-decoration: underline; }
    .stdTxt a:hover {
      text-decoration: underline; }
  .stdTxt ul {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 2em; }
    .stdTxt ul li {
      margin: 0 0 0 1em;
      padding: 0.25em 0 0.25em 1em; }
      .stdTxt ul li p:first-child {
        display: inline; }
    .stdTxt ul li:before {
      font-family: 'FontAwesome';
      content: '\f058';
      margin: 0 1.125em 0 -2em; }
  .stdTxt .nominated-list {
    list-style-type: none; }
    .stdTxt .nominated-list li:before {
      content: '';
      margin: 0; }
    .stdTxt .nominated-list li {
      width: 100%;
      height: auto;
      display: table;
      margin: 0;
      padding: 0;
      margin-bottom: 1em;
      position: relative; }
      .stdTxt .nominated-list li a {
        display: block;
        color: #231F20;
        text-decoration: none; }
        .stdTxt .nominated-list li a:hover p {
          text-decoration: underline; }
      .stdTxt .nominated-list li figure {
        display: table-cell;
        width: 21.7391%; }
        .stdTxt .nominated-list li figure img {
          margin: 0; }
      .stdTxt .nominated-list li .col-list-txt {
        display: table-cell;
        font-family: "OpenSans-Light-webfont", Arial;
        vertical-align: middle;
        width: 73.91307%;
        padding-left: 4.34783%; }
        .stdTxt .nominated-list li .col-list-txt p {
          font-family: "OpenSans-Bold-webfont", Arial; }
          .stdTxt .nominated-list li .col-list-txt p.addLabel {
            position: relative;
            padding-right: 4em; }
      .stdTxt .nominated-list li .calendar-stack, .stdTxt .nominated-list li .listIcon {
        float: left;
        position: relative;
        display: inline-block;
        width: 40px;
        height: 1em; }
        .stdTxt .nominated-list li .calendar-stack .fa-calendar-o, .stdTxt .nominated-list li .calendar-stack .calendar-day, .stdTxt .nominated-list li .listIcon .fa-calendar-o, .stdTxt .nominated-list li .listIcon .calendar-day {
          position: absolute;
          font-size: 42px; }
        .stdTxt .nominated-list li .calendar-stack .fa-wechat, .stdTxt .nominated-list li .calendar-stack .fa-comments, .stdTxt .nominated-list li .listIcon .fa-wechat, .stdTxt .nominated-list li .listIcon .fa-comments {
          position: absolute;
          font-size: 35px; }
        .stdTxt .nominated-list li .calendar-stack .calendar-day, .stdTxt .nominated-list li .listIcon .calendar-day {
          top: 1.8em;
          width: 1.375em;
          height: 0.75em;
          font-family: sans-serif;
          font-size: 0.8em;
          font-weight: 700;
          line-height: 0.57143em;
          text-align: center;
          width: 38px;
          text-transform: uppercase; }
        .stdTxt .nominated-list li .calendar-stack .flag-icon, .stdTxt .nominated-list li .listIcon .flag-icon {
          top: 0.8em;
          height: 1em;
          line-height: 0.57143em;
          width: 38px; }
    .stdTxt .nominated-list.col-list-xl li {
      float: left;
      display: block; }
      .stdTxt .nominated-list.col-list-xl li a:hover h2 {
        text-decoration: underline; }
      .stdTxt .nominated-list.col-list-xl li a:hover p {
        text-decoration: none; }
      .stdTxt .nominated-list.col-list-xl li figure {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 1em; }
        @media (min-width: 479px) {
          .stdTxt .nominated-list.col-list-xl li figure {
            width: 35.299%; } }
        @media (min-width: 600px) {
          .stdTxt .nominated-list.col-list-xl li figure {
            width: 100%; } }
        @media (min-width: 922px) {
          .stdTxt .nominated-list.col-list-xl li figure {
            width: 35.299%; } }
      .stdTxt .nominated-list.col-list-xl li .col-list-txt {
        float: left;
        display: block;
        vertical-align: baseline;
        width: 100%;
        padding-left: 0; }
        @media (min-width: 479px) {
          .stdTxt .nominated-list.col-list-xl li .col-list-txt {
            width: 61.499%;
            padding-left: 3.199%; } }
        @media (min-width: 600px) {
          .stdTxt .nominated-list.col-list-xl li .col-list-txt {
            width: 100%;
            padding-left: 0; } }
        @media (min-width: 922px) {
          .stdTxt .nominated-list.col-list-xl li .col-list-txt {
            width: 61.499%;
            padding-left: 3.199%; } }
        .stdTxt .nominated-list.col-list-xl li .col-list-txt h2 {
          font-size: 1.25em;
          margin: 0;
          padding: 0;
          margin-bottom: 0.73em; }
          @media (min-width: 479px) {
            .stdTxt .nominated-list.col-list-xl li .col-list-txt h2 {
              line-height: 25px; } }
          @media (min-width: 600px) {
            .stdTxt .nominated-list.col-list-xl li .col-list-txt h2 {
              line-height: 30px; } }
          @media (min-width: 922px) {
            .stdTxt .nominated-list.col-list-xl li .col-list-txt h2 {
              line-height: 25px; } }
        .stdTxt .nominated-list.col-list-xl li .col-list-txt p {
          margin: 0;
          padding: 0;
          margin-bottom: 0.5em;
          font-family: "OpenSans-Light-webfont", Arial; }
  .stdTxt figure {
    margin-bottom: 2em; }
  .stdTxt img {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
  .stdTxt iframe {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  .stdTxt a.backLink {
    color: #00D078;
    text-decoration: none; }
    .stdTxt a.backLink:hover {
      text-decoration: underline; }
  .stdTxt.noBottomMargin {
    margin-bottom: auto; }

.stdTxt table tr td img {
  margin-top: 0; }

.overview-clamp-p-3 .stdTxt a {
  text-decoration: none; }
  .overview-clamp-p-3 .stdTxt a:hover {
    text-decoration: underline; }

p.sourceNt {
  color: #898989;
  font-style: italic; }
  p.sourceNt a {
    color: #898989; }

.btn {
  width: 100%;
  background: #00D078;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #00a660;
  font-family: "OpenSans-Bold-webfont", Arial;
  text-transform: uppercase;
  padding: 0.4em 0;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  .btn:hover {
    background: #00df81; }
  .btn.red {
    background: #FF1B1B;
    border-bottom: 3px solid #ffe0e0; }

#topBar {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 95;
  height: 50px;
  background: #231f20; }
  #topBar a {
    color: #898989;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease; }
    #topBar a:hover {
      color: #ffffff !important; }
  @media (min-width: 922px) {
    #topBar {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: auto;
      right: 0; } }

.topBarBtnWrap {
  float: left;
  height: 50px;
  line-height: 47px;
  display: block; }
  .topBarBtnWrap.topBarSocMed {
    float: left;
    padding: 0 0.5em;
    border-right: 1px solid #4e4e4e; }
    .topBarBtnWrap.topBarSocMed a {
      padding: 0 0.333em; }
  .topBarBtnWrap.topBarMap {
    float: left;
    padding: 0 0.5em; }
    .topBarBtnWrap.topBarMap a {
      padding: 0 0.333em; }
  .topBarBtnWrap.topBarSearch {
    float: right;
    padding: 0 0.8125em; }
  .topBarBtnWrap.topBarSearchClose {
    float: right;
    padding: 0 0.8125em;
    cursor: pointer; }
  .topBarBtnWrap.topBarLogin {
    float: right;
    padding: 0 0.8125em;
    border-right: 1px solid #4e4e4e; }
  .topBarBtnWrap.topBarRegister {
    float: right;
    padding: 0 0.8125em;
    border-right: 1px solid #4e4e4e;
    display: none; }
    @media (min-width: 600px) {
      .topBarBtnWrap.topBarRegister {
        display: block; } }
  .topBarBtnWrap.loggedIn {
    display: none; }

.topBarBtn {
  float: left;
  display: block;
  height: 50px;
  font-size: 1.25em; }
  .topBarBtn .topBarBtnTxt {
    display: none; }
    @media (min-width: 600px) {
      .topBarBtn .topBarBtnTxt {
        display: inline;
        padding: 0 0.5em;
        font-size: 0.75em; } }

.searchSubmit {
  position: absolute;
  display: block;
  height: 50px;
  font-size: 1.25em;
  right: 13px;
  top: 10px; }

.searchFieldWrap {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  right: -100%;
  background: #231f20; }
  .searchFieldWrap.active {
    right: 0; }
  @media (min-width: 600px) {
    .searchFieldWrap {
      width: 66.666%; } }
  @media (min-width: 922px) {
    .searchFieldWrap {
      width: 50%; } }
  .searchFieldWrap .searchField {
    float: right;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    margin: 7px;
    width: 72%;
    background: #312b2c;
    color: #ffffff;
    border: none;
    font-size: 1em;
    padding: 0 3em 0 1em;
    font-family: "OpenSans-Light-webfont", Arial;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  @media (min-width: 600px) {
    .searchFieldWrap .topBarBtnTxt {
      display: none !important; } }
  @media (min-width: 922px) {
    .searchFieldWrap .topBarBtnTxt {
      display: inline !important; } }

.mainMenuTriggerOpen .mainMenuTriggerOpenIcon {
  display: block;
  font-size: 1.5em;
  padding: 0 0.75em;
  height: 50px;
  border-right: 1px solid #4e4e4e; }
@media (min-width: 922px) {
  .mainMenuTriggerOpen {
    display: none; } }

/* Uitzondering mapView */
.mapView .mainMenuTriggerOpen {
  display: none; }

/* ---------------------------------------------------------------*/
/* 1) Navigatiemenu (schuift in vanaf links) */
/* ---------------------------------------------------------------*/
/* Positionering logo */
.logoPos {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: none;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  .logoPos img {
    display: inline-block;
    max-width: 400px;
    height: auto;
    max-height: 100px; }
  @media (min-width: 922px) {
    .logoPos {
      display: block; } }

.mobileLogo {
  display: block;
  max-width: 400px;
  margin: 1em auto 2em; }
  @media (min-width: 922px) {
    .mobileLogo {
      display: none; } }

/* Mainmenu - UL met menu-items */
.mainMenu {
  float: right;
  width: 100%;
  padding-top: 4em;
  list-style-type: none; }
  .mainMenu li {
    border-bottom: 3px solid #f3f3f3; }
    .mainMenu li a {
      text-transform: uppercase;
      display: block;
      vertical-align: middle;
      text-decoration: none;
      font-family: "opensans-semibold-webfont", Arial;
      line-height: 50px;
      color: #898989;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
      .mainMenu li a:hover, .mainMenu li a.active {
        color: #231F20; }
    .mainMenu li:last-child {
      border-bottom: none; }
  @media (min-width: 922px) {
    .mainMenu {
      padding-top: 0;
      text-align: center; }
      .mainMenu li {
        display: inline-block;
        border-bottom: none; }
        .mainMenu li a {
          padding: 0 1em;
          line-height: 56px; } }
  @media (min-width: 1080px) {
    .mainMenu li a {
      padding: 0 1.625em; } }

.mainMenuTitle {
  position: fixed;
  top: 0;
  left: -101%;
  width: 90%;
  padding: 0;
  height: 50px;
  line-height: 43px;
  z-index: 100;
  text-decoration: none;
  background: #ffffff;
  border-bottom: 3px solid #231F20;
  display: block;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  .mainMenuTitle.active {
    left: 0; }
    @media (min-width: 600px) {
      .mainMenuTitle.active {
        width: 60%; } }
    @media (min-width: 922px) {
      .mainMenuTitle.active {
        display: none; } }
  .mainMenuTitle .mainMenuTitleTxt {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    color: #231F20;
    margin-top: 0.15em;
    font-family: "OpenSans-Bold-webfont", Arial; }
  .mainMenuTitle .mainMenuCloseTxt {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    color: #231F20;
    margin-top: 0.15em;
    font-family: "OpenSans-Bold-webfont", Arial; }
  .mainMenuTitle .mainMenuCloseIcon {
    float: right;
    display: inline-block;
    font-size: 1.25em;
    text-align: right;
    margin-left: 0.5em;
    color: #231F20; }

.menuWrap {
  position: fixed;
  overflow-y: auto;
  left: -101%;
  width: 90%;
  height: 100%;
  padding: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); }
  .menuWrap.active {
    left: 0; }
    @media (min-width: 600px) {
      .menuWrap.active {
        width: 60%; } }
  @media (min-width: 922px) {
    .menuWrap {
      position: absolute;
      overflow: hidden;
      top: auto;
      left: 0;
      width: 100%;
      height: auto;
      padding: 0;
      background: none;
      border-bottom: 3px solid #231F20;
      background: #ffffff;
      overflow-y: inherit;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .menuWrap.active {
        width: 100%; }
      .menuWrap.smaller {
        height: 56px;
        position: fixed;
        overflow: hidden;
        -webkit-transition: 0.25s all ease;
        -moz-transition: 0.25s all ease;
        -ms-transition: 0.25s all ease;
        -o-transition: 0.25s all ease;
        transition: 0.25s all ease; }
        .menuWrap.smaller .mainMenu {
          width: 75%;
          margin-left: 5%; }
          .menuWrap.smaller .mainMenu li a {
            padding: 0 0.75em;
            font-size: 0.75em; }
        .menuWrap.smaller .logoPos {
          width: 20%;
          margin-top: auto; }
          .menuWrap.smaller .logoPos img {
            width: auto;
            height: 56px; } }
  @media (min-width: 1080px) {
    .menuWrap.smaller .mainMenu li a {
      font-size: 1em; } }

.menuWrapMapView {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 1;
  background: #ffffff;
  border-bottom: 3px solid #231F20; }
  .menuWrapMapView .logoPos {
    width: 20%;
    margin-top: auto;
    display: inline-block;
    padding: 13px 0;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important; }
    .menuWrapMapView .logoPos img {
      width: auto;
      height: 56px;
      display: block;
      height: 30px;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -o-transition: color 0 ease-in !important;
      transition: none !important; }
    @media (min-width: 600px) {
      .menuWrapMapView .logoPos {
        padding: 0; }
        .menuWrapMapView .logoPos img {
          margin: auto;
          width: auto;
          height: 56px; } }
    @media (min-width: 1080px) {
      .menuWrapMapView .logoPos {
        display: block; } }
  .menuWrapMapView .mapViewUploadBtn {
    position: absolute;
    width: 130px;
    padding: 0 1em;
    right: 3.5em;
    height: 40px;
    line-height: 38px;
    top: 8px;
    overflow: hidden;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important; }
    .menuWrapMapView .mapViewUploadBtn .fa {
      margin-right: 0.333em; }
    @media (min-width: 600px) {
      .menuWrapMapView .mapViewUploadBtn {
        width: 210px;
        right: 7em; } }
    @media (min-width: 922px) {
      .menuWrapMapView .mapViewUploadBtn {
        right: 17em; } }
  .menuWrapMapView .mapViewCloseBtn {
    position: absolute;
    right: 1em;
    font-size: 1em;
    top: 8px;
    color: #231F20;
    font-family: "OpenSans-Bold-webfont", Arial;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    vertical-align: middle; }
    .menuWrapMapView .mapViewCloseBtn .fa {
      font-size: 1.5em;
      margin-left: 0.333em; }

.titleBar {
  width: 100%;
  border-bottom: 3px solid #231F20;
  margin-bottom: 1em; }
  .titleBar .titleLabel {
    display: inline-block;
    background: #231F20;
    color: #ffffff;
    padding: 0.333em 0.5em 0.25em;
    text-transform: uppercase; }
    .titleBar .titleLabel .fa {
      margin-right: 0.25em; }
      .titleBar .titleLabel .fa.fa-arrows {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg); }
  .titleBar.mainTitleBar {
    height: 4em;
    border-bottom: none; }
    .titleBar.mainTitleBar span {
      float: left;
      margin-top: 2px;
      margin-right: 5px; }
    .titleBar.mainTitleBar time {
      font-size: 1.0em;
      display: inline;
      margin: 0;
      width: auto; }
    .titleBar.mainTitleBar h1 {
      float: left;
      margin-bottom: 0.5em; }
  .titleBar .titleMore {
    float: right;
    width: 100%;
    display: inline-block;
    line-height: 3.75;
    vertical-align: text-bottom;
    font-size: 0.875em;
    color: #231F20;
    text-decoration: none;
    text-align: left;
    margin-bottom: 1em; }
    .titleBar .titleMore:hover {
      text-decoration: underline; }
    @media (min-width: 600px) {
      .titleBar .titleMore {
        float: right;
        width: auto;
        text-align: auto;
        margin-left: 1em;
        margin-bottom: auto; } }
  .titleBar.noBorder {
    border-bottom: none !important; }
  .titleBar h1 {
    margin-top: 0.5em; }
  .titleBar .videoAddBtn {
    float: right !important;
    display: none; }
    .titleBar .videoAddBtn a {
      line-height: 30px;
      padding: 8px;
      padding-left: 15px;
      padding-right: 15px; }
    .titleBar .videoAddBtn i {
      margin-right: 12px; }
    @media (min-width: 922px) {
      .titleBar .videoAddBtn {
        display: block; } }
  .titleBar .buttons {
    float: right;
    font-size: 0.75em;
    margin: 1.5em 0; }
    .titleBar .buttons .fa.fa-user {
      margin: 0 0.5em; }

.pager {
  float: left;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 4em;
  line-height: 2.5;
  vertical-align: middle;
  font-size: 0.875em; }
  .pager ol, .pager ul {
    float: left;
    list-style-type: none; }
    .pager ol li, .pager ul li {
      float: left; }
      .pager ol li a, .pager ul li a {
        cursor: pointer;
        display: block;
        padding: 0 0.75em;
        text-decoration: none;
        background: #ffffff; }
        .pager ol li a:hover, .pager ul li a:hover {
          text-decoration: underline; }
    .pager ol.pageNumbers li a.currentPageNumber, .pager ul.pageNumbers li a.currentPageNumber {
      color: #ffffff;
      background: #231F20;
      pointer-events: none; }
      .pager ol.pageNumbers li a.currentPageNumber:hover, .pager ul.pageNumbers li a.currentPageNumber:hover {
        text-decoration: none;
        cursor: default; }
    .pager ol.pageLinks, .pager ul.pageLinks {
      text-transform: uppercase; }
  .pager .currentPageTotalPages {
    float: right;
    color: #898989; }
    .pager .currentPageTotalPages .currentPage, .pager .currentPageTotalPages .totalPages {
      color: #231F20; }

.crumbpath {
  text-transform: uppercase; }
  .crumbpath a {
    text-decoration: underline;
    /*
    		&:hover {
    			text-decoration:underline;
    		}
    */ }

.label {
  position: absolute;
  font-family: "OpenSans-Bold-webfont", Arial;
  width: 1.666em;
  height: 1.666em;
  line-height: 1.125;
  vertical-align: middle;
  bottom: 0.5em;
  right: 0.5em;
  background-color: #231F20;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 0.25em;
  font-size: 2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .label .fa {
    font-size: 0.875em;
    vertical-align: 0.05em; }
    .label .fa.fa-play {
      margin-left: 0.125em; }
    .label .fa.fa-shopping-cart {
      margin-left: -0.125em; }
  .label .decimal {
    font-size: 0.666em !important;
    vertical-align: 0.333em; }

.col-list li .label {
  right: 0 !important;
  bottom: 4.34783%;
  background-color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0.15);
  color: #231F20; }

/*
.higlightedNews {
	overflow:hidden;
}

.higlightedNewsSubtitle {
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,0.5);
	p {
		padding:0.75em 1em;
		line-height:1.5;
		font-family:$font-bold;
		color:$colorWhite;
	}
}

.higlightedNewsMainItem {
	float:left;
	display:block;
	position:relative;
	width:100%;
	@include breakpoint(m) {
		width:68.799%;
	}
	// Tekstgrootte onderschrift mainItems
	.higlightedNewsSubtitle {
		p {
			font-size:1.25em;
		}
	}
}
.higlightedNewsSubitems {
	float:right;
	width:100%;
	@include breakpoint(m) {
		width:31.199%;
	}
	.higlightedNewsSubItem {
		position:relative;
		display:block;
		// Tekstgrootte onderschrift subItems
		.higlightedNewsSubtitle {
			p {
				font-size:1.25em;
				@include breakpoint(m) {
					font-size:0.75em;
				}
				@include breakpoint(l) {
					font-size:1em;
				}
			}
		}
	}
}
*/
/* Wrapper */
.higlightedNews {
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 384px; }

/* Ondertitels */
.higlightedNewsSubtitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .higlightedNewsSubtitle p {
    padding: 0.75em 1em;
    line-height: 1.5;
    font-family: "OpenSans-Bold-webfont", Arial;
    color: #ffffff; }

/* Main item */
.higlightedNewsMainItem {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  min-height: 320px;
  background: no-repeat center center;
  -webkit-background-size: auto 110%;
  -moz-background-size: auto 110%;
  -o-background-size: auto 110%;
  background-size: auto 110%;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  @media (min-width: 600px) {
    .higlightedNewsMainItem {
      float: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 68.799%;
      height: 100%;
      min-height: auto; } }
  .higlightedNewsMainItem .higlightedNewsSubtitle p {
    font-size: 1.25em; }
  .higlightedNewsMainItem:hover {
    -webkit-background-size: auto 140%;
    -moz-background-size: auto 140%;
    -o-background-size: auto 140%;
    background-size: auto 140%;
    /*
    .higlightedNewsSubtitle {
    	background:$blackVariation;
    }
    */ }

/* Subitems */
.higlightedNewsSubItems {
  float: right;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .higlightedNewsSubItems {
      float: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 31.199%;
      height: 100%; } }
  .higlightedNewsSubItems .higlightedNewsSubItem {
    position: relative;
    display: block;
    width: 100%;
    min-height: 320px;
    background: no-repeat center center;
    -webkit-background-size: auto 110%;
    -moz-background-size: auto 110%;
    -o-background-size: auto 110%;
    background-size: auto 110%;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease; }
    @media (min-width: 600px) {
      .higlightedNewsSubItems .higlightedNewsSubItem {
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        min-height: auto; }
        .higlightedNewsSubItems .higlightedNewsSubItem.higlightedNewsSubItem-2 {
          top: 50%; } }
    .higlightedNewsSubItems .higlightedNewsSubItem:hover {
      -webkit-background-size: auto 140%;
      -moz-background-size: auto 140%;
      -o-background-size: auto 140%;
      background-size: auto 140%;
      /*
      .higlightedNewsSubtitle {
      	background:$blackVariation;
      }
      */ }
    .higlightedNewsSubItems .higlightedNewsSubItem .higlightedNewsSubtitle p {
      font-size: 1.25em; }
      @media (min-width: 600px) {
        .higlightedNewsSubItems .higlightedNewsSubItem .higlightedNewsSubtitle p {
          font-size: 0.75em; } }
      @media (min-width: 922px) {
        .higlightedNewsSubItems .higlightedNewsSubItem .higlightedNewsSubtitle p {
          font-size: 1em; } }

.sidebarOptions {
  float: left;
  margin-bottom: 3em;
  clear: both;
  width: 100%; }
  .sidebarOptions .sidebarOption {
    float: left;
    width: 50%;
    line-height: 1.75;
    vertical-align: middle;
    margin-bottom: 0.5em; }
    @media (min-width: 600px) {
      .sidebarOptions .sidebarOption {
        width: 100%; } }
    @media (min-width: 922px) {
      .sidebarOptions .sidebarOption {
        width: 50%; } }
    .sidebarOptions .sidebarOption a {
      text-decoration: none; }
      .sidebarOptions .sidebarOption a .fa {
        width: 30px;
        text-align: center; }
        .sidebarOptions .sidebarOption a .fa.fa-arrows {
          -webkit-transform: rotate(20deg);
          -moz-transform: rotate(20deg);
          -ms-transform: rotate(20deg);
          -o-transform: rotate(20deg);
          transform: rotate(20deg); }
    .sidebarOptions .sidebarOption a:hover {
      text-decoration: underline; }
  .sidebarOptions input[type="checkbox"] {
    display: none; }
  .sidebarOptions input[type="checkbox"]:checked + label::before {
    text-align: center;
    background: #00D078;
    border: 1px solid #898989; }
  .sidebarOptions label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 42px;
    margin-right: 28px;
    font-size: 0.875em; }
    .sidebarOptions label::before {
      content: "";
      display: inline-block;
      background: #d9d9d9;
      width: 28px;
      height: 28px;
      margin-right: 14px;
      position: absolute;
      left: 0px;
      border: 1px solid #898989; }

/* Kleursettings */
.socMedStyleFacebook .socMedLogo, .socMedStyleFacebook .socMedBtn, .socMedStyleFacebook .socMedLogoCompany {
  background: #4c66a4; }
.socMedStyleFacebook:hover .socMedLogo, .socMedStyleFacebook:hover .socMedBtn, .socMedStyleFacebook:hover .socMedLogoCompany {
  background: #5f78b5; }

.socMedStyleTwitter .socMedLogo, .socMedStyleTwitter .socMedBtn, .socMedStyleTwitter .socMedLogoCompany {
  background: #33ccff; }
.socMedStyleTwitter:hover .socMedLogo, .socMedStyleTwitter:hover .socMedBtn, .socMedStyleTwitter:hover .socMedLogoCompany {
  background: #57d5ff; }

.socMedStyleYoutube .socMedLogo, .socMedStyleYoutube .socMedBtn, .socMedStyleYoutube .socMedLogoCompany {
  background: #cf1314; }
.socMedStyleYoutube:hover .socMedLogo, .socMedStyleYoutube:hover .socMedBtn, .socMedStyleYoutube:hover .socMedLogoCompany {
  background: #ea1c1d; }

.socMedStyleGooglePlus .socMedLogo, .socMedStyleGooglePlus .socMedBtn, .socMedStyleGooglePlus .socMedLogoCompany {
  background: #cf422b; }
.socMedStyleGooglePlus:hover .socMedLogo, .socMedStyleGooglePlus:hover .socMedBtn, .socMedStyleGooglePlus:hover .socMedLogoCompany {
  background: #d85a45; }

.socMedStyleLinkedin .socMedLogo, .socMedStyleLinkedin .socMedBtn, .socMedStyleLinkedin .socMedLogoCompany {
  background: #007AB6; }
.socMedStyleLinkedin:hover .socMedLogo, .socMedStyleLinkedin:hover .socMedBtn, .socMedStyleLinkedin:hover .socMedLogoCompany {
  background: #0092da; }

.socMedStyleVimeo .socMedLogoCompany {
  background: #82C312; }
.socMedStyleVimeo:hover .socMedLogoCompany {
  background: #98e415; }

.socMedStyleInstagram .socMedLogoCompany {
  background: #964B00; }
.socMedStyleInstagram:hover .socMedLogoCompany {
  background: #ba5d00; }

.socMedStylePinterest .socMedLogoCompany {
  background: #CB2026; }
.socMedStylePinterest:hover .socMedLogoCompany {
  background: #de3036; }

.socMedLogoCompany {
  display: block;
  line-height: 2;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  width: 2em;
  text-align: center;
  font-size: 1.25em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }

.socMedWrap {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 2em; }
  .socMedWrap .shareWrap {
    float: left;
    margin-right: 20px;
    clear: both; }
    @media (min-width: 922px) {
      .socMedWrap .shareWrap {
        clear: none; } }
  .socMedWrap .shareWrap:first-child {
    margin-top: 8px;
    margin-bottom: 10px; }
    @media (min-width: 922px) {
      .socMedWrap .shareWrap:first-child {
        margin-bottom: 0; } }
  .socMedWrap .socMed {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 1em; }
    .socMedWrap .socMed .socMedLogo, .socMedWrap .socMed .socMedBtn {
      line-height: 2;
      vertical-align: middle;
      color: #ffffff;
      text-decoration: none; }
    .socMedWrap .socMed .socMedLogo {
      float: left;
      width: 2em;
      text-align: center;
      font-size: 1.25em;
      margin-right: 0.5em;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
    .socMedWrap .socMed .socMedBtn {
      float: right;
      font-size: 0.75em;
      padding: 0.666em 0.75em;
      text-transform: uppercase;
      font-family: "OpenSans-Bold-webfont", Arial;
      width: auto;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
      @media (min-width: 600px) {
        .socMedWrap .socMed .socMedBtn {
          width: 100%;
          padding: 0.25em 0.75em; } }
      @media (min-width: 922px) {
        .socMedWrap .socMed .socMedBtn {
          width: auto;
          padding: 0.666em 0.75em; } }
    .socMedWrap .socMed .socMedTxt {
      float: left;
      text-align: center;
      font-size: 1.25em;
      line-height: 2;
      vertical-align: middle;
      font-family: "OpenSans-Bold-webfont", Arial; }
      .socMedWrap .socMed .socMedTxt .smaller {
        margin-left: 0.25em;
        font-family: "OpenSans-Light-webfont", Arial;
        color: #898989;
        font-size: 0.625em;
        vertical-align: super; }

.shareOptions {
  float: left;
  /*margin-bottom:3em;*/
  clear: both;
  width: 100%; }
  .shareOptions .shareOption {
    float: left;
    margin-right: 1em; }

.socialMediaLinks {
  text-align: center; }
  .socialMediaLinks .socialMediaLink {
    float: left;
    width: 49.999%;
    display: block;
    margin: 1em 0 0;
    text-align: center;
    text-decoration: none; }
    .socialMediaLinks .socialMediaLink .socMedLogo {
      display: inline-block;
      font-size: 4em;
      line-height: 1.75;
      width: 1.75em;
      height: 1.75em;
      vertical-align: middle;
      text-align: center;
      border-radius: 50%;
      color: #ffffff;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
    .socialMediaLinks .socialMediaLink .socialMediaTxt {
      font-family: "OpenSans-Bold-webfont", Arial;
      text-transform: uppercase;
      margin: 1em 0; }
    .socialMediaLinks .socialMediaLink:hover .socMedLogo {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      transform: scale(1.2); }
    @media (min-width: 600px) {
      .socialMediaLinks .socialMediaLink {
        width: 24.999%; } }
    @media (min-width: 922px) {
      .socialMediaLinks .socialMediaLink .socialMediaIcon {
        font-size: 5em; } }

.tag-list {
  float: left;
  margin-bottom: 3em;
  clear: both;
  list-style-type: none; }
  .tag-list li {
    float: left;
    margin: 0 0.25em 0.25em 0; }
    .tag-list li a, .tag-list li.tag-list-title {
      display: block;
      font-size: 0.75em; }
    .tag-list li a {
      background: #f3f3f3;
      padding: 0.5em 0.75em;
      text-decoration: none;
      -webkit-transition: 0.15s all ease;
      -moz-transition: 0.15s all ease;
      -ms-transition: 0.15s all ease;
      -o-transition: 0.15s all ease;
      transition: 0.15s all ease; }
      .tag-list li a:hover {
        color: #ffffff;
        background: #231F20; }
    .tag-list li.tag-list-title {
      font-family: "OpenSans-Bold-webfont", Arial;
      padding: 0.5em 0.75em 0.5em 0; }

.ratingBlockWrap {
  float: left;
  width: 100%;
  margin-bottom: 3em;
  clear: both;
  background: #f3f3f3;
  padding: 1em 0; }
  .ratingBlockWrap .ratingBlock {
    padding: 0 1em; }
    .ratingBlockWrap .ratingBlock p {
      float: left;
      text-transform: uppercase;
      font-family: "OpenSans-Bold-webfont", Arial;
      width: 60%;
      text-align: left; }
      .ratingBlockWrap .ratingBlock p .fa {
        margin-right: 0.333em; }
      @media (min-width: 600px) {
        .ratingBlockWrap .ratingBlock p {
          width: 100%;
          text-align: center; } }
      @media (min-width: 922px) {
        .ratingBlockWrap .ratingBlock p {
          width: 60%;
          text-align: left; } }
    .ratingBlockWrap .ratingBlock .rating {
      float: right;
      width: 40%;
      margin: 0;
      list-style-type: none; }
      .ratingBlockWrap .ratingBlock .rating li {
        float: left;
        width: 20%;
        text-align: center;
        color: #bcbcbc;
        font-size: 1.125em;
        /*
        				&:hover {
        					color:$correctColor;
        				}
        */ }
        .ratingBlockWrap .ratingBlock .rating li.active {
          color: #00D078; }
      @media (min-width: 600px) {
        .ratingBlockWrap .ratingBlock .rating {
          width: 70%;
          margin: 0.5em 15% 0; } }
      @media (min-width: 922px) {
        .ratingBlockWrap .ratingBlock .rating {
          width: 40%;
          margin: 0; } }
    .ratingBlockWrap .ratingBlock:hover li.active {
      color: #bcbcbc; }
    .ratingBlockWrap .ratingBlock:hover li.hovered {
      color: #00D078; }

#recaptchaWrap {
  float: right; }

.sitemap {
  list-style-type: none; }
  .sitemap li {
    float: left;
    width: 50%; }
    .sitemap li a {
      display: block;
      color: #231F20;
      text-decoration: none;
      line-height: 2;
      font-size: 0.875em; }
      .sitemap li a:hover {
        text-decoration: underline; }
  .sitemap li:nth-child(9), .sitemap li:nth-child(10) {
    margin-top: 30px; }

.formFields {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  clear: both; }
  .formFields .formFieldWrap {
    float: left;
    width: 100%; }
    .formFields .formFieldWrap .formFieldLabel {
      float: left;
      width: 100%;
      padding: 0.666em 0;
      line-height: 1.5;
      vertical-align: middle; }
      @media (min-width: 922px) {
        .formFields .formFieldWrap .formFieldLabel {
          width: 21.7391%; } }
    .formFields .formFieldWrap .formField {
      float: right;
      width: 100%;
      padding-left: 0; }
      @media (min-width: 922px) {
        .formFields .formFieldWrap .formField {
          width: 73.91307%;
          padding-left: 4.34783%; } }
      .formFields .formFieldWrap .formField.formFieldFullWidth {
        padding-left: 0;
        width: 100%; }
      .formFields .formFieldWrap .formField .formFieldExtraLink {
        float: right;
        font-size: 0.875em !important;
        padding: 0.666em 0 0.666em 2em;
        line-height: 1.5;
        vertical-align: middle;
        font-size: 1em; }
        .formFields .formFieldWrap .formField .formFieldExtraLink a {
          text-decoration: none; }
          .formFields .formFieldWrap .formField .formFieldExtraLink a:hover {
            text-decoration: underline; }
        .formFields .formFieldWrap .formField .formFieldExtraLink .fa {
          margin-right: 0.25em; }
      .formFields .formFieldWrap .formField .formFieldText {
        float: left;
        width: 100%;
        padding: 0 0 0.666em;
        line-height: 1.5;
        vertical-align: middle; }
        .formFields .formFieldWrap .formField .formFieldText a {
          color: #898989; }
          .formFields .formFieldWrap .formField .formFieldText a:hover {
            color: #231F20; }
        .formFields .formFieldWrap .formField .formFieldText.textAlignRight {
          text-align: left; }
          @media (min-width: 922px) {
            .formFields .formFieldWrap .formField .formFieldText.textAlignRight {
              text-align: right; } }
        @media (min-width: 922px) {
          .formFields .formFieldWrap .formField .formFieldText {
            margin-bottom: 0.75em;
            padding: 0.666em 0; } }
      .formFields .formFieldWrap .formField .selectbox {
        margin-bottom: 0.75em; }
      .formFields .formFieldWrap .formField .btn {
        margin-top: 0.75em; }
      .formFields .formFieldWrap .formField img {
        margin-bottom: 1em; }
  .formFields textarea {
    resize: vertical;
    height: 13em; }
  .formFields textarea, .formFields input[type="text"], .formFields input[type="search"], .formFields input[type="password"], .formFields input[type="file"] {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border: none;
    font-family: "OpenSans-Light-webfont", Arial;
    padding: 0.666em 0.75em;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 0.75em;
    -moz-box-shadow: inset 0 0 2px #bcbcbc;
    -webkit-box-shadow: inset 0 0 2px #bcbcbc;
    box-shadow: inset 0 0 2px #bcbcbc; }
    .formFields textarea.error, .formFields input[type="text"].error, .formFields input[type="search"].error, .formFields input[type="password"].error, .formFields input[type="file"].error {
      background: #ffe0e0 !important; }
  .formFields ::-webkit-input-placeholder {
    color: #898989; }
  .formFields :-moz-placeholder {
    /* Firefox 18- */
    color: #898989; }
  .formFields ::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989; }
  .formFields :-ms-input-placeholder {
    color: #898989; }
  .formFields input[type="submit"] {
    float: right;
    width: 100%; }

.formFieldOption {
  float: left;
  width: 100%;
  line-height: 1.75;
  vertical-align: middle;
  margin-bottom: 0.5em; }
  .formFieldOption label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 42px;
    margin-right: 1.5em;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 2px;
    vertical-align: middle; }
    .formFieldOption label::before {
      content: "";
      display: inline-block;
      background: #f3f3f3;
      width: 28px;
      height: 28px;
      margin-right: 14px;
      position: absolute;
      left: 0px;
      border: none;
      -moz-box-shadow: inset 0 0 2px #bcbcbc;
      -webkit-box-shadow: inset 0 0 2px #bcbcbc;
      box-shadow: inset 0 0 2px #bcbcbc; }
  .formFieldOption input[type="checkbox"] {
    display: none; }
  .formFieldOption input[type="checkbox"].error + label::before {
    background: #ffe0e0; }
  .formFieldOption input[type="checkbox"]:checked + label::before {
    text-align: center;
    background: #00D078;
    border: none; }
  .formFieldOption input[type="radio"] {
    display: none; }
  .formFieldOption input[type="radio"] + label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .formFieldOption input[type="radio"].error + label::before {
    background: #ffe0e0; }
  .formFieldOption input[type="radio"]:checked + label::before {
    text-align: center;
    background: #00D078;
    border: none; }
  .formFieldOption.formFieldOptionHorizontal {
    width: auto;
    margin-bottom: 1.25em; }
  @media (min-width: 922px) {
    .formFieldOption {
      width: 50%; }
      .formFieldOption.formFieldOptionHorizontal {
        width: auto; } }

.uploadWrap {
  float: left;
  width: 100%;
  overflow: hidden; }
  .uploadWrap .uploadImg {
    width: 160px !important;
    height: 20px !important;
    margin: 1em 0; }
  .uploadWrap .uploadField {
    float: left;
    width: 66.666%; }
  .uploadWrap .uploadBtnWrap {
    float: left;
    position: relative;
    width: 33.333%;
    cursor: pointer !important; }
    .uploadWrap .uploadBtnWrap .file_input_hidden {
      position: absolute;
      height: 46px;
      cursor: pointer !important;
      opacity: 0;
      z-index: 1; }
    .uploadWrap .uploadBtnWrap .btn {
      margin-top: 0 !important;
      padding: 0;
      height: 45px;
      line-height: 44px;
      cursor: pointer !important; }

.socialShowOnPilotPage {
  float: none !important; }
  @media (min-width: 922px) {
    .socialShowOnPilotPage {
      float: left !important; } }

.mapSearchButtonContainer {
  margin-right: 0 !important; }

/*
#mapSearchButton {
	margin-top:0em;
	padding:0.6em 0;
}
*/
#mapSearch {
  width: 50%;
  background-color: white;
  top: 10px !important; }

.oldie input[type="checkbox"], .oldie input[type="radio"] {
  display: inline-block !important;
  position: static !important;
  left: -10px !important;
  margin: 13px 0 0 -22px !important; }

.oldie label:before {
  display: none !important;
  content: "" !important; }

.uploader {
  float: left;
  width: 100%;
  padding: 2.5em;
  background: #f3f3f3;
  border: 3px dashed #d9d9d9;
  text-align: center;
  display: block;
  margin-top: 1em;
  /* Icon */
  /* Sleep je afbeelding hier naartoe */
  /* Of */
  /* Knop 'Kies een afbeelding' */
  /* Begeleidende tekst */ }
  .uploader .fa {
    font-size: 7em;
    text-shadow: 1px 1px 0 #ffffff; }
  .uploader .uploaderMainTitle {
    font-size: 2em;
    line-height: 1.333;
    font-family: "OpenSans-Bold-webfont", Arial;
    padding: 1em 0 0.25em;
    text-shadow: 1px 1px 0 #ffffff; }
  .uploader .uploaderSubTitle {
    font-size: 1.5em;
    font-family: "OpenSans-Bold-webfont", Arial;
    padding: 0 0 0.75em;
    text-shadow: 1px 1px 0 #ffffff; }
  .uploader .uploaderBtn {
    width: auto;
    display: inline-block;
    padding: 0.5em 2em; }
  .uploader .uploaderTxt {
    margin-top: 2.5em;
    text-shadow: 1px 1px 0 #ffffff; }
  .uploader.hideUploader {
    display: none; }
  @media (min-width: 922px) {
    .uploader {
      margin-bottom: 2em; } }

.btnUploader {
  float: right;
  display: block;
  width: 100%;
  cursor: pointer; }
  .btnUploader .fa {
    margin-right: 0.5em; }
  @media (min-width: 922px) {
    .btnUploader {
      width: 31.333%; } }

.progressbar {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 1em;
  height: 3em; }
  .progressbar .progressbarStatusGrey {
    background: #999 !important; }
  .progressbar .progressbarStatus {
    background: #00D078;
    color: #ffffff;
    height: 3em;
    text-align: right; }
    .progressbar .progressbarStatus .progressbarStatusPercentage {
      display: inline-block;
      line-height: 2;
      vertical-align: middle;
      padding: 0 0.5em;
      font-size: 1.5em;
      font-family: "OpenSans-Bold-webfont", Arial; }
    .progressbar .progressbarStatus.progressbarStatus10 {
      width: 10%; }
      .progressbar .progressbarStatus.progressbarStatus10 .progressbarStatusPercentage {
        display: none; }
        @media (min-width: 922px) {
          .progressbar .progressbarStatus.progressbarStatus10 .progressbarStatusPercentage {
            display: block; } }
    .progressbar .progressbarStatus.progressbarStatus20 {
      width: 20%; }
    .progressbar .progressbarStatus.progressbarStatus30 {
      width: 30%; }
    .progressbar .progressbarStatus.progressbarStatus40 {
      width: 40%; }
    .progressbar .progressbarStatus.progressbarStatus50 {
      width: 50%; }
    .progressbar .progressbarStatus.progressbarStatus60 {
      width: 60%; }
    .progressbar .progressbarStatus.progressbarStatus70 {
      width: 70%; }
    .progressbar .progressbarStatus.progressbarStatus80 {
      width: 80%; }
    .progressbar .progressbarStatus.progressbarStatus90 {
      width: 90%; }
    .progressbar .progressbarStatus.progressbarStatus100 {
      width: 100%; }

.myDrone {
  float: left;
  background: #f3f3f3;
  position: relative;
  padding: 1.25em;
  width: 100%; }
  .myDrone .myDroneImage {
    float: left;
    width: 33.333%;
    background: #ffffff; }
  .myDrone .myDroneDescription {
    float: left;
    width: 66.666%; }
    .myDrone .myDroneDescription p {
      padding-left: 1.25em; }
      .myDrone .myDroneDescription p .myDroneDescriptionTitle {
        text-transform: uppercase;
        color: #898989;
        font-family: "OpenSans-Bold-webfont", Arial; }
  .myDrone .removeDrone {
    position: absolute;
    top: 0.75em;
    right: 1em; }

.myMedia {
  float: left;
  background: #f3f3f3;
  position: relative;
  padding: 1.25em;
  width: 100%; }
  .myMedia .myMediaTitle {
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1em; }
  .myMedia .responsive-video, .myMedia figure {
    margin-bottom: 1em; }
  .myMedia .myMediaOptions {
    float: left;
    width: 100%;
    text-align: center; }
    .myMedia .myMediaOptions .myMediaOption {
      display: inline-block;
      line-height: 1.5;
      margin: 0 0.8em;
      text-decoration: none;
      cursor: pointer; }
      .myMedia .myMediaOptions .myMediaOption .fa {
        margin-right: 0.5em; }
      .myMedia .myMediaOptions .myMediaOption:hover .myMediaOptionTxt {
        text-decoration: underline !important; }

.myMediaEdit {
  float: left;
  margin-top: 1.5em;
  display: none; }
  .myMediaEdit .formFields {
    margin-bottom: 0; }
    .myMediaEdit .formFields textarea, .myMediaEdit .formFields input[type="text"], .myMediaEdit .formFields input[type="password"], .myMediaEdit .formFields input[type="file"] {
      background: #ffffff;
      -moz-box-shadow: inset 0 0 2px #bcbcbc;
      -webkit-box-shadow: inset 0 0 2px #bcbcbc;
      box-shadow: inset 0 0 2px #bcbcbc; }
  .myMediaEdit .myMediaEditSelect.selectboxit-btn {
    background: #ffffff !important; }

.tabMenu .tabMenuMobile {
  display: block;
  border-bottom: 3px solid #231F20; }
  @media (min-width: 922px) {
    .tabMenu .tabMenuMobile {
      display: none !important; } }
.tabMenu .tabMenuDesktop {
  display: none; }
  .tabMenu .tabMenuDesktop ol {
    float: left;
    width: 100%;
    border-bottom: 3px solid #231F20;
    margin-bottom: 1em;
    list-style-type: none; }
    .tabMenu .tabMenuDesktop ol li {
      float: left;
      background: #f3f3f3;
      margin-right: 0.75em; }
      .tabMenu .tabMenuDesktop ol li a {
        display: block;
        font-size: 1em;
        text-transform: uppercase;
        color: #898989;
        text-decoration: none;
        line-height: 3em;
        vertical-align: middle;
        padding: 0 1em;
        text-shadow: 1px 1px 0 #ffffff;
        -webkit-transition: 0.25s all ease;
        -moz-transition: 0.25s all ease;
        -ms-transition: 0.25s all ease;
        -o-transition: 0.25s all ease;
        transition: 0.25s all ease; }
        .tabMenu .tabMenuDesktop ol li a:hover {
          color: #231F20; }
      .tabMenu .tabMenuDesktop ol li.active {
        background: #231F20; }
        .tabMenu .tabMenuDesktop ol li.active a {
          font-family: "OpenSans-Bold-webfont", Arial;
          color: #ffffff;
          pointer-events: none;
          text-shadow: none; }
  @media (min-width: 922px) {
    .tabMenu .tabMenuDesktop {
      display: block; } }

.sortSelect {
  width: 100%;
  margin: 1em 0 2em; }
  @media (min-width: 600px) {
    .sortSelect {
      width: 50%; } }
  @media (min-width: 922px) {
    .sortSelect {
      float: right;
      width: 25%;
      margin: -0.5em 0 0; } }
  @media (min-width: 922px) {
    .sortSelect.overviewSortSelect {
      margin: 1em 0 2em; } }

.ratingTxt {
  display: inline-block; }
  @media (min-width: 922px) {
    .ratingTxt {
      margin-right: 0.5em; } }

.ratingStars {
  display: none;
  color: #d9d9d9;
  text-shadow: 0 1px 0 #ffffff;
  position: relative;
  font-size: 1em; }
  @media (min-width: 922px) {
    .ratingStars {
      display: inline-block; } }
  .ratingStars .ratingActiveStars {
    position: absolute;
    top: 0;
    left: 0;
    color: #00D078; }

.priceTable {
  width: 100%;
  border-collapse: collapse;
  /* Kolommen */ }
  .priceTable tbody tr:nth-child(odd) {
    background: #f3f3f3; }
  .priceTable td, .priceTable th {
    padding: 0.5em 0;
    vertical-align: middle;
    text-align: left; }
  .priceTable img {
    max-width: auto;
    width: 80px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none; }
    @media (min-width: 922px) {
      .priceTable img {
        width: 160px; } }
    @media (min-width: 1080px) {
      .priceTable img {
        width: 200px; } }
  .priceTable .tableTitle {
    font-size: 0.875em;
    color: #898989;
    font-weight: normal; }
    .priceTable .tableTitle .hideOnMobile {
      display: none; }
      @media (min-width: 922px) {
        .priceTable .tableTitle .hideOnMobile {
          display: inline; } }
    .priceTable .tableTitle .showOnMobile {
      display: inline; }
      @media (min-width: 922px) {
        .priceTable .tableTitle .showOnMobile {
          display: none; } }
  .priceTable .tableDeliveryTime {
    display: none; }
    @media (min-width: 600px) {
      .priceTable .tableDeliveryTime {
        display: table-cell; } }
  .priceTable .tableShippingCosts {
    display: none; }
    @media (min-width: 600px) {
      .priceTable .tableShippingCosts {
        display: table-cell; } }
  .priceTable tbody .tablePrice {
    font-family: "OpenSans-Bold-webfont", Arial; }
    .priceTable tbody .tablePrice .priceTxt {
      display: block; }
  .priceTable .tableToTheShop .btn {
    display: block;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .priceTable .tableToTheShop .btn .fa {
      display: inline-block; }
      @media (min-width: 479px) {
        .priceTable .tableToTheShop .btn .fa {
          margin-right: 1em; } }
      @media (min-width: 600px) {
        .priceTable .tableToTheShop .btn .fa {
          display: none; } }
      @media (min-width: 922px) {
        .priceTable .tableToTheShop .btn .fa {
          display: inline-block; } }
    .priceTable .tableToTheShop .btn .btnTxt {
      display: none; }
      @media (min-width: 479px) {
        .priceTable .tableToTheShop .btn .btnTxt {
          display: inline-block; } }
    @media (min-width: 600px) {
      .priceTable .tableToTheShop .btn {
        padding: 0 0.5em; } }
  .priceTable thead th, .priceTable tbody td {
    padding: 1em 0.5em; }
    @media (min-width: 922px) {
      .priceTable thead th, .priceTable tbody td {
        padding: 1em; } }

.specsTableWrap {
  margin-bottom: 3em; }
  .specsTableWrap .specsTableTitle {
    font-size: 1em;
    margin-bottom: 1.5em; }
    .specsTableWrap .specsTableTitle i {
      width: 30px;
      text-align: center; }
  .specsTableWrap .specsTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875em; }
    .specsTableWrap .specsTable tr:nth-child(odd) {
      background: #f3f3f3; }
    .specsTableWrap .specsTable .specsTablePropertyName {
      padding: 0.666em 1em;
      color: #898989;
      width: 40%; }
    .specsTableWrap .specsTable .specsTableProperty {
      padding: 0.666em 1em;
      width: 60%; }
  .specsTableWrap.specsTableWrapXL .specsTable {
    font-size: 1em; }
    .specsTableWrap.specsTableWrapXL .specsTable tr:nth-child(odd) {
      background: none; }
    .specsTableWrap.specsTableWrapXL .specsTable .specsTablePropertyName {
      width: 25%;
      padding: 0.666em 1em 0.666em 0; }
      @media (min-width: 600px) {
        .specsTableWrap.specsTableWrapXL .specsTable .specsTablePropertyName {
          text-align: right; } }
    .specsTableWrap.specsTableWrapXL .specsTable .specsTableProperty .ratingTxt {
      margin-right: 0.5em; }
    .specsTableWrap.specsTableWrapXL .specsTable .specsTableProperty .ratingStars {
      display: inline-block;
      margin-right: 1em; }
    .specsTableWrap.specsTableWrapXL .specsTable .specsTableProperty a {
      display: inline-block;
      padding: 0;
      color: #898989;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
      .specsTableWrap.specsTableWrapXL .specsTable .specsTableProperty a:hover {
        color: #231F20; }

.overviewOptions {
  float: left;
  width: 100%;
  margin: 0 0 1.5em; }
  .overviewOptions .overviewCompareAndView {
    float: left;
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 600px) {
      .overviewOptions .overviewCompareAndView {
        width: 50%;
        margin-bottom: 0; } }
    @media (min-width: 922px) {
      .overviewOptions .overviewCompareAndView {
        width: 68.666%; } }
  .overviewOptions .overviewCompare {
    float: left;
    font-size: 0.75em;
    font-family: "OpenSans-Bold-webfont", Arial;
    margin-top: 0.5em; }
    .overviewOptions .overviewCompare .overviewCompareLink {
      color: #00D078; }
      .overviewOptions .overviewCompare .overviewCompareLink a {
        color: #00D078;
        text-transform: uppercase;
        text-decoration: none; }
        .overviewOptions .overviewCompare .overviewCompareLink a:hover {
          text-decoration: underline; }
    .overviewOptions .overviewCompare .overviewCompareInfo {
      color: #898989; }
  .overviewOptions .overviewSelectView {
    float: right;
    margin: 0; }
    .overviewOptions .overviewSelectView .overviewSelectedTxt {
      display: none;
      margin: 0 1.666em 0 0;
      color: #898989;
      line-height: 46px;
      vertical-align: middle;
      font-size: 0.875em;
      text-transform: uppercase; }
      .overviewOptions .overviewSelectView .overviewSelectedTxt .overviewSelectedTxtSpecial {
        color: #231F20; }
      @media (min-width: 922px) {
        .overviewOptions .overviewSelectView .overviewSelectedTxt {
          display: inline-block; } }
    .overviewOptions .overviewSelectView .overviewSelectTrigger {
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease;
      display: inline-block;
      cursor: pointer;
      font-size: 1.666em;
      line-height: 46px;
      margin: 0 0.25em 0 0;
      text-decoration: none;
      vertical-align: middle; }
      .overviewOptions .overviewSelectView .overviewSelectTrigger:hover, .overviewOptions .overviewSelectView .overviewSelectTrigger.active {
        color: #00b669; }
    @media (min-width: 600px) {
      .overviewOptions .overviewSelectView {
        margin: 0 1.333em 0 0; } }
  .overviewOptions .overviewSortSelect {
    float: right;
    margin: 0 !important; }
    @media (min-width: 922px) {
      .overviewOptions .overviewSortSelect {
        width: 31.333%; } }
  .overviewOptions.events .overviewSortSelect {
    width: 50%; }
  .overviewOptions.events .overviewCompareAndView {
    float: right;
    width: 50%; }
    .overviewOptions.events .overviewCompareAndView .overviewCompare {
      float: right; }

.overview {
  margin-bottom: 0; }
  .overview .overviewItem {
    float: left;
    padding: 1.5em;
    border: 3px solid #f3f3f3; }
    .overview .overviewItem .overviewItemTitleWrap {
      float: left;
      width: 100%;
      text-align: center;
      line-height: 1.666;
      font-size: 1em;
      font-family: "OpenSans-Bold-webfont", Arial;
      height: 3.333em;
      overflow: hidden;
      display: block;
      margin-bottom: 0.5em; }
      .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle {
        display: table;
        width: 100%;
        height: 100%; }
        .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle i.fa {
          float: left;
          padding: 3px 20px 0 0;
          font-size: 2em;
          width: 50px;
          height: 75px; }
          .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle i.fa.fa-arrows {
            -webkit-transform: rotate(20deg);
            -moz-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg); }
        .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle .overviewItemTitlePos {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle .overviewItemTitlePos span {
            font-family: "OpenSans-Light-webfont", Arial; }
            .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle .overviewItemTitlePos span a {
              cursor: pointer; }
              .overview .overviewItem .overviewItemTitleWrap .overviewItemTitle .overviewItemTitlePos span a .fa-map-marker {
                width: auto;
                height: auto;
                font-size: 1em;
                float: none;
                margin-left: 10px; }
    .overview .overviewItem .imgOverlay {
      position: absolute;
      top: 0; }
    .overview .overviewItem .overviewItemRating {
      float: left;
      width: 100%;
      text-align: center; }
      .overview .overviewItem .overviewItemRating .ratingStars {
        display: inline-block;
        font-size: 1.25em; }
    .overview .overviewItem .overviewItemPrice {
      float: left;
      width: 100%;
      text-align: center;
      line-height: 3;
      font-size: 1.25em;
      font-family: "OpenSans-Bold-webfont", Arial; }
      .overview .overviewItem .overviewItemPrice .overviewItemPriceTxt {
        display: inline-block; }
    .overview .overviewItem .overviewItemBtnWrap {
      float: left;
      width: 100%; }
      .overview .overviewItem .overviewItemBtnWrap .overviewItemBtn {
        display: block;
        -moz-transition-property: none !important;
        -webkit-transition-property: none !important;
        -o-transition-property: none !important;
        transition-property: none !important; }
  .overview .overviewItemCompare {
    float: left;
    width: 100%;
    padding: 0.25em 1.5em;
    text-align: center;
    background: #f3f3f3; }
    .overview .overviewItemCompare .formFieldOption {
      width: 100%; }
      .overview .overviewItemCompare .formFieldOption label {
        color: #898989;
        padding-top: 0; }
        .overview .overviewItemCompare .formFieldOption label::before {
          background: #ffffff; }
  .overview.overviewList {
    border-bottom: 3px solid #f3f3f3; }
    .overview.overviewList .col-4 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: auto; }
      .overview.overviewList .col-4 .overviewItem {
        float: right;
        padding: 1em 0 1em 1em;
        width: 90%;
        /* fallback if needed */
        width: -moz-calc(100% - 3em);
        width: -webkit-calc(100% - 3em);
        width: -o-calc(100% - 3em);
        width: calc(100% - 3em);
        border-right: none;
        border-left: 3px solid #e5e5e5;
        border-bottom: none;
        height: 120px;
        display: table; }
        .overview.overviewList .col-4 .overviewItem figure {
          float: none;
          display: none;
          display: block;
          float: right;
          width: 30%;
          margin-bottom: 0 !important; }
          @media (min-width: 600px) {
            .overview.overviewList .col-4 .overviewItem figure {
              width: 85px; } }
          @media (min-width: 922px) {
            .overview.overviewList .col-4 .overviewItem figure {
              display: table-cell;
              vertical-align: middle; } }
        .overview.overviewList .col-4 .overviewItem .overviewItemTitleWrap {
          float: none;
          width: 70%;
          font-size: 1em;
          height: auto;
          margin-bottom: auto; }
          .overview.overviewList .col-4 .overviewItem .overviewItemTitleWrap .overviewItemTitle {
            display: block; }
            .overview.overviewList .col-4 .overviewItem .overviewItemTitleWrap .overviewItemTitle .overviewItemTitlePos {
              display: block;
              text-align: left;
              padding-right: 1em; }
          @media (min-width: 600px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemTitleWrap {
              display: table-cell;
              vertical-align: middle;
              width: 25%; } }
          @media (min-width: 922px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemTitleWrap {
              padding-left: 1em; } }
        .overview.overviewList .col-4 .overviewItem .overviewItemRating {
          float: none;
          text-align: left; }
          @media (min-width: 600px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemRating {
              padding-left: 2em;
              display: table-cell;
              vertical-align: middle;
              width: auto; }
              .overview.overviewList .col-4 .overviewItem .overviewItemRating .ratingStars {
                display: none; } }
          @media (min-width: 1080px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemRating {
              padding-left: 1em; }
              .overview.overviewList .col-4 .overviewItem .overviewItemRating .ratingStars {
                display: inline-block; } }
        .overview.overviewList .col-4 .overviewItem .overviewItemPrice {
          float: none;
          text-align: left;
          line-height: 1.5;
          margin-bottom: 1em; }
          @media (min-width: 600px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemPrice {
              display: table-cell;
              vertical-align: middle;
              width: auto;
              text-align: right;
              padding-right: 2em;
              margin-bottom: auto; } }
          @media (min-width: 1080px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemPrice {
              padding-right: 1em; } }
        .overview.overviewList .col-4 .overviewItem .overviewItemBtnWrap {
          width: 100%; }
          .overview.overviewList .col-4 .overviewItem .overviewItemBtnWrap .overviewItemBtn {
            padding: 0.4em 1em;
            -moz-transition-property: none !important;
            -webkit-transition-property: none !important;
            -o-transition-property: none !important;
            transition-property: none !important; }
          @media (min-width: 600px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemBtnWrap {
              float: none;
              width: 25%;
              display: table-cell;
              vertical-align: middle; } }
          @media (min-width: 922px) {
            .overview.overviewList .col-4 .overviewItem .overviewItemBtnWrap {
              width: 20%; } }
        .overview.overviewList .col-4 .overviewItem:last-child {
          border-bottom: 3px solid #f3f3f3; }
      .overview.overviewList .col-4 .overviewItemCompare {
        position: absolute;
        padding: 0;
        width: 48px;
        height: 100%; }
        .overview.overviewList .col-4 .overviewItemCompare .formFieldOption {
          float: none;
          width: auto;
          display: table-cell;
          height: 95px; }
          .overview.overviewList .col-4 .overviewItemCompare .formFieldOption label {
            margin-left: 10px; }
            .overview.overviewList .col-4 .overviewItemCompare .formFieldOption label .overviewItemCompareTxt {
              display: none; }
    .overview.overviewList .events .overviewItem {
      width: 100%; }
    @media (min-width: 600px) {
      .overview.overviewList .events .overviewItemBtnWrap {
        width: 10% !important; } }
    .overview.overviewList .events .overviewItemTitleWrap {
      width: 33%; }

.overviewAddDroneBtn {
  clear: left;
  width: 100%;
  padding-top: 3em;
  display: none; }
  @media (min-width: 922px) {
    .overviewAddDroneBtn {
      display: block; } }

.overviewAddDroneBtn a {
  font-size: 0.7em;
  display: block;
  width: 100%; }

.loadMoreSpecs {
  font-size: 0.8em;
  cursor: pointer;
  padding-left: 1em;
  padding-bottom: 1em; }

.loadMoreSpecs {
  clear: left; }

.searchSpec {
  float: left;
  width: 90% !important;
  background: #ffffff;
  border: none;
  font-family: "OpenSans-Light-webfont", Arial;
  padding: 0.666em 0.5em;
  line-height: 1.0;
  vertical-align: middle;
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  margin-left: 0.75em;
  -moz-box-shadow: inset 0 0 2px #bcbcbc;
  -webkit-box-shadow: inset 0 0 2px #bcbcbc;
  box-shadow: inset 0 0 2px #bcbcbc; }
  .searchSpec.error {
    background: #ffe0e0; }

.productSearchWrap {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  clear: both; }
  .productSearchWrap .productSearchField {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border: none;
    font-family: "OpenSans-Light-webfont", Arial;
    padding: 0.666em 45px 0.666em 0.75em;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 0.75em;
    -moz-box-shadow: inset 0 0 2px #bcbcbc;
    -webkit-box-shadow: inset 0 0 2px #bcbcbc;
    box-shadow: inset 0 0 2px #bcbcbc; }
  .productSearchWrap ::-webkit-input-placeholder {
    color: #898989; }
  .productSearchWrap :-moz-placeholder {
    /* Firefox 18- */
    color: #898989; }
  .productSearchWrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989; }
  .productSearchWrap :-ms-input-placeholder {
    color: #898989; }
  .productSearchWrap .productSearchSubmit {
    position: absolute;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 1.25em;
    right: 0;
    top: 8px;
    color: #898989;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease; }
    .productSearchWrap .productSearchSubmit:hover {
      color: #231F20; }
  @media (min-width: 600px) {
    .productSearchWrap {
      width: 50%; } }
  @media (min-width: 922px) {
    .productSearchWrap {
      float: none;
      width: 25%;
      position: absolute;
      top: -7.75em;
      right: 0;
      margin-bottom: auto; } }
  @media (min-width: 600px) {
    .productSearchWrap.productSearchWrapOnOverviewPage {
      float: right; } }
  @media (min-width: 922px) {
    .productSearchWrap.productSearchWrapOnOverviewPage {
      width: 31.333%; } }

/* Filter dropdowns */
.filterSelectWrap {
  float: left;
  width: 100%;
  position: relative;
  padding: 0.5em 0.75em 0; }
  .filterSelectWrap .selectboxit-btn {
    background: #ffffff !important; }

.filterDronesWrap .filterDrones .filterSelectWrap ul {
  margin-top: -1px; }
.filterDronesWrap .filterDrones .filterSelectWrap li {
  background: #ffffff; }

/* Slider */
.filterSliderWrap {
  float: left;
  width: 100%;
  position: relative;
  padding: 0.5em 0.75em 0; }
  .filterSliderWrap .filterSlider {
    padding: 1em 0.75em 0;
    margin-bottom: 1.5em; }
  .filterSliderWrap .filterSliderPrices .filterSliderPrice {
    float: left;
    padding-right: 1em;
    /* Inputvelden */
    /* Valute teken */ }
    .filterSliderWrap .filterSliderPrices .filterSliderPrice .filterSliderPriceInput {
      float: left;
      width: 5em;
      background: #ffffff;
      border: none;
      font-family: "OpenSans-Light-webfont", Arial;
      padding: 0.666em 0.75em;
      line-height: 1.5;
      vertical-align: middle;
      font-size: 1em;
      margin-bottom: 0.75em;
      -moz-box-shadow: inset 0 0 2px #bcbcbc;
      -webkit-box-shadow: inset 0 0 2px #bcbcbc;
      box-shadow: inset 0 0 2px #bcbcbc; }
      .filterSliderWrap .filterSliderPrices .filterSliderPrice .filterSliderPriceInput.error {
        background: #ffe0e0; }
    .filterSliderWrap .filterSliderPrices .filterSliderPrice .filterSliderPriceValuta {
      float: left;
      display: inline-block;
      margin-right: 0.5em; }
    @media (min-width: 922px) {
      .filterSliderWrap .filterSliderPrices .filterSliderPrice {
        width: 100%; } }
    @media (min-width: 1080px) {
      .filterSliderWrap .filterSliderPrices .filterSliderPrice {
        width: 50%;
        padding-right: 0; } }
  .filterSliderWrap.filterSliderWrapDroneFinder {
    padding: 0.5em 0.25em 0; }

/* Jquery-UI overrides slider */
.ui-slider-horizontal {
  height: 0.5em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #00D078 !important;
  background: #00D078 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.ui-widget-content {
  border: 1px solid #d9d9d9 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* Filter text input */
.filterInputTextWrap {
  float: left;
  width: 100%;
  position: relative;
  padding: 0.5em 0.75em 0; }
  .filterInputTextWrap .filterInputTextField {
    float: left;
    width: 100%;
    background: #ffffff;
    border: none;
    font-family: "OpenSans-Light-webfont", Arial;
    padding: 0.666em 45px 0.666em 0.75em;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 0.75em;
    -moz-box-shadow: inset 0 0 2px #bcbcbc;
    -webkit-box-shadow: inset 0 0 2px #bcbcbc;
    box-shadow: inset 0 0 2px #bcbcbc; }
  .filterInputTextWrap ::-webkit-input-placeholder {
    color: #898989; }
  .filterInputTextWrap :-moz-placeholder {
    /* Firefox 18- */
    color: #898989; }
  .filterInputTextWrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #898989; }
  .filterInputTextWrap :-ms-input-placeholder {
    color: #898989; }
  .filterInputTextWrap .filterInputTextSubmit {
    position: absolute;
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 1.25em;
    right: 0.666em;
    line-height: 44px;
    top: 8px;
    color: #898989;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
    -ms-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease; }
    .filterInputTextWrap .filterInputTextSubmit:hover {
      color: #231F20; }

.filterDronesWrap {
  width: 100%; }
  .filterDronesWrap .filterDronesTitleWrap {
    line-height: 3.5;
    width: 100%;
    font-family: "OpenSans-Bold-webfont", Arial;
    background: #f3f3f3;
    padding: 0 0.75em;
    cursor: pointer;
    /*
    &.filterDronesTitleWrapMapView {
    	-moz-box-shadow: 0px 0px 3px 1px #aaa;
    	-webkit-box-shadow: 0px 0px 3px 1px #aaa;
    	box-shadow: 0px 0px 3px 1px #aaa;
    	@include breakpoint(l) {
    		-moz-box-shadow: none;
    		-webkit-box-shadow: none;
    		box-shadow: none;
    	}
    }
    */ }
    .filterDronesWrap .filterDronesTitleWrap .filterDronesTitle {
      text-transform: uppercase;
      display: inline-block;
      font-size: 0.875em;
      text-decoration: none; }
      .filterDronesWrap .filterDronesTitleWrap .filterDronesTitle .fa {
        margin-right: 1em; }
    .filterDronesWrap .filterDronesTitleWrap .filterDronesTitleStatus {
      float: right;
      display: inline-block;
      color: #898989; }
      .filterDronesWrap .filterDronesTitleWrap .filterDronesTitleStatus .resetAll {
        font-size: 0.75em;
        color: #898989;
        -webkit-transition: 0.25s all ease;
        -moz-transition: 0.25s all ease;
        -ms-transition: 0.25s all ease;
        -o-transition: 0.25s all ease;
        transition: 0.25s all ease; }
        .filterDronesWrap .filterDronesTitleWrap .filterDronesTitleStatus .resetAll:hover {
          color: #231F20; }
      .filterDronesWrap .filterDronesTitleWrap .filterDronesTitleStatus .fa {
        margin-left: 1em;
        color: #898989; }
    @media (min-width: 922px) {
      .filterDronesWrap .filterDronesTitleWrap {
        padding: 0;
        background: none;
        line-height: 2.5;
        cursor: default; }
        .filterDronesWrap .filterDronesTitleWrap .filterDronesTitle {
          pointer-events: none; }
          .filterDronesWrap .filterDronesTitleWrap .filterDronesTitle .fa {
            display: none; }
        .filterDronesWrap .filterDronesTitleWrap .filterDronesTitleStatus .fa {
          display: none; } }
  .filterDronesWrap .filterDrones {
    float: left;
    list-style-type: none;
    width: 100%;
    margin-top: 3px;
    display: none; }
    .filterDronesWrap .filterDrones li {
      float: left;
      width: 100%;
      background: #f3f3f3;
      margin-bottom: 3px;
      line-height: 3.5;
      vertical-align: middle; }
      .filterDronesWrap .filterDrones li .filterDroneCategory {
        cursor: pointer; }
        .filterDronesWrap .filterDrones li .filterDroneCategory .filterDroneCategoryTitle {
          color: #898989;
          text-decoration: none;
          padding: 0 0.86px 0 0.75em;
          display: inline-block; }
        .filterDronesWrap .filterDrones li .filterDroneCategory .filterDroneCategoryStatus {
          float: right;
          padding: 0 0.75em;
          display: inline-block;
          color: #898989; }
          .filterDronesWrap .filterDrones li .filterDroneCategory .filterDroneCategoryStatus .reset {
            font-size: 0.75em;
            font-family: "OpenSans-Bold-webfont", Arial; }
          .filterDronesWrap .filterDrones li .filterDroneCategory .filterDroneCategoryStatus .fa {
            margin-left: 1em;
            color: #898989; }
      .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse {
        float: left;
        display: none;
        background: #f3f3f3;
        width: 100%; }
        .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse .filterDroneCategoryList {
          float: left;
          list-style-type: none;
          padding-bottom: 1em; }
          .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse .filterDroneCategoryList li {
            float: left;
            padding: 0 0.75em;
            width: 100%;
            line-height: 2.5;
            margin-bottom: auto; }
            .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse .filterDroneCategoryList li label::before {
              background: #ffffff; }
            .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse .filterDroneCategoryList li input[type="checkbox"]:checked + label::before {
              background: #00D078; }
        .filterDronesWrap .filterDrones li .filterDroneCategoryCollapse.active {
          display: block; }
      .filterDronesWrap .filterDrones li.active {
        background: #231F20; }
        .filterDronesWrap .filterDrones li.active .filterDroneCategory .filterDroneCategoryTitle {
          color: #ffffff; }
        .filterDronesWrap .filterDrones li.active .filterDroneCategory .filterDroneCategoryStatus {
          color: #ffffff; }
          .filterDronesWrap .filterDrones li.active .filterDroneCategory .filterDroneCategoryStatus .reset {
            color: #ffffff; }
          .filterDronesWrap .filterDrones li.active .filterDroneCategory .filterDroneCategoryStatus .fa {
            color: #ffffff; }
    .filterDronesWrap .filterDrones.active {
      display: block; }
    @media (min-width: 922px) {
      .filterDronesWrap .filterDrones {
        display: block !important;
        margin-top: auto; } }

.compareFeatures {
  list-style-type: none;
  text-align: right; }
  .compareFeatures a {
    color: #00D078;
    text-decoration: none; }
    .compareFeatures a:hover {
      text-decoration: underline; }
  .compareFeatures li {
    line-height: 50px;
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 3px solid #ffffff; }
    .compareFeatures li.compareFeaturesImg {
      height: 203px;
      line-height: 200px;
      overflow: hidden; }
    .compareFeatures li.compareFeaturesTitle {
      font-family: "OpenSans-Bold-webfont", Arial; }
    .compareFeatures li.greyBar {
      background: #f3f3f3; }
  .compareFeatures.mobile {
    float: left;
    display: block;
    width: 100%;
    background: #ffffff;
    border-right: 3px solid #f3f3f3; }
    @media (min-width: 922px) {
      .compareFeatures.mobile {
        display: none; } }
  .compareFeatures.desktop {
    display: none; }
    @media (min-width: 922px) {
      .compareFeatures.desktop {
        display: block; } }

.droneFeatures {
  list-style-type: none;
  text-align: left; }
  .droneFeatures li {
    position: relative;
    line-height: 50px;
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 3px solid #f3f3f3;
    padding: 0 1.25em; }
    .droneFeatures li a .fa {
      margin-right: 0.75em; }
    .droneFeatures li a.btn {
      position: absolute;
      display: inline-block;
      width: auto;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      right: 10px;
      top: 10px;
      font-size: 0.75em;
      padding: 0 0.75em;
      margin-left: 1em; }
      .droneFeatures li a.btn .fa {
        margin-right: auto; }
      .droneFeatures li a.btn .desktopOnly {
        display: none; }
        @media (min-width: 922px) {
          .droneFeatures li a.btn .desktopOnly {
            display: inline; } }
    .droneFeatures li .ratingTxt {
      margin-right: 0.5em; }
    .droneFeatures li .ratingStars {
      display: inline-block; }
    .droneFeatures li.droneFeaturesImg {
      height: 203px;
      overflow: hidden;
      padding: 20px; }
      .droneFeatures li.droneFeaturesImg img {
        width: 160px; }
    .droneFeatures li.greyBar {
      background: #f3f3f3; }

.compareSliderWrap {
  position: relative;
  width: 100%;
  padding: 0 48px;
  background: #f3f3f3; }
  .compareSliderWrap .triggerScroll {
    position: absolute;
    display: block;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 0;
    background-color: #f3f3f3;
    cursor: pointer;
    background-size: 48px 400px;
    background-repeat: repeat-y; }
    .compareSliderWrap .triggerScroll.scrollLeft {
      left: 0;
      border-right: 3px solid #d9d9d9;
      background-image: url(../img/bg-scroll-left.png); }
    .compareSliderWrap .triggerScroll.scrollRight {
      right: 0;
      border-left: 3px solid #d9d9d9;
      background-image: url(../img/bg-scroll-right.png); }
    .compareSliderWrap .triggerScroll:hover {
      background-color: #f8f8f8; }
  .compareSliderWrap .compareFeatures li {
    padding: 0 1.25em; }

.compareSlide {
  float: left;
  width: 100%;
  background: #ffffff; }

.activateLink {
  display: inline-block;
  margin: 0 auto; }
  .activateLink img {
    max-width: 360px;
    display: inline-block; }
  .activateLink:hover img {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }

.productSlider {
  position: relative; }
  .productSlider .owl-page span {
    background: #d9d9d9 !important;
    opacity: 1 !important; }
  .productSlider .owl-page.active span {
    background: #00D078 !important; }
  .productSlider .owl-page:hover span {
    background: #898989 !important; }
  .productSlider .label {
    bottom: 1.5em; }

/* 'Inline' messages */
.inlineNeutral {
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  color: #231F20;
  text-shadow: 1px 1px 0 #ffffff; }

.inlineError {
  background: #FF1B1B;
  color: #ffffff; }

.inlineCorrect {
  background: #00D078;
  color: #ffffff; }

.inlineAlert {
  font-style: italic;
  position: relative; }
  .inlineAlert p {
    padding: 1.25em 1em 1.25em 4em; }
  .inlineAlert .fa {
    position: absolute;
    font-size: 1.5em;
    left: 0.75em;
    top: 0.75em; }

.reviewDistribution {
  float: left;
  width: 100%;
  padding: 0.875em 1em 1em;
  background: #f3f3f3;
  min-height: 247px; }
  .reviewDistribution .reviewDistributionTitle {
    float: left;
    font-family: "OpenSans-Bold-webfont", Arial;
    text-transform: uppercase;
    margin-bottom: 1em; }
    .reviewDistribution .reviewDistributionTitle .fa {
      margin-right: 1em; }
  .reviewDistribution .reviewDistributionScores {
    float: left;
    list-style-type: none;
    width: 100%; }
    .reviewDistribution .reviewDistributionScores li {
      float: left;
      width: 100%;
      line-height: 1.5em;
      vertical-align: middle;
      margin-bottom: 0.666em; }
      .reviewDistribution .reviewDistributionScores li .reviewDistributionTotal {
        float: left;
        width: 100%;
        background: #ffffff;
        height: 1.5em;
        margin: 0.5em 0; }
        @media (min-width: 1080px) {
          .reviewDistribution .reviewDistributionScores li .reviewDistributionTotal {
            width: 75%;
            margin: auto; } }
        .reviewDistribution .reviewDistributionScores li .reviewDistributionTotal .reviewDistributionAmount {
          background: #d9d9d9;
          font-size: 0.875em;
          padding: 0 0.666em; }
      .reviewDistribution .reviewDistributionScores li:last-child {
        margin-bottom: 0; }
  .reviewDistribution .ratingStars {
    float: left;
    font-size: 1.25em;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1080px) {
      .reviewDistribution .ratingStars {
        width: 25%; } }
  @media (min-width: 922px) {
    .reviewDistribution {
      padding: 1.25em 1.5em 1.5em; } }

.reviewMeanScore {
  float: left;
  width: 100%;
  padding: 1.5em;
  background: #f3f3f3;
  position: relative;
  min-height: 247px; }
  .reviewMeanScore .label {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    top: 0.25em;
    font-size: 4.75em; }
  .reviewMeanScore .reviewMeanScoreStars {
    position: absolute;
    bottom: 1em;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 1em; }
    .reviewMeanScore .reviewMeanScoreStars p {
      font-size: 0.875em;
      margin-bottom: 0.125em;
      font-family: "OpenSans-Bold-webfont", Arial; }
    .reviewMeanScore .reviewMeanScoreStars .ratingStars {
      font-size: 1.5em;
      display: inline-block; }

.review {
  float: left;
  width: 100%;
  margin-bottom: 2em; }
  .review header {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #f3f3f3;
    display: table;
    margin-bottom: 2em; }
    .review header figure {
      display: none;
      padding-bottom: 0.5em;
      width: 101px; }
      .review header figure img {
        max-width: auto;
        width: 85px; }
      @media (min-width: 479px) {
        .review header figure {
          display: table-cell; } }
    .review header .reviewTitle {
      display: table-cell;
      vertical-align: middle;
      padding-right: 101px;
      height: 85px; }
      .review header .reviewTitle h2 {
        font-size: 1.125em;
        text-transform: uppercase;
        font-family: "OpenSans-Bold-webfont", Arial; }
      .review header .reviewTitle time {
        margin: 0.5em 0px; }
    .review header .label {
      bottom: 11px;
      right: 0;
      background: #e5e5e5;
      color: #231F20;
      width: 85px;
      height: 85px;
      line-height: 52px;
      font-size: 3em; }

.plusMinusTitle {
  font-size: 1.125em; }

.plusMinusList {
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.5;
  list-style-type: none; }
  .plusMinusList li {
    margin: 0 0 0 1em;
    padding: 0.25em 0 0.25em 1em; }
    .plusMinusList li:before {
      font-family: 'FontAwesome';
      margin: 0 1.125em 0 -2em; }
  .plusMinusList.plusList li:before {
    content: '\f055';
    color: #00D078; }
  .plusMinusList.minusList li:before {
    content: '\f056';
    color: #FF1B1B; }

.pilotTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875em;
  /* Kolommen */ }
  @media (min-width: 600px) {
    .pilotTable {
      font-size: 1em; } }
  .pilotTable tbody tr:nth-child(odd) {
    background: #f3f3f3; }
  .pilotTable td, .pilotTable th {
    padding: 0.5em 0;
    vertical-align: middle;
    text-align: left; }
  .pilotTable img {
    max-width: auto;
    width: 48px;
    margin: 0 auto;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .pilotTable .tableTitle {
    font-size: 0.875em;
    color: #898989;
    font-weight: normal;
    margin-right: 0.25em; }
  .pilotTable .showOnMobile {
    display: inline; }
    @media (min-width: 600px) {
      .pilotTable .showOnMobile {
        display: none; } }
  .pilotTable .tableImg {
    display: none; }
    @media (min-width: 600px) {
      .pilotTable .tableImg {
        width: 104px;
        text-align: center;
        display: table-cell; } }
    .pilotTable .tableImg .ratingStars {
      color: #00D078;
      font-size: 0.75em;
      display: inline-block; }
  .pilotTable tbody .tableStatus {
    font-family: "OpenSans-Bold-webfont", Arial;
    padding-right: 2em; }
  .pilotTable .tableKosten {
    width: auto; }
    @media (min-width: 600px) {
      .pilotTable .tableKosten {
        width: 16%; } }
  .pilotTable .tableReacties {
    display: none;
    width: auto;
    text-align: center; }
    @media (min-width: 600px) {
      .pilotTable .tableReacties {
        width: 16%;
        display: table-cell; } }
  .pilotTable .tableVideos {
    display: none;
    text-align: center;
    width: auto; }
    @media (min-width: 600px) {
      .pilotTable .tableVideos {
        width: 16%;
        display: table-cell; } }
  .pilotTable .tablePilootProfiel {
    text-align: center;
    width: auto; }
    @media (min-width: 600px) {
      .pilotTable .tablePilootProfiel {
        width: 16%; } }
  .pilotTable thead th, .pilotTable tbody td {
    padding: 1em 0.5em; }
    @media (min-width: 922px) {
      .pilotTable thead th, .pilotTable tbody td {
        padding: 0.75em 1em 0.5em; } }

.memberImg {
  background: #f3f3f3;
  text-align: center;
  padding: 1.5em 0 1em;
  margin-bottom: 1em; }
  .memberImg img {
    margin: 0 auto;
    width: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .memberImg .ratingStars {
    color: #00D078;
    font-size: 1.5em;
    display: inline-block; }

.memberInfo {
  float: left;
  width: 100%; }
  .memberInfo h3 {
    float: left;
    width: 35%; }
  .memberInfo .memberIcons {
    float: right;
    list-style-type: none;
    width: 65%;
    font-family: "OpenSans-Bold-webfont", Arial; }
    .memberInfo .memberIcons li {
      float: right;
      margin-left: 0.75em; }
      .memberInfo .memberIcons li .fa {
        font-size: 1.25em;
        margin-right: 0.25em; }

#pilotStateDiv {
  display: none; }
  @media (min-width: 922px) {
    #pilotStateDiv {
      display: block; } }

.no-menu .mainMenuTriggerOpen {
  display: none; }
.no-menu .content {
  padding-top: 4em; }
@media (min-width: 922px) {
  .no-menu .mobileLogo {
    display: block; } }

.formPage .titleBar {
  border-bottom: 3px solid #f3f3f3; }
.formPage .titleLabel {
  color: #231F20;
  background: #ffffff;
  padding: 0.333em 0 0.25em;
  font-size: 1.125em; }
.formPage .mainTitleBar {
  text-transform: uppercase;
  border-bottom: none; }

.sidebarBlock .droneFinder {
  float: left;
  background: #231F20;
  padding: 0.75em 1em;
  width: 100%;
  margin-bottom: 3em; }
  .sidebarBlock .droneFinder .titleBar {
    border-bottom: none;
    margin-bottom: 1em; }
    .sidebarBlock .droneFinder .titleBar .titleLabel {
      background: none;
      color: #ffffff;
      padding: 0; }
      .sidebarBlock .droneFinder .titleBar .titleLabel .fa {
        margin-right: 0.5em; }
  .sidebarBlock .droneFinder .droneFinderPriceWrap {
    display: inline-block;
    font-family: "OpenSans-Bold-webfont", Arial; }
  .sidebarBlock .droneFinder .droneFinderTxt {
    color: #ffffff; }
  .sidebarBlock .droneFinder .selectboxit-container {
    margin: 1em 0; }
  .sidebarBlock .droneFinder .droneFinderBtn {
    display: inline-block;
    width: 100%;
    margin: 1em 0 0.333em; }
    @media (min-width: 600px) {
      .sidebarBlock .droneFinder .droneFinderBtn {
        font-size: 0.875em; } }
    @media (min-width: 922px) {
      .sidebarBlock .droneFinder .droneFinderBtn {
        font-size: 1em; } }

.top5Navigation {
  margin-top: -1em;
  margin-bottom: 1em;
  width: 100%;
  list-style-type: none; }
  .top5Navigation li {
    float: left;
    width: 30%;
    margin-left: 5%; }
    .top5Navigation li:first-child {
      margin-left: 0; }
    .top5Navigation li a {
      display: block;
      background: #f3f3f3;
      color: #898989;
      text-align: center;
      text-transform: uppercase;
      padding: 0.75em 0.5em 0.666em;
      font-size: 0.875em;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: 0.25s all ease;
      -moz-transition: 0.25s all ease;
      -ms-transition: 0.25s all ease;
      -o-transition: 0.25s all ease;
      transition: 0.25s all ease; }
      @media (min-width: 600px) {
        .top5Navigation li a {
          font-size: 0.625em; } }
      @media (min-width: 922px) {
        .top5Navigation li a {
          font-size: 0.875em; } }
      .top5Navigation li a:hover {
        color: #231F20; }
      .top5Navigation li a.active {
        background: #00D078;
        color: #ffffff;
        font-family: "OpenSans-Bold-webfont", Arial;
        pointer-events: none;
        cursor: default; }
  .top5Navigation:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.bedrijvenOverzicht .col {
  margin-bottom: 1em; }
  @media (min-width: 600px) {
    .bedrijvenOverzicht .col {
      margin-bottom: 1.5em; } }
  @media (min-width: 922px) {
    .bedrijvenOverzicht .col {
      margin-bottom: 2em; } }

.bedrijfLink {
  float: left;
  width: 100%;
  display: block;
  background: #f3f3f3;
  padding: 1.25em; }
  .bedrijfLink .bedrijfLinkIconWrap {
    float: left;
    width: auto;
    padding-right: 1.25em; }
    .bedrijfLink .bedrijfLinkIconWrap .bedrijfLinkIcon {
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 1.75em;
      width: 2.25em;
      line-height: 2.25;
      text-align: center;
      vertical-align: middle;
      background: #231F20;
      color: #ffffff; }
      .bedrijfLink .bedrijfLinkIconWrap .bedrijfLinkIcon.green {
        background: #00D078; }
  .bedrijfLink .bedrijfLinkTxtWrap {
    float: left;
    width: 66.666%;
    width: -moz-calc(100% - 5.25em);
    width: -webkit-calc(100% - 5.25em);
    width: -o-calc(100% - 5.25em);
    width: calc(100% - 5.25em); }
    .bedrijfLink .bedrijfLinkTxtWrap .bedrijfLinkTxt {
      margin-bottom: auto;
      font-family: "OpenSans-Bold-webfont", Arial;
      line-height: 1.5; }
      @media (min-width: 600px) {
        .bedrijfLink .bedrijfLinkTxtWrap .bedrijfLinkTxt {
          min-height: 4.5em; } }
  .bedrijfLink:after {
    content: "";
    display: block; }
  .bedrijfLink:hover .bedrijfLinkTxt {
    text-decoration: underline; }

.sidebarBlock .addCompany {
  float: left;
  /*
  	    background: #231F20;
  	    padding: 0.75em 1em;
  */
  width: 100%;
  margin-bottom: 3em; }
  .sidebarBlock .addCompany .addCompanyBtn {
    display: inline-block;
    width: 100%; }

.col-list.companies.col-list-xl li figure {
  /*
  				@include breakpoint(m) {
  					width: 100%;
  				}
  */ }
  @media (min-width: 479px) {
    .col-list.companies.col-list-xl li figure {
      width: 20.299% !important; } }
  @media (min-width: 922px) {
    .col-list.companies.col-list-xl li figure {
      width: 35.299%; } }
.col-list.companies.col-list-xl li .col-list-txt {
  /*
  				@include breakpoint(m) {
  					width: 100%;
  					padding-left: 0;
  				}
  */ }
  @media (min-width: 479px) {
    .col-list.companies.col-list-xl li .col-list-txt {
      width: 76.499%;
      padding-left: 3.199%; } }
  @media (min-width: 922px) {
    .col-list.companies.col-list-xl li .col-list-txt {
      width: 76.499%;
      padding-left: 3.199%; } }
  .col-list.companies.col-list-xl li .col-list-txt h2 {
    font-size: 1.25em;
    margin-bottom: 1em; }
  .col-list.companies.col-list-xl li .col-list-txt p {
    font-family: "OpenSans-Light-webfont", Arial; }

.subscribeToNewsletter {
  padding: 2.25em 1.5em;
  margin-bottom: 2em;
  background: #231F20 url(../img/drones_nl-bg-white-transparent.png) no-repeat;
  background-size: auto 100%, cover; }
  .subscribeToNewsletter .subscribeToNewsletterTitle, .subscribeToNewsletter .subscribeToNewsletterTxt {
    text-align: center;
    color: #ffffff; }
  .subscribeToNewsletter .subscribeToNewsletterTitle {
    font-size: 1.25em;
    text-transform: uppercase;
    font-family: "OpenSans-Bold-webfont", Arial; }
    .subscribeToNewsletter .subscribeToNewsletterTitle .fa {
      color: #00D078;
      margin-right: 0.5em; }
  .subscribeToNewsletter .subscribeToNewsletterTxt {
    font-size: 0.875em; }
    .subscribeToNewsletter .subscribeToNewsletterTxt a {
      color: #ffffff; }
      .subscribeToNewsletter .subscribeToNewsletterTxt a:hover {
        color: #00D078; }
  .subscribeToNewsletter .subscribeToNewsletterFields {
    margin: 2.25em 0 1.25em; }
    .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterInputField {
      width: 100%; }
      @media (min-width: 922px) {
        .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterInputField {
          width: 66.666%; } }
    .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterSubmitBtn {
      padding: 0.5em 0;
      line-height: 1.5;
      width: 100%; }
      @media (min-width: 922px) {
        .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterSubmitBtn {
          width: 33.333%; } }
    @media (min-width: 600px) {
      .subscribeToNewsletter .subscribeToNewsletterFields {
        padding: 0 17.5%; } }

/* Aanpassingen voor widget in de sidebar */
.col-sidebar-standard .subscribeToNewsletter {
  padding: 1.25em 1em; }
  @media (min-width: 922px) {
    .col-sidebar-standard .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterInputField {
      width: 100%; } }
  @media (min-width: 922px) {
    .col-sidebar-standard .subscribeToNewsletter .subscribeToNewsletterFields .subscribeToNewsletterSubmitBtn {
      width: 100%; } }
  @media (min-width: 600px) {
    .col-sidebar-standard .subscribeToNewsletter .subscribeToNewsletterFields {
      padding: 0; } }

.fixedHeight {
  position: relative;
  margin: 0 0 1em 0;
  background: #000 no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  min-height: 220px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }
  @media (min-width: 479px) {
    .fixedHeight {
      min-height: 330px; } }
  @media (min-width: 600px) {
    .fixedHeight {
      min-height: 115px; } }

a .fixedHeight:hover {
  -webkit-background-size: auto 130%;
  -moz-background-size: auto 130%;
  -o-background-size: auto 130%;
  background-size: auto 130%; }

.fixedHeightLarge {
  min-height: 320px; }
  @media (min-width: 479px) {
    .fixedHeightLarge {
      min-height: 430px; } }
  @media (min-width: 600px) {
    .fixedHeightLarge {
      min-height: 202px; } }

@media (min-width: 600px) {
  .profilePage .fixedHeight {
    min-height: 160px; } }
@media (min-width: 922px) {
  .profilePage .fixedHeight {
    min-height: 135px; } }

.specTile {
  border: 3px solid #f3f3f3;
  background-color: #ffffff;
  min-height: 100px;
  height: 100px; }
  .specTile img {
    width: auto;
    height: 100%;
    float: left;
    margin: 0; }
  .specTile .specTileTitle {
    color: #00D078;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    width: 40%;
    text-align: right;
    font-family: "OpenSans-Bold-webfont", Arial;
    font-weight: normal;
    vertical-align: middle;
    text-transform: uppercase; }
  .specTile .specTileValue {
    color: #231F20;
    position: absolute;
    right: 0.2em;
    bottom: 0.1em;
    font-family: "OpenSans-Bold-webfont", Arial;
    font-weight: normal;
    vertical-align: middle;
    font-size: 2em;
    text-transform: uppercase; }

body.cleanContent div.content {
  padding-top: 0px !important; }
body.cleanContent #topBar, body.cleanContent footer, body.cleanContent .menuWrap, body.cleanContent .crumbpath, body.cleanContent .back-to-top, body.cleanContent .mobileLogo {
  display: none !important; }

.droneAlertBox {
  padding: 1em;
  color: #000;
  font-weight: bold;
  margin-bottom: 3em; }

.droneAlertBox p {
  display: block;
  float: left;
  font-size: 1.2em; }

.droneAlertBox p:nth-child(1) {
  padding-right: 1em; }

.droneAlertBox span.clfix {
  display: block;
  clear: both; }

.droneAlertBox.droneAlertWarning {
  background-color: #ffa5a5; }

.droneAlertBox.droneAlertBuy {
  background-color: #bfffa5; }

.droneAlertBox.droneAlertNews {
  background-color: #fffca5; }

.droneAlertBox i {
  font-size: 3em; }

.droneAlertBox.droneAlertWarning i {
  color: #ff0000; }

.droneAlertBox.droneAlertBuy i {
  color: #008000; }

.droneAlertBox.droneAlertNews i {
  color: #b2b200; }

.pilotPage article {
  border: 5px solid #f3f3f3;
  padding: 10px; }

.pilotPage article p.flagPubdate {
  width: 100%; }

.pilotenInfoWrapper figure {
  float: left;
  width: 50%; }

.pilotenInfoWrapper .pilootInfoSection {
  float: left;
  width: 50%;
  padding-left: 10px;
  line-height: 2em; }

.pilotDronesList {
  padding-left: 10px;
  list-style-type: none; }

.pilotState {
  float: right;
  width: 62px;
  text-align: center; }

.pilotState img {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.pilotState span {
  font-size: 11px;
  color: #00D078; }

.pilotState span i {
  margin-right: 2px; }

.pilotHeader h3 {
  line-height: 45px; }

.overlay {
  position: fixed;
  margin: 0;
  padding: 0 5%;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  top: 0; }
  .overlay .overlayContainer {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .overlay .overlayContent {
    display: inline-block;
    text-align: left;
    max-width: 300px;
    -moz-box-shadow: 0 0 3px #231F20;
    -webkit-box-shadow: 0 0 3px #231F20;
    box-shadow: 0 0 3px #231F20; }
    @media (min-width: 600px) {
      .overlay .overlayContent {
        max-width: 640px; } }
    @media (min-width: 922px) {
      .overlay .overlayContent {
        max-width: 980px; } }
    @media (min-width: 1080px) {
      .overlay .overlayContent {
        max-width: 1320px; } }

.overlayTop, .overlayMid, .overlayBot {
  float: left;
  width: 100%;
  position: relative; }

.overlayTop {
  height: 152px;
  background: #ffffff;
  z-index: 1000; }
  @media (min-width: 600px) {
    .overlayTop {
      height: 76px; } }
  .overlayTop .overlayTopLeft, .overlayTop .overlayTopRight {
    width: 100%;
    height: 50%;
    float: left; }
    @media (min-width: 600px) {
      .overlayTop .overlayTopLeft, .overlayTop .overlayTopRight {
        width: 50%;
        height: 100%; } }
  @media (min-width: 600px) {
    .overlayTop .overlayTopLeft {
      border-bottom: 6px solid #d9d9d9; } }
  .overlayTop .overlayTopLeft img {
    float: right;
    width: 100%;
    height: auto; }
    @media (min-width: 600px) {
      .overlayTop .overlayTopLeft img {
        height: 100%;
        width: auto;
        margin-right: 2%; } }
  .overlayTop .overlayTopRight {
    background-color: #3e3e3e;
    border-bottom: 5px solid #231F20; }
    .overlayTop .overlayTopRight img.triangle {
      display: none;
      height: 26px;
      width: auto;
      position: absolute;
      top: 50%;
      margin-top: -13px; }
      @media (min-width: 600px) {
        .overlayTop .overlayTopRight img.triangle {
          display: block; } }
    .overlayTop .overlayTopRight img.triangleDown {
      display: block;
      height: 23px;
      width: 26px;
      position: relative;
      left: 50%;
      top: -56px;
      margin-left: -13px; }
      @media (min-width: 600px) {
        .overlayTop .overlayTopRight img.triangleDown {
          display: none; } }
    .overlayTop .overlayTopRight h1 {
      color: #ffffff;
      padding: 15px 0 0 40px;
      text-transform: uppercase;
      /*
      			
      			font-family: $font-bold;
      */ }

.overlayMid {
  color: #ffffff;
  border-bottom: 6px solid #d9d9d9;
  z-index: 1002;
  padding: 50px 0;
  background-image: url("/img/overlayBg.png"); }
  @media (min-width: 922px) {
    .overlayMid {
      padding: 110px 0; } }
  .overlayMid .overlayButtonWrapper {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 600px) {
      .overlayMid .overlayButtonWrapper {
        width: 385px; } }
    @media (min-width: 922px) {
      .overlayMid .overlayButtonWrapper {
        width: 770px; } }
    @media (min-width: 1080px) {
      .overlayMid .overlayButtonWrapper {
        width: 900px; } }
    @media (min-width: 1224px) {
      .overlayMid .overlayButtonWrapper {
        width: 1155px; } }
    .overlayMid .overlayButtonWrapper .newItem {
      width: 260px;
      height: 53px;
      border-radius: 4px;
      display: block;
      float: left;
      margin: 5px 20px; }
      @media (min-width: 600px) {
        .overlayMid .overlayButtonWrapper .newItem {
          width: 345px;
          height: 70px; } }
      @media (min-width: 1080px) {
        .overlayMid .overlayButtonWrapper .newItem {
          width: 260px;
          height: 53px;
          margin: 20px; } }
      @media (min-width: 1224px) {
        .overlayMid .overlayButtonWrapper .newItem {
          width: 345px;
          height: 70px;
          margin: 20px; } }
      .overlayMid .overlayButtonWrapper .newItem .leftOuter {
        float: left;
        height: 100%;
        background-color: #d1d2d4;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
        .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner {
          width: 50px;
          height: 50px;
          float: left;
          background-color: white;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px;
          text-align: center; }
          @media (min-width: 600px) {
            .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner {
              width: 66px;
              height: 66px; } }
          @media (min-width: 1080px) {
            .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner {
              width: 50px;
              height: 50px; } }
          @media (min-width: 1224px) {
            .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner {
              width: 66px;
              height: 66px; } }
          .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner .fa {
            font-size: 1.5em;
            margin-top: 12px; }
            @media (min-width: 600px) {
              .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner .fa {
                font-size: 2em;
                margin-top: 19px; } }
            @media (min-width: 1080px) {
              .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner .fa {
                font-size: 1.5em;
                margin-top: 12px; } }
            @media (min-width: 1224px) {
              .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner .fa {
                font-size: 2em;
                margin-top: 19px; } }
            .overlayMid .overlayButtonWrapper .newItem .leftOuter .leftInner .fa.fa-arrows {
              transform: rotate(20deg); }
      .overlayMid .overlayButtonWrapper .newItem .rightOuter {
        float: left;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
        .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner {
          width: 210px;
          height: 50px;
          float: left;
          background-color: blue;
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px; }
          @media (min-width: 600px) {
            .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner {
              width: 279px;
              height: 66px; } }
          @media (min-width: 1080px) {
            .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner {
              width: 210px;
              height: 50px; } }
          @media (min-width: 1224px) {
            .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner {
              width: 279px;
              height: 66px; } }
          .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner .triangle {
            height: 18px;
            width: 18px;
            margin-top: -9px;
            top: 50%;
            position: relative; }
            @media (min-width: 600px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner .triangle {
                height: 26px;
                width: 26px;
                margin-top: -13px; } }
            @media (min-width: 1080px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner .triangle {
                height: 18px;
                width: 18px;
                margin-top: -9px; } }
            @media (min-width: 1224px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner .triangle {
                height: 26px;
                width: 26px;
                margin-top: -13px; } }
          .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner h2 {
            text-transform: uppercase;
            margin: 7px 34px;
            font-size: 1em;
            color: #ffffff; }
            @media (min-width: 600px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner h2 {
                font-size: 1.375em; } }
            @media (min-width: 1080px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner h2 {
                font-size: 1em; } }
            @media (min-width: 1224px) {
              .overlayMid .overlayButtonWrapper .newItem .rightOuter .rightInner h2 {
                font-size: 1.375em; } }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(1) .leftInner .fa {
        color: #23b0c0; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(1) .rightOuter {
        background-color: #198e9e; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(1) .rightOuter .rightInner {
          background-color: #23b0c0; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(2) .leftInner .fa {
        color: #e13749; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(2) .rightOuter {
        background-color: #b82939; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(2) .rightOuter .rightInner {
          background-color: #e13749; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(3) .leftInner .fa {
        color: #b3cd3b; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(3) .rightOuter {
        background-color: #90a72d; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(3) .rightOuter .rightInner {
          background-color: #b3cd3b; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(4) .leftInner .fa {
        color: #1f69bf; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(4) .rightOuter {
        background-color: #19569e; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(4) .rightOuter .rightInner {
          background-color: #1f69bf; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(5) .leftInner .fa {
        color: #f39c2d; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(5) .rightOuter {
        background-color: #c77d21; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(5) .rightOuter .rightInner {
          background-color: #f39c2d; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(6) .leftInner .fa {
        color: #b721bf; }
      .overlayMid .overlayButtonWrapper .newItem:nth-child(6) .rightOuter {
        background-color: #9a199e; }
        .overlayMid .overlayButtonWrapper .newItem:nth-child(6) .rightOuter .rightInner {
          background-color: #b721bf; }
  .overlayMid .overlayWhiteWrap {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .overlayMid .overlayImgWrap {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .overlayMid .overlayImgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%; }
  .overlayMid .overlayImgColorOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .overlayMid .overlayMidContent {
    position: relative;
    width: 100%;
    z-index: 10000; }
    .overlayMid .overlayMidContent .overlayMidContentTitle, .overlayMid .overlayMidContent .overlayMidContentTerms {
      width: 90%;
      text-align: center;
      text-shadow: 1px 1px 0 #ffffff; }
    .overlayMid .overlayMidContent .overlayMidContentTitle {
      padding: 1em 5%;
      font-size: 1em; }
      @media (min-width: 600px) {
        .overlayMid .overlayMidContent .overlayMidContentTitle {
          font-size: 2em;
          padding: 1em 5% 0.75em; } }
      @media (min-width: 922px) {
        .overlayMid .overlayMidContent .overlayMidContentTitle {
          font-size: 2.75em; } }
      @media (min-width: 1080px) {
        .overlayMid .overlayMidContent .overlayMidContentTitle {
          font-size: 3.25em; } }
      .overlayMid .overlayMidContent .overlayMidContentTitle .overlayMidContentTitleIcon {
        display: none; }
        @media (min-width: 318px) {
          .overlayMid .overlayMidContent .overlayMidContentTitle .overlayMidContentTitleIcon {
            vertical-align: middle !important;
            padding: 0 0.5em 0 0;
            display: inline; } }
    .overlayMid .overlayMidContent .overlayMidContentTerms {
      padding: 2em 5%;
      font-size: 0.75em; }
      @media (min-width: 600px) {
        .overlayMid .overlayMidContent .overlayMidContentTerms {
          font-size: 1em; } }
      @media (min-width: 922px) {
        .overlayMid .overlayMidContent .overlayMidContentTerms {
          font-size: 1.25em; } }
      @media (min-width: 1080px) {
        .overlayMid .overlayMidContent .overlayMidContentTerms {
          font-size: 1.5em; } }
      .overlayMid .overlayMidContent .overlayMidContentTerms a {
        color: #ffffff; }
        .overlayMid .overlayMidContent .overlayMidContentTerms a:hover {
          color: #ffffff; }

.overlayBot {
  text-align: center;
  height: 50px;
  background: #ffffff;
  z-index: 1001;
  /*
  	@include breakpoint(l) {height:70px;}
      @include breakpoint(xl) {height:80px;}
  */ }
  .overlayBot .overlayBotLogo {
    float: left;
    width: 148px;
    height: 30px;
    margin: 10px 0 0 10px;
    /*
    	    @include breakpoint(l) {margin:20px 0 0 20px;}
    		@include breakpoint(xl) {
    			width:200px;
    			height:40px;
    		}
    */
    /*
    		&.overlayBotLogo01 { display:block; }
    		&.overlayBotLogo02 {
    			display:none;
    			@include breakpoint(m) { display:block; }
    		}
    		&.overlayBotLogo03 {
    			display:none;
    			@include breakpoint(m) { display:block; }
    		}
    		&.overlayBotLogo04 {
    			display:none;
    			@include breakpoint(l) { display:block; }
    		}
    		&.overlayBotLogo05 {
    			display:none;
    			@include breakpoint(l) { display:block; }
    		}
    */ }
    .overlayBot .overlayBotLogo img {
      max-width: 100%;
      height: auto; }
  .overlayBot .overlayBotTxt {
    line-height: 50px;
    vertical-align: middle;
    padding: 0 10px;
    text-transform: uppercase;
    color: #231F20;
    font-size: 0.75em;
    /*
    		@include breakpoint(l) {
    			line-height:70px;
    			font-size:0.75em;
    		}
    		@include breakpoint(xl) {
    			line-height:80px;
    			font-size:0.8125em;
    		}
    */ }
    .overlayBot .overlayBotTxt a {
      color: #231F20;
      text-decoration: none; }
      .overlayBot .overlayBotTxt a:hover {
        text-decoration: underline; }
  .overlayBot .overlayCloseBottom {
    float: right;
    position: absolute;
    top: 17px;
    right: 10px;
    text-transform: uppercase;
    color: #231F20;
    font-size: 0.75em;
    cursor: pointer; }
    @media (min-width: 922px) {
      .overlayBot .overlayCloseBottom {
        display: none; } }

.overlayClose {
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  color: #231F20;
  text-decoration: none;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  font-size: 1.5em; }
  @media (min-width: 922px) {
    .overlayClose {
      display: block;
      top: 16px;
      right: 16px;
      background: #ffffff; } }

.overlayLogo {
  width: 240px;
  height: 65px;
  background: #ffffff;
  display: block;
  z-index: 4;
  margin: 27px auto 0; }
  .overlayLogo img {
    display: block; }

.overlayInputFields {
  float: left;
  width: 90%;
  padding: 0 5% 1em; }
  .overlayInputFields .overlayInputField {
    float: left; }
  .overlayInputFields .overlayInputField01 {
    width: 100%; }
    @media (min-width: 600px) {
      .overlayInputFields .overlayInputField01 {
        width: 48.75%;
        margin: 0 0 0 0; } }
    @media (min-width: 922px) {
      .overlayInputFields .overlayInputField01 {
        width: 32.5%; } }
    @media (min-width: 600px) {
      .overlayInputFields .overlayInputField01 .selectboxit-container {
        margin: 14px 0 0 0; } }
    .overlayInputFields .overlayInputField01 .selectboxit-options {
      color: #231F20 !important; }
  .overlayInputFields .overlayInputField02 {
    width: 100%; }
    @media (min-width: 600px) {
      .overlayInputFields .overlayInputField02 {
        width: 48.75%;
        margin: 0 0 0 2.5%; } }
    @media (min-width: 922px) {
      .overlayInputFields .overlayInputField02 {
        width: 32.5%;
        margin: 0 0 0 1.25%; } }
  .overlayInputFields .overlayInputButton {
    float: left;
    width: 100%;
    margin: 14px 0 0 0; }
    @media (min-width: 922px) {
      .overlayInputFields .overlayInputButton {
        width: 32.5%;
        margin: 14px 0 0 1.25%; } }

.inputOverlaySubscribeBtn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  cursor: pointer;
  width: 100%;
  height: 42px;
  background: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  font-family: "OpenSans-Bold-webfont", Arial;
  font-size: 1em;
  -webkit-appearance: none;
  border-bottom: 2px solid #ffffff; }
  .inputOverlaySubscribeBtn:hover {
    background: #ffffff; }

/*** TEMP (kan straks weg) ***/
.tempTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em; }
  .tempTable a {
    text-decoration: none;
    color: #231F20;
    font-family: "OpenSans-Bold-webfont", Arial; }
    .tempTable a:hover {
      color: #898989; }
  .tempTable thead td, .tempTable thead th, .tempTable tbody td, .tempTable tbody th {
    padding: 0.5em;
    border: 1px solid #231F20; }
  .tempTable thead th {
    text-align: left;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "OpenSans-Bold-webfont", Arial; }
  .tempTable tr.caution td {
    background: #ffdada; }
  .tempTable tr.underConstruction td {
    background: #ffe5ca; }
  .tempTable tr.fixed td {
    background: #e0ffe1; }

/*** THIRD PARTY CSS ***/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-family: "OpenSans-Light-webfont", Arial;
  font-size: 1em;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 45px;
  /* Height of the drop down */
  line-height: 45px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  /*
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  */
  background: #f3f3f3;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  /*
-moz-box-shadow:    inset 0 0 2px lighten($grey,20);
  -webkit-box-shadow: inset 0 0 2px lighten($grey,20);
  box-shadow:         inset 0 0 2px lighten($grey,20);
*/
  border-bottom: 1px solid #d9d9d9;
  color: #898989; }

.error.selectboxit-btn {
  background: #ffe0e0; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #231F20;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #00D078;
  /*
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  */ }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #898989; }

/* SelectBoxIt container */
.selectboxit-container, .selectboxit, .selectboxit-container .selectboxit {
  width: 100%; }

/********************************/
/* Tabmenu mobiel menu dropdown */
/********************************/
#mobileNavigationSelectBoxItContainer {
  width: 100%; }
  @media (min-width: 479px) {
    #mobileNavigationSelectBoxItContainer {
      width: 50%; } }

#mobileNavigationSelectBoxIt.selectboxit-btn {
  background: #231F20 !important;
  border-bottom: none !important;
  color: #ffffff !important; }

#mobileNavigationSelectBoxItArrow {
  border-top: 4px solid #ffffff !important;
  right: 1em; }

#mobileNavigationSelectBoxItText {
  font-family: "OpenSans-Bold-webfont", Arial;
  text-indent: 0.75em; }

/**************************/
/* Dropdown in filterbalk */
/**************************/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -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 .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

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